diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-01 12:38:49 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-01 12:38:49 +0000 |
commit | c230bc3e10e429321ac53e9053c1dbb7816579a0 (patch) | |
tree | 09d34d8a84442c38ecee2976ff6eead52ce1ed3c | |
parent | b6eb4e7f4a34ed22f3f024ca120515f1d3618508 (diff) | |
download | ports-c230bc3e10e429321ac53e9053c1dbb7816579a0.tar.gz ports-c230bc3e10e429321ac53e9053c1dbb7816579a0.zip |
Notes
-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 |