New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #34150 (closed submission: fixed)

Opened 14 months ago

Last modified 14 months ago

New port: jsmin

Reported by: dev@… Owned by: ryandesign@…
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

Portfile (895 bytes) - added by dev@… 14 months ago.

Change History

Changed 14 months ago by dev@…

comment:1 Changed 14 months ago by ryandesign@…

  • Owner changed from macports-tickets@… to ryandesign@…
  • Status changed from new to assigned

Thanks.

comment:2 Changed 14 months ago by ryandesign@…

  • Status changed from assigned to closed
  • Resolution set to fixed

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.