From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 9 05:10:13 2006 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 6E5B516A4E0 for ; Wed, 9 Aug 2006 05:10:13 +0000 (UTC) (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 B870C43D53 for ; Wed, 9 Aug 2006 05:10:12 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k795AC4O065578 for ; Wed, 9 Aug 2006 05:10:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k795ACV9065577; Wed, 9 Aug 2006 05:10:12 GMT (envelope-from gnats) Resent-Date: Wed, 9 Aug 2006 05:10:12 GMT Resent-Message-Id: <200608090510.k795ACV9065577@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, Gea-Suan Lin Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 05ABB16A59B for ; Wed, 9 Aug 2006 05:07:08 +0000 (UTC) (envelope-from gslin@netnews.NCTU.edu.tw) Received: from netnews.NCTU.edu.tw (ccreader.nctu.edu.tw [140.113.54.119]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA45943D46 for ; Wed, 9 Aug 2006 05:07:07 +0000 (GMT) (envelope-from gslin@netnews.NCTU.edu.tw) Received: by netnews.NCTU.edu.tw (Postfix, from userid 1000) id 7A79615E; Wed, 9 Aug 2006 13:07:04 +0800 (CST) Message-Id: <20060809050704.7A79615E@netnews.NCTU.edu.tw> Date: Wed, 9 Aug 2006 13:07:04 +0800 (CST) From: Gea-Suan Lin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: gslin@gslin.org Subject: ports/101682: [NEW PORT] devel/p5-Contextual-Return: Create context-senstive return values 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: Wed, 09 Aug 2006 05:10:13 -0000 >Number: 101682 >Category: ports >Synopsis: [NEW PORT] devel/p5-Contextual-Return: Create context-senstive return values >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 Aug 09 05:10:12 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Gea-Suan Lin >Release: FreeBSD 6.1-RELEASE i386 >Organization: >Environment: System: FreeBSD netnews.NCTU.edu.tw 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sat May 13 03:43:48 CST 2006 >Description: Contextual::Return - Create context-senstive return values. WWW: http://search.cpan.org/dist/Contextual-Return/ Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-Contextual-Return-0.1.0.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-Contextual-Return # p5-Contextual-Return/pkg-descr # p5-Contextual-Return/Makefile # p5-Contextual-Return/pkg-plist # p5-Contextual-Return/distinfo # echo c - p5-Contextual-Return mkdir -p p5-Contextual-Return > /dev/null 2>&1 echo x - p5-Contextual-Return/pkg-descr sed 's/^X//' >p5-Contextual-Return/pkg-descr << 'END-of-p5-Contextual-Return/pkg-descr' XContextual::Return - Create context-senstive return values. X XWWW: http://search.cpan.org/dist/Contextual-Return/ END-of-p5-Contextual-Return/pkg-descr echo x - p5-Contextual-Return/Makefile sed 's/^X//' >p5-Contextual-Return/Makefile << 'END-of-p5-Contextual-Return/Makefile' X# New ports collection makefile for: p5-Contextual-Return X# Date created: 2006-08-09 X# Whom: Gea-Suan Lin X# X# $FreeBSD$ X# X XPORTNAME= Contextual-Return XPORTVERSION= 0.1.0 XDISTVERSIONPREFIX= v XCATEGORIES= devel perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= ../../authors/id/D/DC/DCONWAY XPKGNAMEPREFIX= p5- X XMAINTAINER= gslin@gslin.org XCOMMENT= Create context-senstive return values X XRUN_DEPENDS= ${SITE_PERL}/Want.pm:${PORTSDIR}/devel/p5-Want \ X ${SITE_PERL}/version.pm:${PORTSDIR}/devel/p5-version X XPERL_CONFIGURE= yes X XMAN3= Contextual::Return.3 Contextual::Return::Failure.3 X X.include X X.if ${PERL_LEVEL} < 500600 # Inherited from p5-Want & p5-version XIGNORE= requires Perl 5.6 or newer. Install lang/perl5.8 and try again X.endif X X.include END-of-p5-Contextual-Return/Makefile echo x - p5-Contextual-Return/pkg-plist sed 's/^X//' >p5-Contextual-Return/pkg-plist << 'END-of-p5-Contextual-Return/pkg-plist' X@comment $FreeBSD$ X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Contextual/Return/.packlist X%%SITE_PERL%%/Contextual/Return.pm X%%SITE_PERL%%/Contextual/Return/Failure.pm X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Contextual/Return X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Contextual X@dirrmtry %%SITE_PERL%%/Contextual/Return X@dirrmtry %%SITE_PERL%%/Contextual END-of-p5-Contextual-Return/pkg-plist echo x - p5-Contextual-Return/distinfo sed 's/^X//' >p5-Contextual-Return/distinfo << 'END-of-p5-Contextual-Return/distinfo' XMD5 (Contextual-Return-v0.1.0.tar.gz) = 2651c1c521ad4b42e0efbeac664fade6 XSHA256 (Contextual-Return-v0.1.0.tar.gz) = a693850e5e1e0a65eafa51e2ac10d2b3ed7bb32d23902663d53520ac6a498c49 XSIZE (Contextual-Return-v0.1.0.tar.gz) = 22969 END-of-p5-Contextual-Return/distinfo exit --- p5-Contextual-Return-0.1.0.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: