diff options
author | clsung <clsung@FreeBSD.org> | 2006-08-01 20:38:49 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-08-01 20:38:49 +0800 |
commit | 349d225a2c225aa2b10d0c92da2da670bfdc2456 (patch) | |
tree | da65484f0edc0f2cb1955340e5c3d9d52e883f03 /devel | |
parent | a63154b3a2a77bdffa204b1ecbd749ad72ce58a7 (diff) | |
download | freebsd-ports-gnome-349d225a2c225aa2b10d0c92da2da670bfdc2456.tar.gz freebsd-ports-gnome-349d225a2c225aa2b10d0c92da2da670bfdc2456.tar.zst freebsd-ports-gnome-349d225a2c225aa2b10d0c92da2da670bfdc2456.zip |
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>
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/p5-Term-Menus/Makefile | 22 | ||||
-rw-r--r-- | devel/p5-Term-Menus/distinfo | 3 | ||||
-rw-r--r-- | devel/p5-Term-Menus/pkg-descr | 11 | ||||
-rw-r--r-- | devel/p5-Term-Menus/pkg-plist | 5 |
5 files changed, 42 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 19626b543321..ec541f1fc9ba 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1322,6 +1322,7 @@ SUBDIR += p5-Term-Animation SUBDIR += p5-Term-CallEditor SUBDIR += p5-Term-Encoding + SUBDIR += p5-Term-Menus SUBDIR += p5-Term-ProgressBar SUBDIR += p5-Term-Prompt SUBDIR += p5-Term-Query diff --git a/devel/p5-Term-Menus/Makefile b/devel/p5-Term-Menus/Makefile new file mode 100644 index 000000000000..f82e8de46759 --- /dev/null +++ b/devel/p5-Term-Menus/Makefile @@ -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> diff --git a/devel/p5-Term-Menus/distinfo b/devel/p5-Term-Menus/distinfo new file mode 100644 index 000000000000..d6512610e13e --- /dev/null +++ b/devel/p5-Term-Menus/distinfo @@ -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 diff --git a/devel/p5-Term-Menus/pkg-descr b/devel/p5-Term-Menus/pkg-descr new file mode 100644 index 000000000000..7537d1dc67b5 --- /dev/null +++ b/devel/p5-Term-Menus/pkg-descr @@ -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/ diff --git a/devel/p5-Term-Menus/pkg-plist b/devel/p5-Term-Menus/pkg-plist new file mode 100644 index 000000000000..865b1082cf09 --- /dev/null +++ b/devel/p5-Term-Menus/pkg-plist @@ -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 |