Opened 12 years ago

Closed 12 years ago

#34150 closed submission (fixed)

New port: jsmin

Reported by: dev@… Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version: 2.0.4
Keywords: Cc:
Port: jsmin

Description

Attached the Portfile for jsmin, original Douglas Crockford's javascript minifier.

http://www.crockford.com/javascript/jsmin.html

Attachments (1)

Portfile (895 bytes) - added by dev@… 12 years ago.

Download all attachments as: .zip

Change History (3)

Changed 12 years ago by dev@…

Attachment: Portfile added

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

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

Thanks.

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

Resolution: fixed
Status: assignedclosed

Added in r92288 with these changes:

  • the port does install architecture-specific (compiled) files, so the line "supported_archs noarch" should not be there
  • ensure the port is UsingTheRightCompiler
  • use the right -arch flags and add universal variant
  • indicate MIT license
  • since this is fetching from github, use github portgroup
  • use full git revision hash

Inadvertently left some commented-out debugging code; removed that in r92289.

Note: See TracTickets for help on using tickets.