diff --git a/package/import/cpan/hosted_cpan.cfg b/package/import/cpan/hosted_cpan.cfg index 25a9026c2..dada490ba 100644 --- a/package/import/cpan/hosted_cpan.cfg +++ b/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 diff --git a/package/import/cpan/hosted_cpan.desc b/package/import/cpan/hosted_cpan.desc index 9b444e9af..7c0199167 100644 --- a/package/import/cpan/hosted_cpan.desc +++ b/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/ diff --git a/package/import/cpan/hosted_cpan.sel b/package/import/cpan/hosted_cpan.sel index 6a4e8b2f1..e39ac867a 100644 --- a/package/import/cpan/hosted_cpan.sel +++ b/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" diff --git a/package/import/cpan/hosted_cpan.txt b/package/import/cpan/hosted_cpan.txt index 89e1ab866..3101fc20d 100644 --- a/package/import/cpan/hosted_cpan.txt +++ b/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