summaryrefslogtreecommitdiffstats
path: root/archivers/fastjar
diff options
context:
space:
mode:
authordanfe <danfe@FreeBSD.org>2005-05-27 04:31:55 +0000
committerdanfe <danfe@FreeBSD.org>2005-05-27 04:31:55 +0000
commit8edb9c58e2600acfb953b2217a9ff389504cc2cb (patch)
treea4830865730e6378cd34c075674ea0efa6d327dd /archivers/fastjar
parenta65400ddb959f351f5fc6898f0f5de071d8a774e (diff)
downloadFreeBSD-ports-8edb9c58e2600acfb953b2217a9ff389504cc2cb.zip
FreeBSD-ports-8edb9c58e2600acfb953b2217a9ff389504cc2cb.tar.gz
- Improve on port description [1]
- Put space after `WWW:', not tab Obtained from: NetBSD [1]
Diffstat (limited to 'archivers/fastjar')
-rw-r--r--archivers/fastjar/pkg-descr19
1 files changed, 15 insertions, 4 deletions
diff --git a/archivers/fastjar/pkg-descr b/archivers/fastjar/pkg-descr
index 057f99d..8c6de9a 100644
--- a/archivers/fastjar/pkg-descr
+++ b/archivers/fastjar/pkg-descr
@@ -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/
OpenPOWER on IntegriCloud