Browse Source

Clifford Wolf:


			
			
				rocklinux
			
			
		
Clifford Wolf 20 years ago
parent
commit
0a8abbcd2f
4 changed files with 15 additions and 8 deletions
  1. +5
    -0
      package/import/cpan/cpan-xml-sax.conf
  2. +4
    -2
      package/import/cpan/cpan.conf
  3. +3
    -3
      package/import/cpan/hosted_cpan.cfg
  4. +3
    -3
      package/import/cpan/hosted_cpan.txt

+ 5
- 0
package/import/cpan/cpan-xml-sax.conf

@ -0,0 +1,5 @@
# the cpan-xml-libxml package modifies this file.
# so we don't add it to the flist of cpan-xml-sax.
var_append flistdel "|" "usr/lib/perl.*/XML/SAX/ParserDetails.ini"

+ 4
- 2
package/import/cpan/cpan.conf

@ -69,8 +69,6 @@ then
echo_status "MOD=$cpanmod VER=$cpanver LOC=$cpanloc"
fi
[ -f $confdir/$xpkg.diff ] && hook_add preconf 4 "patch -p1 < $confdir/$xpkg.diff"
if [ -z "$cpanmod" ]; then
echo_error "Can't resolve cpan module name for $xpkg!"
exit 2
@ -85,3 +83,7 @@ cpan_getdesc() {
}
hook_add postinstall 8 "cpan_getdesc $cpanmod"
if [ -f $confdir/$xpkg.diff ]; then hook_add preconf 4 "patch -p1 < $confdir/$xpkg.diff"; fi
if [ -f $confdir/$xpkg.conf ]; then source $confdir/$xpkg.conf; fi

+ 3
- 3
package/import/cpan/hosted_cpan.cfg

@ -51,11 +51,11 @@ pkgfork cpan cpan-unicode-string status X priority 148.300
pkgfork cpan cpan-uri status X priority 113.600
pkgfork cpan cpan-www-mechanize status X priority 200.000
pkgfork cpan cpan-xml-libxml status X priority 140.700
pkgfork cpan cpan-xml-libxml-common status X priority 140.700
pkgfork cpan cpan-xml-namespacesupport status X priority 140.700
pkgfork cpan cpan-xml-libxml-common status X priority 140.680
pkgfork cpan cpan-xml-namespacesupport status X priority 140.620
pkgfork cpan cpan-xml-nodefilter status X priority 140.700
pkgfork cpan cpan-xml-parser status X priority 139.000 flag CORE
pkgfork cpan cpan-xml-sax status X priority 140.700
pkgfork cpan cpan-xml-sax status X priority 140.650
pkgfork cpan cpan-xml-simple status X priority 148.400
pkgfork cpan cpan-xml-twig status X priority 200.000
pkgfork cpan cpan-xml-writer status X priority 200.000

+ 3
- 3
package/import/cpan/hosted_cpan.txt

@ -6,10 +6,10 @@
113.700 LWP
113.800 Mail::Sender
139.000 XML::Parser CORE
140.700 XML::NamespaceSupport
140.700 XML::SAX
140.620 XML::NamespaceSupport
140.650 XML::SAX
140.700 XML::NodeFilter
140.700 XML::LibXML::Common
140.680 XML::LibXML::Common
140.700 XML::LibXML
148.200 Getopt::Mixed
148.300 Unicode::String

Loading…
Cancel
Save