From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 8 09:30:19 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 1382A16A41C for ; Wed, 8 Jun 2005 09:30:19 +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 9E6EB43D5E for ; Wed, 8 Jun 2005 09:30:18 +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 j589UIIn047482 for ; Wed, 8 Jun 2005 09:30:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j589UIL6047480; Wed, 8 Jun 2005 09:30:18 GMT (envelope-from gnats) Resent-Date: Wed, 8 Jun 2005 09:30:18 GMT Resent-Message-Id: <200506080930.j589UIL6047480@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, dikshie Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B6F416A41C for ; Wed, 8 Jun 2005 09:25:05 +0000 (GMT) (envelope-from dikshie@linux.ocean.itb.ac.id) Received: from mx-itb.geoph.ITB.ac.id (mx7.itb.ac.id [167.205.30.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2602A43D48 for ; Wed, 8 Jun 2005 09:25:01 +0000 (GMT) (envelope-from dikshie@linux.ocean.itb.ac.id) Received: from antivirus.itb.ac.id (antivirus.ITB.ac.id [167.205.108.137]) by mx-itb.geoph.ITB.ac.id (Postfix) with SMTP id 00ED920BCA for ; Wed, 8 Jun 2005 16:24:49 +0700 (WIT) Received: from linux.ocean.itb.ac.id (linux.ocean.itb.ac.id [167.205.37.2]) by mx-itb.geoph.ITB.ac.id (Postfix) with ESMTP id 8FCDC20AD6 for ; Wed, 8 Jun 2005 16:14:40 +0700 (WIT) Received: from dikshie by linux.ocean.itb.ac.id with local (Exim 4.51 (FreeBSD)) id 1Dfwe5-000Ei4-4p for FreeBSD-gnats-submit@freebsd.org; Wed, 08 Jun 2005 16:14:45 +0700 Message-Id: Date: Wed, 08 Jun 2005 16:14:45 +0700 From: dikshie Sender: dikshie To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/82022: new port misc/p5-Geography-Countries X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dikshie List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Jun 2005 09:30:19 -0000 >Number: 82022 >Category: ports >Synopsis: new port misc/p5-Geography-Countries >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Jun 08 09:30:18 GMT 2005 >Closed-Date: >Last-Modified: >Originator: dikshie >Release: FreeBSD 5.4-STABLE i386 >Organization: Insitut Teknologi Bandung (ITB), Indonesia >Environment: System: FreeBSD linux.ocean.itb.ac.id 5.4-STABLE FreeBSD 5.4-STABLE #0: Mon Jun 6 15:17:27 WIT 2005 dikshie@linux.ocean.itb.ac.id:/usr/obj/usr/src/sys/OCEAN i386 >Description: I cant find Geography-Countries perl module on FreeBSD ports tree >How-To-Repeat: cd /usr/src make search key=Geography-Countries >Fix: --- p5-Geography-Countries.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-Geography-Countries # p5-Geography-Countries/pkg-descr # p5-Geography-Countries/pkg-plist # p5-Geography-Countries/Makefile # p5-Geography-Countries/distinfo # echo c - p5-Geography-Countries mkdir -p p5-Geography-Countries > /dev/null 2>&1 echo x - p5-Geography-Countries/pkg-descr sed 's/^X//' >p5-Geography-Countries/pkg-descr << 'END-of-p5-Geography-Countries/pkg-descr' XThis module maps country names, and their 2-letter, 3-letter and numerical Xcodes, as defined by the ISO-3166 maintenance agency [1], and defined by the XUNSD. X XWWW: http://search.cpan.org/dist/Geography-Countries/ END-of-p5-Geography-Countries/pkg-descr echo x - p5-Geography-Countries/pkg-plist sed 's/^X//' >p5-Geography-Countries/pkg-plist << 'END-of-p5-Geography-Countries/pkg-plist' X%%SITE_PERL%%/Geography/Contries.pm X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Geography/.packlist X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Geography X@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Geography 2>/dev/null || true X@dirrm %%SITE_PERL%%/Geography X@unexec rmdir %D/%%SITE_PERL%%/Geography 2>/dev/null || true END-of-p5-Geography-Countries/pkg-plist echo x - p5-Geography-Countries/Makefile sed 's/^X//' >p5-Geography-Countries/Makefile << 'END-of-p5-Geography-Countries/Makefile' X# New ports collection makefile for: misc/p5-Geography-Countries X# Date created: 05 June 2005 X# Whom: dikshie X# X# $FreeBSD$ X# X XPORTNAME= Geography-Countries XPORTVERSION= 1.4 XCATEGORIES= misc perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= Geography XPKGNAMEPREFIX= p5- X XMAINTAINER= dikshie@lapi.itb.ac.id XCOMMENT= A 2-letter, 3-letter, and numerical codes for countries X XPERL_CONFIGURE= yes XCONFIGURE_ARGS+= INSTALLDIRS='site' X XMAN3= Geography::Countries.3 X X.include END-of-p5-Geography-Countries/Makefile echo x - p5-Geography-Countries/distinfo sed 's/^X//' >p5-Geography-Countries/distinfo << 'END-of-p5-Geography-Countries/distinfo' XMD5 (Geography-Countries-1.4.tar.gz) = 693426ab59ce3d51fcd48dfe3b402107 XSIZE (Geography-Countries-1.4.tar.gz) = 9067 END-of-p5-Geography-Countries/distinfo exit --- p5-Geography-Countries.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: