diff options
author | rh <rh@pkgsrc.org> | 2000-02-01 16:41:05 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2000-02-01 16:41:05 +0000 |
commit | 91ceb6521306a4e0f0c3ded1efc7ef49553e169c (patch) | |
tree | f968dda9fc6ce70c13b76b2d7fed67ab6385f7d9 /archivers | |
parent | 6d652f19080e398d4826f90ebcbe04280719e118 (diff) | |
download | pkgsrc-91ceb6521306a4e0f0c3ded1efc7ef49553e169c.tar.gz |
Initial import of fastjar-0.90, a C language version of the 'jar' archiver
used by Java engines and SDKs.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/fastjar/Makefile | 14 | ||||
-rw-r--r-- | archivers/fastjar/files/md5 | 3 | ||||
-rw-r--r-- | archivers/fastjar/pkg/COMMENT | 1 | ||||
-rw-r--r-- | archivers/fastjar/pkg/DESCR | 14 | ||||
-rw-r--r-- | archivers/fastjar/pkg/PLIST | 2 |
5 files changed, 34 insertions, 0 deletions
diff --git a/archivers/fastjar/Makefile b/archivers/fastjar/Makefile new file mode 100644 index 00000000000..95734543526 --- /dev/null +++ b/archivers/fastjar/Makefile @@ -0,0 +1,14 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/02/01 16:41:05 rh Exp $ +# + +DISTNAME= fastjar-0.90 +CATEGORIES= archivers +MASTER_SITES= http://download.sourceforge.net/fastjar/ +EXTRACT_SUFX= .tgz + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://fastjar.sourceforge.net/ + +GNU_CONFIGURE= YES + +.include "../../mk/bsd.pkg.mk" diff --git a/archivers/fastjar/files/md5 b/archivers/fastjar/files/md5 new file mode 100644 index 00000000000..d3c383f3c5a --- /dev/null +++ b/archivers/fastjar/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 2000/02/01 16:41:06 rh Exp $ + +MD5 (fastjar-0.90.tgz) = e17723206263a314b937055c6c91607a diff --git a/archivers/fastjar/pkg/COMMENT b/archivers/fastjar/pkg/COMMENT new file mode 100644 index 00000000000..303113ff860 --- /dev/null +++ b/archivers/fastjar/pkg/COMMENT @@ -0,0 +1 @@ +C language version of the 'jar' archiver normally used by Java diff --git a/archivers/fastjar/pkg/DESCR b/archivers/fastjar/pkg/DESCR new file mode 100644 index 00000000000..802d0694f25 --- /dev/null +++ b/archivers/fastjar/pkg/DESCR @@ -0,0 +1,14 @@ +Fastjar is a version of Sun's 'jar' utility, written entirely in C, +and therefore quite a bit faster. Fastjar can be up to 100x faster +than the stock 'jar' program running without a JIT. Currently, +the author is working on adding all the features present in the sun +utility. At the moment, implemented features are: + + * Archive creation + * Verbose/quiet output + * stdout vs. file output + * Manifest file support + * Deflation or storage + * Changing to a dir and adding files (-C) + * Archive content listing (-t) + * Archive extraction (-x) diff --git a/archivers/fastjar/pkg/PLIST b/archivers/fastjar/pkg/PLIST new file mode 100644 index 00000000000..c2056ea8cc7 --- /dev/null +++ b/archivers/fastjar/pkg/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2000/02/01 16:41:05 rh Exp $ +bin/fastjar |