summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
Diffstat (limited to 'archivers')
-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