[csw-devel] SF.net SVN: gar:[20845] csw/mgar/pkg/cpan
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Tue Apr 23 13:13:05 CEST 2013
Revision: 20845
http://gar.svn.sourceforge.net/gar/?rev=20845&view=rev
Author: dmichelsen
Date: 2013-04-23 11:13:04 +0000 (Tue, 23 Apr 2013)
Log Message:
-----------
cpan/XML-SAX-Expat/trunk: Initial commit
Added Paths:
-----------
csw/mgar/pkg/cpan/XML-SAX-Expat/
csw/mgar/pkg/cpan/XML-SAX-Expat/branches/
csw/mgar/pkg/cpan/XML-SAX-Expat/tags/
csw/mgar/pkg/cpan/XML-SAX-Expat/trunk/
csw/mgar/pkg/cpan/XML-SAX-Expat/trunk/Makefile
csw/mgar/pkg/cpan/XML-SAX-Expat/trunk/checksums
csw/mgar/pkg/cpan/XML-SAX-Expat/trunk/files/
csw/mgar/pkg/cpan/XML-SAX-Expat/trunk/files/CSWpm-xml-sax-expat.postinstall
csw/mgar/pkg/cpan/XML-SAX-Expat/trunk/files/CSWpm-xml-sax-expat.preremove
Property changes on: csw/mgar/pkg/cpan/XML-SAX-Expat/trunk
___________________________________________________________________
Added: svn:ignore
+ work
Added: csw/mgar/pkg/cpan/XML-SAX-Expat/trunk/Makefile
===================================================================
--- csw/mgar/pkg/cpan/XML-SAX-Expat/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/cpan/XML-SAX-Expat/trunk/Makefile 2013-04-23 11:13:04 UTC (rev 20845)
@@ -0,0 +1,31 @@
+NAME = XML-SAX-Expat
+VERSION = 0.40
+CATEGORIES = cpan
+GARTYPE = v2
+AUTHOR = BJOERN
+
+DESCRIPTION = SAX Driver for Expat
+define BLURB
+endef
+
+CATALOG_RELEASE = unstable
+
+LICENSE_TEXT = This module is licensed under the perl license
+
+DISTFILES += CSWpm-xml-sax-expat.postinstall
+DISTFILES += CSWpm-xml-sax-expat.preremove
+
+PACKAGES += CSWpm-xml-sax-expat
+CATALOGNAME_CSWpm-xml-sax-expat = pm_xml_sax_expat
+SPKG_DESC_CSWpm-xml-sax-expat = SAX Driver for Expat
+# There was no information if this is pure Perl or not. Please remove if necessary.
+ARCHALL_CSWpm-xml-sax-expat = 1
+RUNTIME_DEP_PKGS_CSWpm-xml-sax-expat += CSWpm-xml-sax
+RUNTIME_DEP_PKGS_CSWpm-xml-sax-expat += CSWpm-xml-namespacesupport
+RUNTIME_DEP_PKGS_CSWpm-xml-sax-expat += CSWpm-xml-sax-base
+RUNTIME_DEP_PKGS_CSWpm-xml-sax-expat += CSWpm-xml-parser
+
+EXTRA_CONFIGURE_EXPORTS += SKIP_SAX_INSTALL
+CONFIGURE_ENV_SKIP_SAX_INSTALL = 1
+
+include gar/category.mk
Added: csw/mgar/pkg/cpan/XML-SAX-Expat/trunk/checksums
===================================================================
--- csw/mgar/pkg/cpan/XML-SAX-Expat/trunk/checksums (rev 0)
+++ csw/mgar/pkg/cpan/XML-SAX-Expat/trunk/checksums 2013-04-23 11:13:04 UTC (rev 20845)
@@ -0,0 +1 @@
+ca58d1e26c437b31c52456b4b4ae5c4a XML-SAX-Expat-0.40.tar.gz
Copied: csw/mgar/pkg/cpan/XML-SAX-Expat/trunk/files/CSWpm-xml-sax-expat.postinstall (from rev 20553, csw/mgar/pkg/cpan/XML-LibXML/trunk/files/CSWpmxmllibxml.postinstall)
===================================================================
--- csw/mgar/pkg/cpan/XML-SAX-Expat/trunk/files/CSWpm-xml-sax-expat.postinstall (rev 0)
+++ csw/mgar/pkg/cpan/XML-SAX-Expat/trunk/files/CSWpm-xml-sax-expat.postinstall 2013-04-23 11:13:04 UTC (rev 20845)
@@ -0,0 +1,11 @@
+#!/bin/sh
+
+CHROOTDIR=${BASEDIR:-/}
+
+echo
+echo Registering XML parser XML::SAX::Expat
+echo
+
+${BASEDIR}/usr/sbin/chroot ${CHROOTDIR} /opt/csw/bin/perl -MXML::SAX -e "XML::SAX->add_parser(q(XML::SAX::Expat))->save_parsers()"
+
+exit 0
Copied: csw/mgar/pkg/cpan/XML-SAX-Expat/trunk/files/CSWpm-xml-sax-expat.preremove (from rev 20553, csw/mgar/pkg/cpan/XML-LibXML/trunk/files/CSWpmxmllibxml.postinstall)
===================================================================
--- csw/mgar/pkg/cpan/XML-SAX-Expat/trunk/files/CSWpm-xml-sax-expat.preremove (rev 0)
+++ csw/mgar/pkg/cpan/XML-SAX-Expat/trunk/files/CSWpm-xml-sax-expat.preremove 2013-04-23 11:13:04 UTC (rev 20845)
@@ -0,0 +1,11 @@
+#!/bin/sh
+
+CHROOTDIR=${BASEDIR:-/}
+
+echo
+echo Unregistering XML parser XML::SAX::Expat
+echo
+
+${BASEDIR}/usr/sbin/chroot ${CHROOTDIR} /opt/csw/bin/perl -MXML::SAX -e "XML::SAX->remove_parser(q(XML::SAX::Expat))->save_parsers()"
+
+exit 0
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list