Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Juuso Alasuutari (87712078fa8f4e8d3d1072325d43bb212017bba0)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Juuso Alasuutari <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Juuso Alasuutari (87712078fa8f4e8d3d1072325d43bb212017bba0)
  • Date: Fri, 2 Mar 2007 15:51:23 -0600

GIT changes to master grimoire by Juuso Alasuutari <iuso AT sourcemage.org>:

ChangeLog | 4 ++++
archive-libs/libtar/BUILD | 1 +
archive-libs/libtar/DEPENDS | 1 +
archive-libs/libtar/DETAILS | 23 +++++++++++++++++++++++
archive-libs/libtar/HISTORY | 2 ++
5 files changed, 31 insertions(+)

New commits:
commit 87712078fa8f4e8d3d1072325d43bb212017bba0
Author: Juuso Alasuutari <iuso AT sourcemage.org>
Commit: Juuso Alasuutari <iuso AT sourcemage.org>

libtar: new spell, C library for manipulating tar files

diff --git a/ChangeLog b/ChangeLog
index 72eca71..8ac1e79 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-03-02 Juuso Alasuutari <iuso AT sourcemage.org>
+ * archive-libs/libtar: New spell, C library for manipulating tar
+ files.
+
2007-03-02 Ladislav Hagara <hgr AT vabo.cz>
* editors/tea: new spell, GTK2-based text editor

diff --git a/archive-libs/libtar/BUILD b/archive-libs/libtar/BUILD
new file mode 100755
index 0000000..3955646
--- /dev/null
+++ b/archive-libs/libtar/BUILD
@@ -0,0 +1 @@
+OPTS="--disable-encap --disable-epkg-install $OPTS" default_build
diff --git a/archive-libs/libtar/DEPENDS b/archive-libs/libtar/DEPENDS
new file mode 100755
index 0000000..b2ca837
--- /dev/null
+++ b/archive-libs/libtar/DEPENDS
@@ -0,0 +1 @@
+depends zlib "--with-zlib"
diff --git a/archive-libs/libtar/DETAILS b/archive-libs/libtar/DETAILS
new file mode 100755
index 0000000..0f51c09
--- /dev/null
+++ b/archive-libs/libtar/DETAILS
@@ -0,0 +1,23 @@
+ SPELL=libtar
+ VERSION=1.2.11
+ SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE_URL[0]=ftp://ftp.feep.net/pub/software/$SPELL/$SOURCE
+
SOURCE_HASH=sha512:f50edfa5ee164200f0c2636bab5b80628c1007cdf125c06925c173cf98046a24240fab3650566beecfb9252009f54390a6dc3e4a3b1d86e85fa6f3e44f33d8d3
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE=http://www.feep.net/libtar/
+ LICENSE[0]=MIT
+ ENTERED=20070302
+ KEYWORDS="archive libs"
+ SHORT="C library for manipulating POSIX tar files."
+cat << EOF
+libtar is a C library for manipulating POSIX tar files. It handles
+adding and extracting files to/from a tar archive.
+
+libtar offers the following features:
+
+ * Flexible API - you can manipulate individual files or just
+ extract a whole archive at once.
+ * Allows user-specified read() and write() functions, such as
+ zlib's gzread() and gzwrite().
+ * Supports both POSIX 1003.1-1990 and GNU tar file formats.
+EOF
diff --git a/archive-libs/libtar/HISTORY b/archive-libs/libtar/HISTORY
new file mode 100644
index 0000000..9cacc3e
--- /dev/null
+++ b/archive-libs/libtar/HISTORY
@@ -0,0 +1,2 @@
+2007-03-02 Juuso Alasuutari <iuso AT sourcemage.org>
+ * DETAILS, DEPENDS, BUILD: Created spell.



  • [SM-Commit] GIT changes to master grimoire by Juuso Alasuutari (87712078fa8f4e8d3d1072325d43bb212017bba0), Juuso Alasuutari, 03/02/2007

Archive powered by MHonArc 2.6.24.

Top of Page