From owner-svn-ports-head@FreeBSD.ORG Thu Oct 25 03:19:10 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 874904CD; Thu, 25 Oct 2012 03:19:10 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 654B98FC08; Thu, 25 Oct 2012 03:19:10 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9P3JAUA059720; Thu, 25 Oct 2012 03:19:10 GMT (envelope-from wen@svn.freebsd.org) Received: (from wen@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9P3JAkc059714; Thu, 25 Oct 2012 03:19:10 GMT (envelope-from wen@svn.freebsd.org) Message-Id: <201210250319.q9P3JAkc059714@svn.freebsd.org> From: Wen Heping Date: Thu, 25 Oct 2012 03:19:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r306369 - in head/devel: . p5-Import-Into X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Oct 2012 03:19:10 -0000 Author: wen Date: Thu Oct 25 03:19:09 2012 New Revision: 306369 URL: http://svn.freebsd.org/changeset/ports/306369 Log: Import::Into creates a global method import::into which you can call on any package to import it into another package. WWW: http://search.cpan.org/dist/Import-Into/ Feature safe: yes Added: head/devel/p5-Import-Into/ head/devel/p5-Import-Into/Makefile (contents, props changed) head/devel/p5-Import-Into/distinfo (contents, props changed) head/devel/p5-Import-Into/pkg-descr (contents, props changed) head/devel/p5-Import-Into/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Thu Oct 25 02:38:27 2012 (r306368) +++ head/devel/Makefile Thu Oct 25 03:19:09 2012 (r306369) @@ -2056,6 +2056,7 @@ SUBDIR += p5-IPC-SharedCache SUBDIR += p5-IPC-Signal SUBDIR += p5-IPC-System-Simple + SUBDIR += p5-Import-Into SUBDIR += p5-Inline SUBDIR += p5-Inline-ASM SUBDIR += p5-Inline-CPP Added: head/devel/p5-Import-Into/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Import-Into/Makefile Thu Oct 25 03:19:09 2012 (r306369) @@ -0,0 +1,21 @@ +# Created by: Wen Heping +# $FreeBSD$ + +PORTNAME= Import-Into +PORTVERSION= 1.001000 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:MSTROUT +PKGNAMEPREFIX= p5- + +MAINTAINER= wen@FreeBSD.org +COMMENT= Import packages into other packages + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +PERL_CONFIGURE= yes + +MAN3= Import::Into.3 + +.include Added: head/devel/p5-Import-Into/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Import-Into/distinfo Thu Oct 25 03:19:09 2012 (r306369) @@ -0,0 +1,2 @@ +SHA256 (Import-Into-1.001000.tar.gz) = 340d5fefa73428804dd45adfedb43e9bfa9a5337b9d2717c5b5fb1e637402c27 +SIZE (Import-Into-1.001000.tar.gz) = 4762 Added: head/devel/p5-Import-Into/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Import-Into/pkg-descr Thu Oct 25 03:19:09 2012 (r306369) @@ -0,0 +1,4 @@ +Import::Into creates a global method import::into which you can call on +any package to import it into another package. + +WWW: http://search.cpan.org/dist/Import-Into/ Added: head/devel/p5-Import-Into/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Import-Into/pkg-plist Thu Oct 25 03:19:09 2012 (r306369) @@ -0,0 +1,4 @@ +%%SITE_PERL%%/Import/Into.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Import-Into/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Import-Into +@dirrmtry %%SITE_PERL%%/Import