./lang/perl5, Practical Extraction and Report Language

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


Branch: CURRENT, Version: 5.16.3, Package name: perl-5.16.3, 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: 83678adf56d3dc51f47a90444a891f4fe16868da
RMD160: e1fe549e5e085c0e089c63d7994d7f11cde059a8
Filesize: 16534.067 KB

Version history: (Expand)


CVS history: (Expand)


   2013-04-23 14:22:36 by OBATA Akio | Files touched by this commit (3)
Log message:
prevent to use C++ as default linker for Cygwin.
   2013-04-06 03:16:52 by David A. Holland | Files touched by this commit (1)
Log message:
Not MAKE_JOBS_SAFE.
   2013-04-03 13:57:46 by OBATA Akio | Files touched by this commit (1)
Log message:
from KNOWN PROBLEMS in README.haiku
Perl cannot be compiled with threading support ATM.
   2013-04-03 11:28:55 by Adam Ciarcinski | Files touched by this commit (5)
Log message:
Changes 5.16.3:
This release contains one major and a number of minor security fixes. It fixes a \ 
possible vulnerability to a denial-of-service attack by use of a \ 
carefully-crafted set of hash keys, a segmentation fault when reading or writing \ 
strings greater than 2^31 bytes in size, and a memory leak in Encode.xs's UTF-8 \ 
encoding implementation.
   2013-03-09 04:19:10 by OBATA Akio | Files touched by this commit (1) | Package updated
Log message:
regen patchsum, update for patch-ab was reverted.
PR pkg/47635
   2013-03-08 22:28:18 by Tim Zingelman | Files touched by this commit (3) | Package updated
Log message:
add patch for CVE-2013-1667 from:
 https://bugzilla.redhat.com/show_bug.cgi?id=912276
bump PKGREVISION
   2013-03-04 12:56:30 by OBATA Akio | Files touched by this commit (2)
Log message:
note upstream RT ticket url.
   2013-03-03 12:02:56 by OBATA Akio | Files touched by this commit (2)
Log message:
fixes destdir installation on Cygwin.