From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 21 08:50:16 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3BF5916A420 for ; Thu, 21 Jul 2005 08:50:16 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E34243D4C for ; Thu, 21 Jul 2005 08:50:14 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j6L8oEgd076077 for ; Thu, 21 Jul 2005 08:50:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j6L8oE2w076076; Thu, 21 Jul 2005 08:50:14 GMT (envelope-from gnats) Resent-Date: Thu, 21 Jul 2005 08:50:14 GMT Resent-Message-Id: <200507210850.j6L8oE2w076076@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Max Campos Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2292D16A41F for ; Thu, 21 Jul 2005 08:44:33 +0000 (GMT) (envelope-from root@fez.bpsw.biz) Received: from zed.bpsw.biz (zed.bpsw.biz [67.18.135.178]) by mx1.FreeBSD.org (Postfix) with ESMTP id C768B43D45 for ; Thu, 21 Jul 2005 08:44:32 +0000 (GMT) (envelope-from root@fez.bpsw.biz) Received: from localhost (localhost [127.0.0.1]) by zed.bpsw.biz (Postfix) with ESMTP id 27B295746 for ; Thu, 21 Jul 2005 01:44:32 -0700 (PDT) Received: from zed.bpsw.biz ([127.0.0.1]) by localhost (zed.bpsw.biz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 20690-05 for ; Thu, 21 Jul 2005 01:44:27 -0700 (PDT) Received: from fez.bpsw.biz (unknown [10.0.1.3]) by zed.bpsw.biz (Postfix) with ESMTP id 6BDB7573C for ; Thu, 21 Jul 2005 01:44:27 -0700 (PDT) Received: by fez.bpsw.biz (Postfix, from userid 0) id 10F093E8935; Thu, 21 Jul 2005 01:45:46 -0700 (PDT) Message-Id: <20050721084546.10F093E8935@fez.bpsw.biz> Date: Thu, 21 Jul 2005 01:45:46 -0700 (PDT) From: Max Campos To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/83837: New Port: devel/p5-User-Identity X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jul 2005 08:50:16 -0000 >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 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 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 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 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: