zap stuff that shouldn't be there

This commit is contained in:
espie 2006-11-13 10:44:18 +00:00
parent c0916f5516
commit eff30f1018
5 changed files with 1 additions and 38 deletions

View File

@ -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

View File

@ -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 <bsd.port.mk>

View File

@ -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

View File

@ -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.

View File

@ -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