Browse Source

Stefan Fiedler:


			
			
				rocklinux
			
			
		
Stefan Fiedler 20 years ago
parent
commit
d109f08bab
4 changed files with 15 additions and 0 deletions
  1. +3
    -0
      package/import/cpan/hosted_cpan.cfg
  2. +5
    -0
      package/import/cpan/hosted_cpan.desc
  3. +6
    -0
      package/import/cpan/hosted_cpan.sel
  4. +1
    -0
      package/import/cpan/hosted_cpan.txt

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

@ -78,6 +78,9 @@ if [ "$ROCKCFG_PKG_CPAN_MP3_INFO" = 1 ]; then pkgfork cpan cpan-mp3-info status
bool 'Building package Net::DNS (cpan-net-dns)' ROCKCFG_PKG_CPAN_NET_DNS 1
if [ "$ROCKCFG_PKG_CPAN_NET_DNS" = 1 ]; then pkgfork cpan cpan-net-dns status X priority 113.400; fi
bool 'Building package Net::SNMP (cpan-net-snmp)' ROCKCFG_PKG_CPAN_NET_SNMP 1
if [ "$ROCKCFG_PKG_CPAN_NET_SNMP" = 1 ]; then pkgfork cpan cpan-net-snmp status X priority 174.000; fi
bool 'Building package PerlIO::gzip (cpan-perlio-gzip)' ROCKCFG_PKG_CPAN_PERLIO_GZIP 1
if [ "$ROCKCFG_PKG_CPAN_PERLIO_GZIP" = 1 ]; then pkgfork cpan cpan-perlio-gzip status X priority 200.000; fi

+ 5
- 0
package/import/cpan/hosted_cpan.desc

@ -130,6 +130,11 @@
[D] 0 Net-DNS-0.48.tar.gz http://www.cpan.org/modules/by-authors/id/C/CR/CREIN/
#endif
#if xpkg == cpan-net-snmp
[V] 5.0.1
[D] 1559512110 Net-SNMP-5.0.1.tar.gz http://www.cpan.org/modules/by-authors/id/D/DT/DTOWN/
#endif
#if xpkg == cpan-perlio-gzip
[V] 0.17
[D] 0 PerlIO-gzip-0.17.tar.gz http://www.cpan.org/modules/by-authors/id/N/NW/NWCLARK/

+ 6
- 0
package/import/cpan/hosted_cpan.sel

@ -157,6 +157,12 @@ case "$xpkg" in
cpanloc="C/CR/CREIN/Net-DNS-0.48.tar.gz"
srctar="Net-DNS-0.48.tar.bz2"
;;
cpan-net-snmp)
cpanmod="Net::SNMP"
cpanver="5.0.1"
cpanloc="D/DT/DTOWN/Net-SNMP-5.0.1.tar.gz"
srctar="Net-SNMP-5.0.1.tar.bz2"
;;
cpan-perlio-gzip)
cpanmod="PerlIO::gzip"
cpanver="0.17"

+ 1
- 0
package/import/cpan/hosted_cpan.txt

@ -15,6 +15,7 @@
148.300 Unicode::String
148.400 XML::Simple
148.500 MP3::Info
174.000 Net::SNMP
175.500 DBI
175.700 Event
176.200 DBD::mysql

Loading…
Cancel
Save