Path to this page:
./
lang/perl5,
Practical Extraction and Report Language
Branch: CURRENT,
Version: 5.10.1,
Package name: perl-5.10.1,
Maintainer: jlamPerl is a general-purpose programming language originally developed
for text manipulation and now used for a wide range of tasks including
system administration, web development, network programming, GUI
development, and more. The language is intended to be practical (easy
to use, efficient, complete) rather than beautiful (tiny, elegant,
minimal). Its major features are that it's easy to use, supports both
procedural and object-oriented (OO) programming, has powerful built-in
support for text processing, and has one of the world's most impressive
collections of third-party modules.
Package options: 64bitauto, threads
Master sites: (Expand)
SHA1: 8536ed1c14444d1efea069525a816fbc7be7109f
RMD160: 6fe727a5e8878c26b5bd7cfc7165e10f311f7214
Filesize: 13786.639 KB
Version history: (Expand)
- (2009-12-22) Updated to version: perl-5.10.1
- (2009-05-03) Updated to version: perl-5.10.0nb6
- (2009-01-18) Updated to version: perl-5.10.0nb5
- (2008-12-20) Updated to version: perl-5.10.0nb4
- (2008-12-08) Updated to version: perl-5.10.0nb3
- (2008-10-22) Updated to version: perl-5.10.0nb2
CVS history: (Expand)
| 2010-02-14 16:10:38 by Matthias Scheler | Files touched by this commit (1) |
Log message:
Use "PKG_PREFIX" if it is set and the compiled in path otherwise.
Based on a suggestion by Steven Drake.
|
2010-02-03 14:29:38 by Matthias Scheler | Files touched by this commit (1) |  |
Log message:
Don't use "${PKG_PREFIX}" which is not set when this script gets run.
This avoids error messages from "perllink" while deinstalling (or
updateing) a Perl module package.
Fixed based on an analysis provided by Steven Drake on "tech-pkg".
|
| 2010-01-31 13:14:24 by Jens Rehsack | Files touched by this commit (1) |
Log message:
Reviewed patch from pkg/42709 and apply it.
|
| 2010-01-16 16:02:14 by Jens Rehsack | Files touched by this commit (1) |
Log message:
Adding support to install via bundled Module::Install by allowing
PERL5_MODULE_TYPE set to Module::Install::Bundled.
|
| 2009-12-22 05:39:59 by David Sainty | Files touched by this commit (2) |
Log message:
We intentionally wire down the 'libswanted' list in the package Makefile, so
don't let the hints file add new libraries that may be found outside Pkgsrc
control.
Fixes build on Gentoo system, and possibly other Linux systems too that might
have stray -lgdbm_compat libraries lying around. This reverts hints/linux.sh
to look more like it did in 5.10.0.
|
| 2009-12-14 13:24:46 by Stoned Elipot | Files touched by this commit (1) |
Log message:
Fix fetch: adjust MASTER_SITES to CPAN's src/5.0/ directory.
|
2009-12-14 07:36:57 by Stoned Elipot | Files touched by this commit (16) |  |
Log message:
Update perl from version 5.10.0nb6 to version 5.10.1.
Pkgsrc changes:
- Adjust some patches
- Remove patches integrated upstream
Upstream changes:
"5.10.1 is a maintenance release for perl 5.10, incorporating various
minor bugfixes and optimisations."
Nonetheless some incompatibles changes are noteworthy and are related
to:
- flip-flop and defined-or operators behavior in switch statement
- type-based dispatch and overloading of the smart match operator
- 'use feature :5.10*' semantics
- Perl development switched to git
- internal structure of the ext/ perl source directory changed
- removal of the modules Test::Harness::Straps, ExtUtils::MakeMaker::bytes
and ExtUtils::MakeMaker::vmsish
- the Module::CoreList module no longer contains the %:patchlevel hash
- a bugfix related to the handling of the /m modifier and qr resulted
in a change of behaviour between 5.8.x and 5.10.0 (this was missing from
perl 5.10.0 perldelta).
For a complete list of changes see included perl5101delta(1) or
http://perldoc.perl.org/perl5101delta.html
|
2009-10-23 20:41:03 by Tobias Nygren | Files touched by this commit (1) |  |
Log message:
Drop MAKE_JOBS_SAFE=no. Was updated a while back; MAKE_JOBS=16 works.
|