- Improve on port description [1]

- Put space after `WWW:', not tab

Obtained from:	NetBSD [1]
This commit is contained in:
Alexey Dokuchaev 2005-05-27 04:31:55 +00:00
parent bb2644e936
commit 598b727f84
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=136237

View File

@ -1,5 +1,16 @@
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.
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:
WWW: http://fastjar.sourceforge.net/
* 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)
WWW: http://fastjar.sourceforge.net/