Annotation of loncom/build/system_dependencies/cpan_distributions.txt, revision 1.5

1.1       harris41    1: # cpan_distributions.txt - This controls what CPAN packages are part of the
                      2: # LON-CAPA system.
                      3: 
                      4: # Scott Harrison, sharrison@users.sourceforge.net, 2002
1.5     ! matthew     5: # $Id: cpan_distributions.txt,v 1.4 2002/08/21 15:23:13 harris41 Exp $
1.2       harris41    6: 
                      7: # Field arrangement: DistName, DevVersion, StableVersion, VersionFrom
                      8: # Field definitions:
                      9: #   DistName: CPAN distribution name; http://search.cpan.org/dist/DistName
                     10: #   DevVersion: Development version; what we are now trying compatibility with
                     11: #   StableVersion: Stable version; what we know works with LON-CAPA
                     12: #   VersionFrom: The first part is a perl module name.  To understand the
                     13: #                parenthesized part, first remember that sometimes a module
                     14: #                version equals the distribution version.  Other times,
                     15: #                the distribution version does not equal the version number
                     16: #                of any module.
                     17: #                The parenthesized value can consist of an ordered pair,
                     18: #                or an asterisk.  If the value is an asterisk, the version
                     19: #                numbers of the module equals the DevVersion and
                     20: #                StableVersion of the distribution.  If the value is an
                     21: #                ordered pair, the version numbers of the module correspond to
                     22: #                that ordered pair in terms of Dev and Stable respectively.
                     23: #                The reason for this is that for distributions like "libnet",
                     24: #                the distribution version is NOT
                     25: #                derived from any constitutive module.  Therefore, we hope
                     26: #                that the VersionFrom module version changes quick enough for
                     27: #                there to be a unique association with the distribution
                     28: #                version.
1.1       harris41   29: 
                     30: MIME-Base64 2.12 2.12 MIME::Base64(*)
                     31: Math-FFT 0.25 0.25 Math::FFT(*)
                     32: Math-Cephes 0.25 0.25 Math::Cephes(*)
                     33: DBI 1.30 1.20 DBI(*)
1.2       harris41   34: libnet 1.12 1.0704 Net::FTP(2.65,2.58)
1.1       harris41   35: Net-PH 2.21 2.21 Net::PH(*)
                     36: Net-SNPP 1.12 1.12 Net::SNPP(*)
                     37: Math-Random 0.66 0.63 Math::Random(*)
                     38: Safe-Hole 0.08 0.08 Safe::Hole(*)
                     39: IO 1.20 1.20 IO(*)
                     40: GD-Graph3d 0.59 0.56 GD::Graph3d(*)
                     41: MailTools 1.47 1.15 Mail::Util(*)
1.4       harris41   42: Krb4 1.1 1.1 Authen::Krb4(*)
                     43: Krb5 1.2 1.2 Authen::Krb5(*)
1.1       harris41   44: GDGraph 1.35 1.35 GD::Graph(*)
                     45: HTML-Parser 3.26 3.26 HTML::Parser(*)
1.2       harris41   46: Msql-Mysql-modules 1.2219 1.2216 Mysql::Statement(*)
1.1       harris41   47: Pod-POM 0.15 0.15 Pod::POM(*)
                     48: Algorithm-Diff 1.15 1.11a Algorithm::Diff(*)
                     49: DBI 1.30 1.20 DBI(*)
                     50: Crypt-IDEA 1.01 1.01 Crypt::IDEA(*)
                     51: Text-Query 0.07 0.07 Text::Query(*)
                     52: Text-Query-Advanced 0.05 0.05 Text::Query::Advanced(*)
                     53: Text-Query-Simple 0.03 0.03 Text::Query::Simple(*)
                     54: IO-stringy 2.108 2.108 IO::stringy(*)
                     55: GDTextUtil 0.83 0.80 GD::Text(*)
                     56: GD-Barcode 1.13 1.13 GD::Barcode(*)
1.3       harris41   57: PerlMagick 5.47 5.47 Image::Magick(*)
1.1       harris41   58: Digest-MD5 2.20 2.20 Digest::MD5(*)
                     59: libwww-perl 5.64 5.53 LWP(*)
                     60: HTML-Tagset 3.03 3.03 HTML::Tagset(*)
                     61: HTML-Tree 3.12 3.11 HTML::Tree(*)
                     62: MIME-tools 5.411a BETA-5.503 MIME::Tools(*)
                     63: Crypt-DES 2.03 2.03 Crypt::DES(*)
1.5     ! matthew    64:  Spreadsheet-WriteExcel 0.39 0.39 Spreadsheet::WriteExcel(*)

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>