From e8a9b88bff10494fec4dbcf4aa192f2ea034bf01 Mon Sep 17 00:00:00 2001 From: Pete Fritchman Date: Fri, 8 Feb 2002 06:03:08 +0000 Subject: Add p5-Array-RefElem 0.02, set up array elements as aliases. PR: 33410 Submitted by: Seamus Venasse --- misc/Makefile | 1 + misc/p5-Array-RefElem/Makefile | 22 ++++++++++++++++++++++ misc/p5-Array-RefElem/distinfo | 1 + misc/p5-Array-RefElem/pkg-comment | 1 + misc/p5-Array-RefElem/pkg-descr | 6 ++++++ misc/p5-Array-RefElem/pkg-plist | 7 +++++++ 6 files changed, 38 insertions(+) create mode 100644 misc/p5-Array-RefElem/Makefile create mode 100644 misc/p5-Array-RefElem/distinfo create mode 100644 misc/p5-Array-RefElem/pkg-comment create mode 100644 misc/p5-Array-RefElem/pkg-descr create mode 100644 misc/p5-Array-RefElem/pkg-plist (limited to 'misc') diff --git a/misc/Makefile b/misc/Makefile index 05292267b0a5..d6d60eb0cc2e 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -146,6 +146,7 @@ SUBDIR += p5-Array-Compare SUBDIR += p5-Array-IntSpan SUBDIR += p5-Array-PrintCols + SUBDIR += p5-Array-RefElem SUBDIR += p5-Business-CreditCard SUBDIR += p5-Business-ISBN SUBDIR += p5-Business-ISSN diff --git a/misc/p5-Array-RefElem/Makefile b/misc/p5-Array-RefElem/Makefile new file mode 100644 index 000000000000..e52fd53c4340 --- /dev/null +++ b/misc/p5-Array-RefElem/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: Array::RefElem +# Date created: 31 Dec 2001 +# Whom: Seamus Venasse +# +# $FreeBSD$ +# + +PORTNAME= Array-RefElem +PORTVERSION= 0.02 +CATEGORIES= misc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Array +PKGNAMEPREFIX= p5- + +MAINTAINER= svenasse@polaris.ca + +PERL_CONFIGURE= yes + +MAN3= Array::RefElem.3 +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} + +.include diff --git a/misc/p5-Array-RefElem/distinfo b/misc/p5-Array-RefElem/distinfo new file mode 100644 index 000000000000..5f50f22d342e --- /dev/null +++ b/misc/p5-Array-RefElem/distinfo @@ -0,0 +1 @@ +MD5 (Array-RefElem-0.02.tar.gz) = 10b3ba4f6c313c8974ca7c059ee3a30d diff --git a/misc/p5-Array-RefElem/pkg-comment b/misc/p5-Array-RefElem/pkg-comment new file mode 100644 index 000000000000..a6f759aa0faa --- /dev/null +++ b/misc/p5-Array-RefElem/pkg-comment @@ -0,0 +1 @@ +Set up array elements as aliases diff --git a/misc/p5-Array-RefElem/pkg-descr b/misc/p5-Array-RefElem/pkg-descr new file mode 100644 index 000000000000..1781ef231e65 --- /dev/null +++ b/misc/p5-Array-RefElem/pkg-descr @@ -0,0 +1,6 @@ +This module give direct access to the internal perl routines that let +you store reference to things in arrays and hashes. + +WWW: http://search.cpan.org/search?dist=Array-RefElem + +Seamus Venasse diff --git a/misc/p5-Array-RefElem/pkg-plist b/misc/p5-Array-RefElem/pkg-plist new file mode 100644 index 000000000000..e6c43f84b3ce --- /dev/null +++ b/misc/p5-Array-RefElem/pkg-plist @@ -0,0 +1,7 @@ +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Array/RefElem.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Array/RefElem/.packlist +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Array/RefElem/RefElem.bs +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Array/RefElem/RefElem.so +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Array/RefElem +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Array 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Array 2>/dev/null || true -- cgit