home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-2.iso / Unix / script / perl.4.036.README < prev    next >
Encoding:
Text File  |  1994-08-13  |  2.9 KB  |  74 lines

  1. # Note to archive managers: These Perl-4.036* files should probably
  2. # live in /pub/next/sources/proglang and /pub/next/binaries/proglang.
  3. # They supercede the current perl-4.036-FAT.tar.gz and
  4. # perl-4.036-FAT.README files, which contain a version of perl with
  5. # incomplete functionality.
  6. #
  7. # I'll post this README to c.s.n.announce in a day or so, if you
  8. # accept this submission onto the archive.
  9. # Cheers,
  10. #
  11. # Matthew
  12.  
  13.       Perl 4.036 for NeXTSTEP 3.2
  14.  
  15.     Do you want to use Larry Wall's amazing and astonishingly
  16.       useful Perl language on your NeXT box, but can't get the
  17.       standard perl-4.036.tar.gz distribution to compile?  Even worse,
  18.       you don't have the NeXT developer release, so you can't even
  19.       contemplate compiling Perl?
  20.  
  21.     Well, your prayers may well be answered.  Take your pick from
  22.       one of these three packages:
  23.  
  24.         Perl-4.036.NI.b.pkg.tar
  25.  
  26.         The perl and taintperl executables, together with the full
  27.       perl library, man page and auxiliary programs (a2p, s2p,
  28.       find2perl etc.) compiled FAT and packaged ready for
  29.       Installer.app.  No compilation required.
  30.  
  31.          Perl-4.036-how-to-build-for-NS3.2.tar.gz
  32.  
  33.      A small (11089 byte) set of instructions for building Perl
  34.       under NS 3.2.  You will also need the standard source
  35.       distribution of perl-4.036.tar.gz, available from your local Gnu
  36.       archive, in order to build Perl.  Simply ungzip and untar on top
  37.       of the standard distribution, and follow the instructions in the
  38.       README.next file.
  39.  
  40.          Perl-4.036.NI.bs.tar.gz
  41.  
  42.      The whole kit and caboodle --- the complete perl
  43.       distribution, already configured, compiled and waiting to be
  44.       installed.  Passes all of the 'make test' tests, and includes
  45.       all of the files in Perl-4.036-how-to-build-for-NS3.2 as well.
  46.  
  47.           These packages are available for anonymous ftp from
  48.       ftp.cs.orst.edu:
  49.  
  50.       ftp://ftp.cs.orst.edu/pub/next/binaries/proglang/Perl-4.036.NI.b.pkg.tar
  51.       ftp://ftp.cs.orst.edu/pub/next/sources/proglang/Perl-4.036-how-to-build-for-NS3.2.tar.gz
  52.       ftp://ftp.cs.orst.edu/pub/next/sources/proglang/Perl-4.036.NI.bs.tar.gz
  53.  
  54.           Nb. this distribution supercedes the previous MAB compiled
  55.       distribution for NS, ie. perl-4.036-FAT.tar.gz, which has
  56.       incomplete functionality.  If either of the following tests
  57.       *completely fail to do anything* with your installed perl, you
  58.       probably have that distribution, and should replace it:
  59.  
  60. -------------------------
  61. viriconium% ./perl -e 'print join (":", getpwuid(4)), "\n";'
  62. uucp:*:4:4:0:::/usr/spool/uucppublic:/usr/lib/uucp/uucico
  63.  
  64. viriconium% ./perl -e 'print (-T STDIN ? "Ascii\n" : "Binary\n");' < ~/.login
  65. Ascii
  66.  
  67.      Matthew
  68. --
  69. Matthew Seaman          <Matthew.Seaman@dyson.ox.ac.uk> Non-NeXT mail
  70.                          <matthew@viriconium.ocms.ox.ac.uk> NeXT mail
  71. Inorganic Chemistry Laboratory, S. Parks Rd, Oxford, OX1 3QR, England
  72. Tel +44 (0)865 272640                           Fax +44 (0)865 272690
  73.