File:  [LON-CAPA] / doc / otherfiles / perl_modules.txt
Revision 1.8: download - view: text, annotated - select for diffs
Sat Dec 29 19:12:18 2001 UTC (22 years, 4 months ago) by harris41
Branches: MAIN
CVS tags: stable_2002_spring, HEAD
note here on the future..

    1: LON-CAPA perl modules
    2: Scott Harrison
    3: May 28, 2001
    4: October 4, 2001
    5: October 20, 2001
    6: 
    7: Beginning to
    8: index the perl modules
    9: used in constructing
   10: LON-CAPA-systemperl
   11: 
   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: 
   17: ----------------------------------------------- Digest
   18: ***NEED TO HAVE DIGEST::MD5, etc IN HERE***
   19: 
   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: 
   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: 
   55: ----------------------------------------------- Math-Cephes
   56: http://www.cpan.org/authors/id/R/RK/RKOBES/Math-Cephes-0.25.tar.gz
   57: The Math::Cephes module provides a perl interface to over
   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]. 
   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: 
   73: ----------------------------------------------- Math-Random
   74: http://www.cpan.org/authors/id/G/GR/GROMMEL/Math-Random-0.61.tar.gz
   75: 
   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
   89: Kawai Takanori [GCD00051@nifty.ne.jp]
   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
  111: Lincoln D. Stein [lstein@cshl.org]
  112: 
  113: Note: need gd-devel rpm for this
  114:       and libpng-devel
  115:       and freetype-devel
  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
  119: 
  120: perl Makefile.PL
  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: 
  126: make
  127: make test
  128: (as root)
  129: make install
  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
  215: 
  216: ---------------------------------------------- MIME-Base64
  217: http://www.cpan.org/authors/id/G/GA/GAAS/MIME-Base64-2.12.tar.gz
  218: 
  219: 
  220: ---------------------------------------------- MailTools
  221: http://www.cpan.org/authors/id/G/GB/GBARR/MailTools-1.15.tar.gz
  222: 
  223: ---------------------------------------------- MIME-tools
  224: http://www.cpan.org/authors/id/E/ER/ERYQ/MIME-tools-BETA-5.503.tar.gz
  225: Eryq, (eryq@zeegee.com)
  226: 		    MIME/Body.pm
  227: 		    MIME/Decoder.pm
  228: 		    MIME/Decoder/Base64.pm
  229: 		    MIME/Decoder/Binary.pm
  230: 		    MIME/Decoder/Gzip64.pm
  231: 		    MIME/Decoder/NBit.pm
  232: 		    MIME/Decoder/QuotedPrint.pm
  233: 		    MIME/Decoder/UU.pm
  234: 		    MIME/Entity.pm
  235: 		    MIME/Field/ConTraEnc.pm
  236: 		    MIME/Field/ContDisp.pm
  237: 		    MIME/Field/ContType.pm
  238: 		    MIME/Field/ParamVal.pm
  239: 		    MIME/Head.pm
  240: 		    MIME/Parser.pm
  241: 		    MIME/Parser/Filer.pm
  242: 		    MIME/Parser/Reader.pm
  243: 		    MIME/Parser/Results.pm
  244: 		    MIME/Tools.pm
  245: 		    MIME/Words.pm
  246: 
  247: ----------------------------------------------- libnet
  248: http://www.cpan.org/authors/id/G/GB/GBARR/libnet-1.0704.tar.gz
  249: http://www.cpan.org/authors/id/GBARR/Net-PH-2.21.tar.gz
  250: http://www.cpan.org/authors/id/GBARR/Net-SNPP-1.12.tar.gz
  251: 
  252: Graham Barr [gbarr@pobox.com]
  253: 		    Net/Cmd.pm
  254: 		    Net/Config.pm
  255: 		    Net/Domain.pm
  256: 		    Net/DummyInetd.pm
  257: 		    Net/FTP.pm
  258: 		    Net/FTP/A.pm
  259: 		    Net/FTP/E.pm
  260: 		    Net/FTP/I.pm
  261: 		    Net/FTP/L.pm
  262: 		    Net/FTP/dataconn.pm
  263: 		    Net/NNTP.pm
  264: 		    Net/Netrc.pm
  265: 		    Net/PH.pm
  266: 		    Net/POP3.pm
  267: 		    Net/SMTP.pm
  268: 		    Net/SNPP.pm
  269: 		    Net/Time.pm
  270: 
  271: ---------------------------------------------- Text-Query-...
  272: http://www.cpan.org/authors/id/E/EB/EBOHLMAN/Text-Query-Advanced-0.05.tar.gz
  273: http://www.cpan.org/authors/id/E/EB/EBOHLMAN/Text-Query-0.07.tar.gz
  274: http://www.cpan.org/authors/id/E/EB/EBOHLMAN/Text-Query-Simple-0.03.tar.gz
  275: Eric Bohlman [ebohlman@netcom.com]
  276: Loic Dachary [loic@senga.org]
  277: 		    Text/Query.pm
  278: 		    Text/Query/Advanced.pm
  279: 		    Text/Query/Build.pm
  280: 		    Text/Query/BuildAdvancedString.pm
  281: 		    Text/Query/BuildSimpleString.pm
  282: 		    Text/Query/Optimize.pm
  283: 		    Text/Query/Parse.pm
  284: 		    Text/Query/ParseAdvanced.pm
  285: 		    Text/Query/ParseSimple.pm
  286: 		    Text/Query/Simple.pm
  287: 		    Text/Query/Solve.pm
  288: 		    Text/Query/SolveAdvancedString.pm
  289: 		    Text/Query/SolveSimpleString.pm
  290: 
  291: ---------------------------------------------- Krb4
  292: http://www.cpan.org/authors/id/J/JH/JHORWITZ/Krb4-1.1.tar.gz
  293: Need kerberos 4 from http://sunsite.ualberta.ca/pub/Mirror/kth-krb/src/
  294: [root@kirk krb4-0.10.1]# diff configure.in configure.in~
  295: 27c27
  296: < AC_PREFIX_DEFAULT(/usr/local/krb4)
  297: ---
  298: > AC_PREFIX_DEFAULT(/usr/athena)
  299:     /usr/local/krb4 is what you want on this line!!!!
  300: autoconf configure.in > configure
  301: 
  302: autoconf must be 2.52 so compile this from source too
  303: also install flex to configure krb4
  304: and install yacc
  305: Jeff Horwitz [jeff@smashing.org]
  306: 		    Authen/Krb4.pm
  307: 
  308: ---------------------------------------------- Crypt-DES/IDEA
  309: http://www.cpan.org/authors/id/B/BT/BTROTT/Crypt-DES_EDE3-0.01.tar.gz
  310: http://www.cpan.org/authors/id/D/DP/DPARIS/Crypt-IDEA-1.01.tar.gz
  311: Dave Paris [amused@pobox.com]
  312: 		    Crypt/DES.pm
  313: 		    Crypt/IDEA.pm
  314: 
  315: ---------------------------------------------- DBI
  316: http://www.cpan.org/authors/id/T/TI/TIMB/DBI-1.20.tar.gz
  317: Tim Bunce [Tim.Bunce@pobox.com]
  318: 		    DBD/ADO.pm
  319: 		    DBD/ExampleP.pm
  320: 		    DBD/Multiplex.pm
  321: 		    DBD/NullP.pm
  322: 		    DBD/Proxy.pm
  323: 		    DBD/Sponge.pm
  324: 		    DBD/mysql.pm
  325: 		    DBI.pm
  326: 		    DBI/DBD.pm
  327: 		    DBI/FAQ.pm
  328: 		    DBI/Format.pm
  329: 		    DBI/ProxyServer.pm
  330: 		    DBI/Shell.pm
  331: 		    DBI/W32ODBC.pm
  332: 
  333: ---------------------------------------------- Safe-Hole
  334: http://www.cpan.org/authors/id/S/SE/SEYN/Safe-Hole-0.08.tar.gz
  335: Sey Nakajima [sey@jkc.co.jp]
  336: 
  337: ---------------------------------------------- Msql-Mysql-modules
  338: http://www.cpan.org/authors/id/J/JW/JWIED/Msql-Mysql-modules-1.2216.tar.gz
  339: Jochen Wiedmann [joe@ispsoft.de]
  340: 
  341: [root@fenchurch Msql-Mysql-modules-1.2215]# perl Makefile.PL 
  342: Which drivers do you want to install?
  343: 
  344:     1)	MySQL only
  345:     2)	mSQL only (either of mSQL 1 or mSQL 2)
  346:     3)  MySQL and mSQL (either of mSQL 1 or mSQL 2)
  347: 
  348:     4)  mSQL 1 and mSQL 2
  349:     5)  MySQL, mSQL 1 and mSQL 2
  350: 
  351: Enter the appropriate number:  [3] 1
  352: 
  353: Do you want to install the MysqlPerl emulation? You might keep your old
  354: Mysql module (to be distinguished from DBD::mysql!) if you are concerned
  355: about compatibility to existing applications! [y] n
  356: Where is your MySQL installed? Please tell me the directory that
  357: contains the subdir 'include'. [/usr/local/mysql] 
  358: Which database should I use for testing the MySQL drivers? [test] 
  359: On which host is database test running (hostname, ip address
  360: or host:port) [localhost] 
  361: User name for connecting to database test? [undef]
  362: Password for connecting to database test? [undef]
  363: [root@fenchurch Msql-Mysql-modules-1.2215]# make
  364: [root@fenchurch Msql-Mysql-modules-1.2215]# make test
  365: make[1]: Entering directory `/home/user/Msql-Mysql-modules-1.2215/mysql'
  366: make[1]: Leaving directory `/home/user/Msql-Mysql-modules-1.2215/mysql'
  367: make[1]: Entering directory `/home/user/Msql-Mysql-modules-1.2215/mysql'
  368: 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
  369: 
  370: To test, make sure that root does not have a password
  371: in the mysql::user table. (You should reset the password
  372: after this with mysqladmin -u root password 'new-password').
  373: 
  374: ---------------------------------------------- mod_perl
  375: http://www.cpan.org/authors/id/DOUGM/mod_perl-1.26.tar.gz
  376: 
  377: Just 6.2 needs these extras
  378: 
  379: ---------------------------------------------- IO
  380: http://www.cpan.org/authors/id/G/GB/GBARR/IO-1.20.tar.gz
  381: Graham Barr [gbarr@pobox.com]
  382: 		    IO/Dir.pm
  383: 		    IO/Poll.pm
  384: 		    IO/Socket/INET.pm
  385: 		    IO/Socket/UNIX.pm
  386: 
  387: perl Makefile.PL
  388: make
  389: make test
  390: (as root)
  391: make install
  392: 
  393: 
  394: and others...
  395: (document incomplete)
  396: 
  397: cat systemperl_files.txt | perl make_rpm.pl systemperl 3.1 '' '' SYSTEMPERL

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