summaryrefslogtreecommitdiff
path: root/archivers/fastjar/DESCR
diff options
context:
space:
mode:
authorzuntum <zuntum@pkgsrc.org>2001-10-31 20:24:14 +0000
committerzuntum <zuntum@pkgsrc.org>2001-10-31 20:24:14 +0000
commitb427eb87ce990f7727a5d63c107d34cd197c528f (patch)
treeb6471bf3db242c75032be3311f7a4ce717187c43 /archivers/fastjar/DESCR
parent461042de918b432b8c3c3a7c19d772e646f65dfa (diff)
downloadpkgsrc-b427eb87ce990f7727a5d63c107d34cd197c528f.tar.gz
Move pkg/ files into package's toplevel directory
Diffstat (limited to 'archivers/fastjar/DESCR')
-rw-r--r--archivers/fastjar/DESCR14
1 files changed, 14 insertions, 0 deletions
diff --git a/archivers/fastjar/DESCR b/archivers/fastjar/DESCR
new file mode 100644
index 00000000000..802d0694f25
--- /dev/null
+++ b/archivers/fastjar/DESCR
@@ -0,0 +1,14 @@
+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)