Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Oct 2012 03:19:10 +0000 (UTC)
From:      Wen Heping <wen@FreeBSD.org>
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
Message-ID:  <201210250319.q9P3JAkc059714@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <wen@FreeBSD.org>
+# $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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210250319.q9P3JAkc059714>