[27976] trunk/dports/archivers/fastjar
source_changes at macosforge.org
source_changes at macosforge.org
Thu Aug 16 16:52:05 PDT 2007
Revision: 27976
http://trac.macosforge.org/projects/macports/changeset/27976
Author: nox at macports.org
Date: 2007-08-16 16:52:05 -0700 (Thu, 16 Aug 2007)
Log Message:
-----------
fastjar:
* Updated to 0.94.
* Added zlib dependency.
* Added sha1 and rmd160 checksums.
Modified Paths:
--------------
trunk/dports/archivers/fastjar/Portfile
Removed Paths:
-------------
trunk/dports/archivers/fastjar/files/
Modified: trunk/dports/archivers/fastjar/Portfile
===================================================================
--- trunk/dports/archivers/fastjar/Portfile 2007-08-16 23:44:22 UTC (rev 27975)
+++ trunk/dports/archivers/fastjar/Portfile 2007-08-16 23:52:05 UTC (rev 27976)
@@ -1,29 +1,31 @@
# $Id$
-PortSystem 1.0
+PortSystem 1.0
name fastjar
-version 0.93
+version 0.94
categories archivers java
platforms darwin
-maintainers nomaintainer at macports.org
+maintainers nomaintainer
description fast implementation of Sun's jar utility in C
-long_description Fastjar is an implementation of Sun's jar utility that \
- comes with the JDK, written entirely in C, and runs in a \
- fraction of the time while being 100% feature compatible.
+long_description \
+ Fastjar is an implementation of Sun's jar utility that \
+ comes with the JDK, written entirely in C, and runs in a \
+ fraction of the time while being 100% feature compatible.
+
homepage http://fastjar.sourceforge.net/
master_sites sourceforge
-extract.suffix .tgz
-checksums md5 a8159d2042bce9998020f197fee39ef1
-patchfiles patch-jargrep.c
+checksums md5 14d4bdfac236e347d806c6743dba48c6 \
+ sha1 2b54b558bed1acef63455b27827b69e83c823f8d \
+ rmd160 af6b4ea20a07abde3184c49c30f620695525bec0
-build.args AUTOCONF=true AUTOMAKE=true
-destroot.args ${build.args}
+depends_lib port:zlib
-post-destroot {
- xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
- xinstall -m 644 -W ${worksrcpath} AUTHORS CHANGES COPYING ChangeLog \
- INSTALL LICENSE NEWS README ${destroot}${prefix}/share/doc/${name}
+post-destroot {
+ xinstall -d ${destroot}${prefix}/share/doc/${name}-${version}
+ xinstall -m 0644 -W ${worksrcpath} AUTHORS CHANGES COPYING ChangeLog \
+ INSTALL LICENSE NEWS README ${destroot}${prefix}/share/doc/${name}-${version}
}
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070816/37929dcd/attachment.html
More information about the macports-changes
mailing list