Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Nov 2003 22:18:54 +0100 (CET)
From:      Lars Thegler <lars@thegler.dk>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/59622: [NEW PORT] devel/p5-Class-Base: Useful base class for deriving other modules
Message-ID:  <20031123211854.A1B593EBF@dask.thegler.dk>
Resent-Message-ID: <200311232120.hANLKJM4079592@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         59622
>Category:       ports
>Synopsis:       [NEW PORT] devel/p5-Class-Base: Useful base class for deriving other modules
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Nov 23 13:20:19 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Lars Thegler
>Release:        FreeBSD 4.9-STABLE i386
>Organization:
>Environment:
System: FreeBSD dask.thegler.dk 4.9-STABLE FreeBSD 4.9-STABLE #2: Wed Nov  5 11:25:36 CET
>Description:
This module implements a simple base class from which other modules
can be derived, thereby inheriting a number of useful methods such
as "new()", "init()", "params()", "clone()", "error()" and "debug()".

WWW: http://search.cpan.org/dist/Class-Base

Generated with FreeBSD Port Tools 0.50
>How-To-Repeat:
>Fix:

--- p5-Class-Base-0.03.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	p5-Class-Base
#	p5-Class-Base/Makefile
#	p5-Class-Base/distinfo
#	p5-Class-Base/pkg-descr
#	p5-Class-Base/pkg-plist
#
echo c - p5-Class-Base
mkdir -p p5-Class-Base > /dev/null 2>&1
echo x - p5-Class-Base/Makefile
sed 's/^X//' >p5-Class-Base/Makefile << 'END-of-p5-Class-Base/Makefile'
X# New ports collection makefile for:	p5-Class-Base
X# Date created:				Nov 23 2003
X# Whom:					Lars Thegler <lars@thegler.dk>
X#
X# $FreeBSD$
X
XPORTNAME=	Class-Base
XPORTVERSION=	0.03
XCATEGORIES=	devel perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	Class
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	lars@thegler.dk
XCOMMENT=	Useful base class for deriving other modules
X
XPERL_CONFIGURE=	yes
X
XMAN3=		Class::Base.3
X
X.include <bsd.port.mk>
END-of-p5-Class-Base/Makefile
echo x - p5-Class-Base/distinfo
sed 's/^X//' >p5-Class-Base/distinfo << 'END-of-p5-Class-Base/distinfo'
XMD5 (Class-Base-0.03.tar.gz) = 213f52c9747d2ea861c92bcd02842353
END-of-p5-Class-Base/distinfo
echo x - p5-Class-Base/pkg-descr
sed 's/^X//' >p5-Class-Base/pkg-descr << 'END-of-p5-Class-Base/pkg-descr'
XThis module implements a simple base class from which other modules
Xcan be derived, thereby inheriting a number of useful methods such
Xas "new()", "init()", "params()", "clone()", "error()" and "debug()".
X
XWWW: http://search.cpan.org/dist/Class-Base
END-of-p5-Class-Base/pkg-descr
echo x - p5-Class-Base/pkg-plist
sed 's/^X//' >p5-Class-Base/pkg-plist << 'END-of-p5-Class-Base/pkg-plist'
X%%SITE_PERL%%/Class/Base.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/Base/.packlist
X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/Base
X@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Class 2>/dev/null || true
X@unexec rmdir %D/%%SITE_PERL%%/Class 2>/dev/null || true
END-of-p5-Class-Base/pkg-plist
exit
--- p5-Class-Base-0.03.shar ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



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