1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/archivers/fastjar/pkg-descr
Alexey Dokuchaev 4443cf6996 - Trim Makefile header per new bylaws
- Drop indefinite article from COMMENT
- Define LICENSE (GPLv2), install couple of extra docs
- Convert NOPORTDOCS -> PORT_OPTIONS:MDOCS
- Remove pretty obvious pkg-message, sort some knobs
- Reformat port description

Approved by:	maintainer (maho)
2012-12-21 07:09:03 +00:00

17 lines
591 B
Plaintext

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/