Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Jul 2005 01:45:46 -0700 (PDT)
From:      Max Campos <mcampos@bpsw.biz>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/83837: New Port: devel/p5-User-Identity
Message-ID:  <20050721084546.10F093E8935@fez.bpsw.biz>
Resent-Message-ID: <200507210850.j6L8oE2w076076@freefall.freebsd.org>

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

>Number:         83837
>Category:       ports
>Synopsis:       New Port: devel/p5-User-Identity
>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:   Thu Jul 21 08:50:13 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Max Campos
>Release:        FreeBSD 5.3-RELEASE i386
>Organization:
>Environment:

>Description:
Add new port devel/p5-User-Identity.  This class abstracts a human & 
associated data in perl.  I hope "devel" is the correct place for this.

>How-To-Repeat:
>Fix:

--- p5-User-Identity.sh 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:
#
#	devel/p5-User-Identity/
#	devel/p5-User-Identity/Makefile
#	devel/p5-User-Identity/distinfo
#	devel/p5-User-Identity/pkg-plist
#	devel/p5-User-Identity/pkg-descr
#
echo c - devel/p5-User-Identity/
mkdir -p devel/p5-User-Identity/ > /dev/null 2>&1
echo x - devel/p5-User-Identity/Makefile
sed 's/^X//' >devel/p5-User-Identity/Makefile << 'END-of-devel/p5-User-Identity/Makefile'
X# New ports collection makefile for:	User-Identity
X# Date created:				21 Jul 2005
X# Whom:					Max Campos <mcampos@bpsw.biz>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	User-Identity
XPORTVERSION=	0.90
XCATEGORIES=	devel perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	User
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	mcampos@bpsw.biz
XCOMMENT=	Perl module for abstracting information about a physical person
X
XBUILD_DEPENDS=	${SITE_PERL}/Geography/Countries.pm:${PORTSDIR}/misc/p5-Geography-Countries
XRUN_DEPENDS=	${BUILD_DEPENDS}
X
XPERL_CONFIGURE=	yes
X
X.include <bsd.port.pre.mk>
X
X.if ${PERL_LEVEL} < 500600
XIGNORE=	"This port requires perl 5.6 or newer."
X.endif
X
XMAN3=	User::Identity::Item.3 \
X	User::Identity::Archive::Plain.3 \
X	User::Identity::Collection::Systems.3 \
X	User::Identity.3 \
X	User::Identity::Location.3 \
X	User::Identity::Collection::Locations.3 \
X	User::Identity::System.3 \
X	User::Identity::Collection::Emails.3 \
X	User::Identity::Archive.3 \
X	User::Identity::Collection.3 \
X	User::Identity::Collection::Users.3 \
X	Mail::Identity.3
X
X.include <bsd.port.post.mk>
END-of-devel/p5-User-Identity/Makefile
echo x - devel/p5-User-Identity/distinfo
sed 's/^X//' >devel/p5-User-Identity/distinfo << 'END-of-devel/p5-User-Identity/distinfo'
XMD5 (User-Identity-0.90.tar.gz) = d6683da60cb299ea11e63546f9e4e3b6
XSIZE (User-Identity-0.90.tar.gz) = 25502
END-of-devel/p5-User-Identity/distinfo
echo x - devel/p5-User-Identity/pkg-plist
sed 's/^X//' >devel/p5-User-Identity/pkg-plist << 'END-of-devel/p5-User-Identity/pkg-plist'
X%%SITE_PERL%%/Mail/Identity.pm
X%%SITE_PERL%%/Mail/Identity.pod
X%%SITE_PERL%%/User/Identity.pm
X%%SITE_PERL%%/User/Identity.pod
X%%SITE_PERL%%/User/Identity/Archive.pm
X%%SITE_PERL%%/User/Identity/Archive.pod
X%%SITE_PERL%%/User/Identity/Archive/Plain.pm
X%%SITE_PERL%%/User/Identity/Archive/Plain.pod
X%%SITE_PERL%%/User/Identity/Collection.pm
X%%SITE_PERL%%/User/Identity/Collection.pod
X%%SITE_PERL%%/User/Identity/Collection/Emails.pm
X%%SITE_PERL%%/User/Identity/Collection/Emails.pod
X%%SITE_PERL%%/User/Identity/Collection/Locations.pm
X%%SITE_PERL%%/User/Identity/Collection/Locations.pod
X%%SITE_PERL%%/User/Identity/Collection/Systems.pm
X%%SITE_PERL%%/User/Identity/Collection/Systems.pod
X%%SITE_PERL%%/User/Identity/Collection/Users.pm
X%%SITE_PERL%%/User/Identity/Collection/Users.pod
X%%SITE_PERL%%/User/Identity/Item.pm
X%%SITE_PERL%%/User/Identity/Item.pod
X%%SITE_PERL%%/User/Identity/Location.pm
X%%SITE_PERL%%/User/Identity/Location.pod
X%%SITE_PERL%%/User/Identity/System.pm
X%%SITE_PERL%%/User/Identity/System.pod
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/User/Identity/.packlist
X@dirrm %%SITE_PERL%%/User/Identity/Archive
X@dirrm %%SITE_PERL%%/User/Identity/Collection
X@dirrm %%SITE_PERL%%/User/Identity
X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/User/Identity
X@unexec rmdir %D/%%SITE_PERL%%/User 2>/dev/null || true
X@unexec rmdir %D/%%SITE_PERL%%/Mail 2>/dev/null || true
X@unexec rmdir %D/%%SITE_PERL%%/User 2>/dev/null || true
X@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/User 2>/dev/null || true
END-of-devel/p5-User-Identity/pkg-plist
echo x - devel/p5-User-Identity/pkg-descr
sed 's/^X//' >devel/p5-User-Identity/pkg-descr << 'END-of-devel/p5-User-Identity/pkg-descr'
XPerl module for abstracting information about a physical person.
X
XAuthor: Mark Overmeer <mark@overmeer.net>
XWWW: http://search.cpan.org/search?dist=User-Identity
X
X- Max Campos (mcampos@bpsw.biz)
END-of-devel/p5-User-Identity/pkg-descr
exit
--- p5-User-Identity.sh ends here ---


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



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