diff --git a/devel/Makefile b/devel/Makefile index de3d4c6d604..caffb5deb5c 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.436 2006/11/13 00:13:55 espie Exp $ +# $OpenBSD: Makefile,v 1.437 2006/11/13 10:44:18 espie Exp $ # $FreeBSD: Makefile,v 1.85 1997/11/20 05:22:14 asami Exp $ SUBDIR += ElectricFence @@ -212,7 +212,6 @@ SUBDIR += p5-Class-ErrorHandler SUBDIR += p5-Class-Factory SUBDIR += p5-Class-Factory-Util - SUBDIR += p5-Class-ISA SUBDIR += p5-Class-InsideOut SUBDIR += p5-Class-Inspector SUBDIR += p5-Class-Loader diff --git a/devel/p5-Class-ISA/Makefile b/devel/p5-Class-ISA/Makefile deleted file mode 100644 index 3c68cc45944..00000000000 --- a/devel/p5-Class-ISA/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2006/11/07 11:22:24 espie Exp $ - -COMMENT= "report inheritance paths" - -DISTNAME= Class-ISA-0.33 -PKGNAME= p5-${DISTNAME} -CATEGORIES= devel perl5 - -# Artistic and GPL -PERMIT_PACKAGE_CDROM= Yes -PERMIT_PACKAGE_FTP= Yes -PERMIT_DISTFILES_CDROM= Yes -PERMIT_DISTFILES_FTP= Yes - -MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Class/} - -CONFIGURE_STYLE= perl -PKG_ARCH= * - -.include diff --git a/devel/p5-Class-ISA/distinfo b/devel/p5-Class-ISA/distinfo deleted file mode 100644 index c6cc5242c62..00000000000 --- a/devel/p5-Class-ISA/distinfo +++ /dev/null @@ -1,4 +0,0 @@ -MD5 (Class-ISA-0.33.tar.gz) = 562a04a5391ab28e8fe101bb4874d0e3 -RMD160 (Class-ISA-0.33.tar.gz) = 32a66027d1f92f632ced79bd6c8433f6eafc683d -SHA1 (Class-ISA-0.33.tar.gz) = 4d004ae25ba176793a7b7ae990b99552a2d3a452 -SIZE (Class-ISA-0.33.tar.gz) = 6401 diff --git a/devel/p5-Class-ISA/pkg/DESCR b/devel/p5-Class-ISA/pkg/DESCR deleted file mode 100644 index 5704f4519f4..00000000000 --- a/devel/p5-Class-ISA/pkg/DESCR +++ /dev/null @@ -1,8 +0,0 @@ -Suppose you have a class (like Food::Fish::Fishstick) that is derived, -via its @ISA, from one or more superclasses (as Food::Fish::Fishstick is -from Food::Fish, Life::Fungus, and Chemicals), and some of those -superclasses may themselves each be derived, via its @ISA, from one or -more superclasses (as above). - -Class::ISA provides functions that return the ordered list of names -of classes Perl would search to find a method, with no duplicates. diff --git a/devel/p5-Class-ISA/pkg/PLIST b/devel/p5-Class-ISA/pkg/PLIST deleted file mode 100644 index 18b0bf1e48d..00000000000 --- a/devel/p5-Class-ISA/pkg/PLIST +++ /dev/null @@ -1,4 +0,0 @@ -@comment $OpenBSD: PLIST,v 1.1.1.1 2006/11/07 11:22:24 espie Exp $ -${P5SITE}/Class/ -${P5SITE}/Class/ISA.pm -@man man/man3p/Class::ISA.3p