aboutsummaryrefslogtreecommitdiff
path: root/lang/perl5.6/distinfo
Commit message (Collapse)AuthorAgeFilesLines
* Remove expired port lang/perl5.6Sergey Skvortsov2009-06-081-6/+0
| | | | Notes: svn path=/head/; revision=235439
* SHA256ifyEdwin Groothuis2006-01-221-0/+2
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154157
* Update to 5.6.2. Also:Anton Berezin2005-02-011-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - redirect output from h2ph to /dev/null [1]; - fix File::Path insecure file/directory permissions [2]; this resolves CAN-2004-0452 (http://vuxml.freebsd.org/c418d472-6bd1-11d9-93ca-000a95bc6fae.html); - for OSVERSION < 500036, create symlinks in /usr/bin not only for perl and suidperl, but also for a2p, c2ph, find2perl, h2ph, h2xs, perlbug, perlcc, perldoc, pl2pm, pod2html, pod2latex, pod2man, pod2text, s2p, and splain; perl and suidperl are still enough for more recent FreeBSD versions [3]; - clean up created symlinks upon deinstallation [4]; - try to cleanup symlinks created by older versions of lang/perl5 and lang/perl5.8, during both installation and deinstallation [5]; - added support for DISABLE_BSDPAN environment variable [6]; - be explicit about use.perl usage after installation of 4.X systems, and on systems where lang/perl5.8 is prefered to lang/perl5; the exact range is OSVERSION < 500036 || OSVERSION >= 502100 [7]; - respect __MAKE_CONF partially (the build-time value is used) [8]; - use.perl is now the same as pkg-install is now the same as pkg-deinstall; apart from the changes already mentioned above, this is a shell script now; - use.perl's logic is also simplified in several ways [9]; - fix a BSDPAN bug [10]; - create and remove %%SITE_PERL%%/%%PERL_ARCH%%/auto, just like lang/perl5.8 does, to silent pointyhat [11]; - apply a patch to handle daylight saving time correctly in POSIX::strftime [12]; - the port now creates and uses shared libperl.so, as lang/perl5.8 port does; - move MAN3 manual pages under ${PREFIX}/lib/perl5/${PERL_VER}/perl, as to avoid conflict with some of the p5 ports; - do not build suidperl by default any longer; one should use ENABLE_SUIDPERL to do that; - move out manpage list to a separate Makefile.man; - in general, the port layout is made much more similar to lang/perl5.8, including. Outstanding issues: Module::Build support for BSDPAN, SU_CMD support (PR 70831), PR 64963 (partially), and anything else that I forgot. [1] Nudged by: krion [2] Reported by: nectar Patch from: Chris Turner @ RedHat [3] PR: 55760, 57151, 58406 [4] Requested by: kris PR: 54262 [5] PR: 51281, 51539 [6] PR: 57134 [7] PR: 60736 [8] PR: 74431 [9] Perl version submitted by des, implemented in sh [10] Reported by: Alexander Nagilum <freebsd %at% nagilum de> [11] PR: 71390 [12] PR: 74042, perl bug 18238 Notes: svn path=/head/; revision=127846
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+2
| | | | Notes: svn path=/head/; revision=105747
* Use a cleaner, documented way to obtain the path of BSDPAN. This fixesAnton Berezin2002-05-241-1/+1
| | | | | | | | | | the problems with threaded perl build. The threaded perl is curently unsupported by this port but seems to work fine with this fix applied. Reported by: Jens Fallesen <jens@fallesen.dk> Notes: svn path=/head/; revision=59872
* Unforbid the port for the use of general FreeBSD public.Anton Berezin2001-12-191-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Compile perl with BSDPAN support, both -current and -stable. The version of BSDPAN used here coincides accidentally with the one present in the -current system perl, but is installed in a different place. Provide a script, use.perl, to facilitate switching of the perl used by default between the system perl and this port. Also print a message describing the usage of use.perl (this works for the port and for the package built from it). The switching to the port version is done by removing /usr/bin/perl and /usr/bin/suidperl (they both have link count >1, so this is reversible), and making them to be symlinks to the corresponding binaries in $PREFIX/bin. Also, assignments of the correct values of PERL_VER, PERL_VERSION, and PERL_ARCH are appended to /etc/make.conf. Last, NOPERL=yes is appended to /etc/make.conf, so that the changes made will survive system upgrades from source. The switching to the system version is more or less a reverse of the process described above. Set and use PERL_ARCH which is independed from the one used by the system perl. Fix the port for post-malloc.h -current. Fix a small bogon when PREFIX was used in pkg-install (PKG_PREFIX should have been used instead). Reviewed by: markm, joe Notes: svn path=/head/; revision=51847
* Update for Perl 5.6.1.Mark Murray2001-04-101-1/+1
| | | | | | | | | | As before, this is a "guru only" port. If you know what you are doing, go ahead and use it. If not - HANDS OFF! Perl 5.6.1 will be committed to "base" FreeBSD in a week or 2. Notes: svn path=/head/; revision=41222
* Upgrade this to perl5.6.0 for _knowledgeable_ folks in STABLE whoMark Murray2001-03-221-1/+1
| | | | | | | | | | | | | | | | really want it. This is still marked FORBIDDEN as there may be all sorts of horrible incompatabilities with the perl5 in "base", but folks who are willing to override this and experiment are welcome. Consider this to be only partially supported. I'll happily commit patches and fixes, but I don't want to answer too many questions. Sorry! Notes: svn path=/head/; revision=40213
* Upgrade to perl 5.005_02. This will have virtually no impact on ports thatMark Murray1998-08-151-1/+1
| | | | | | | have been converted to the new scheme. Notes: svn path=/head/; revision=12530
* Update to Perl 5.005_01.Mark Murray1998-08-061-1/+1
| | | | Notes: svn path=/head/; revision=12295
* Upgrade to 5.004_04. Maintenance upgrade.Mark Murray1997-11-121-1/+1
| | | | Notes: svn path=/head/; revision=8592
* Update to perl-5.004_01Mark Murray1997-07-171-1/+1
| | | | Notes: svn path=/head/; revision=7361
* Upgrade to Perl5.004. SUID Perl Works for 3.0-current and 2.2.2!Mark Murray1997-05-231-1/+1
| | | | Notes: svn path=/head/; revision=6541
* Update to perl5.003Mark Murray1996-07-131-1/+1
| | | | Notes: svn path=/head/; revision=3387
* Update to Perl 5.002.Mark Murray1996-03-161-1/+1
| | | | Notes: svn path=/head/; revision=2842
* Upgrade to patchlevel 'm'Jean-Marc Zucconi1995-07-041-1/+1
| | | | Notes: svn path=/head/; revision=1923
* Perl5 port by Mark Murray. People, beat this!Satoshi Asami1995-04-171-0/+1
Submitted by: Mark Murray <markm@freebsd.org> Notes: svn path=/head/; revision=1419