Path to this page:
./
lang/perl5,
Practical Extraction and Report Language
Branch: pkgsrc-2009Q4,
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)
- (2010-01-15) Package added to pkgsrc.se, version perl-5.10.1 (created)
CVS history: (Expand)
2010-02-04 23:46:12 by S.P.Zeidler | Files touched by this commit (1) | |
Log message:
Pullup ticket 2988 - requested by tron
infrastructure fix
Revisions pulled up:
- pkgsrc/lang/perl5/files/deinstall.tmpl 1.2
-------------------------------------------------------------------------
Module Name: pkgsrc
Committed By: tron
Date: Wed Feb 3 13:29:38 UTC 2010
Modified Files:
pkgsrc/lang/perl5/files: deinstall.tmpl
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".
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/lang/perl5/files/deinstall.tmpl
|