[22366] trunk/dports/sysutils/gwhich/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Tue Feb 27 03:44:36 PST 2007


Revision: 22366
          http://trac.macosforge.org/projects/macports/changeset/22366
Author:   pipping at macports.org
Date:     2007-02-27 03:44:35 -0800 (Tue, 27 Feb 2007)

Log Message:
-----------
 * add (trivial) testsuite
 * cleanup

Modified Paths:
--------------
    trunk/dports/sysutils/gwhich/Portfile

Modified: trunk/dports/sysutils/gwhich/Portfile
===================================================================
--- trunk/dports/sysutils/gwhich/Portfile	2007-02-27 11:37:02 UTC (rev 22365)
+++ trunk/dports/sysutils/gwhich/Portfile	2007-02-27 11:44:35 UTC (rev 22366)
@@ -1,27 +1,30 @@
 # $Id$
 
 PortSystem 1.0
-name             gwhich
-version          2.16
-revision         1
-categories       sysutils
-maintainers      toby at opendarwin.org
-description      GNU Which - Everything you never wanted in a which
+name            gwhich
+version         2.16
+revision        1
+categories      sysutils
+maintainers     toby at opendarwin.org
+description     GNU Which - Everything you never wanted in a which
 long_description \
-    Which is a utility that prints out the full path of the \
-    executables that bash(1) would execute when the passed \
-    program names would have been entered on the shell prompt. \
-    It does this by using the exact same algorithm as bash. \
-    Tildes and a dot in the PATH are now expanded to the \
-    full path by default.  Options allow to rather print \
-    "~/*" or "./*" and/or to print all executables that \
-    match any directory in PATH.
-homepage         http://www.xs4all.nl/~carlo17/which/
-platforms        darwin
-master_sites     gnu:which
-distname         which-${version}
-checksums        md5 830b83af48347a9a3520f561e47cbc9b
+    Which is a utility that prints out the full path of the executables \
+    that bash would execute when the passed program names would have    \
+    been entered on the shell prompt. It does this by using the exact   \
+    same algorithm as bash. Tildes and a dot in the PATH are now        \
+    expanded to the full path by default.  Options allow to rather print\
+    '~/*' or './*' and/or to print all executables that match any       \
+    directory in PATH.
 
-configure.args   --infodir=${prefix}/share/info \
-                 --mandir=${prefix}/share/man \
-                 --program-prefix=g
+homepage        http://www.xs4all.nl/~carlo17/which/
+platforms       darwin
+master_sites    gnu:which
+distname        which-${version}
+checksums       md5 830b83af48347a9a3520f561e47cbc9b
+
+configure.args  --infodir=${prefix}/share/info \
+                --mandir=${prefix}/share/man \
+                --program-prefix=g
+
+test.run        yes
+test.target     check

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070227/6f502dae/attachment.html


More information about the macports-changes mailing list