Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#25348 closed submission (fixed)

Portfile for dash (new)

Reported by: Mathias.Laurin+macports@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.9.1
Keywords: Cc: ryandesign (Ryan Carsten Schmidt)
Port: dash

Description

From the website: DASH is a POSIX-compliant implementation of /bin/sh that aims to be as small as possible. It does this without sacrificing speed where possible. In fact, it is significantly faster than bash (the GNU Bourne-Again SHell) for most tasks.

Useful shell to control strict POSIX compliance. Also gained popularity on Linux in the past few years, where distros have been trying to boot faster.

It compiles cleanly: configure-make-make install, that is all.

Attachments (1)

Portfile (887 bytes) - added by Mathias.Laurin+macports@… 14 years ago.

Download all attachments as: .zip

Change History (3)

Changed 14 years ago by Mathias.Laurin+macports@…

Attachment: Portfile added

comment:1 Changed 14 years ago by nerdling (Jeremy Lavergne)

Resolution: fixed
Status: newclosed

Committed in r69134. Note there are lots of extra lines in your Portfile that I removed in r69135. Similarly, I removed the tabs in r69136. I also condensed the homepage/master_sites lines in r69137.

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

Cc: ryandesign@… added
Port: dash added

Made pkgconfig a build dependency instead of a library dependency in r69146 (unless there's something unique about dash that makes it require pkgconfig after build time, in which case please explain).

Note: See TracTickets for help on using tickets.