Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (7297956910ae4035629aab05cecc2f48fcf8b106)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ladislav Hagara <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (7297956910ae4035629aab05cecc2f48fcf8b106)
  • Date: Sun, 29 Jun 2008 16:04:16 -0500

GIT changes to master grimoire by Ladislav Hagara <ladislav.hagara AT unob.cz>:

ChangeLog | 4 ++++
archive-libs/libarchive/DETAILS | 17 +++++++++++++++++
archive-libs/libarchive/HISTORY | 3 +++
3 files changed, 24 insertions(+)

New commits:
commit 7297956910ae4035629aab05cecc2f48fcf8b106
Author: Ladislav Hagara <ladislav.hagara AT unob.cz>
Commit: Ladislav Hagara <ladislav.hagara AT unob.cz>

archive-libs/libarchive: new spell, a library for reading and writing
streaming archives

diff --git a/ChangeLog b/ChangeLog
index 2f8fb1c..b1510b3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-06-29 Ladislav Hagara <hgr AT vabo.cz>
+ * archive-libs/libarchive: new spell
+ a library for reading and writing streaming archives
+
2008-06-29 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* utils/irqbalance: new spell, an irq load balancer

diff --git a/archive-libs/libarchive/DETAILS b/archive-libs/libarchive/DETAILS
new file mode 100755
index 0000000..2a195d3
--- /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 0000000..94eaeba
--- /dev/null
+++ b/archive-libs/libarchive/HISTORY
@@ -0,0 +1,3 @@
+2008-06-29 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS, HISTORY: created this spell, version 2.4.17
+



  • [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (7297956910ae4035629aab05cecc2f48fcf8b106), Ladislav Hagara, 06/29/2008

Archive powered by MHonArc 2.6.24.

Top of Page