Date: Sun, 4 Jan 2015 10:33:36 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r376195 - in head/devel: . p5-Perl4-CoreLibs Message-ID: <201501041033.t04AXaPE048494@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Sun Jan 4 10:33:35 2015 New Revision: 376195 URL: https://svnweb.freebsd.org/changeset/ports/376195 QAT: https://qat.redports.org/buildarchive/r376195/ Log: Add p5-Perl4-CoreLibs This is a collection of .pl files that have historically been bundled with the Perl core but are planned not to be so distributed with core version 5.15 or later. WWW: http://search.cpan.org/~zefram/Perl4-CoreLibs-0.003/ Added: head/devel/p5-Perl4-CoreLibs/ head/devel/p5-Perl4-CoreLibs/Makefile (contents, props changed) head/devel/p5-Perl4-CoreLibs/distinfo (contents, props changed) head/devel/p5-Perl4-CoreLibs/pkg-descr (contents, props changed) head/devel/p5-Perl4-CoreLibs/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Jan 4 10:29:54 2015 (r376194) +++ head/devel/Makefile Sun Jan 4 10:33:35 2015 (r376195) @@ -2649,6 +2649,7 @@ SUBDIR += p5-Perl-Tidy SUBDIR += p5-Perl-Unsafe-Signals SUBDIR += p5-Perl-Version + SUBDIR += p5-Perl4-CoreLibs SUBDIR += p5-Perl6-Builtins SUBDIR += p5-Perl6-Export SUBDIR += p5-Perl6-Export-Attrs Added: head/devel/p5-Perl4-CoreLibs/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Perl4-CoreLibs/Makefile Sun Jan 4 10:33:35 2015 (r376195) @@ -0,0 +1,16 @@ +# $FreeBSD$ + +PORTNAME= Perl4-CoreLibs +PORTVERSION= 0.003 +CATEGORIES= devel +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= ../by-authors/id/Z/ZE/ZEFRAM +PKGNAMEPREFIX= p5- + +MAINTAINER= perl@FreeBSD.org +COMMENT= Libraries historically supplied with Perl 4 + +USES= perl5 +USE_PERL5= configure + +.include <bsd.port.mk> Added: head/devel/p5-Perl4-CoreLibs/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Perl4-CoreLibs/distinfo Sun Jan 4 10:33:35 2015 (r376195) @@ -0,0 +1,2 @@ +SHA256 (Perl4-CoreLibs-0.003.tar.gz) = 55c9b2b032944406dbaa2fd97aa3692a1ebce558effc457b4e800dabfaad9ade +SIZE (Perl4-CoreLibs-0.003.tar.gz) = 53629 Added: head/devel/p5-Perl4-CoreLibs/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Perl4-CoreLibs/pkg-descr Sun Jan 4 10:33:35 2015 (r376195) @@ -0,0 +1,5 @@ +This is a collection of .pl files that have historically been bundled with the +Perl core but are planned not to be so distributed with core version 5.15 or +later. + +WWW: http://search.cpan.org/~zefram/Perl4-CoreLibs-0.003/ Added: head/devel/p5-Perl4-CoreLibs/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Perl4-CoreLibs/pkg-plist Sun Jan 4 10:33:35 2015 (r376195) @@ -0,0 +1,36 @@ +%%SITE_PERL%%/Perl4/CoreLibs.pm +%%SITE_PERL%%/abbrev.pl +%%SITE_PERL%%/assert.pl +%%SITE_PERL%%/bigfloat.pl +%%SITE_PERL%%/bigint.pl +%%SITE_PERL%%/bigrat.pl +%%SITE_PERL%%/cacheout.pl +%%SITE_PERL%%/chat2.pl +%%SITE_PERL%%/complete.pl +%%SITE_PERL%%/ctime.pl +%%SITE_PERL%%/dotsh.pl +%%SITE_PERL%%/exceptions.pl +%%SITE_PERL%%/fastcwd.pl +%%SITE_PERL%%/find.pl +%%SITE_PERL%%/finddepth.pl +%%SITE_PERL%%/flush.pl +%%SITE_PERL%%/ftp.pl +%%SITE_PERL%%/getcwd.pl +%%SITE_PERL%%/getopt.pl +%%SITE_PERL%%/getopts.pl +%%SITE_PERL%%/hostname.pl +%%SITE_PERL%%/importenv.pl +%%SITE_PERL%%/look.pl +%%SITE_ARCH%%/auto/Perl4/CoreLibs/.packlist +%%PERL5_MAN3%%/Perl4::CoreLibs.3.gz +%%SITE_PERL%%/newgetopt.pl +%%SITE_PERL%%/open2.pl +%%SITE_PERL%%/open3.pl +%%SITE_PERL%%/pwd.pl +%%SITE_PERL%%/shellwords.pl +%%SITE_PERL%%/stat.pl +%%SITE_PERL%%/syslog.pl +%%SITE_PERL%%/tainted.pl +%%SITE_PERL%%/termcap.pl +%%SITE_PERL%%/timelocal.pl +%%SITE_PERL%%/validate.pl
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501041033.t04AXaPE048494>