From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Aug 1 08:10:35 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 D928716A4E0 for ; Tue, 1 Aug 2006 08:10:35 +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 EBFC943D64 for ; Tue, 1 Aug 2006 08:10:16 +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 k718AG2a074152 for ; Tue, 1 Aug 2006 08:10:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k718AG7H074151; Tue, 1 Aug 2006 08:10:16 GMT (envelope-from gnats) Resent-Date: Tue, 1 Aug 2006 08:10:16 GMT Resent-Message-Id: <200608010810.k718AG7H074151@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 7ECE216A4DA for ; Tue, 1 Aug 2006 08:09:53 +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 84AC543D95 for ; Tue, 1 Aug 2006 08:09:38 +0000 (GMT) (envelope-from gslin@netnews.NCTU.edu.tw) Received: by netnews.NCTU.edu.tw (Postfix, from userid 1000) id 4C6194A; Tue, 1 Aug 2006 16:09:35 +0800 (CST) Message-Id: <20060801080935.4C6194A@netnews.NCTU.edu.tw> Date: Tue, 1 Aug 2006 16:09:35 +0800 (CST) From: Gea-Suan Lin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: gslin@gslin.org Subject: ports/101143: [NEW PORT] devel/p5-Term-Menus: Create Powerful Terminal, Console and CMD Enviroment Menus 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: Tue, 01 Aug 2006 08:10:35 -0000 >Number: 101143 >Category: ports >Synopsis: [NEW PORT] devel/p5-Term-Menus: Create Powerful Terminal, Console and CMD Enviroment Menus >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: Tue Aug 01 08:10:16 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: Term::Menus allows you to create powerful Terminal, Console and CMD environment menus. Any perl script used in a Terminal, Console or CMD environment can now include a menu facility that includes sub-menus, forward and backward navigation, single or multiple selection capabilities, dynamic item creation and customized banners. All this power is simple to implement with a straight forward and very intuitive configuration hash structure that mirrors the actual menu architechture needed by the application. A separate configuration file is optional. Term::Menus is cross platform compatible. WWW: http://search.cpan.org/dist/Term-Menus/ Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-Term-Menus-1.16.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-Term-Menus # p5-Term-Menus/pkg-descr # p5-Term-Menus/Makefile # p5-Term-Menus/pkg-plist # p5-Term-Menus/distinfo # echo c - p5-Term-Menus mkdir -p p5-Term-Menus > /dev/null 2>&1 echo x - p5-Term-Menus/pkg-descr sed 's/^X//' >p5-Term-Menus/pkg-descr << 'END-of-p5-Term-Menus/pkg-descr' XTerm::Menus allows you to create powerful Terminal, Console and CMD Xenvironment menus. Any perl script used in a Terminal, Console or CMD Xenvironment can now include a menu facility that includes sub-menus, Xforward and backward navigation, single or multiple selection Xcapabilities, dynamic item creation and customized banners. All this Xpower is simple to implement with a straight forward and very Xintuitive configuration hash structure that mirrors the actual menu Xarchitechture needed by the application. A separate configuration file Xis optional. Term::Menus is cross platform compatible. X XWWW: http://search.cpan.org/dist/Term-Menus/ END-of-p5-Term-Menus/pkg-descr echo x - p5-Term-Menus/Makefile sed 's/^X//' >p5-Term-Menus/Makefile << 'END-of-p5-Term-Menus/Makefile' X# New ports collection makefile for: p5-Term-Menus X# Date created: 2006-08-01 X# Whom: Gea-Suan Lin X# X# $FreeBSD$ X# X XPORTNAME= Term-Menus XPORTVERSION= 1.16 XCATEGORIES= devel perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= Term XPKGNAMEPREFIX= p5- X XMAINTAINER= gslin@gslin.org XCOMMENT= Create Powerful Terminal, Console and CMD Enviroment Menus X XPERL_MODBUILD= yes X XMAN3= Term::Menus.3 Term::Menus::ConfigData.3 X X.include END-of-p5-Term-Menus/Makefile echo x - p5-Term-Menus/pkg-plist sed 's/^X//' >p5-Term-Menus/pkg-plist << 'END-of-p5-Term-Menus/pkg-plist' X@comment $FreeBSD$ X%%SITE_PERL%%/Term/Menus.pm X%%SITE_PERL%%/Term/Menus/ConfigData.pm X@dirrmtry %%SITE_PERL%%/Term/Menus END-of-p5-Term-Menus/pkg-plist echo x - p5-Term-Menus/distinfo sed 's/^X//' >p5-Term-Menus/distinfo << 'END-of-p5-Term-Menus/distinfo' XMD5 (Term-Menus-1.16.tar.gz) = a1ff0e8d84bfcfc3f58a580006de3844 XSHA256 (Term-Menus-1.16.tar.gz) = 77ab65d6bd639f1f9f3217ef45212b27cc02c926a7a5400024079ef361aa9ca2 XSIZE (Term-Menus-1.16.tar.gz) = 38994 END-of-p5-Term-Menus/distinfo exit --- p5-Term-Menus-1.16.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: