./lang/perl5, Practical Extraction and Report Language

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2012Q4, Version: 5.16.2nb4, Package name: perl-5.16.2nb4, Maintainer: pkgsrc-users

Perl 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: 9e20e38e3460ebbac895341fd70a02189d03a490
RMD160: 84f0233ac48059b4636661b023dd8a3389f9ae64
Filesize: 16537.084 KB

Version history: (Expand)


CVS history: (Expand)


   2013-03-17 12:41:23 by Matthias Scheler | Files touched by this commit (3)
Log message:
Pullup ticket #4100 - requested by tez
lang/perl5: security patch

Revisions pulled up:
- lang/perl5/Makefile                                           1.198
- lang/perl5/distinfo                                           1.95
- lang/perl5/patches/patch-CVE-2013-1667                        1.1

---
   Module Name:    pkgsrc
   Committed By:   tez
   Date:           Fri Mar  8 21:28:18 UTC 2013

   Modified Files:
           pkgsrc/lang/perl5: Makefile distinfo
   Added Files:
           pkgsrc/lang/perl5/patches: patch-CVE-2013-1667

   Log message:
   add patch for CVE-2013-1667 from:
    https://bugzilla.redhat.com/show_bug.cgi?id=912276
   bump PKGREVISION
   2013-01-13 18:54:01 by Matthias Scheler | Files touched by this commit (3)
Log message:
Pullup ticket #4011 - requested by dholland
lang/perl5: packaging fix

Revisions pulled up:
- lang/perl5/Makefile                                           1.193
- lang/perl5/distinfo                                           1.90
- lang/perl5/patches/patch-hints_netbsd.sh                      1.3

---
   Module Name:	pkgsrc
   Committed By:	dholland
   Date:		Thu Jan  3 10:11:34 UTC 2013

   Modified Files:
   	pkgsrc/lang/perl5: Makefile distinfo
   Added Files:
   	pkgsrc/lang/perl5/patches: patch-hints_netbsd.sh

   Log message:
   Don't hardwire /usr/pkg; use $PREFIX instead. This fixes various
   problems with linking and rpaths, such as the NetBSD manifestation of
   PR 47187, and probably others; I haven't tried yet but I suspect at
   least my manifestation of PR 44985 will be fixed too.