Annotation of doc/otherfiles/perl_modules.txt, revision 1.11

1.1       harris41    1: LON-CAPA perl modules
                      2: Scott Harrison
                      3: May 28, 2001
1.4       harris41    4: October 4, 2001
1.7       harris41    5: October 20, 2001
1.1       harris41    6: 
                      7: Beginning to
                      8: index the perl modules
                      9: used in constructing
                     10: LON-CAPA-systemperl
                     11: 
1.4       harris41   12: You can run CVS:loncom/build/system_dependencies/make perltest
                     13: to see if you have all the perl modules you need.
                     14: 
                     15: Not ordinarily on a 6.2 or 7.1 system
                     16: 
1.8       harris41   17: ----------------------------------------------- Digest
                     18: ***NEED TO HAVE DIGEST::MD5, etc IN HERE***
                     19: 
1.7       harris41   20: ----------------------------------------------- Math-FFT
                     21: http://www.linuxjar.com/CPAN/authors/id/R/RK/RKOBES/Math-FFT-0.25.tar.gz
                     22: Randy Kobes [randy@theoryx5.uwinnipeg.ca]
                     23: 
                     24: The Math::FFT module provides an interface to various
                     25: Fast Fourier Transform (FFT) routines of the C routine of fft4g.c, 
                     26: available at http://momonga.t.u-tokyo.ac.jp/~ooura/fft.html.
                     27: The one-dimensional data sets, of size 2^n, are assumed
                     28: to be sampled at a constant rate.
                     29: 
                     30: 
1.6       harris41   31: ----------------------------------------------- GDTextUtil
                     32: http://www.cpan.org/authors/id/MVERB/GDTextUtil-0.80.tar.gz
                     33: This are Text utilities for use with the GD drawing package.
                     34: 
                     35: ----------------------------------------------- GDGraph3d
                     36:  http://www.cpan.org/authors/id/W/WA/WADG/GDGraph3d-0.56.tar.gz
                     37: provides 3D graphs for the GD::Graph module by Martien Verbruggen
                     38: AUTHOR
                     39:     Jeremy Wadsack for Wadsack-Allen Digital Group.
                     40:     <dgsupport@wadsack-allen.com>
                     41: 
                     42: ----------------------------------------------- GDGraph
                     43: http://www.cpan.org/authors/id/MVERB/GDGraph-1.33.tar.gz
                     44: a package to generate charts
                     45: AUTHOR
                     46: 
                     47: Martien Verbruggen
                     48: mgjv@tradingpost.com.au
                     49: 
                     50: FIRST PNG PORT as Chart::PNGgraph
                     51: 
                     52: Steve Bonds
                     53: sbonds@agora.rdrop.com
                     54: 
1.2       harris41   55: ----------------------------------------------- Math-Cephes
1.1       harris41   56: http://www.cpan.org/authors/id/R/RK/RKOBES/Math-Cephes-0.25.tar.gz
1.2       harris41   57: The Math::Cephes module provides a perl interface to over
1.4       harris41   58: 150 functions of the cephes math library of Stephen Moshier
                     59: [moshier@mediaone.net].
                     60: 
                     61: Perl interface by Randy Kobes [randy@theoryx5.uwinnipeg.ca]. 
1.2       harris41   62: 
                     63: Note, bit arithmetic makes this build architecture dependent
                     64: for only IBM-PC-like computers.
                     65: 
                     66: perl Makefile.PL
                     67: make
                     68: make test
                     69: make install
                     70: 
                     71: files
                     72: 
1.3       harris41   73: ----------------------------------------------- Math-Random
1.10      harris41   74: http://www.cpan.org/authors/id/G/GR/GROMMEL/Math-Random-0.64.tar.gz
1.1       harris41   75: 
1.4       harris41   76: Written by Geoffrey Rommel, John Venier and Barry W. Brown.
                     77: We use this for the encoded randomizing functions needed for LON-CAPA homework
                     78: handling (translation from previous CAPA functions).
                     79: 
                     80: John Venier [venier@odin.mdacc.tmc.edu]
                     81: 
                     82: perl Makefile.PL
                     83: make
                     84: make test
                     85: make install
                     86: 
                     87: ----------------------------------------------- GD-Barcode
                     88: http://www.cpan.org/modules/by-module/GD/GD-Barcode-1.13.tar.gz
1.5       harris41   89: Kawai Takanori [GCD00051@nifty.ne.jp]
1.4       harris41   90:                     GD/Barcode.pm
                     91: 		    GD/Barcode/COOP2of5.pm
                     92: 		    GD/Barcode/Code39.pm
                     93: 		    GD/Barcode/EAN13.pm
                     94: 		    GD/Barcode/EAN8.pm
                     95: 		    GD/Barcode/IATA2of5.pm
                     96: 		    GD/Barcode/ITF.pm
                     97: 		    GD/Barcode/Industrial2of5.pm
                     98: 		    GD/Barcode/Matrix2of5.pm
                     99: 		    GD/Barcode/NW7.pm
                    100: 		    GD/Barcode/UPCA.pm
                    101: 		    GD/Barcode/UPCE.pm
                    102: perl Makefile.PL
                    103: make
                    104: make test
                    105: (as root)
                    106: make install
                    107: 
                    108: ----------------------------------------------- GD
                    109: http://www.cpan.org/modules/by-module/GD/GD-1.33.tar.gz
                    110:                     GD.pm
1.5       harris41  111: Lincoln D. Stein [lstein@cshl.org]
1.4       harris41  112: 
                    113: Note: need gd-devel rpm for this
                    114:       and libpng-devel
                    115:       and freetype-devel
1.7       harris41  116:       and X11-devel
                    117: #no    this command: ln -s /usr/X11R6/lib/libX11.so.6 /usr/X11R6/lib/libX11.so
                    118: #no    this command: ln -s /usr/X11R6/lib/libXpm.so.4 /usr/X11R6/lib/libXpm.so
1.3       harris41  119: 
                    120: perl Makefile.PL
1.7       harris41  121: Please choose the features that match how libgd was built:
                    122: Build JPEG support? [y] 
                    123: Build FreeType support? [y] 
                    124: Build XPM support? [y] 
                    125: 
1.3       harris41  126: make
                    127: make test
1.4       harris41  128: (as root)
1.3       harris41  129: make install
1.4       harris41  130: (may also possibly need
                    131: http://www.boutell.com/gd/http/gd-1.8.4.tar.gz, see doc/barcode.html)
                    132: 
                    133: ----------------------------------------------- Algorithm-Diff
                    134: http://www.cpan.org/authors/id/N/NE/NEDKONZ/Algorithm-Diff-1.11a.tar.gz
                    135:                     Algorithm/Diff.pm
                    136:                     Algorithm/Diffold.pm
                    137: 
                    138: perl Makefile.PL
                    139: make
                    140: make test
                    141: (as root)
                    142: make install
                    143: 
                    144: ---------------------------------------------- libwww-perl
                    145: http://www.cpan.org/authors/id/G/GA/GAAS/libwww-perl-5.53.tar.gz
                    146: 		    HTTP/Cookies.pm
                    147: 		    HTTP/Daemon.pm
                    148: 		    HTTP/Date.pm
                    149: 		    HTTP/Headers.pm
                    150: 		    HTTP/Headers/Auth.pm
                    151: 		    HTTP/Headers/ETag.pm
                    152: 		    HTTP/Headers/Util.pm
                    153: 		    HTTP/Message.pm
                    154: 		    HTTP/Negotiate.pm
                    155: 		    HTTP/Request.pm
                    156: 		    HTTP/Request/Common.pm
                    157: 		    HTTP/Response.pm
                    158: 		    HTTP/Status.pm
                    159:                     BUNDLE/LWP.pm
                    160:                     File/Listing.pm
                    161: 		    HTML/Form.pm
                    162: 		    LWP.pm
                    163: 		    LWP/Authen/Basic.pm
                    164: 		    LWP/Authen/Digest.pm
                    165: 		    LWP/Debug.pm
                    166: 		    LWP/MediaTypes.pm
                    167: 		    LWP/MemberMixin.pm
                    168: 		    LWP/Protocol.pm
                    169: 		    LWP/Protocol/data.pm
                    170: 		    LWP/Protocol/file.pm
                    171: 		    LWP/Protocol/ftp.pm
                    172: 		    LWP/Protocol/gopher.pm
                    173: 		    LWP/Protocol/http.pm
                    174: 		    LWP/Protocol/https.pm
                    175: 		    LWP/Protocol/mailto.pm
                    176: 		    LWP/Protocol/nntp.pm
                    177: 		    LWP/RobotUA.pm
                    178: 		    LWP/Simple.pm
                    179: 		    LWP/UserAgent.pm
                    180: 
                    181: (needs URI, HTML::Parser, MIME::Base64, Net::FTP)
                    182: 
                    183: Gisle Aas [gisle@aas.no]
                    184: 
                    185: perl Makefile.PL
                    186: make
                    187: make test
                    188: (as root)
                    189: make install
                    190: 
                    191: ---------------------------------------------- HTML-Tagset
                    192: http://www.cpan.org/authors/id/S/SB/SBURKE/HTML-Tagset-3.03.tar.gz
                    193: Sean M. Burke [sburke@cpan.org]
                    194: 		    HTML/Tagset.pm
                    195: 
                    196: ---------------------------------------------- HTML-Tree
                    197: http://www.cpan.org/authors/id/S/SB/SBURKE/HTML-Tree-3.11.tar.gz
                    198: Gisle Aas [gisle@aas.no]
                    199: Sean M. Burke [sburke@cpan.org]
                    200: 		    HTML/Tree.pm
                    201: 		    HTML/TreeBuilder.pm
                    202: 		    HTML/AsSubs.pm
                    203: 		    HTML/Element.pm
                    204: 		    HTML/Element/traverse.pm
                    205: 		    HTML/Parse.pm
                    206: 
                    207: ---------------------------------------------- HTML-Parser
                    208: http://www.cpan.org/authors/id/G/GA/GAAS/HTML-Parser-3.25.tar.gz
                    209: Gisle Aas [gisle@aas.no]
                    210: 		    HTML/Parser.pm 1
                    211: 		    HTML/TokeParser.pm 1
                    212: 
                    213: ---------------------------------------------- IO-stringy
                    214: http://www.cpan.org/authors/id/E/ER/ERYQ/IO-stringy-2.108.tar.gz
1.11    ! harris41  215: (needed by MIME-tools)
1.4       harris41  216: 
                    217: ---------------------------------------------- MIME-Base64
                    218: http://www.cpan.org/authors/id/G/GA/GAAS/MIME-Base64-2.12.tar.gz
                    219: 
                    220: 
                    221: ---------------------------------------------- MailTools
                    222: http://www.cpan.org/authors/id/G/GB/GBARR/MailTools-1.15.tar.gz
                    223: 
                    224: ---------------------------------------------- MIME-tools
                    225: http://www.cpan.org/authors/id/E/ER/ERYQ/MIME-tools-BETA-5.503.tar.gz
                    226: Eryq, (eryq@zeegee.com)
                    227: 		    MIME/Body.pm
                    228: 		    MIME/Decoder.pm
                    229: 		    MIME/Decoder/Base64.pm
                    230: 		    MIME/Decoder/Binary.pm
                    231: 		    MIME/Decoder/Gzip64.pm
                    232: 		    MIME/Decoder/NBit.pm
                    233: 		    MIME/Decoder/QuotedPrint.pm
                    234: 		    MIME/Decoder/UU.pm
                    235: 		    MIME/Entity.pm
                    236: 		    MIME/Field/ConTraEnc.pm
                    237: 		    MIME/Field/ContDisp.pm
                    238: 		    MIME/Field/ContType.pm
                    239: 		    MIME/Field/ParamVal.pm
                    240: 		    MIME/Head.pm
                    241: 		    MIME/Parser.pm
                    242: 		    MIME/Parser/Filer.pm
                    243: 		    MIME/Parser/Reader.pm
                    244: 		    MIME/Parser/Results.pm
                    245: 		    MIME/Tools.pm
                    246: 		    MIME/Words.pm
                    247: 
                    248: ----------------------------------------------- libnet
                    249: http://www.cpan.org/authors/id/G/GB/GBARR/libnet-1.0704.tar.gz
                    250: http://www.cpan.org/authors/id/GBARR/Net-PH-2.21.tar.gz
                    251: http://www.cpan.org/authors/id/GBARR/Net-SNPP-1.12.tar.gz
                    252: 
                    253: Graham Barr [gbarr@pobox.com]
                    254: 		    Net/Cmd.pm
                    255: 		    Net/Config.pm
                    256: 		    Net/Domain.pm
                    257: 		    Net/DummyInetd.pm
                    258: 		    Net/FTP.pm
                    259: 		    Net/FTP/A.pm
                    260: 		    Net/FTP/E.pm
                    261: 		    Net/FTP/I.pm
                    262: 		    Net/FTP/L.pm
                    263: 		    Net/FTP/dataconn.pm
                    264: 		    Net/NNTP.pm
                    265: 		    Net/Netrc.pm
                    266: 		    Net/PH.pm
                    267: 		    Net/POP3.pm
                    268: 		    Net/SMTP.pm
                    269: 		    Net/SNPP.pm
                    270: 		    Net/Time.pm
                    271: 
                    272: ---------------------------------------------- Text-Query-...
                    273: http://www.cpan.org/authors/id/E/EB/EBOHLMAN/Text-Query-Advanced-0.05.tar.gz
                    274: http://www.cpan.org/authors/id/E/EB/EBOHLMAN/Text-Query-0.07.tar.gz
                    275: http://www.cpan.org/authors/id/E/EB/EBOHLMAN/Text-Query-Simple-0.03.tar.gz
                    276: Eric Bohlman [ebohlman@netcom.com]
                    277: Loic Dachary [loic@senga.org]
                    278: 		    Text/Query.pm
                    279: 		    Text/Query/Advanced.pm
                    280: 		    Text/Query/Build.pm
                    281: 		    Text/Query/BuildAdvancedString.pm
                    282: 		    Text/Query/BuildSimpleString.pm
                    283: 		    Text/Query/Optimize.pm
                    284: 		    Text/Query/Parse.pm
                    285: 		    Text/Query/ParseAdvanced.pm
                    286: 		    Text/Query/ParseSimple.pm
                    287: 		    Text/Query/Simple.pm
                    288: 		    Text/Query/Solve.pm
                    289: 		    Text/Query/SolveAdvancedString.pm
                    290: 		    Text/Query/SolveSimpleString.pm
                    291: 
                    292: ---------------------------------------------- Krb4
                    293: http://www.cpan.org/authors/id/J/JH/JHORWITZ/Krb4-1.1.tar.gz
                    294: Need kerberos 4 from http://sunsite.ualberta.ca/pub/Mirror/kth-krb/src/
                    295: [root@kirk krb4-0.10.1]# diff configure.in configure.in~
                    296: 27c27
                    297: < AC_PREFIX_DEFAULT(/usr/local/krb4)
                    298: ---
                    299: > AC_PREFIX_DEFAULT(/usr/athena)
                    300:     /usr/local/krb4 is what you want on this line!!!!
                    301: autoconf configure.in > configure
                    302: 
                    303: autoconf must be 2.52 so compile this from source too
                    304: also install flex to configure krb4
                    305: and install yacc
                    306: Jeff Horwitz [jeff@smashing.org]
                    307: 		    Authen/Krb4.pm
                    308: 
                    309: ---------------------------------------------- Crypt-DES/IDEA
1.10      harris41  310: http://www.cpan.org/authors/id/D/DP/DPARIS/Crypt-DES-2.03.tar.gz
1.4       harris41  311: http://www.cpan.org/authors/id/D/DP/DPARIS/Crypt-IDEA-1.01.tar.gz
                    312: Dave Paris [amused@pobox.com]
                    313: 		    Crypt/DES.pm
                    314: 		    Crypt/IDEA.pm
                    315: 
                    316: ---------------------------------------------- DBI
                    317: http://www.cpan.org/authors/id/T/TI/TIMB/DBI-1.20.tar.gz
                    318: Tim Bunce [Tim.Bunce@pobox.com]
                    319: 		    DBD/ADO.pm
                    320: 		    DBD/ExampleP.pm
                    321: 		    DBD/Multiplex.pm
                    322: 		    DBD/NullP.pm
                    323: 		    DBD/Proxy.pm
                    324: 		    DBD/Sponge.pm
                    325: 		    DBD/mysql.pm
                    326: 		    DBI.pm
                    327: 		    DBI/DBD.pm
                    328: 		    DBI/FAQ.pm
                    329: 		    DBI/Format.pm
                    330: 		    DBI/ProxyServer.pm
                    331: 		    DBI/Shell.pm
                    332: 		    DBI/W32ODBC.pm
                    333: 
                    334: ---------------------------------------------- Safe-Hole
                    335: http://www.cpan.org/authors/id/S/SE/SEYN/Safe-Hole-0.08.tar.gz
                    336: Sey Nakajima [sey@jkc.co.jp]
                    337: 
                    338: ---------------------------------------------- Msql-Mysql-modules
                    339: http://www.cpan.org/authors/id/J/JW/JWIED/Msql-Mysql-modules-1.2216.tar.gz
                    340: Jochen Wiedmann [joe@ispsoft.de]
                    341: 
                    342: [root@fenchurch Msql-Mysql-modules-1.2215]# perl Makefile.PL 
                    343: Which drivers do you want to install?
                    344: 
                    345:     1)	MySQL only
                    346:     2)	mSQL only (either of mSQL 1 or mSQL 2)
                    347:     3)  MySQL and mSQL (either of mSQL 1 or mSQL 2)
                    348: 
                    349:     4)  mSQL 1 and mSQL 2
                    350:     5)  MySQL, mSQL 1 and mSQL 2
                    351: 
                    352: Enter the appropriate number:  [3] 1
                    353: 
                    354: Do you want to install the MysqlPerl emulation? You might keep your old
                    355: Mysql module (to be distinguished from DBD::mysql!) if you are concerned
                    356: about compatibility to existing applications! [y] n
                    357: Where is your MySQL installed? Please tell me the directory that
                    358: contains the subdir 'include'. [/usr/local/mysql] 
                    359: Which database should I use for testing the MySQL drivers? [test] 
                    360: On which host is database test running (hostname, ip address
                    361: or host:port) [localhost] 
                    362: User name for connecting to database test? [undef]
                    363: Password for connecting to database test? [undef]
                    364: [root@fenchurch Msql-Mysql-modules-1.2215]# make
                    365: [root@fenchurch Msql-Mysql-modules-1.2215]# make test
                    366: make[1]: Entering directory `/home/user/Msql-Mysql-modules-1.2215/mysql'
                    367: make[1]: Leaving directory `/home/user/Msql-Mysql-modules-1.2215/mysql'
                    368: make[1]: Entering directory `/home/user/Msql-Mysql-modules-1.2215/mysql'
                    369: PERL_DL_NONLAZY=1 /usr/bin/perl -I../blib/arch -I../blib/lib -I/usr/lib/perl5/5.00503/i386-linux -I/usr/lib/perl5/5.00503 -e 'use Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t
                    370: 
1.7       harris41  371: To test, make sure that root does not have a password
                    372: in the mysql::user table. (You should reset the password
                    373: after this with mysqladmin -u root password 'new-password').
                    374: 
                    375: ---------------------------------------------- mod_perl
1.5       harris41  376: http://www.cpan.org/authors/id/DOUGM/mod_perl-1.26.tar.gz
1.4       harris41  377: 
                    378: Just 6.2 needs these extras
                    379: 
                    380: ---------------------------------------------- IO
                    381: http://www.cpan.org/authors/id/G/GB/GBARR/IO-1.20.tar.gz
                    382: Graham Barr [gbarr@pobox.com]
                    383: 		    IO/Dir.pm
                    384: 		    IO/Poll.pm
                    385: 		    IO/Socket/INET.pm
                    386: 		    IO/Socket/UNIX.pm
                    387: 
1.9       harris41  388: 
                    389: **** IMPORTANT NOTE ****
                    390: For things to work well for perl 5.005 (redhat 6.2)
                    391: older versions of
                    392:  /usr/lib/perl5/5.00503/i386-linux/IO.pm
                    393:  /usr/lib/perl5/5.00503/i386-linux/IO/File.pm
                    394:  /usr/lib/perl5/5.00503/i386-linux/IO/Handle.pm
                    395:  /usr/lib/perl5/5.00503/i386-linux/IO/Pipe.pm
                    396:  /usr/lib/perl5/5.00503/i386-linux/IO/Seekable.pm
                    397:  /usr/lib/perl5/5.00503/i386-linux/IO/Select.pm
                    398:  /usr/lib/perl5/5.00503/i386-linux/IO/Socket.pm
                    399:  /usr/lib/perl5/5.00503/i386-linux/auto/IO/IO.so
                    400: are needed (can rewrite with rpm -Uvh perl after
                    401: installing LON-CAPA-systemperl).
                    402: 
1.4       harris41  403: perl Makefile.PL
                    404: make
                    405: make test
                    406: (as root)
                    407: make install
                    408: 
1.1       harris41  409: 
                    410: and others...
                    411: (document incomplete)
                    412: 
1.3       harris41  413: cat systemperl_files.txt | perl make_rpm.pl systemperl 3.1 '' '' SYSTEMPERL

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