From 33666f25007a305b4cf23c0e19c48e2c5ba9f7ba Mon Sep 17 00:00:00 2001 From: Sergey Skvortsov Date: Mon, 27 May 2002 08:07:05 +0000 Subject: Add p5-Class-ISA 0.32, report the search path for a class's ISA tree. PR: 32963 Submitted by: Sergey Skvortsov --- devel/Makefile | 1 + devel/p5-Class-ISA/Makefile | 22 ++++++++++++++++++++++ devel/p5-Class-ISA/distinfo | 1 + devel/p5-Class-ISA/pkg-comment | 1 + devel/p5-Class-ISA/pkg-descr | 8 ++++++++ devel/p5-Class-ISA/pkg-plist | 5 +++++ 6 files changed, 38 insertions(+) create mode 100644 devel/p5-Class-ISA/Makefile create mode 100644 devel/p5-Class-ISA/distinfo create mode 100644 devel/p5-Class-ISA/pkg-comment create mode 100644 devel/p5-Class-ISA/pkg-descr create mode 100644 devel/p5-Class-ISA/pkg-plist (limited to 'devel') diff --git a/devel/Makefile b/devel/Makefile index 144a84424985..28351b8df3f4 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -370,6 +370,7 @@ SUBDIR += p5-Class-Date SUBDIR += p5-Class-Delegation SUBDIR += p5-Class-Fields + SUBDIR += p5-Class-ISA SUBDIR += p5-Class-Loader SUBDIR += p5-Class-MethodMaker SUBDIR += p5-Class-ObjectTemplate diff --git a/devel/p5-Class-ISA/Makefile b/devel/p5-Class-ISA/Makefile new file mode 100644 index 000000000000..19ed4f55e237 --- /dev/null +++ b/devel/p5-Class-ISA/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: Class-ISA +# Date created: 17 Dec 2001 +# Whom: Sergey Skvortsov +# +# $FreeBSD$ +# + +PORTNAME= Class-ISA +PORTVERSION= 0.32 +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Class +PKGNAMEPREFIX= p5- + +MAINTAINER= skv@FreeBSD.org + +PERL_CONFIGURE= yes + +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3= Class::ISA.3 + +.include diff --git a/devel/p5-Class-ISA/distinfo b/devel/p5-Class-ISA/distinfo new file mode 100644 index 000000000000..5dafeeb7525e --- /dev/null +++ b/devel/p5-Class-ISA/distinfo @@ -0,0 +1 @@ +MD5 (Class-ISA-0.32.tar.gz) = af2282c351ffb845001cb97ed8ea31fd diff --git a/devel/p5-Class-ISA/pkg-comment b/devel/p5-Class-ISA/pkg-comment new file mode 100644 index 000000000000..9edad3384ea0 --- /dev/null +++ b/devel/p5-Class-ISA/pkg-comment @@ -0,0 +1 @@ +Report the search path for a class's ISA tree diff --git a/devel/p5-Class-ISA/pkg-descr b/devel/p5-Class-ISA/pkg-descr new file mode 100644 index 000000000000..5d9d9eaf3637 --- /dev/null +++ b/devel/p5-Class-ISA/pkg-descr @@ -0,0 +1,8 @@ +This library, Class::ISA, provides functions that return the list (in +order) of names of classes Perl would search to find a method, with no +duplicates. + +WWW: http://search.cpan.org/search?dist=Class-ISA + +-- Sergey Skvortsov +skv@FreeBSD.org diff --git a/devel/p5-Class-ISA/pkg-plist b/devel/p5-Class-ISA/pkg-plist new file mode 100644 index 000000000000..bd78ebcc6527 --- /dev/null +++ b/devel/p5-Class-ISA/pkg-plist @@ -0,0 +1,5 @@ +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Class/ISA/.packlist +lib/perl5/site_perl/%%PERL_VER%%/Class/ISA.pm +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Class/ISA +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Class 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Class 2>/dev/null || true -- cgit v1.2.3