From owner-svn-ports-all@FreeBSD.ORG Sun Jan 4 10:33:37 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A9A51D34; Sun, 4 Jan 2015 10:33:37 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 945E12E8A; Sun, 4 Jan 2015 10:33:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t04AXbEq048505; Sun, 4 Jan 2015 10:33:37 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t04AXaPE048494; Sun, 4 Jan 2015 10:33:36 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201501041033.t04AXaPE048494@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sun, 4 Jan 2015 10:33:36 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Jan 2015 10:33:37 -0000 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 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