mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Add p5-Term-Menus 1.16, create Powerful Terminal, Console and CMD
Enviroment Menus. PR: ports/101143 Submitted by: Gea-Suan Lin <gslin at gslin.org>
This commit is contained in:
parent
b6eb4e7f4a
commit
c230bc3e10
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=169335
5 changed files with 42 additions and 0 deletions
|
@ -1322,6 +1322,7 @@
|
||||||
SUBDIR += p5-Term-Animation
|
SUBDIR += p5-Term-Animation
|
||||||
SUBDIR += p5-Term-CallEditor
|
SUBDIR += p5-Term-CallEditor
|
||||||
SUBDIR += p5-Term-Encoding
|
SUBDIR += p5-Term-Encoding
|
||||||
|
SUBDIR += p5-Term-Menus
|
||||||
SUBDIR += p5-Term-ProgressBar
|
SUBDIR += p5-Term-ProgressBar
|
||||||
SUBDIR += p5-Term-Prompt
|
SUBDIR += p5-Term-Prompt
|
||||||
SUBDIR += p5-Term-Query
|
SUBDIR += p5-Term-Query
|
||||||
|
|
22
devel/p5-Term-Menus/Makefile
Normal file
22
devel/p5-Term-Menus/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
# New ports collection makefile for: p5-Term-Menus
|
||||||
|
# Date created: 2006-08-01
|
||||||
|
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
||||||
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
#
|
||||||
|
|
||||||
|
PORTNAME= Term-Menus
|
||||||
|
PORTVERSION= 1.16
|
||||||
|
CATEGORIES= devel perl5
|
||||||
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||||
|
MASTER_SITE_SUBDIR= Term
|
||||||
|
PKGNAMEPREFIX= p5-
|
||||||
|
|
||||||
|
MAINTAINER= gslin@gslin.org
|
||||||
|
COMMENT= Create Powerful Terminal, Console and CMD Enviroment Menus
|
||||||
|
|
||||||
|
PERL_MODBUILD= yes
|
||||||
|
|
||||||
|
MAN3= Term::Menus.3 Term::Menus::ConfigData.3
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
3
devel/p5-Term-Menus/distinfo
Normal file
3
devel/p5-Term-Menus/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
MD5 (Term-Menus-1.16.tar.gz) = a1ff0e8d84bfcfc3f58a580006de3844
|
||||||
|
SHA256 (Term-Menus-1.16.tar.gz) = 77ab65d6bd639f1f9f3217ef45212b27cc02c926a7a5400024079ef361aa9ca2
|
||||||
|
SIZE (Term-Menus-1.16.tar.gz) = 38994
|
11
devel/p5-Term-Menus/pkg-descr
Normal file
11
devel/p5-Term-Menus/pkg-descr
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
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/
|
5
devel/p5-Term-Menus/pkg-plist
Normal file
5
devel/p5-Term-Menus/pkg-plist
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
@comment $FreeBSD$
|
||||||
|
%%SITE_PERL%%/Term/Menus.pm
|
||||||
|
%%SITE_PERL%%/Term/Menus/ConfigData.pm
|
||||||
|
@dirrmtry %%SITE_PERL%%/Term/Menus
|
||||||
|
@dirrmtry %%SITE_PERL%%/Term
|
Loading…
Add table
Reference in a new issue