Opened 13 years ago

Closed 13 years ago

#27312 closed submission (fixed)

asmotor @0.1.0 New port

Reported by: csoren@… Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version: 1.9.2
Keywords: Cc:
Port: asmotor

Description

Please find attached a Portfile for the cross assembler package "asmotor".

Attachments (1)

Portfile (1.5 KB) - added by csoren@… 13 years ago.
Portfile for asmotor

Download all attachments as: .zip

Change History (3)

Changed 13 years ago by csoren@…

Attachment: Portfile added

Portfile for asmotor

comment:1 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)

Keywords: maintainer removed
Owner: changed from macports-tickets@… to ryandesign@…
Status: newassigned

comment:2 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: assignedclosed

Thanks, added in r73471 with these changes:

  • whitespace changes and reformatting
  • removed statement about GPL from description; added license key
  • changed master_sites to just "googlecode"
  • changed "distfiles asmotor-0.1.0-src.tar.bz2" to "distname ${name}-${version}-src"
  • changed "worksrcdir asmotor-0.1.0-src/build/scons" to "worksrcdir ${distname}/build/scons"
  • changed "extract.cmd bunzip2" to "use_bzip2 yes"
  • removed md5 checksum which I consider to be obsolete
  • changed "configure {}" to "use_configure no"
  • removed "destroot.cmd scons" because the default for destroot.cmd is build.cmd and you already set build.cmd to scons
  • removed "destroot.target install" because that is the default
  • removed slash before ${prefix} because ${prefix} already begins with a slash

Note: See TracTickets for help on using tickets.