Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (354e8c4b84238393cdad2d8566e8cb5978ca88de)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (354e8c4b84238393cdad2d8566e8cb5978ca88de)
  • Date: Thu, 15 Mar 2007 13:59:27 -0500

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

ChangeLog | 7 ++++
perl-cpan/compress-raw-zlib/BUILD | 1
perl-cpan/compress-raw-zlib/Compress-Raw-Zlib-2.004.tar.gz.sig |binary
perl-cpan/compress-raw-zlib/DEPENDS | 1
perl-cpan/compress-raw-zlib/DETAILS | 14
+++++++++
perl-cpan/compress-raw-zlib/HISTORY | 3 ++
perl-cpan/io-compress-base/BUILD | 1
perl-cpan/io-compress-base/DEPENDS | 1
perl-cpan/io-compress-base/DETAILS | 14
+++++++++
perl-cpan/io-compress-base/HISTORY | 6 ++++
perl-cpan/io-compress-base/IO-Compress-Base-2.004.tar.gz.sig |binary
perl-cpan/io-compress-zlib/BUILD | 1
perl-cpan/io-compress-zlib/DEPENDS | 3 ++
perl-cpan/io-compress-zlib/DETAILS | 15
++++++++++
perl-cpan/io-compress-zlib/HISTORY | 3 ++
perl-cpan/io-compress-zlib/IO-Compress-Zlib-2.004.tar.gz.sig |binary
16 files changed, 70 insertions(+)

New commits:
commit 354e8c4b84238393cdad2d8566e8cb5978ca88de
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

Updated compress-raw-zlib to 2.004

commit 8e83b43f5a05020553646c352f414139b1adf8a0
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

Updated io-compress-base to 2.004

commit 3eca421cd639eac9a97d9cc2b50d3d49230d2c60
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

Added io-compress-zlib for openoffice

Conflicts:

ChangeLog

commit 54d5a1e8c3715aeac5848f226e4d71e81e64548c
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

Added compress-raw-zlib for openoffice
(cherry picked from commit 444e636be3da8c5ef81942ef659f9bb425b2d98f)

commit 60053474f352a1f3f941fe727baa93c6a194b3c7
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

Adding io-compress-base for openoffice 2.1

Conflicts:

ChangeLog

diff --git a/ChangeLog b/ChangeLog
index 820aabe..7748c5e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -74,6 +74,9 @@
2007-03-05 George Sherwood <george AT beernabeer.com>
* xfce/notification-daemon-xfce: new spell for xfce notifications

+2007-03-04 Eric Sandall <sandalle AT sourcemage.org>
+ * perl-cpan/io-compress-zlib: Added another module for openoffice
+
2007-03-04 David Brown <dmlb2000 AT gmail.com>
* utils/xen-tools: new subpackage for the xen package
* kernels/xen-hypervisor: new package for the hypervisor of xen
@@ -94,6 +97,10 @@
2007-03-03 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* FUNCTIONS, libgcc: moved invoke_gcc to default_pre_build #10641

+2007-03-02 Eric Sandall <sandalle AT sourcemage.org>
+ * perl-cpan/io-compress-base: Added IO::Compress and IO::Uncompress
+ * perl-cpan/compress-raw-zlib: Added Zlib library
+
2007-03-02 Juuso Alasuutari <iuso AT sourcemage.org>
* archive-libs/libtar: New spell, C library for manipulating tar
files.
diff --git a/perl-cpan/compress-raw-zlib/BUILD
b/perl-cpan/compress-raw-zlib/BUILD
new file mode 100755
index 0000000..e79fe43
--- /dev/null
+++ b/perl-cpan/compress-raw-zlib/BUILD
@@ -0,0 +1 @@
+source $SECTION_DIRECTORY/PERL_BUILD
diff --git a/perl-cpan/compress-raw-zlib/Compress-Raw-Zlib-2.004.tar.gz.sig
b/perl-cpan/compress-raw-zlib/Compress-Raw-Zlib-2.004.tar.gz.sig
new file mode 100644
index 0000000..5153289
Binary files /dev/null and
b/perl-cpan/compress-raw-zlib/Compress-Raw-Zlib-2.004.tar.gz.sig differ
diff --git a/perl-cpan/compress-raw-zlib/DEPENDS
b/perl-cpan/compress-raw-zlib/DEPENDS
new file mode 100755
index 0000000..1dd0168
--- /dev/null
+++ b/perl-cpan/compress-raw-zlib/DEPENDS
@@ -0,0 +1 @@
+depends perl
diff --git a/perl-cpan/compress-raw-zlib/DETAILS
b/perl-cpan/compress-raw-zlib/DETAILS
new file mode 100755
index 0000000..5607dfd
--- /dev/null
+++ b/perl-cpan/compress-raw-zlib/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=compress-raw-zlib
+ VERSION=2.004
+ SOURCE=Compress-Raw-Zlib-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/Compress-Raw-Zlib-$VERSION
+ SOURCE_URL[0]=http://www.cpan.org/authors/id/P/PM/PMQS/$SOURCE
+ SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
+ LICENSE[0]=ART
+ KEYWORDS="perl"
+ WEB_SITE=http://search.cpan.org/~pmqs/Compress-Raw-Zlib-$VERSION
+ ENTERED=20070302
+ SHORT="Low-Level Interface to zlib compression library"
+cat << EOF
+Low-Level Interface to zlib compression library
+EOF
diff --git a/perl-cpan/compress-raw-zlib/HISTORY
b/perl-cpan/compress-raw-zlib/HISTORY
new file mode 100644
index 0000000..15f0add
--- /dev/null
+++ b/perl-cpan/compress-raw-zlib/HISTORY
@@ -0,0 +1,3 @@
+2007-03-02 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS,DEPENDS,BUILD: Created
+
diff --git a/perl-cpan/io-compress-base/BUILD
b/perl-cpan/io-compress-base/BUILD
new file mode 100755
index 0000000..e79fe43
--- /dev/null
+++ b/perl-cpan/io-compress-base/BUILD
@@ -0,0 +1 @@
+source $SECTION_DIRECTORY/PERL_BUILD
diff --git a/perl-cpan/io-compress-base/DEPENDS
b/perl-cpan/io-compress-base/DEPENDS
new file mode 100755
index 0000000..1dd0168
--- /dev/null
+++ b/perl-cpan/io-compress-base/DEPENDS
@@ -0,0 +1 @@
+depends perl
diff --git a/perl-cpan/io-compress-base/DETAILS
b/perl-cpan/io-compress-base/DETAILS
new file mode 100755
index 0000000..b6a8d01
--- /dev/null
+++ b/perl-cpan/io-compress-base/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=io-compress-base
+ VERSION=2.004
+ SOURCE=IO-Compress-Base-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/IO-Compress-Base-$VERSION
+ SOURCE_URL[0]=http://www.cpan.org/authors/id/P/PM/PMQS//$SOURCE
+ SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
+ LICENSE[0]=ART
+ KEYWORDS="perl"
+ WEB_SITE="http://search.cpan.org/search?module=IO::Compress-Base";
+ ENTERED=20070302
+ SHORT="Base class for IO::Compress and IO::Uncompress"
+cat << EOF
+Base class for IO::Compress and IO::Uncompress
+EOF
diff --git a/perl-cpan/io-compress-base/HISTORY
b/perl-cpan/io-compress-base/HISTORY
new file mode 100644
index 0000000..755b745
--- /dev/null
+++ b/perl-cpan/io-compress-base/HISTORY
@@ -0,0 +1,6 @@
+2007-03-04 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 2.004
+
+2007-03-02 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS,DEPENDS,BUILD: Created
+
diff --git a/perl-cpan/io-compress-base/IO-Compress-Base-2.004.tar.gz.sig
b/perl-cpan/io-compress-base/IO-Compress-Base-2.004.tar.gz.sig
new file mode 100644
index 0000000..3ca3db1
Binary files /dev/null and
b/perl-cpan/io-compress-base/IO-Compress-Base-2.004.tar.gz.sig differ
diff --git a/perl-cpan/io-compress-zlib/BUILD
b/perl-cpan/io-compress-zlib/BUILD
new file mode 100755
index 0000000..e79fe43
--- /dev/null
+++ b/perl-cpan/io-compress-zlib/BUILD
@@ -0,0 +1 @@
+source $SECTION_DIRECTORY/PERL_BUILD
diff --git a/perl-cpan/io-compress-zlib/DEPENDS
b/perl-cpan/io-compress-zlib/DEPENDS
new file mode 100755
index 0000000..805da6d
--- /dev/null
+++ b/perl-cpan/io-compress-zlib/DEPENDS
@@ -0,0 +1,3 @@
+depends perl &&
+depends compress-raw-zlib &&
+depends io-compress-base
diff --git a/perl-cpan/io-compress-zlib/DETAILS
b/perl-cpan/io-compress-zlib/DETAILS
new file mode 100755
index 0000000..b7291d4
--- /dev/null
+++ b/perl-cpan/io-compress-zlib/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=io-compress-zlib
+ VERSION=2.004
+ SOURCE=IO-Compress-Zlib-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/IO-Compress-Zlib-$VERSION
+ SOURCE_URL[0]=http://www.cpan.org/authors/id/P/PM/PMQS/$SOURCE
+ SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
+ LICENSE[0]=ART
+ KEYWORDS="perl"
+ WEB_SITE="http://search.cpan.org/~pmqs/IO-Compress-Zlib-$VERSION/";
+ ENTERED=20070304
+ SHORT="Perl module to read/write zip files/buffers"
+cat << EOF
+This module provides a Perl interface to allow reading and writing of RFC
+1950, 1951, 1952 (i.e. gzip) and zip files/buffers.
+EOF
diff --git a/perl-cpan/io-compress-zlib/HISTORY
b/perl-cpan/io-compress-zlib/HISTORY
new file mode 100644
index 0000000..ca314fb
--- /dev/null
+++ b/perl-cpan/io-compress-zlib/HISTORY
@@ -0,0 +1,3 @@
+2007-03-04 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS,DEPENDS,BUILD: Created
+
diff --git a/perl-cpan/io-compress-zlib/IO-Compress-Zlib-2.004.tar.gz.sig
b/perl-cpan/io-compress-zlib/IO-Compress-Zlib-2.004.tar.gz.sig
new file mode 100644
index 0000000..adfa822
Binary files /dev/null and
b/perl-cpan/io-compress-zlib/IO-Compress-Zlib-2.004.tar.gz.sig differ



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (354e8c4b84238393cdad2d8566e8cb5978ca88de), Eric Sandall, 03/15/2007

Archive powered by MHonArc 2.6.24.

Top of Page