[49511] trunk/dports/textproc/agree/Portfile

phw at macports.org phw at macports.org
Sat Apr 11 04:59:51 PDT 2009


Revision: 49511
          http://trac.macports.org/changeset/49511
Author:   phw at macports.org
Date:     2009-04-11 04:59:50 -0700 (Sat, 11 Apr 2009)
Log Message:
-----------
Added new Port "backward"

Modified Paths:
--------------
    trunk/dports/textproc/agree/Portfile

Modified: trunk/dports/textproc/agree/Portfile
===================================================================
--- trunk/dports/textproc/agree/Portfile	2009-04-11 11:53:20 UTC (rev 49510)
+++ trunk/dports/textproc/agree/Portfile	2009-04-11 11:59:50 UTC (rev 49511)
@@ -1,19 +1,20 @@
-# $Id$
-
 PortSystem 1.0
 
-name			agree
+name			backward
 version			0.1
 categories		textproc amusements
 platforms		darwin freebsd
-maintainers		nomaintainer
-description		command line tool that agrees on any opinion
+maintainers		phw
+description		command line tool that reverses lineorder of stdin or any given file(s)
 long_description	${description}
-homepage		http://www.fstab.de/agree.html
-master_sites	http://www.fstab.de/agree/
-checksums		md5 5432fc6eda7e283d1bae38c15b64f749
-use_configure	no
+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}/fuck ${destroot}${prefix}/bin
+	xinstall ${worksrcpath}/backward ${destroot}${prefix}/bin
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090411/8e625629/attachment.html>


More information about the macports-changes mailing list