Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 May 2006 17:31:49 -0400 (EDT)
From:      Christopher Boumenot <boumenot@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/97424: [NEW PORT] devel/p5-Class-Gomor: Class and object builder
Message-ID:  <20060517213149.E16C2F1994@crash.divebomb.org>
Resent-Message-ID: <200605172140.k4HLeIKq024905@freefall.freebsd.org>

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

>Number:         97424
>Category:       ports
>Synopsis:       [NEW PORT] devel/p5-Class-Gomor: Class and object builder
>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:   Wed May 17 21:40:17 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Christopher Boumenot
>Release:        FreeBSD 6.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD crash.divebomb.org 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Tue May 16 15:51:09 EDT 2006
>Description:
This module is yet another class builder. This one adds parameter checking in
new constructor, that is to check for attributes existence, and definedness.

Authors: GomoR <netpkt@gomor.org>
WWW: http://search.cpan.org/dist/Class-Gomor/

This port is an upgrade of p5-Class-Gomor-Hash (0.22), at version 1.00 the
author merged Class-Gomor-Hash into Class-Gomor.  As a result the port
p5-Class-Gomor-Hash is no longer needed.  My future PRs will fix those ports
that depend explicity upon p5-Class-Gomor-Hash, and switch them over to
p5-Class-Gomor.

This PR was initially created to upgrade p5-Net-Packet to 2.24 from 2.04, this
is PR 1 of 3 for that upgrade.

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

--- p5-Class-Gomor-1.00.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-Gomor
#	p5-Class-Gomor/Makefile
#	p5-Class-Gomor/distinfo
#	p5-Class-Gomor/pkg-descr
#	p5-Class-Gomor/pkg-plist
#
echo c - p5-Class-Gomor
mkdir -p p5-Class-Gomor > /dev/null 2>&1
echo x - p5-Class-Gomor/Makefile
sed 's/^X//' >p5-Class-Gomor/Makefile << 'END-of-p5-Class-Gomor/Makefile'
X# New ports collection makefile for:	Class-Gomor
X# Date created:				17 May 2006
X# Whom:					Christopher Boumenot <boumenot@gmail.com>
X#
X# $FreeBSD: ports/devel/p5-Class-Gomor-Hash/Makefile,v 1.2 2005/09/30 08:18:56 tobez Exp $
X#
X
XPORTNAME=		Class-Gomor
XPORTVERSION=		1.00
XCATEGORIES=		devel perl5
XMASTER_SITES=		${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	Class
XPKGNAMEPREFIX=		p5-
X
XMAINTAINER=		boumenot@gmail.com
XCOMMENT=		Class and object builder
X
XPERL_CONFIGURE=	yes
X
XMAN3=	Class::Gomor.3 \
X	Class::Gomor::Hash.3 \
X	Class::Gomor::Array.3
X
X.include <bsd.port.pre.mk>
X
X.if ${PERL_LEVEL} < 500600
XIGNORE=Needs perl 5.6.0 or higher, install lang/perl5.6 and try again.
X.endif
X
X.include <bsd.port.post.mk>
END-of-p5-Class-Gomor/Makefile
echo x - p5-Class-Gomor/distinfo
sed 's/^X//' >p5-Class-Gomor/distinfo << 'END-of-p5-Class-Gomor/distinfo'
XMD5 (Class-Gomor-1.00.tar.gz) = 740731c9affd21fe4b6d623254e64f9f
XSHA256 (Class-Gomor-1.00.tar.gz) = 56468589b48d22372ff4171533bb4f6c9e2b54454506aea66a3d3ed5eafbcffb
XSIZE (Class-Gomor-1.00.tar.gz) = 8159
END-of-p5-Class-Gomor/distinfo
echo x - p5-Class-Gomor/pkg-descr
sed 's/^X//' >p5-Class-Gomor/pkg-descr << 'END-of-p5-Class-Gomor/pkg-descr'
XThis module is yet another class builder. This one adds parameter checking in
Xnew constructor, that is to check for attributes existence, and definedness.
X
XAuthors: GomoR <netpkt@gomor.org>
XWWW: http://search.cpan.org/dist/Class-Gomor/
END-of-p5-Class-Gomor/pkg-descr
echo x - p5-Class-Gomor/pkg-plist
sed 's/^X//' >p5-Class-Gomor/pkg-plist << 'END-of-p5-Class-Gomor/pkg-plist'
X%%SITE_PERL%%/Class/Gomor.pm
X%%SITE_PERL%%/Class/Gomor/Array.pm
X%%SITE_PERL%%/Class/Gomor/Hash.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/Gomor/.packlist
X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/Gomor
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Class
X@dirrm %%SITE_PERL%%/Class/Gomor
X@dirrmtry %%SITE_PERL%%/Class
END-of-p5-Class-Gomor/pkg-plist
exit
--- p5-Class-Gomor-1.00.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?20060517213149.E16C2F1994>