aboutsummaryrefslogtreecommitdiff
path: root/archivers/fastjar
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2000-03-25 00:12:37 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2000-03-25 00:12:37 +0000
commit5fdb8cb0f9e1247360c740d6821bccfb19bb7e09 (patch)
treef6ebe4a157fb36e9342bc1510f0eeae61b15fd6b /archivers/fastjar
parent3671987aff508e51dd7d229a10e7fd3774e1ce0a (diff)
downloadports-5fdb8cb0f9e1247360c740d6821bccfb19bb7e09.tar.gz
ports-5fdb8cb0f9e1247360c740d6821bccfb19bb7e09.zip
Initial import of fastjar.
FastJar is a version of JDK's `jar' utility written entirely in C, and therefore quite a bit faster. Currently some features such as updating archive are unimplemented, but enough seems implemented. WWW: http://fastjar.sourceforge.net Obtained from: NetBSD pkgsrc
Notes
Notes: svn path=/head/; revision=27026
Diffstat (limited to 'archivers/fastjar')
-rw-r--r--archivers/fastjar/Makefile25
-rw-r--r--archivers/fastjar/distinfo1
-rw-r--r--archivers/fastjar/pkg-comment1
-rw-r--r--archivers/fastjar/pkg-descr5
-rw-r--r--archivers/fastjar/pkg-message4
-rw-r--r--archivers/fastjar/pkg-plist4
6 files changed, 40 insertions, 0 deletions
diff --git a/archivers/fastjar/Makefile b/archivers/fastjar/Makefile
new file mode 100644
index 000000000000..b18e8a411b8a
--- /dev/null
+++ b/archivers/fastjar/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for: fastjar
+# Version required: 0.90
+# Date created: 18 March 2000
+# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
+#
+# $FreeBSD$
+#
+
+DISTNAME= fastjar-0.90
+CATEGORIES= archivers java
+MASTER_SITES= http://download.sourceforge.net/fastjar/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= knu@idaemons.org
+
+GNU_CONFIGURE= YES
+
+post-install:
+.if !defined(NOPORTDOCS)
+ ${MKDIR} ${PREFIX}/share/doc/fastjar
+ cd ${WRKSRC} && ${INSTALL_DATA} CHANGES README ${PREFIX}/share/doc/fastjar/
+.endif
+ @${CAT} ${PKGMESSAGE}
+
+.include <bsd.port.mk>
diff --git a/archivers/fastjar/distinfo b/archivers/fastjar/distinfo
new file mode 100644
index 000000000000..6abc20b2f093
--- /dev/null
+++ b/archivers/fastjar/distinfo
@@ -0,0 +1 @@
+MD5 (fastjar-0.90.tgz) = e17723206263a314b937055c6c91607a
diff --git a/archivers/fastjar/pkg-comment b/archivers/fastjar/pkg-comment
new file mode 100644
index 000000000000..a3ba4b88abf4
--- /dev/null
+++ b/archivers/fastjar/pkg-comment
@@ -0,0 +1 @@
+A version of JDK's `jar' command written entirely in C
diff --git a/archivers/fastjar/pkg-descr b/archivers/fastjar/pkg-descr
new file mode 100644
index 000000000000..057f99ddba88
--- /dev/null
+++ b/archivers/fastjar/pkg-descr
@@ -0,0 +1,5 @@
+FastJar is a version of JDK's `jar' utility written entirely in C,
+and therefore quite a bit faster. Currently some features such as
+updating archive are unimplemented, but enough seems implemented.
+
+WWW: http://fastjar.sourceforge.net/
diff --git a/archivers/fastjar/pkg-message b/archivers/fastjar/pkg-message
new file mode 100644
index 000000000000..08dc1be1abab
--- /dev/null
+++ b/archivers/fastjar/pkg-message
@@ -0,0 +1,4 @@
+************************************************************
+Please refer to the documents held in:
+ /usr/local/share/doc/fastjar/
+************************************************************
diff --git a/archivers/fastjar/pkg-plist b/archivers/fastjar/pkg-plist
new file mode 100644
index 000000000000..0d48bde84a0a
--- /dev/null
+++ b/archivers/fastjar/pkg-plist
@@ -0,0 +1,4 @@
+bin/fastjar
+share/doc/fastjar/CHANGES
+share/doc/fastjar/README
+@dirrm share/doc/fastjar