summaryrefslogtreecommitdiffstats
path: root/archive-libs/libarchive
diff options
context:
space:
mode:
authorLadislav Hagara2008-06-29 23:00:51 +0200
committerLadislav Hagara2008-06-29 23:00:51 +0200
commit7297956910ae4035629aab05cecc2f48fcf8b106 (patch)
tree92cbf244121abe04a6f08a678777c30c9bf9c728 /archive-libs/libarchive
parent3a532dfb42eca7807bcf79825e8e1d90b751dccc (diff)
archive-libs/libarchive: new spell, a library for reading and writing streaming archives
Diffstat (limited to 'archive-libs/libarchive')
-rwxr-xr-xarchive-libs/libarchive/DETAILS17
-rw-r--r--archive-libs/libarchive/HISTORY3
2 files changed, 20 insertions, 0 deletions
diff --git a/archive-libs/libarchive/DETAILS b/archive-libs/libarchive/DETAILS
new file mode 100755
index 0000000000..2a195d3bb2
--- /dev/null
+++ b/archive-libs/libarchive/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=libarchive
+ VERSION=2.4.17
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=http://people.freebsd.org/~kientzle/libarchive/src/$SOURCE
+ SOURCE_HASH=sha512:433f3275e7810ecbcf4020654ea8fbebad62328ad75e7896d6cb7f455e184534450c2399ee98a47ed0c952e2bbd7ac6a6642aef5f824a031d41272a551b9882d
+ WEB_SITE=http://people.freebsd.org/~kientzle/libarchive/
+ ENTERED=20080629
+ LICENSE[0]=BSD
+ KEYWORDS=archive"
+ SHORT="a library for reading and writing streaming archives"
+cat << EOF
+The libarchive library provides a flexible interface for reading and
+writing streaming archive files such as tar and cpio. Internally, it
+follows a modular layered design that should make it easy to add new
+archive and compression formats.
+EOF
diff --git a/archive-libs/libarchive/HISTORY b/archive-libs/libarchive/HISTORY
new file mode 100644
index 0000000000..94eaeba044
--- /dev/null
+++ b/archive-libs/libarchive/HISTORY
@@ -0,0 +1,3 @@
+2008-06-29 Ladislav Hagara <hgr@vabo.cz>
+ * DETAILS, HISTORY: created this spell, version 2.4.17
+