NOTICE: This package has been removed from pkgsrc

./wip/fastjar, C language version of the jar archiver normally used by Java

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 0.98, Package name: fastjar-0.98, Maintainer: pkgsrc-users

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)


Master sites:

SHA1: c240a9e2115aad486329360d9166514261149af2
RMD160: 593ed2dfcc02599a3540028a0f0b5c77d6be7071
Filesize: 701.156 KB

Version history: (Expand)


CVS history: (Expand)


   2014-12-15 10:49:33 by Makoto Fujiwara | Files touched by this commit (4)
Log message:
Update 0.94 to 0.98

   2014-12-05 09:15:12 by OBATA Akio | Files touched by this commit (3)
Log message:
No need to use such tricky way for download.
   2014-12-04 16:09:57 by Makoto Fujiwara | Files touched by this commit (1)
Log message:
Note that weired 'DISTNAME= download'.
   2014-12-04 15:51:35 by Makoto Fujiwara | Files touched by this commit (2)
Log message:
patch-ad of previous commit has $Id string, and it was modified by cvs. Remove that
chunk from patch.
  -@@ -173,8 +173,6 @@ jartool.c - main functions for fastjar u
  - static char version_string[] = VERSION;
  - static char rcsid[] = "$Id: patch-ad,v 1.1 2014/11/20 05:36:33 makoto \ 
Exp $";
  - 
  --extern int errno;
  --
  - void usage(char*);
   2014-11-20 06:36:32 by Makoto Fujiwara | Files touched by this commit (8)
Log message:
Import fastjar-0.94 as wip/fastjar.

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)