Commit graph

20 commits

Author SHA1 Message Date
wiz
86a78fce2e Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
mef
595884a71e Update to 1.15
--------------
1.15 Wed Nov 11 2015 rurban
  - Fixed $OUTPUT_AUTOFLUSH, RT #108572 (Defragmented Reality)
  - Made $* $MULTILINE_MATCHING version specific, deprecated with 5.8.1,
    removed with 5.10
2016-04-09 05:09:42 +00:00
agc
d9e4cfe05d Add SHA512 digests for distfiles for devel category
Issues found with existing distfiles:
	distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip
	distfiles/fortran-utils-1.1.tar.gz
	distfiles/ivykis-0.39.tar.gz
	distfiles/enum-1.11.tar.gz
	distfiles/pvs-3.2-libraries.tgz
	distfiles/pvs-3.2-linux.tgz
	distfiles/pvs-3.2-solaris.tgz
	distfiles/pvs-3.2-system.tgz
No changes made to these distinfo files.

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-03 03:27:11 +00:00
wiz
0982effce2 Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
2015-06-12 10:48:20 +00:00
mef
2f6fbf3316 Update to 1.14
--------------
1.14 rurban
  - removed err from Barewords, RT #102259 (Alex Efros a.k.a. Powerman)
2015-03-01 08:59:05 +00:00
mef
6b184728cc Update 1.12 to 1.13
1.13 rurban (2013-04-06)
  - removed diag before each big t/11keywords.t loop
  - added suggested keywords from RT #62382:
     *_ and DATA to @FileHandles (the deprecated lowercase: stdin, stdout, stderr not),
    import unimport to @Functions,
    BINMODE CLEAR CLEARERR CLONE CLONE_SKIP CLOSE DELETE EOF
    ERROR EXISTS EXTEND FDOPEN FETCH FETCHSIZE FILENO FILL FIRSTKEY FLUSH
    GETC NEXTKEY OPEN POP POPPED PRINT PRINTF PUSH PUSHED READ READLINE
    SCALAR SEEK SETLINEBUF SHIFT SPLICE STORE STORESIZE SYSOPEN TELL
    TIEARRAY TIEHANDLE TIEHASH TIESCALAR UNREAD UNSHIFT UNTIE UTF8 WRITE to @TieIOMethods,
    can isa DOES VERSION to @UNIVERSALMethods,
    @EXPORT @EXPORT_OK @EXPORT_FAIL
    @EXPORT_TAGS _push_tags _rebuild_cache as_heavy export export_fail
    export_fail_in export_ok_tags export_tags export_to_level heavy_export
    heavy_export_ok_tags heavy_export_tags heavy_export_to_level
    heavy_require_version require_version  to @ExporterSymbols (Zsb n Ambrus)
  - Moved exp from @Barewords to @Functions
  - Added $^CHILD_ERROR_NATIVE $^GLOBAL_PHASE $^LAST_FH $^MATCH $^PREMATCH
    $^POSTMATCH $^UTF8CACHE $^WIN32_SLOPPY_STAT to @Scalars
  - Added English names for %!, @F (perlrun) and @ARG for @_ (Zsb n Ambrus)
  - Added %+ %- (Zsb n Ambrus) and $LAST_SUBMATCH_RESULT
2014-12-12 11:19:56 +00:00
wiz
7eeb51b534 Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
2014-05-29 23:35:13 +00:00
wiz
d2ca14a3f1 Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.
2013-05-31 12:39:57 +00:00
asau
e1ab7079b6 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-31 11:16:30 +00:00
wiz
8b5d49eb78 Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
2012-10-03 21:53:53 +00:00
sno
670e483673 Updating package for CPAN distribution B::Keywords in devel/p5-B-Keywords
from 1.10nb1 to 1.12.

Upstream changes:
1.11 rafl
  - Add new keywords for 5.16, __SUB__ and evalbytes.
1.12 rurban
  - Add new keyword fc (Unicode casefolding) for 5.16 added with commit 838f2281
  - added diag before each big t/11keywords.t loop
2012-02-16 06:26:23 +00:00
adam
f2ab326ee0 Revision bump after updating perl to 5.14.1 2011-08-09 07:36:34 +00:00
sno
f7ae454222 Updating devel/p5-B-Keywords from 1.09nb1 to 1.10
pkgsrc changes:
- add license definition

Upstream changes:
1.10
  - Fix typo in SYNOPSIS
2010-09-08 05:48:59 +00:00
seb
c3f1e700ad Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.

sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
2010-08-21 16:32:42 +00:00
sno
0b6a5b610f PkgSrc changes:
- Updated module to 1.09

Upstream changes:
1.09
  - 856e84486be2089095a27b18f1344eca29a9ff50 Update administrivia in docs
  - b41ee8b135c9d2e0e7eda38dc17f3327f60f1cda $\ was missing from @Scalars.
  - a64e7f604687eda699fe778bcb070f3e715741b0 @Functions missing from @Symbols
  - bb14cdd3b3e5223fbb904cfbbe87fbcb5f6d8db2 Fix use B::Keywords qw(:all);

Oked by rhaen@
2009-03-10 17:35:16 +00:00
he
b021813da0 Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
2008-10-19 19:17:40 +00:00
he
eb82872306 Update from version 1.06 to 1.08. Changes:
1.08
  - Removed useless author tests
1.07 Feb 14, 2007
  - Added EQ GE GT NE LE LT for 5.6.
2008-07-17 11:58:38 +00:00
joerg
3b0d97b0de Add DESTDIR support. 2008-06-20 01:09:05 +00:00
jlam
56ba4d2690 Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk
can handle packages having no PLIST files.
2007-10-25 16:54:26 +00:00
seb
e127f18305 Initial import of p5-B-Keywords version 1.06 into The NetBSD
Packages Collection.

The Perl 5 module B::Keywords supplies seven arrays of keywords holding
Perl's barewords and symbol names.
2007-04-22 21:03:05 +00:00