From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 18 16:50:03 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6BB5D16A475 for ; Mon, 18 Feb 2008 16:50:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4D4B013C46A for ; Mon, 18 Feb 2008 16:50:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m1IGo3DE078311 for ; Mon, 18 Feb 2008 16:50:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m1IGo3CN078307; Mon, 18 Feb 2008 16:50:03 GMT (envelope-from gnats) Resent-Date: Mon, 18 Feb 2008 16:50:03 GMT Resent-Message-Id: <200802181650.m1IGo3CN078307@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, Felippe de Meirelles Motta Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 572FA16A420 for ; Mon, 18 Feb 2008 16:44:46 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 49B4C13C448 for ; Mon, 18 Feb 2008 16:44:46 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m1IGgI8Q007538 for ; Mon, 18 Feb 2008 16:42:18 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m1IGgHUt007537; Mon, 18 Feb 2008 16:42:17 GMT (envelope-from nobody) Message-Id: <200802181642.m1IGgHUt007537@www.freebsd.org> Date: Mon, 18 Feb 2008 16:42:17 GMT From: Felippe de Meirelles Motta To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/120804: [NEW PORT] textproc/p5-Getopt-Lucid 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: Mon, 18 Feb 2008 16:50:03 -0000 >Number: 120804 >Category: ports >Synopsis: [NEW PORT] textproc/p5-Getopt-Lucid >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: Mon Feb 18 16:50:02 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Felippe de Meirelles Motta >Release: FreeBSD 7.0-PRERELEASE amd64 >Organization: >Environment: System: FreeBSD 7.0-PRERELEASE #0: Thu Jan 10 01:55:37 BRST 2008 lippe@shire.freebsd.org:/usr/obj/usr/src/sys/GENERIC >Description: The goal of this module is providing good code readability and clarity of intent for command-line option processing. While readability is a subjective standard, Getopt::Lucid relies on a more verbose, plain-English option specification as compared against the more symbolic approach of Getopt::Long. WWW: http://search.cpan.org/dist/Getopt-Lucid/ >How-To-Repeat: >Fix: Patch attached with submission follows: # 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-Getopt-Lucid # p5-Getopt-Lucid/pkg-descr # p5-Getopt-Lucid/Makefile # p5-Getopt-Lucid/pkg-plist # p5-Getopt-Lucid/distinfo # echo c - p5-Getopt-Lucid mkdir -p p5-Getopt-Lucid > /dev/null 2>&1 echo x - p5-Getopt-Lucid/pkg-descr sed 's/^X//' >p5-Getopt-Lucid/pkg-descr << 'END-of-p5-Getopt-Lucid/pkg-descr' XThe goal of this module is providing good code readability and clarity Xof intent for command-line option processing. While readability is a Xsubjective standard, Getopt::Lucid relies on a more verbose, Xplain-English option specification as compared against the more symbolic Xapproach of Getopt::Long. X XWWW: http://search.cpan.org/dist/Getopt-Lucid/ END-of-p5-Getopt-Lucid/pkg-descr echo x - p5-Getopt-Lucid/Makefile sed 's/^X//' >p5-Getopt-Lucid/Makefile << 'END-of-p5-Getopt-Lucid/Makefile' X# New ports collection makefile for: p5-Getopt-Lucid X# Date created: 2008-02-14 X# Whom: Felippe de Meirelles Motta X# X# $FreeBSD$ X# X XPORTNAME= Getopt-Lucid XPORTVERSION= 0.16 XCATEGORIES= textproc perl5 XMASTER_SITES= CPAN XPKGNAMEPREFIX= p5- X XMAINTAINER= lippemail@gmail.com XCOMMENT= Getopt::Lucid - Clear, readable syntax for command line processing X XBUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Data/Dumper.pm:${PORTSDIR}/devel/p5-Data-Dumper \ X ${SITE_PERL}/Exception/Class.pm:${PORTSDIR}/devel/p5-Exception-Class \ X ${SITE_PERL}/Exception/Class/TryCatch.pm:${PORTSDIR}/devel/p5-Exception-Class-TryCatch \ X ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable \ X ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple XRUN_DEPENDS+= ${BUILD_DEPENDS} X XPERL_CONFIGURE= yes X XMAN3= Getopt::Lucid.3 X X.include END-of-p5-Getopt-Lucid/Makefile echo x - p5-Getopt-Lucid/pkg-plist sed 's/^X//' >p5-Getopt-Lucid/pkg-plist << 'END-of-p5-Getopt-Lucid/pkg-plist' X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Getopt/Lucid/.packlist X%%SITE_PERL%%/Getopt/Lucid.pm X%%SITE_PERL%%/Getopt/Lucid/Exception.pm X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Getopt/Lucid X@dirrmtry %%SITE_PERL%%/Getopt/Lucid END-of-p5-Getopt-Lucid/pkg-plist echo x - p5-Getopt-Lucid/distinfo sed 's/^X//' >p5-Getopt-Lucid/distinfo << 'END-of-p5-Getopt-Lucid/distinfo' XMD5 (Getopt-Lucid-0.16.tar.gz) = e09eee84dc5dcaf25713dc7e5b574dcd XSHA256 (Getopt-Lucid-0.16.tar.gz) = 6da381bc18b471a4c7c155a95612f1433ddd636f088298f9db9b9c0bfea3c35c XSIZE (Getopt-Lucid-0.16.tar.gz) = 40362 END-of-p5-Getopt-Lucid/distinfo exit >Release-Note: >Audit-Trail: >Unformatted: