Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (7e4b8fa245a4e9d5420023b7865d584ce6569509)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (7e4b8fa245a4e9d5420023b7865d584ce6569509)
  • Date: Mon, 2 Apr 2012 13:33:15 -0500

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

database/pxlib/DETAILS | 4 ++--
database/pxlib/HISTORY | 3 +++
libs/libxslt/DEPENDS | 3 +++
libs/libxslt/DETAILS | 1 +
libs/libxslt/HISTORY | 4 ++++
libs/neon/DEPENDS | 1 +
libs/neon/DETAILS | 1 +
libs/neon/HISTORY | 4 ++++
perl-cpan/parrot/DEPENDS | 5 ++++-
perl-cpan/parrot/DETAILS | 10 +++++-----
perl-cpan/parrot/HISTORY | 4 ++++
11 files changed, 32 insertions(+), 8 deletions(-)

New commits:
commit 7e4b8fa245a4e9d5420023b7865d584ce6569509
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

parrot-4.2.0/4.0.0

commit 4c0a723731f085f9b2fe14aa7c58c97aebe6513c
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

libxslt - may depend icu

commit 61ac1929e9f683c0dfab44eee112e40c8d966011
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

neon - optional depends icu

commit 189021594a9f54842e28b6ba70746a2a947fda21
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

pxlib: => 0.6.5

diff --git a/database/pxlib/DETAILS b/database/pxlib/DETAILS
index f37576b..3b6dc90 100755
--- a/database/pxlib/DETAILS
+++ b/database/pxlib/DETAILS
@@ -1,6 +1,6 @@
SPELL=pxlib
- VERSION=0.6.3
-
SOURCE_HASH=sha512:7cf622e7c999737c75c7ac72752dbe1c2f190735c40b431ba7e7d279e8628c5d650d4d44812b6bc7093bee07702f12c5394def843d671e9ea49f2bade608c892
+ VERSION=0.6.5
+
SOURCE_HASH=sha512:11b7010db6b63d6fbb9dd16f2b381f904517007dfdc84f569b7aef5ee33ae4c2ff1a9d6294e120858d2b906a421e112f0325f62acb2c2fc97d41c6b76d0826d6
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
WEB_SITE=http://pxlib.sourceforge.net/
diff --git a/database/pxlib/HISTORY b/database/pxlib/HISTORY
index 46e10b7..70c0d38 100644
--- a/database/pxlib/HISTORY
+++ b/database/pxlib/HISTORY
@@ -1,3 +1,6 @@
+2012-04-01 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.6.5
+
2007-10-01 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.6.3

diff --git a/libs/libxslt/DEPENDS b/libs/libxslt/DEPENDS
index 24ad027..28f4e1b 100755
--- a/libs/libxslt/DEPENDS
+++ b/libs/libxslt/DEPENDS
@@ -1,4 +1,7 @@
depends libxml2 &&
+if is_depends_enabled libxml2 icu;then
+ depends icu
+fi &&

optional_depends python \
"--with-python" \
diff --git a/libs/libxslt/DETAILS b/libs/libxslt/DETAILS
index 1708421..0feecb3 100755
--- a/libs/libxslt/DETAILS
+++ b/libs/libxslt/DETAILS
@@ -1,5 +1,6 @@
SPELL=libxslt
VERSION=1.1.26
+ PATCHLEVEL=1
SECURITY_PATCH=2
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
diff --git a/libs/libxslt/HISTORY b/libs/libxslt/HISTORY
index 8a00e45..afd3c73 100644
--- a/libs/libxslt/HISTORY
+++ b/libs/libxslt/HISTORY
@@ -1,3 +1,7 @@
+2012-04-02 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: PATCHLEVEL=1
+ * DEPENDS: add icu if libmxl2 uses it
+
2012-03-13 Vlad Glagolev <stealth AT sourcemage.org>
* SECURITY_PATCH++
* PRE_BUILD: apply the patch
diff --git a/libs/neon/DEPENDS b/libs/neon/DEPENDS
index e5136a1..2276bfe 100755
--- a/libs/neon/DEPENDS
+++ b/libs/neon/DEPENDS
@@ -2,6 +2,7 @@ depends e2fsprogs &&
depends libxml2 '--with-libxml2' &&
depends zlib '--with-zlib' &&
optional_depends libproxy '' '--without-libproxy' 'http proxy support'&&
+optional_depends icu '' '--disable-nls' 'internationalization support' &&
# TODO also supports --with-ssl=gnutls
optional_depends openssl \
'--with-ssl' \
diff --git a/libs/neon/DETAILS b/libs/neon/DETAILS
index f53dc70..d19cd79 100755
--- a/libs/neon/DETAILS
+++ b/libs/neon/DETAILS
@@ -1,5 +1,6 @@
SPELL=neon
VERSION=0.29.6
+ PATCHLEVEL=1
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE2=$SOURCE.asc
SOURCE2_IGNORE=signature
diff --git a/libs/neon/HISTORY b/libs/neon/HISTORY
index a1fe66a..1436728 100644
--- a/libs/neon/HISTORY
+++ b/libs/neon/HISTORY
@@ -1,3 +1,7 @@
+2012-04-02 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS: add optional icu
+ * DETAILS: PATCHLEVEL=1
+
2012-02-28 Treeve Jelbert <treeve AT sourcemage.org>
* DEPENDS: add optional libproxy

diff --git a/perl-cpan/parrot/DEPENDS b/perl-cpan/parrot/DEPENDS
index 5bb2753..be5e519 100755
--- a/perl-cpan/parrot/DEPENDS
+++ b/perl-cpan/parrot/DEPENDS
@@ -1,3 +1,4 @@
+depends zlib &&
depends perl &&
optional_depends gmp "" "--without-gmp" "for GMP support" &&
optional_depends gdbm "" "--without-gdbm" "for GDBM support" &&
@@ -6,4 +7,6 @@ optional_depends GLUT '' '--without-opengl' "OpenGL
support" &&
optional_depends openssl '' '--without-crypto' 'crypto support' &&
optional_depends pcre '' '--without-pcre' 'regex support' &&
optional_depends readline '' '' 'line editing' &&
-optional_depends gettext '' '--without-gettext' 'multilingual support'
+optional_depends gettext '' '--without-gettext' 'multilingual support' &&
+optional_depends libffi '' '--without-libffi' 'message passing'
+optional_depends llvm '--with-llvm' '' 'Link to LLVM'
diff --git a/perl-cpan/parrot/DETAILS b/perl-cpan/parrot/DETAILS
index 898c579..471b48b 100755
--- a/perl-cpan/parrot/DETAILS
+++ b/perl-cpan/parrot/DETAILS
@@ -1,12 +1,12 @@
SPELL=parrot
if [[ $PAR_VER == devel ]];then
- VERSION=2.5.0
-
SOURCE_HASH=sha512:4bdcab0da971d6e9385f1c1b0e790826789e3c697bad811eab8ff6d659080ba43605ee21bcc6c4ddafb330687045f2ffe00a731096e85f8b98960c55fc222c71
+ VERSION=4.2.0
+
SOURCE_HASH=sha512:672d494e6ee4c607070ed2fe6c75829dce6094ce44063ec6048308e1f47375d4c30d5096671f8c9636a9df8d89929b42d3076a0792f41f9afd143d5f327aa936
else
- VERSION=2.3.0
-
SOURCE_HASH=sha512:57938b108051c1b71860f7b7adc3642cc6dbfc61411ca839d3ec102d28efc7f7e00b665bf138a9c460361dd0ca652e34087b094dfbbe3352e1d63d4336989ed3
+ VERSION=4.0.0
+
SOURCE_HASH=sha512:4279267a8a2baa48bf528f996948896bd74b5f221f7e0d267a85f838613b76a05e3216a373d67670e11b1f6999e37c45ae1c9107975452c73e97fcf54720a624
fi
- SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE=$SPELL-$VERSION.tar.bz2

SOURCE_URL[0]=ftp://ftp.parrot.org/pub/parrot/releases/${PAR_VER:-stable}/$VERSION/$SOURCE
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/$SPELL-$VERSION
WEB_SITE=http://www.parrot.org/
diff --git a/perl-cpan/parrot/HISTORY b/perl-cpan/parrot/HISTORY
index d2927b4..09b8d25 100644
--- a/perl-cpan/parrot/HISTORY
+++ b/perl-cpan/parrot/HISTORY
@@ -1,3 +1,7 @@
+2012-04-02 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 4.2.0/4.0.0
+ * DEPENDS: add zlib, optional libffi, llvm
+
2010-06-23 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 2.3.0 /2.5.0




  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (7e4b8fa245a4e9d5420023b7865d584ce6569509), Treeve Jelbert, 04/02/2012

Archive powered by MHonArc 2.6.24.

Top of Page