[49513] trunk/dports/textproc

phw at macports.org phw at macports.org
Sat Apr 11 05:38:07 PDT 2009


Revision: 49513
          http://trac.macports.org/changeset/49513
Author:   phw at macports.org
Date:     2009-04-11 05:38:06 -0700 (Sat, 11 Apr 2009)
Log Message:
-----------
Added new Port: backward

Added Paths:
-----------
    trunk/dports/textproc/backward/
    trunk/dports/textproc/backward/Portfile

Added: trunk/dports/textproc/backward/Portfile
===================================================================
--- trunk/dports/textproc/backward/Portfile	                        (rev 0)
+++ trunk/dports/textproc/backward/Portfile	2009-04-11 12:38:06 UTC (rev 49513)
@@ -0,0 +1,20 @@
+PortSystem 1.0
+
+name			backward
+version			0.1
+categories		textproc amusements
+platforms		darwin freebsd
+maintainers		phw
+description		command line tool that reverses lineorder of stdin or any given file(s)
+long_description	${description}
+homepage		http://code.google.com/p/backward/
+master_sites		googlecode
+checksums           md5     355c8e23157b4248e9de241393addb1f \
+                    sha1    2e5a3de3ad7f0070f81ffd122c275b9729833ddc \
+                    rmd160  072240b32ea1b485108a4bf422dcbdcb94eeb6ef
+use_configure		no
+use_bzip2		yes
+build			{}
+destroot {
+	xinstall ${worksrcpath}/backward ${destroot}${prefix}/bin
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090411/17fe1b9e/attachment.html>


More information about the macports-changes mailing list