Skip to Content.
Sympa Menu

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

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 (96384084facc742be62ed8afb65a241c5064d69a)
  • Date: Fri, 22 Sep 2006 11:35:51 -0500

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

perl-cpan/libxml-perl/BUILD | 10 ++--------
perl-cpan/libxml-perl/DETAILS | 21 +++++++++------------
perl-cpan/libxml-perl/HISTORY | 7 ++++++-
perl-cpan/libxml-perl/INSTALL | 1 +
4 files changed, 18 insertions(+), 21 deletions(-)

New commits:
commit 71254334ffd63b02082f99767a75368eec9bcff3
Author: Juuso Alasuutari <iuso AT sourcemage.org>
Commit: Juuso Alasuutari <iuso AT sourcemage.org>

libxml-perl 0.08

diff --git a/perl-cpan/libxml-perl/BUILD b/perl-cpan/libxml-perl/BUILD
index b0ce3c1..8afc7f3 100755
--- a/perl-cpan/libxml-perl/BUILD
+++ b/perl-cpan/libxml-perl/BUILD
@@ -1,8 +1,2 @@
-(
-
- perl Makefile.PL &&
- make &&
- prepare_install &&
- make install
-
-) > $C_FIFO 2>&1
+perl Makefile.PL &&
+make
diff --git a/perl-cpan/libxml-perl/DETAILS b/perl-cpan/libxml-perl/DETAILS
index aa883cf..b8672a1 100755
--- a/perl-cpan/libxml-perl/DETAILS
+++ b/perl-cpan/libxml-perl/DETAILS
@@ -1,19 +1,16 @@
SPELL=libxml-perl
- VERSION=0.07
+ VERSION=0.08
SOURCE=$SPELL-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=http://www.cpan.org/authors/id/KMACLEOD/$SOURCE
-
SOURCE_HASH=sha512:e7d24ccc57ffa2b011f1f821dfe67848f157e4f527f2b3db93f6de4ef9c9d51445df56035e83e4b4743ab7c635026ed2874c835161a2200aaf76777e21ce0a41
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ SOURCE_URL[0]=http://search.cpan.org/CPAN/authors/id/KMACLEOD/$SOURCE
+
SOURCE_HASH=sha512:66c1874a04b746334d4324ab37ee057c6da7fa7191dffae2900e0832dab3b2ededc5cbdc5e838c0d57c22161c9cf196ab40b62f61338d4c994bda9fa7b1a7702
LICENSE=ART
- WEB_SITE="http://search.cpan.org/search?dist=libxml-perl";
+ WEB_SITE=http://search.cpan.org/dist/libxml-perl/
ENTERED=20020404
- UPDATED=20020404
KEYWORDS="xml perl"
- BUILD_API=1
- SHORT="Collection of Perl modules for working with XML"
+ SHORT="Collection of Perl modules for working with XML."
cat << EOF
-libxml-perl is a collection of smaller Perl modules,
-scripts, and documents for working with XML in Perl.
-libxml-perl software works in combination with XML::Parser,
-PerlSAX, XML::DOM, XML::Grove and others.
+libxml-perl is a collection of smaller Perl modules, scripts, and documents
+for working with XML in Perl. libxml-perl software works in combination with
+XML::Parser, PerlSAX, XML::DOM, XML::Grove and others.
EOF
diff --git a/perl-cpan/libxml-perl/HISTORY b/perl-cpan/libxml-perl/HISTORY
index 77b2a13..4bb47a4 100755
--- a/perl-cpan/libxml-perl/HISTORY
+++ b/perl-cpan/libxml-perl/HISTORY
@@ -1,3 +1,9 @@
+2006-09-22 Juuso Alasuutari <iuso AT sourcemage.org>
+ * DETAILS: Version 0.08. Updated SOURCE_URLs & WEB_SITE, removed
+ BUILD_API=1 & UPDATED.
+ * BUILD: Converted to build API 2.
+ * INSTALL: Added, moved installing here.
+
2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed MAINTAINER.

@@ -19,4 +25,3 @@

2002-04-05 Giovanni Lopedote <djcomputer AT gmx.net>
* All files: Initial version
-
diff --git a/perl-cpan/libxml-perl/INSTALL b/perl-cpan/libxml-perl/INSTALL
new file mode 100755
index 0000000..f1f4812
--- /dev/null
+++ b/perl-cpan/libxml-perl/INSTALL
@@ -0,0 +1 @@
+make install



  • [SM-Commit] GIT changes to master grimoire by Juuso Alasuutari (96384084facc742be62ed8afb65a241c5064d69a), Juuso Alasuutari, 09/22/2006

Archive powered by MHonArc 2.6.24.

Top of Page