Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Florian Franzmann (28a1b15e097e7a5f1ce3dbfa9b88cc5110fd151d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Florian Franzmann <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Florian Franzmann (28a1b15e097e7a5f1ce3dbfa9b88cc5110fd151d)
  • Date: Mon, 16 Aug 2010 05:27:45 -0500

GIT changes to master grimoire by Florian Franzmann
<siflfran AT hawo.stw.uni-erlangen.de>:

ChangeLog | 9 +++
graphics/bins/22_bins-hash-ref | 17 +++++++
graphics/bins/BUILD | 1
graphics/bins/DEPENDS | 15 ++++++
graphics/bins/DETAILS | 20 ++++++++
graphics/bins/HISTORY | 5 ++
graphics/bins/INSTALL | 1
graphics/bins/PRE_BUILD | 4 +
graphics/bins/install.sh.patch | 66
++++++++++++++++++++++++++++
perl-cpan/gtk/BUILD | 4 +
perl-cpan/gtk/HISTORY | 3 +
perl-cpan/html-clean/BUILD | 1
perl-cpan/html-clean/DEPENDS | 1
perl-cpan/html-clean/DETAILS | 30 ++++++++++++
perl-cpan/html-clean/HISTORY | 7 ++
perl-cpan/html-clean/PRE_BUILD | 3 +
perl-cpan/html-clean/no-use-IO_271346.patch | 10 ++++
perl-cpan/perlmagick/BUILD | 1
perl-cpan/perlmagick/DEPENDS | 2
perl-cpan/perlmagick/DETAILS | 13 +++++
perl-cpan/perlmagick/HISTORY | 3 +
perl-cpan/text-unaccent/BUILD | 1
perl-cpan/text-unaccent/DEPENDS | 1
perl-cpan/text-unaccent/DETAILS | 16 ++++++
perl-cpan/text-unaccent/HISTORY | 3 +
perl-cpan/xml-handler-yawriter/BUILD | 1
perl-cpan/xml-handler-yawriter/DEPENDS | 1
perl-cpan/xml-handler-yawriter/DETAILS | 15 ++++++
perl-cpan/xml-handler-yawriter/HISTORY | 3 +
29 files changed, 256 insertions(+), 1 deletion(-)

New commits:
commit 28a1b15e097e7a5f1ce3dbfa9b88cc5110fd151d
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

graphics/bins: new spell, a web photo album generator

commit bc44bb5f48162919c9a3928612027066f2444f46
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

perl-cpan/html-clean: added patch to fix warning

commit 50845c13cd0539ab4a23760c2beeab3b5c64d005
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

perl-cpan/gtk: force make_single in BUILD

commit 9f164152db24bad6b45068c8b0ea24582330e8c4
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

perl-cpan/xml-handler-yawriter: new spell, yet another Perl SAX XML Writer

commit 946339d55b0d4c827f4e645cd2aaf7b1788e72db
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

perl-cpan/text-unaccent: new spell, removes accents from strings

commit 1a743bc0f9ea0310855a8f828d1d8e05a1afafb1
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

perl-cpan/html-clean: new spell, an HTML cleanup tool

commit bf51410152e042dafbd29742c02d45e9b1eda397
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

perl-cpan/perlmagick: new spell, ImageMagick for perl

diff --git a/ChangeLog b/ChangeLog
index 1336edb..4bc59cd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2010-08-16 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * graphics/bins: new spell, a web photo album generator
+
+2010-08-15 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * perl-cpan/perlmagick: new spell, ImageMagick for perl
+ * perl-cpan/html-clean: new spell, an HTML cleanup tool
+ * perl-cpan/text-unaccent: new spell, remove accents from a string
+ * perl-cpan/xml-handler-yawriter: new spell, yet another Perl SAX XML
Writer
+
2010-08-15 Vlad Glagolev <stealth AT sourcemage.org>
* python-pypi/werkzeug: new spell, wsgi utility collection

diff --git a/graphics/bins/22_bins-hash-ref b/graphics/bins/22_bins-hash-ref
new file mode 100644
index 0000000..68a8490
--- /dev/null
+++ b/graphics/bins/22_bins-hash-ref
@@ -0,0 +1,17 @@
+Author: Ludovic Rousseau <rousseau AT imac.maison.bogus>
+Description: bins: Crashes mid-album
+Bug-Debian: http://bugs.debian.org/481662
+
+--- bins-1.1.29.orig/bins
++++ bins-1.1.29/bins
+@@ -3750,8 +3750,8 @@
+
+ my @descTable;
+ foreach my $tagName (@mainFields) {
+- if (${%$hashref}{$tagName}) {
+- my $value=${%$hashref}{$tagName};
++ if (${$hashref}{$tagName}) {
++ my $value=${$hashref}{$tagName};
+ $value =~ s/'/&#39;/g ; # in case it's used in javascript code
+ push @descTable, {DESC_FIELD_NAME =>
$fields{$tagName}->{'Name'},
+ DESC_FIELD_VALUE => $value,
diff --git a/graphics/bins/BUILD b/graphics/bins/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/graphics/bins/BUILD
@@ -0,0 +1 @@
+true
diff --git a/graphics/bins/DEPENDS b/graphics/bins/DEPENDS
new file mode 100755
index 0000000..a714a5d
--- /dev/null
+++ b/graphics/bins/DEPENDS
@@ -0,0 +1,15 @@
+depends html-clean &&
+depends html-parser &&
+depends html-template &&
+depends image-info &&
+depends image-size &&
+depends io-string &&
+depends locale-gettext &&
+depends perl &&
+depends perlmagick &&
+depends storable &&
+depends text-iconv &&
+depends text-unaccent &&
+depends uri &&
+depends xml-grove &&
+depends xml-parser
diff --git a/graphics/bins/DETAILS b/graphics/bins/DETAILS
new file mode 100755
index 0000000..87afa42
--- /dev/null
+++ b/graphics/bins/DETAILS
@@ -0,0 +1,20 @@
+ SPELL=bins
+ VERSION=1.1.29
+ SOURCE="${SPELL}-${VERSION}.tar.bz2"
+ SOURCE_URL[0]=http://download.gna.org/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:802089658a8ef1d71155359c2daa807bb98d9be0580c247a1f3796efae29d4f1f1d20ff4b5364af208f8808d3d7ffd076e0235840df65888d855c51c401f91b7
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://bins.sautret.org";
+ LICENSE[0]=GPL
+ ENTERED=20100816
+ SHORT="generate static HTML photo albums using XML and EXIF tags"
+cat << EOF
+BINS generates a complete static gallery (images and HTML) with thumbnails
and
+image lists, using XML files to hold information about each image. Includes
+bins_edit tool for adding information to the XML files. Interprets EXIF and
+JFIF tags (and Canon extensions) in the jpeg directly. Gallery appearance
+customizable through HTML templates; gallery can be generated in different
+languages.
+
+Based on SWIGS (Structured Web Image Gallery System).
+EOF
diff --git a/graphics/bins/HISTORY b/graphics/bins/HISTORY
new file mode 100644
index 0000000..e2f2b24
--- /dev/null
+++ b/graphics/bins/HISTORY
@@ -0,0 +1,5 @@
+2010-08-16 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * BUILD, DEPENDS, DETAILS, INSTALL, install.sh.patch, PRE_BUILD:
+ spell created
+ 22_bins-hash-ref: patch from Ubuntu to fix runtime error
+
diff --git a/graphics/bins/INSTALL b/graphics/bins/INSTALL
new file mode 100755
index 0000000..0cc050a
--- /dev/null
+++ b/graphics/bins/INSTALL
@@ -0,0 +1 @@
+PREFIX=${INSTALL_ROOT}/usr ./install.sh
diff --git a/graphics/bins/PRE_BUILD b/graphics/bins/PRE_BUILD
new file mode 100755
index 0000000..a458862
--- /dev/null
+++ b/graphics/bins/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd ${SOURCE_DIRECTORY} &&
+patch -p1 < ${SCRIPT_DIRECTORY}/install.sh.patch &&
+patch -p1 < ${SCRIPT_DIRECTORY}/22_bins-hash-ref
diff --git a/graphics/bins/install.sh.patch b/graphics/bins/install.sh.patch
new file mode 100644
index 0000000..f4e0996
--- /dev/null
+++ b/graphics/bins/install.sh.patch
@@ -0,0 +1,66 @@
+diff -Naupr bins-1.1.29.orig/install.sh bins-1.1.29/install.sh
+--- bins-1.1.29.orig/install.sh 2010-08-16 12:02:34.000000000 +0200
++++ bins-1.1.29/install.sh 2010-08-16 12:03:59.000000000 +0200
+@@ -36,7 +36,7 @@ SHARE="$PREFIX/share"
+ DATA="$SHARE/bins"
+ GLADE="$DATA"
+ LOCALE="$SHARE/locale"
+-MAN="$PREFIX/man/man1"
++MAN="$SHARE/man/man1"
+
+ cd `dirname $0`
+
+@@ -59,19 +59,16 @@ modified something for personalization.
+ Press Enter to go on or Crtl-C to stop now...
+ !EoF
+
+-read dummy
+-
+ install_binaries()
+ {
+ mkdir -p $BIN 2>/dev/null || true
+ if [ -w $BIN ] ; then
+ echo "Installing program files in $BIN"
+ # bins_cleanupgallery anti_bins
+- cp bins bins_edit bins-edit-gui $BIN
++ cp bins bins_edit $BIN
+ chmod a+rx $BIN/bins
+ chmod a+rx $BIN/bins_edit
+ chmod a+rx $BIN/bins_cleanupgallery
+- chmod a+rx $BIN/bins-edit-gui
+ chmod a+rx $BIN/anti_bins
+ # perl -pi -e "s{/usr/local/share}{$SHARE}g" \
+ # $BIN/bins $BIN/bins_edit $BIN/bins-edit-gui
+@@ -169,13 +166,6 @@ if [ "$?" -eq "1" ] ; then
+ fi
+ set -o errexit
+
+-# additionnal files
+-mkdir -p $GLADE 2>/dev/null || true
+-if [ -w $GLADE ] ; then
+- echo "Installing additionnal files in $GLADE"
+- cp bins-edit-gui.glade $GLADE
+-fi
+-
+ # man pages
+ mkdir -p $MAN 2>/dev/null || true
+ if [ -w $MAN ] ; then
+@@ -203,9 +193,6 @@ if [ -w $LOCALE ] ; then
+ do
+ mkdir -p $LOCALE/$L/LC_MESSAGES 2>/dev/null || true
+ cp intl/$L.mo $LOCALE/$L/LC_MESSAGES/bins.mo
+- if [ -f intl/gui-$L.mo ]; then
+- cp intl/gui-$L.mo $LOCALE/$L/LC_MESSAGES/bins-edit-gui.mo
+- fi
+ done
+ else
+ cat <<!EoF
+@@ -223,7 +210,7 @@ fi
+ set +o errexit
+ # set directory paths in source code
+ echo -n "setting directory paths in programs :"
+-for FILE in "$BIN/bins" "$BIN/bins_edit" "$BIN/bins-edit-gui"
++for FILE in "$BIN/bins" "$BIN/bins_edit"
+ do
+ echo -n " $FILE"
+ ed "$FILE" <<EoF 2>/dev/null
diff --git a/perl-cpan/gtk/BUILD b/perl-cpan/gtk/BUILD
index cc5eabe..18bb8a7 100755
--- a/perl-cpan/gtk/BUILD
+++ b/perl-cpan/gtk/BUILD
@@ -1,2 +1,4 @@
patch -p1 < $SCRIPT_DIRECTORY/Makefile.diff &&
-default_build_perl
+make_single &&
+default_build_perl &&
+make_normal
diff --git a/perl-cpan/gtk/HISTORY b/perl-cpan/gtk/HISTORY
index 5c8e514..c81960d 100644
--- a/perl-cpan/gtk/HISTORY
+++ b/perl-cpan/gtk/HISTORY
@@ -1,3 +1,6 @@
+2010-08-15 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * BUILD: make_single
+
2008-01-07 Vlad Glagolev <stealth AT sourcemage.org>
* BUILD: cleaned up

diff --git a/perl-cpan/html-clean/BUILD b/perl-cpan/html-clean/BUILD
new file mode 100755
index 0000000..2de29cd
--- /dev/null
+++ b/perl-cpan/html-clean/BUILD
@@ -0,0 +1 @@
+default_build_perl
diff --git a/perl-cpan/html-clean/DEPENDS b/perl-cpan/html-clean/DEPENDS
new file mode 100755
index 0000000..c1a1bc6
--- /dev/null
+++ b/perl-cpan/html-clean/DEPENDS
@@ -0,0 +1 @@
+depends perl
diff --git a/perl-cpan/html-clean/DETAILS b/perl-cpan/html-clean/DETAILS
new file mode 100755
index 0000000..8686a16
--- /dev/null
+++ b/perl-cpan/html-clean/DETAILS
@@ -0,0 +1,30 @@
+ SPELL=html-clean
+ VERSION=0.8
+ SOURCE="HTML-Clean-${VERSION}.tar.gz"
+
SOURCE_URL[0]=http://search.cpan.org/CPAN/authors/id/L/LI/LINDNER/${SOURCE}
+
SOURCE_HASH=sha512:5e9fdf49c1fccbb35c769394dac2013972bea070579983c5c2e99105b2f9a4ca6594966ae88770fc6ae1ee6b9388a07d61830d0451d6957197114d35dc5cc1e4
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/HTML-Clean-${VERSION}"
+ WEB_SITE="http://search.cpan.org/dist/HTML-Clean/";
+ LICENSE[0]=ART
+ ENTERED=20100815
+ SHORT="Cleans up HTML code for web browsers, not humans"
+cat << EOF
+The majority of the web pages of the internet today are much larger than
+they need to be. The reason for this is that HTML tends to be stored in a
+human readable format, with indenting, newlines and comments.
+
+However, all of these comments, whitespace etc. are ignored by the browser,
+and needlessly lengthen download times.
+
+Second, many people are using WYSIWYG HTML editors these days. This makes
+creating content easy. However these editors can cause a number of
+compatibility problems by tying themselves to a particular browser or
+operating system.
+
+Enter HTML::Clean.
+
+The HTML::Clean module encapsulates a number of HTML optimizations and
+cleanups. The end result is HTML that loads faster, displays properly in
+more browsers. Think of it as a compiler that translates HTML input into
+optimized machine readable code.
+EOF
diff --git a/perl-cpan/html-clean/HISTORY b/perl-cpan/html-clean/HISTORY
new file mode 100644
index 0000000..98d190d
--- /dev/null
+++ b/perl-cpan/html-clean/HISTORY
@@ -0,0 +1,7 @@
+2010-08-16 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * PRE_BUILD, no-use-IO_271346.patch: added patch from Ubuntu
+ to fix warning
+
+2010-08-15 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DEPENDS, DETAILS: spell created
+
diff --git a/perl-cpan/html-clean/PRE_BUILD b/perl-cpan/html-clean/PRE_BUILD
new file mode 100755
index 0000000..6b68336
--- /dev/null
+++ b/perl-cpan/html-clean/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd ${SOURCE_DIRECTORY} &&
+patch -p1 < ${SCRIPT_DIRECTORY}/no-use-IO_271346.patch
diff --git a/perl-cpan/html-clean/no-use-IO_271346.patch
b/perl-cpan/html-clean/no-use-IO_271346.patch
new file mode 100644
index 0000000..c384874
--- /dev/null
+++ b/perl-cpan/html-clean/no-use-IO_271346.patch
@@ -0,0 +1,10 @@
+--- libhtml-clean-perl-0.8.orig/lib/HTML/Clean.pm
++++ libhtml-clean-perl-0.8/lib/HTML/Clean.pm
+@@ -1,7 +1,6 @@
+ package HTML::Clean;
+
+ use Carp;
+-use IO;
+ use Fcntl;
+ use strict;
+ require 5.004;
diff --git a/perl-cpan/perlmagick/BUILD b/perl-cpan/perlmagick/BUILD
new file mode 100755
index 0000000..2de29cd
--- /dev/null
+++ b/perl-cpan/perlmagick/BUILD
@@ -0,0 +1 @@
+default_build_perl
diff --git a/perl-cpan/perlmagick/DEPENDS b/perl-cpan/perlmagick/DEPENDS
new file mode 100755
index 0000000..f2224af
--- /dev/null
+++ b/perl-cpan/perlmagick/DEPENDS
@@ -0,0 +1,2 @@
+depends perl &&
+depends imagemagick
diff --git a/perl-cpan/perlmagick/DETAILS b/perl-cpan/perlmagick/DETAILS
new file mode 100755
index 0000000..99d78be
--- /dev/null
+++ b/perl-cpan/perlmagick/DETAILS
@@ -0,0 +1,13 @@
+ SPELL=perlmagick
+ VERSION=6.59
+ SOURCE="PerlMagick-${VERSION}.tar.gz"
+ SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/J/JC/JCRISTY/${SOURCE}
+
SOURCE_HASH=sha512:731c49e25c99160f3e5e70ca957f4ddf264780c7adc327c1725f9c9e471fbe0576e22ab5938743b76ce6a472f40bce01472555abfad3b00a49feab7c3e162333
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/PerlMagick-${VERSION}"
+ WEB_SITE="http://search.cpan.org/~JCRISTY/Image-Magick/";
+ LICENSE[0]=ART
+ ENTERED=20100815
+ SHORT="Read, query, transform, and write images"
+cat << EOF
+Read, query, transform, and write images
+EOF
diff --git a/perl-cpan/perlmagick/HISTORY b/perl-cpan/perlmagick/HISTORY
new file mode 100644
index 0000000..674f560
--- /dev/null
+++ b/perl-cpan/perlmagick/HISTORY
@@ -0,0 +1,3 @@
+2010-08-15 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * BUILD, DEPENDS, DETAILS: spell created
+
diff --git a/perl-cpan/text-unaccent/BUILD b/perl-cpan/text-unaccent/BUILD
new file mode 100755
index 0000000..2de29cd
--- /dev/null
+++ b/perl-cpan/text-unaccent/BUILD
@@ -0,0 +1 @@
+default_build_perl
diff --git a/perl-cpan/text-unaccent/DEPENDS b/perl-cpan/text-unaccent/DEPENDS
new file mode 100755
index 0000000..c1a1bc6
--- /dev/null
+++ b/perl-cpan/text-unaccent/DEPENDS
@@ -0,0 +1 @@
+depends perl
diff --git a/perl-cpan/text-unaccent/DETAILS b/perl-cpan/text-unaccent/DETAILS
new file mode 100755
index 0000000..2be80d7
--- /dev/null
+++ b/perl-cpan/text-unaccent/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=text-unaccent
+ VERSION=1.08
+ SOURCE="Text-Unaccent-${VERSION}.tar.gz"
+ SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/L/LD/LDACHARY/${SOURCE}
+
SOURCE_HASH=sha512:d2c6a308904d0f1d5cd05a9fd29436f54292ea537f2ad8f44b4ebc0523302db64bb087aeac1f8e51c093e71b205c6c4fd9649cf2c8cbf8b50266c0aa200917c8
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/Text-Unaccent-${VERSION}"
+ WEB_SITE="http://search.cpan.org/~ldachary/Text-Unaccent-1.08/";
+ LICENSE[0]=ART
+ ENTERED=20100815
+ SHORT="remove accents from a string"
+cat << EOF
+Text::Unaccent is a module that remove accents from a string. unac_string
+converts the input string from the specified charset to UTF-16 and call
+unac_string_utf16 to return the unaccented equivalent. The conversion from
+and to UTF-16 is done with iconv(1).
+EOF
diff --git a/perl-cpan/text-unaccent/HISTORY b/perl-cpan/text-unaccent/HISTORY
new file mode 100644
index 0000000..674f560
--- /dev/null
+++ b/perl-cpan/text-unaccent/HISTORY
@@ -0,0 +1,3 @@
+2010-08-15 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * BUILD, DEPENDS, DETAILS: spell created
+
diff --git a/perl-cpan/xml-handler-yawriter/BUILD
b/perl-cpan/xml-handler-yawriter/BUILD
new file mode 100755
index 0000000..2de29cd
--- /dev/null
+++ b/perl-cpan/xml-handler-yawriter/BUILD
@@ -0,0 +1 @@
+default_build_perl
diff --git a/perl-cpan/xml-handler-yawriter/DEPENDS
b/perl-cpan/xml-handler-yawriter/DEPENDS
new file mode 100755
index 0000000..c1a1bc6
--- /dev/null
+++ b/perl-cpan/xml-handler-yawriter/DEPENDS
@@ -0,0 +1 @@
+depends perl
diff --git a/perl-cpan/xml-handler-yawriter/DETAILS
b/perl-cpan/xml-handler-yawriter/DETAILS
new file mode 100755
index 0000000..8af27e3
--- /dev/null
+++ b/perl-cpan/xml-handler-yawriter/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=xml-handler-yawriter
+ VERSION=0.23
+ SOURCE="XML-Handler-YAWriter-${VERSION}.tar.gz"
+ SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/K/KR/KRAEHE/${SOURCE}
+
SOURCE_HASH=sha512:3d41bfa4a33296ae1556b269b0c6ecd732a809fa517805de37aa452aff8394cdf639a68a7a3248e5457297dae4bedf22ea73407de0dbf25ea6a9facccbd4098f
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/XML-Handler-YAWriter-${VERSION}"
+
WEB_SITE="http://search.cpan.org/~kraehe/XML-Handler-YAWriter-0.23/YAWriter.pm";
+ LICENSE[0]=ART
+ ENTERED=20100815
+ SHORT="yet another Perl SAX XML Writer"
+cat << EOF
+Writer implements Yet Another XML::Handler::Writer. The reasons for this
+one are that I needed a flexible escaping technique, and want some kind of
+pretty printing.
+EOF
diff --git a/perl-cpan/xml-handler-yawriter/HISTORY
b/perl-cpan/xml-handler-yawriter/HISTORY
new file mode 100644
index 0000000..674f560
--- /dev/null
+++ b/perl-cpan/xml-handler-yawriter/HISTORY
@@ -0,0 +1,3 @@
+2010-08-15 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * BUILD, DEPENDS, DETAILS: spell created
+



  • [SM-Commit] GIT changes to master grimoire by Florian Franzmann (28a1b15e097e7a5f1ce3dbfa9b88cc5110fd151d), Florian Franzmann, 08/16/2010

Archive powered by MHonArc 2.6.24.

Top of Page