./lang/perl5, Practical Extraction and Report Language

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


Branch: pkgsrc-2017Q1, Version: 5.24.1nb1, Package name: perl-5.24.1nb1, 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.


Required to build:
[pkgtools/cwrappers]

Package options: 64bitauto, threads

Master sites: (Expand)

SHA1: d43ac3d39686462f86eed35b3c298ace74f1ffa0
RMD160: e824cb74998ebbbc3286fa353e64e75104d4c5b1
Filesize: 13758.117 KB

Version history: (Expand)


CVS history: (Expand)


   2017-05-01 11:48:24 by Benny Siegert | Files touched by this commit (5)
Log message:
Pullup ticket #5387 - requested by sevan
lang/perl5: bugfix

Revisions pulled up:
- lang/perl5/Makefile.common                                    1.29
- lang/perl5/distinfo                                           1.140
- lang/perl5/patches/patch-MANIFEST                             1.1
- lang/perl5/patches/patch-ext_File-Glob_bsd_glob.c             1.1
- lang/perl5/patches/patch-ext_File-Glob_t_rt131211.t           1.1

---
   Module Name:    pkgsrc
   Committed By:   sevan
   Date:           Fri Apr 28 22:59:48 UTC 2017

   Modified Files:
           pkgsrc/lang/perl5: Makefile.common distinfo
   Added Files:
           pkgsrc/lang/perl5/patches: patch-MANIFEST
               patch-ext_File-Glob_bsd_glob.c patch-ext_File-Glob_t_rt131211.t

   Log message:
   Patch for issue raised in Russ Cox's "Glob Matching Can Be Simple And \ 
Fast Too" post.
   https://research.swtch.com/glob
   \ 
https://perl5.git.perl.org/perl.git/commit/33252c318625f3c6c89b816ee88481940e3e6f95

   Reviewed by: wiz