head	1.5;
access;
symbols
	RELEASE_8_3_0:1.4
	RELEASE_9_0_0:1.4
	RELEASE_7_4_0:1.4
	RELEASE_8_2_0:1.4
	RELEASE_6_EOL:1.4
	RELEASE_8_1_0:1.4
	RELEASE_7_3_0:1.4
	RELEASE_8_0_0:1.4
	RELEASE_7_2_0:1.4
	RELEASE_7_1_0:1.4
	RELEASE_6_4_0:1.4
	RELEASE_5_EOL:1.4
	RELEASE_7_0_0:1.4
	RELEASE_6_3_0:1.4
	PRE_XORG_7:1.4
	RELEASE_4_EOL:1.4
	RELEASE_6_2_0:1.4
	RELEASE_6_1_0:1.2
	RELEASE_5_5_0:1.2
	RELEASE_6_0_0:1.2
	RELEASE_5_4_0:1.1.1.1
	RELEASE_4_11_0:1.1.1.1
	RELEASE_5_3_0:1.1.1.1
	RELEASE_4_10_0:1.1.1.1
	RELEASE_5_2_1:1.1.1.1
	RELEASE_5_2_0:1.1.1.1
	RELEASE_4_9_0:1.1.1.1
	RELEASE_5_1_0:1.1.1.1
	RELEASE_4_8_0:1.1.1.1
	RELEASE_5_0_0:1.1.1.1
	RELEASE_4_7_0:1.1.1.1
	RELEASE_4_6_2:1.1.1.1
	RELEASE_4_6_1:1.1.1.1
	RELEASE_4_6_0:1.1.1.1
	RELEASE_5_0_DP1:1.1.1.1
	RELEASE_4_5_0:1.1.1.1
	RELEASE_4_4_0:1.1.1.1
	RELEASE_4_3_0:1.1.1.1
	RELEASE_4_2_0:1.1.1.1
	RELEASE_4_1_1:1.1.1.1
	RELEASE_4_1_0:1.1.1.1
	RELEASE_3_5_0:1.1.1.1
	v0_90:1.1.1.1
	KNU:1.1.1;
locks; strict;
comment	@# @;


1.5
date	2012.12.21.07.21.51;	author svnexp;	state Exp;
branches;
next	1.4;

1.4
date	2006.09.02.04.09.07;	author maho;	state Exp;
branches;
next	1.3;

1.3
date	2006.08.09.00.10.34;	author maho;	state Exp;
branches;
next	1.2;

1.2
date	2005.05.27.04.31.55;	author danfe;	state Exp;
branches;
next	1.1;

1.1
date	2000.03.25.00.12.37;	author knu;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2000.03.25.00.12.37;	author knu;	state Exp;
branches;
next	;


desc
@@


1.5
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/309343
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r309343 | danfe | 2012-12-21 07:09:03 +0000 (Fri, 21 Dec 2012) | 9 lines
## SVN ##
## SVN ## - Trim Makefile header per new bylaws
## SVN ## - Drop indefinite article from COMMENT
## SVN ## - Define LICENSE (GPLv2), install couple of extra docs
## SVN ## - Convert NOPORTDOCS -> PORT_OPTIONS:MDOCS
## SVN ## - Remove pretty obvious pkg-message, sort some knobs
## SVN ## - Reformat port description
## SVN ##
## SVN ## Approved by:	maintainer (maho)
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@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 directory and adding files (-C)
  * Archive content listing (-t)
  * Archive extraction (-x)

WWW: http://fastjar.sourceforge.net/
@


1.4
log
@* Fix pkg-plist (actually Makefile)
* make portlint happy

Submitted by:	kris [1]
@
text
@d1 5
a5 5
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:
d12 1
a12 1
  * Changing to a dir and adding files (-C)
d16 1
a16 2
WWW: http://savannah.nongnu.org/projects/fastjar
     http://fastjar.sourceforge.net/     
@


1.3
log
@* 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.
@
text
@a17 1

@


1.2
log
@- Improve on port description [1]
- Put space after `WWW:', not tab

Obtained from:	NetBSD [1]
@
text
@d16 3
a18 1
WWW: http://fastjar.sourceforge.net/
@


1.1
log
@Initial revision
@
text
@d1 5
a5 3
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.
d7 10
a16 1
WWW:	http://fastjar.sourceforge.net/
@


1.1.1.1
log
@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
@
text
@@
