Added: trunk/dports/shells/dash/Portfile (0 => 69134)
--- trunk/dports/shells/dash/Portfile (rev 0)
+++ trunk/dports/shells/dash/Portfile 2010-06-24 20:52:43 UTC (rev 69134)
@@ -0,0 +1,26 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id: $
+
+PortSystem 1.0
+
+name dash
+version 0.5.6.1
+categories shells
+platforms macosx
+maintainers gmail.com:Mathias.Laurin+macports
+description DASH is a direct descendant of the NetBSD version of ash (the Almquist SHell) and is POSIX compliant
+long_description DASH is a direct descendant of the NetBSD version of ash (the Almquist SHell) and is POSIX compliant
+
+homepage http://gondor.apana.org.au/~herbert/dash/
+
+distname ${name}-${version}
+master_sites http://gondor.apana.org.au/~herbert/dash/files/
+checksums md5 1c846f4f5a33c0050b2045a6f7037e56
+
+livecheck.distname dash
+
+depends_lib port:pkgconfig
+
+#use_configure no
+#patchfiles patch-Makefile.diff
+
Property changes on: trunk/dports/shells/dash/Portfile
___________________________________________________________________