The FreeBSD Ports Archive
FreeBSD archivers : fastjar4>
A version of JDK's `jar' command written entirely in C
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)
http://savannah.nongnu.org/projects/fastjar
|
fastjar history
v. 1.16
date: 2006/09/02 04:09:07; author: maho; state: Exp; lines: +4 -3
* Fix pkg-plist (actually Makefile)
* make portlint happy
Submitted by: kris [1]
v. 1.15
date: 2006/08/31 16:13:33; author: kris; state: Exp; lines: +3 -0
BROKEN: Incomplete pkg-plist
Also add missing USE_GETOPT_LONG to hopefully fix 4.x build apart from
this.
v. 1.14
date: 2006/08/10 05:31:36; author: maho; state: Exp; lines: +1 -0
A build fix via pointyhat.
Submitted by: kris
v. 1.13
date: 2006/08/09 00:10:34; author: maho; state: Exp; lines: +7 -7
* Update to 20060808 cvs checkout of fastjar proect
which was forked from gcc4 (http://savannah.nongnu.org/projects/fastjar/)
(According to http://gcc.gnu.org/java/
April 4, 2006
fastjar has been removed from the GCC source tree and made into a
separate project....)
* FastJar from gcc4 (now at savannah) seems to be the superset
of FastJar 0.93 at sourceforge and this doesn't seem to updated for long time.
According fastjar-0.93/CHANGES
> 0.93 01/11/2001 Integrated GNU gcc patches to mainline fastjar
> codebase. Should compile on more platforms.
> Ignore nutty errors.
* gcc42 will depend on this jar
* take over the maintainer ship until this situation become settle.
v. 1.12
date: 2006/04/01 12:29:08; author: edwin; state: Exp; lines: +2 -0
Use SUB_FILES
v. 1.11
date: 2004/02/27 12:10:36; author: clement; state: Exp; lines: +4 -2
- Pacify portlint and use misc macros
- remove pkg-plist (fastjar and stuffit)
v. 1.10
date: 2004/02/04 05:18:19; author: marcus; state: Exp; lines: +1 -0
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
v. 1.9
date: 2003/10/26 21:47:10; author: kris; state: Exp; lines: +3 -3
portlint (fix whitespace)
v. 1.8
date: 2003/08/18 15:25:41; author: ache; state: Exp; lines: +3 -2
Upgrade to 0.93
v. 1.7
date: 2003/08/16 20:04:54; author: knu; state: Exp; lines: +1 -1
Drop maintainership. Feel free to update the port. (fastjar is now
maintained in the gcc repository without being released separately,
though)
v. 1.6
date: 2003/02/18 04:17:41; author: knu; state: Exp; lines: +2 -1
De-pkg-comment.
v. 1.5
date: 2000/06/14 13:20:59; author: sobomax; state: Exp; lines: +3 -2
Teach MASTER_SITES about new MASTER_SITE_SOURCEFORGE.
v. 1.4
date: 2000/04/24 15:51:08; author: knu; state: Exp; lines: +2 -2
Change MAINTAINER addresses from knu@idaemons.org to knu@FreeBSD.org
so as to make it clear that a FreeBSD committer maintains them.
v. 1.3
date: 2000/04/08 23:17:42; author: mharo; state: Exp; lines: +3 -3
update with the new PORTNAME/PORTVERSION variables
v. 1.2
date: 2000/04/04 19:03:21; author: knu; state: Exp; lines: +2 -2
Style fix:
- Remove post-install information from DESCR's.
- Replace /usr/local with ${PREFIX} in DESCR's and MESSAGE's.
- Remove unnecessary whitespace.
Pointed out by: portlint
v. 1.1
date: 2000/03/25 00:12:36; author: knu; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 2000/03/25 00:12:36; author: knu; state: Exp; lines: +0 -0
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
=============================================================================
|
| |

|