Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Flavien Bridault (509de6e553bfdbe8f8f5c2d016ed394bdf4c7717)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Flavien Bridault <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Flavien Bridault (509de6e553bfdbe8f8f5c2d016ed394bdf4c7717)
  • Date: Wed, 6 Dec 2006 05:52:57 -0600

GIT changes to master grimoire by Flavien Bridault <vlaaad AT sourcemage.org>:

ChangeLog | 7 +++++++
dev/null |binary
disk/cdrkit/CONFLICTS | 3 ++-
disk/cdrkit/HISTORY | 3 +++
disk/cdrtools/CONFLICTS | 1 +
disk/cdrtools/HISTORY | 3 +++
disk/dvdrtools/CONFLICTS | 1 +
disk/dvdrtools/HISTORY | 3 +++
disk/genisoimage/BUILD | 3 +++
disk/genisoimage/CONFLICTS | 4 ++++
disk/genisoimage/DEPENDS | 2 ++
disk/genisoimage/DETAILS | 22 ++++++++++++++++++++++
disk/genisoimage/HISTORY | 4 ++++
disk/genisoimage/cdrkit-1.1.0.tar.gz.sig |binary
disk/libburn-pykix/DEPENDS | 2 +-
disk/libburn-pykix/HISTORY | 3 ++-
disk/libisofs/DEPENDS | 7 +++++++
disk/libisofs/DETAILS | 31
+++++++++++++++++++++++++++++++
disk/libisofs/HISTORY | 3 +++
disk/libisofs/PREPARE | 5 +++++
disk/libisofs/PRE_BUILD | 5 +++++
disk/libisofs/libisofs-0.2.3.tar.gz.sig |binary
disk/mkisofs/BUILD | 4 +---
disk/mkisofs/DEPENDS | 3 +--
disk/mkisofs/DETAILS | 7 ++++---
disk/mkisofs/HISTORY | 3 +++
disk/mkisofs/INSTALL | 1 +
disk/mkisofs/PRE_BUILD | 1 +
disk/mkisofs/TRIGGERS | 1 +
disk/mkisofs/cdrkit-1.0pre4.tar.gz.sig | 0
net/net-tools/DETAILS | 2 +-
net/net-tools/HISTORY | 4 ++++
net/net-tools/ifdown | 2 +-
net/net-tools/ifup | 2 +-
perl-cpan/html-tagset/DETAILS | 2 +-
perl-cpan/html-tagset/HISTORY | 3 +++
36 files changed, 132 insertions(+), 15 deletions(-)

New commits:
commit 509de6e553bfdbe8f8f5c2d016ed394bdf4c7717
Author: Flavien Bridault <vlaaad AT sourcemage.org>
Commit: Flavien Bridault <vlaaad AT sourcemage.org>

commit ccc45dac4871735a61f2dcf42b459058ce527a99
Author: Flavien Bridault <vlaaad AT sourcemage.org>
Commit: Flavien Bridault <vlaaad AT sourcemage.org>

Changelog entry for mkisofs deprecation

commit e657907f382aac398c78c0237b263b36e221bec5
Author: Flavien Bridault <vlaaad AT sourcemage.org>
Commit: Flavien Bridault <vlaaad AT sourcemage.org>

mkisofs: deprecated in favour of genisoimage

commit 68d685d669d8305603c2c0e9b317262b8086fb13
Author: Flavien Bridault <vlaaad AT sourcemage.org>
Commit: Flavien Bridault <vlaaad AT sourcemage.org>

genisoimage: new spell, rename from mkisofs

commit 41e8645e77de3f884043bcd0010778a717ff818d
Author: Flavien Bridault <vlaaad AT sourcemage.org>
Commit: Flavien Bridault <vlaaad AT sourcemage.org>

libburn-pykix: replaced mkisofs dependency by genisoimage

commit 6ac5d96f83796a53a55bc04cbbfbecfbe8a60994
Author: Flavien Bridault <vlaaad AT sourcemage.org>
Commit: Flavien Bridault <vlaaad AT sourcemage.org>

dvdrtools: conflicts with genisoimage

commit 8b2c91f95a7af86f92a653e2412a882ed4287afc
Author: Flavien Bridault <vlaaad AT sourcemage.org>
Commit: Flavien Bridault <vlaaad AT sourcemage.org>

cdrkit: conflicts with genisoimage

commit 41860528129fffdc1a9d3f9bb0259ed2739a04f0
Author: Flavien Bridault <vlaaad AT sourcemage.org>
Commit: Flavien Bridault <vlaaad AT sourcemage.org>

cdrtools: conflicts with genisoimage

commit e8345f9a981a52c5c052dadd536f380a44c70d9b
Author: Flavien Bridault <vlaaad AT sourcemage.org>
Commit: Flavien Bridault <vlaaad AT sourcemage.org>

html-tagset: Fixed SOURCE_URL, use user-selected mirror in sorcery

commit bc8661a4122a29ed999399f2f46f8dadf2c403bb
Author: Flavien Bridault <vlaaad AT sourcemage.org>
Commit: Flavien Bridault <vlaaad AT sourcemage.org>

net-tools: fixed the path to dhcpcd pid files

diff --git a/ChangeLog b/ChangeLog
index 84838be..20090e5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2006-12-06 Flavien Bridault <vlaaad AT sourcemage.org>
+ * disk/libisofs: added, new spell, split from libburn-pykix
+
+2006-12-06 Flavien Bridault <vlaaad AT sourcemage.org>
+ * disk/mkisofs: deprecated in favour of genisoimage
+ * disk/genisoimage: added, rename from mkisofs
+
2006-12-05 Eric Sandall <eric AT sandall.us>
* net/iproute2/iproute2.gpg: iproute2 GPG key
Verified from http://developer.osdl.org/dev/iproute2/signature.html
and
diff --git a/disk/cdrkit/CONFLICTS b/disk/cdrkit/CONFLICTS
index 87ce3d6..3f86a4e 100755
--- a/disk/cdrkit/CONFLICTS
+++ b/disk/cdrkit/CONFLICTS
@@ -1,4 +1,5 @@
conflicts dvdrtools &&
conflicts cdrtools &&
conflicts mkisofs &&
-conflicts libburn-pykix
+conflicts genisoimage &&
+cconflicts libburn-pykix
diff --git a/disk/cdrkit/HISTORY b/disk/cdrkit/HISTORY
index 5bafd18..9532a59 100644
--- a/disk/cdrkit/HISTORY
+++ b/disk/cdrkit/HISTORY
@@ -1,3 +1,6 @@
+2006-12-06 Flavien Bridault <vlaaad AT sourcemage.org>
+ * CONFLICTS: added genisoimage
+
2006-12-03 Flavien Bridault <vlaaad AT sourcemage.org>
* DETAILS: Updated to 1.1.0

diff --git a/disk/cdrtools/CONFLICTS b/disk/cdrtools/CONFLICTS
index 6350a70..88582fa 100755
--- a/disk/cdrtools/CONFLICTS
+++ b/disk/cdrtools/CONFLICTS
@@ -1,4 +1,5 @@
conflicts dvdrtools &&
conflicts cdrkit &&
conflicts mkisofs &&
+conflicts genisoimage &&
conflicts libburn-pykix
diff --git a/disk/cdrtools/HISTORY b/disk/cdrtools/HISTORY
index c19e033..81db572 100644
--- a/disk/cdrtools/HISTORY
+++ b/disk/cdrtools/HISTORY
@@ -1,3 +1,6 @@
+2006-12-06 Flavien Bridault <vlaaad AT sourcemage.org>
+ * CONFLICTS: added genisoimage
+
2006-12-04 Flavien Bridault <vlaaad AT sourcemage.org>
* DETAILS: Updated to 2.01.01a22

diff --git a/disk/dvdrtools/CONFLICTS b/disk/dvdrtools/CONFLICTS
index 5def49a..30c9899 100755
--- a/disk/dvdrtools/CONFLICTS
+++ b/disk/dvdrtools/CONFLICTS
@@ -1,4 +1,5 @@
conflicts cdrtools &&
conflicts cdrkit &&
conflicts mkisofs &&
+conflicts genisoimage &&
conflicts libburn-pykix
diff --git a/disk/dvdrtools/HISTORY b/disk/dvdrtools/HISTORY
index f5d7f9d..7180423 100644
--- a/disk/dvdrtools/HISTORY
+++ b/disk/dvdrtools/HISTORY
@@ -1,3 +1,6 @@
+2006-12-06 Flavien Bridault <vlaaad AT sourcemage.org>
+ * CONFLICTS: added genisoimage
+
2006-10-26 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* INSTALL: use TRACK_ROOT when linking #9163

diff --git a/disk/genisoimage/BUILD b/disk/genisoimage/BUILD
new file mode 100755
index 0000000..99c9a34
--- /dev/null
+++ b/disk/genisoimage/BUILD
@@ -0,0 +1,3 @@
+cmake -DCMAKE_INSTALL_PREFIX=$INSTALL_ROOT/usr &&
+cd genisoimage &&
+make
diff --git a/disk/genisoimage/CONFLICTS b/disk/genisoimage/CONFLICTS
new file mode 100755
index 0000000..8a6b5c0
--- /dev/null
+++ b/disk/genisoimage/CONFLICTS
@@ -0,0 +1,4 @@
+conflicts cdrkit &&
+conflicts dvdrtools &&
+conflicts cdrtools &&
+conflicts mkisofs y
diff --git a/disk/genisoimage/DEPENDS b/disk/genisoimage/DEPENDS
new file mode 100755
index 0000000..1f2604a
--- /dev/null
+++ b/disk/genisoimage/DEPENDS
@@ -0,0 +1,2 @@
+depends cmake &&
+depends libcap
diff --git a/disk/genisoimage/DETAILS b/disk/genisoimage/DETAILS
new file mode 100755
index 0000000..3151718
--- /dev/null
+++ b/disk/genisoimage/DETAILS
@@ -0,0 +1,22 @@
+ SPELL=genisoimage
+ PKG=cdrkit
+ VERSION=1.1.0
+ SOURCE=${PKG}-${VERSION}.tar.gz
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${PKG}-${VERSION}
+ SOURCE_URL[0]=http://debburn.alioth.debian.org/$SOURCE
+ SOURCE_GPG="gurus.gpg:${SOURCE}.sig:WORKS_FOR_ME"
+ WEB_SITE=http://debburn.alioth.debian.org/
+ ENTERED=20060913
+ LICENSE[0]=GPL
+ KEYWORDS="disk"
+ SHORT="Only install genisoimage from cdrkit."
+cat << EOF
+Only install genisoimage from cdrkit. This is a replacement for mkisofs from
+cdrtools. cdrkit is CD Recording Kit, a collection of applications related to
+creation of optical disk media on Unix platforms. It is heavily based on the
+cdrtools package (partially developed and maintained by Joerg Schilling
before),
+but is maintained independently.
+This spell is mainly intended to provide a iso generation tool until the
+libburnia project release its own tool named genisofs. During this time, this
+spell can be used in conjunction with cdrkskin from the libburn-pykix spell.
+EOF
diff --git a/disk/genisoimage/HISTORY b/disk/genisoimage/HISTORY
new file mode 100644
index 0000000..6530d21
--- /dev/null
+++ b/disk/genisoimage/HISTORY
@@ -0,0 +1,4 @@
+2006-12-06 Flavien Bridault <vlaaad AT sourcemage.org>
+ * DETAILS, DEPENDS, BUILD, CONFLICTS, HISTORY: forked from mkisofs
+ spell and updated to 1.1.0
+
diff --git a/disk/genisoimage/cdrkit-1.1.0.tar.gz.sig
b/disk/genisoimage/cdrkit-1.1.0.tar.gz.sig
new file mode 100644
index 0000000..3d47530
Binary files /dev/null and b/disk/genisoimage/cdrkit-1.1.0.tar.gz.sig differ
diff --git a/disk/libburn-pykix/DEPENDS b/disk/libburn-pykix/DEPENDS
index 7048532..f8234f2 100755
--- a/disk/libburn-pykix/DEPENDS
+++ b/disk/libburn-pykix/DEPENDS
@@ -4,4 +4,4 @@ if [ "$LIBBURN_SVN" == "y" ]; then
depends autoconf &&
depends subversion
fi &&
-optional_depends mkisofs "" "" "For an ISO generation tool"
+optional_depends genisoimage "" "" "For an ISO generation tool"
diff --git a/disk/libburn-pykix/HISTORY b/disk/libburn-pykix/HISTORY
index 62c7994..fd82879 100644
--- a/disk/libburn-pykix/HISTORY
+++ b/disk/libburn-pykix/HISTORY
@@ -1,6 +1,7 @@
2006-12-06 Flavien Bridault <vlaaad AT sourcemage.org>
* DETAILS: updated tarball to 0.2.6.1, updated SOURCE_URL for svn,
- updated WEB_SITE, updated SOURCE_DIRECTORY
+ updated WEB_SITE, updated SOURCE_DIRECTORY
+ * DEPENDS: replaced mkisofs by genisoimage

2006-10-26 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* INSTALL: use TRACK_ROOT not INSTALL_ROOT when linking #9163
diff --git a/disk/libisofs/DEPENDS b/disk/libisofs/DEPENDS
new file mode 100755
index 0000000..c8c0e67
--- /dev/null
+++ b/disk/libisofs/DEPENDS
@@ -0,0 +1,7 @@
+if [ "$LIBISOFS_SVN" == "y" ]; then
+ depends libtool &&
+ depends automake &&
+ depends autoconf &&
+ depends subversion
+fi &&
+depends libburn-pykix
diff --git a/disk/libisofs/DETAILS b/disk/libisofs/DETAILS
new file mode 100755
index 0000000..301ccb6
--- /dev/null
+++ b/disk/libisofs/DETAILS
@@ -0,0 +1,31 @@
+ SPELL=libisofs
+if [ "$LIBISOFS_SVN" == "y" ]; then
+ if [ "${LIBISOFS_AUTOUPDATE}" == "y" ]; then
+ VERSION=$(date +%Y%m%d)
+ else
+ VERSION=svn
+ fi
+ SOURCE=$SPELL-svn.tar.bz2
+ FORCE_DOWNLOAD=ON
+ SOURCE_HINTS=old_svn_compat
+ SOURCE_URL[0]=svn://libburnia-svn.pykix.org/libisofs/trunk:libisofs_pykix
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-svn
+ SOURCE_IGNORE=volatile
+else
+ VERSION=0.2.3
+ SOURCE=${SPELL/-*}-${VERSION}.tar.gz
+ SOURCE_URL[0]=http://libburn-download.pykix.org/releases/$SOURCE
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL/-*}-${VERSION}
+ SOURCE_GPG="gurus.gpg:${SOURCE}.sig:WORKS_FOR_ME"
+fi
+ WEB_SITE=http://libburnia.pykix.org/
+ ENTERED=20060908
+ LICENSE[0]=GPL
+ SHORT="ISO making library from libburnia project"
+cat << EOF
+This is a fork of the freedesktops libburn library.
+Libburn is an open-source library for reading, mastering and writing optical
discs.
+Libisofs is the library to pack up hard disk files and directories into a
ISO 9660
+disk image. This may then be brought to CD via libburn. libisofs is to be
the
+foundation of the upcoming mkisofs emulation.
+EOF
diff --git a/disk/libisofs/HISTORY b/disk/libisofs/HISTORY
new file mode 100644
index 0000000..cff7fb8
--- /dev/null
+++ b/disk/libisofs/HISTORY
@@ -0,0 +1,3 @@
+2006-12-06 Flavien Bridault <vlaaad AT sourcemage.org>
+ * DETAILS, HISTORY, PREPARE, DEPENDS, PRE_BUILD: created spell
+
diff --git a/disk/libisofs/PREPARE b/disk/libisofs/PREPARE
new file mode 100755
index 0000000..2925c13
--- /dev/null
+++ b/disk/libisofs/PREPARE
@@ -0,0 +1,5 @@
+config_query LIBISOFS_SVN "Download latest code?" n &&
+if [ "$LIBISOFS_SVN" = "y" ]; then
+ config_query LIBISOFS_AUTOUPDATE \
+ "Automaticaly update the spell on sorcery queue/system-update?" n
+fi
diff --git a/disk/libisofs/PRE_BUILD b/disk/libisofs/PRE_BUILD
new file mode 100755
index 0000000..b2bf6fa
--- /dev/null
+++ b/disk/libisofs/PRE_BUILD
@@ -0,0 +1,5 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+if [ "$LIBISOFS_SVN" = "y" ]; then
+ ./bootstrap
+fi
diff --git a/disk/libisofs/libisofs-0.2.3.tar.gz.sig
b/disk/libisofs/libisofs-0.2.3.tar.gz.sig
new file mode 100644
index 0000000..cf48a52
Binary files /dev/null and b/disk/libisofs/libisofs-0.2.3.tar.gz.sig differ
diff --git a/disk/mkisofs/BUILD b/disk/mkisofs/BUILD
index c9a2ab6..27ba77d 100755
--- a/disk/mkisofs/BUILD
+++ b/disk/mkisofs/BUILD
@@ -1,3 +1 @@
-cmake -DCMAKE_INSTALL_PREFIX=$INSTALL_ROOT/usr &&
-cd mkisofs &&
-make
+true
diff --git a/disk/mkisofs/DEPENDS b/disk/mkisofs/DEPENDS
index 1f2604a..156300a 100755
--- a/disk/mkisofs/DEPENDS
+++ b/disk/mkisofs/DEPENDS
@@ -1,2 +1 @@
-depends cmake &&
-depends libcap
+depends genisoimage
diff --git a/disk/mkisofs/DETAILS b/disk/mkisofs/DETAILS
index 007e3a7..a7085a5 100755
--- a/disk/mkisofs/DETAILS
+++ b/disk/mkisofs/DETAILS
@@ -1,12 +1,13 @@
SPELL=mkisofs
PKG=cdrkit
VERSION=1.0pre4
- SOURCE=${PKG}-${VERSION}.tar.gz
-SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${PKG}-${VERSION}
+# SOURCE=${PKG}-${VERSION}.tar.gz
+#SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${PKG}-${VERSION}
SOURCE_URL[0]=http://debburn.alioth.debian.org/$SOURCE
- SOURCE_GPG="gurus.gpg:${SOURCE}.sig:WORKS_FOR_ME"
+# SOURCE_GPG="gurus.gpg:${SOURCE}.sig:WORKS_FOR_ME"
WEB_SITE=http://debburn.alioth.debian.org/
ENTERED=20060913
+ PATCHLEVEL=1
LICENSE[0]=GPL
KEYWORDS="disk"
SHORT="Only install mkisofs"
diff --git a/disk/mkisofs/HISTORY b/disk/mkisofs/HISTORY
index ccbcee4..b8deff4 100644
--- a/disk/mkisofs/HISTORY
+++ b/disk/mkisofs/HISTORY
@@ -1,3 +1,6 @@
+2006-12-06 Flavien Bridault <vlaaad AT sourcemage.org>
+ * Deprecated in favour of genisoimage, binary name has changed
+
2006-09-19 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
* DETAILS, DEPENDS: forked from cdrkit
* BUILD, CONFLICTS, HISTORY: forked from cdrkit
diff --git a/disk/mkisofs/INSTALL b/disk/mkisofs/INSTALL
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/disk/mkisofs/INSTALL
@@ -0,0 +1 @@
+true
diff --git a/disk/mkisofs/PRE_BUILD b/disk/mkisofs/PRE_BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/disk/mkisofs/PRE_BUILD
@@ -0,0 +1 @@
+true
diff --git a/disk/mkisofs/TRIGGERS b/disk/mkisofs/TRIGGERS
new file mode 100755
index 0000000..f1811c6
--- /dev/null
+++ b/disk/mkisofs/TRIGGERS
@@ -0,0 +1 @@
+on_cast mkisofs dispel_self
diff --git a/disk/mkisofs/cdrkit-1.0pre4.tar.gz.sig
b/disk/mkisofs/cdrkit-1.0pre4.tar.gz.sig
deleted file mode 100644
index cbdbe40..0000000
Binary files a/disk/mkisofs/cdrkit-1.0pre4.tar.gz.sig and /dev/null differ
diff --git a/net/net-tools/DETAILS b/net/net-tools/DETAILS
index 92f1195..f81de8a 100755
--- a/net/net-tools/DETAILS
+++ b/net/net-tools/DETAILS
@@ -4,7 +4,7 @@
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://www.tazenda.demon.co.uk/phil/net-tools/$SOURCE

SOURCE_HASH=sha512:8e1ae9bca726ad7d795a06c58388f9e11c1d617d94eebb9ed18bd11e5f34c6541e1ffe631706c407996db86e78df6e5cf1968a2d90b242b473596fda3b6d1eae
- PATCHLEVEL=3
+ PATCHLEVEL=4
LICENSE[0]=GPL
WEB_SITE=http://www.tazenda.demon.co.uk/phil/net-tools
ENTERED=20010922
diff --git a/net/net-tools/HISTORY b/net/net-tools/HISTORY
index 74d420a..4c2b01b 100644
--- a/net/net-tools/HISTORY
+++ b/net/net-tools/HISTORY
@@ -1,3 +1,7 @@
+2006-12-06 Flavien Bridault <vlaaad AT sourcemage.org>
+ * ifup, ifdown: Fixed wrong path for dhcpcd pid files, temp files
+ should anyway go in /var not in /etc
+
2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed BUILD_API=2.

diff --git a/net/net-tools/ifdown b/net/net-tools/ifdown
index 23fff6b..57526ee 100644
--- a/net/net-tools/ifdown
+++ b/net/net-tools/ifdown
@@ -50,7 +50,7 @@ run_func() {
netdevdir=/etc/sysconfig/network

#change this if your .pid file hides somewhere else
-DHCPCD_PATH="/etc/dhcpc/dhcpcd-"
+DHCPCD_PATH="/var/run/dhcpcd-"
DEV=$1

if [ -z $DEV ]; then
diff --git a/net/net-tools/ifup b/net/net-tools/ifup
index f87087e..501b7c4 100644
--- a/net/net-tools/ifup
+++ b/net/net-tools/ifup
@@ -143,7 +143,7 @@ run_func() {
netdevdir=/etc/sysconfig/network

#change this if your .pid file hides somewhere else
-DHCPCD_PATH="/etc/dhcpc/dhcpcd-"
+DHCPCD_PATH="/var/run/dhcpcd-"
DEV=$1

if [ -z $DEV ]; then
diff --git a/perl-cpan/html-tagset/DETAILS b/perl-cpan/html-tagset/DETAILS
index 5567204..e200fa9 100755
--- a/perl-cpan/html-tagset/DETAILS
+++ b/perl-cpan/html-tagset/DETAILS
@@ -2,7 +2,7 @@
VERSION=3.10
SOURCE=HTML-Tagset-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/HTML-Tagset-$VERSION
- SOURCE_URL[0]=http://search.cpan.org/CPAN/authors/id/P/PE/PETDANCE/$SOURCE
+ SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/P/PE/PETDANCE/$SOURCE

SOURCE_HASH=sha512:68fad407bd40ba6c792e45cb5068f0999039138a75d9484649464ffd49f431ef1827133c2be633ef8cdf10d13dac476adb63fe68f5279330c94d67414b328fd8
LICENSE=ART
WEB_SITE="http://search.cpan.org/search?module=HTML::Tagset";
diff --git a/perl-cpan/html-tagset/HISTORY b/perl-cpan/html-tagset/HISTORY
index 8a9a1a0..70ed96e 100644
--- a/perl-cpan/html-tagset/HISTORY
+++ b/perl-cpan/html-tagset/HISTORY
@@ -1,3 +1,6 @@
+2006-12-06 Flavien Bridault <vlaaad AT sourcemage.org>
+ * DETAILS: Fixed SOURCE_URL, use user-selected mirror in sorcery
+
2006-11-13 Treeve Jelbert <treeve AT pi.be>
* DETAILS: version 3.10
new url



  • [SM-Commit] GIT changes to master grimoire by Flavien Bridault (509de6e553bfdbe8f8f5c2d016ed394bdf4c7717), Flavien Bridault, 12/06/2006

Archive powered by MHonArc 2.6.24.

Top of Page