Browse Source

fake:


			
			
				rocklinux
			
			
		
fake 20 years ago
parent
commit
d45cd0df82
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

@ -33,6 +33,9 @@ if [ "$ROCKCFG_PKG_CPAN_DIGEST_SHA1" = 1 ]; then pkgfork cpan cpan-digest-sha1 s
bool 'Building package Event (cpan-event)' ROCKCFG_PKG_CPAN_EVENT 1
if [ "$ROCKCFG_PKG_CPAN_EVENT" = 1 ]; then pkgfork cpan cpan-event status X priority 175.700; fi
bool 'Building package Filesys::DiskFree (cpan-filesys-diskfree)' ROCKCFG_PKG_CPAN_FILESYS_DISKFREE 1
if [ "$ROCKCFG_PKG_CPAN_FILESYS_DISKFREE" = 1 ]; then pkgfork cpan cpan-filesys-diskfree status X priority 200.000; fi
bool 'Building package Getopt::Mixed (cpan-getopt-mixed)' ROCKCFG_PKG_CPAN_GETOPT_MIXED 1
if [ "$ROCKCFG_PKG_CPAN_GETOPT_MIXED" = 1 ]; then pkgfork cpan cpan-getopt-mixed status X priority 148.200; fi

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

@ -55,6 +55,11 @@
[D] 0 Event-1.01.tar.gz http://www.cpan.org/modules/by-authors/id/J/JP/JPRIT/
#endif
#if xpkg == cpan-filesys-diskfree
[V] 0.06
[D] 0 Filesys-DiskFree-0.06.tar.gz http://www.cpan.org/modules/by-authors/id/A/AB/ABARCLAY/
#endif
#if xpkg == cpan-getopt-mixed
[V] undef
[D] 0 Getopt-Mixed-1.008.tar.gz http://www.cpan.org/modules/by-authors/id/C/CJ/CJM/

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

@ -67,6 +67,12 @@ case "$xpkg" in
cpanloc="J/JP/JPRIT/Event-1.01.tar.gz"
srctar="Event-1.01.tar.bz2"
;;
cpan-filesys-diskfree)
cpanmod="Filesys::DiskFree"
cpanver="0.06"
cpanloc="A/AB/ABARCLAY/Filesys-DiskFree-0.06.tar.gz"
srctar="Filesys-DiskFree-0.06.tar.bz2"
;;
cpan-getopt-mixed)
cpanmod="Getopt::Mixed"
cpanver="undef"

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

@ -49,3 +49,4 @@
200.000 Date::Manip
200.000 Term::ProgressBar
200.100 Tk::TableMatrix
200.000 Filesys::DiskFree

Loading…
Cancel
Save