mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
add p5-Curses-Forms 1.997
Provide high level APIs for rapid UI design on the console
This commit is contained in:
parent
5007d8874c
commit
43935e7773
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=78026
@ -478,6 +478,7 @@
|
||||
SUBDIR += p5-ConfigReader
|
||||
SUBDIR += p5-Coro
|
||||
SUBDIR += p5-Curses
|
||||
SUBDIR += p5-Curses-Forms
|
||||
SUBDIR += p5-Curses-Widgets
|
||||
SUBDIR += p5-DB_File-Lock
|
||||
SUBDIR += p5-Data-Compare
|
||||
|
31
devel/p5-Curses-Forms/Makefile
Normal file
31
devel/p5-Curses-Forms/Makefile
Normal file
@ -0,0 +1,31 @@
|
||||
# ex:ts=8
|
||||
# Ports collection makefile for: p5-Curses-Forms
|
||||
# Date created: Apr 3, 2003
|
||||
# Whom: ijliao
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Curses-Forms
|
||||
PORTVERSION= 1.997
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Curses
|
||||
PKGNAMEPREFIX= p5-
|
||||
DISTNAME= CursesForms-${PORTVERSION}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Provide high level APIs for rapid UI design on the console
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/Curses/Widgets.pm:${PORTSDIR}/devel/p5-Curses-Widgets
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
MAN3= Curses::Forms.3 \
|
||||
Curses::Forms::Dialog.3 \
|
||||
Curses::Forms::Dialog::Input.3 \
|
||||
Curses::Forms::Dialog::Logon.3
|
||||
|
||||
.include <bsd.port.mk>
|
1
devel/p5-Curses-Forms/distinfo
Normal file
1
devel/p5-Curses-Forms/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (CursesForms-1.997.tar.gz) = 076faf4c240d4577720a7bd2bc1d3f04
|
8
devel/p5-Curses-Forms/pkg-descr
Normal file
8
devel/p5-Curses-Forms/pkg-descr
Normal file
@ -0,0 +1,8 @@
|
||||
Curses::Forms is designed to provide high level APIs for rapid user interface
|
||||
design on the console in Perl. Based on Curses::Widgets, Curses::Forms provide
|
||||
a flexible OO framework to manage a collection of widgets on forms and dialogs.
|
||||
|
||||
While intended to be used in the Curses::Application framework, it can also be
|
||||
used alone with Curses::Widgets for quick and dirty interfaces.
|
||||
|
||||
WWW: http://www.digitalmages.com/perl/CursesForms/
|
9
devel/p5-Curses-Forms/pkg-plist
Normal file
9
devel/p5-Curses-Forms/pkg-plist
Normal file
@ -0,0 +1,9 @@
|
||||
%%SITE_PERL%%/Curses/Forms.pm
|
||||
%%SITE_PERL%%/Curses/Forms/Dialog.pm
|
||||
%%SITE_PERL%%/Curses/Forms/Dialog/Input.pm
|
||||
%%SITE_PERL%%/Curses/Forms/Dialog/Logon.pm
|
||||
@dirrm %%SITE_PERL%%/Curses/Forms/Dialog
|
||||
@dirrm %%SITE_PERL%%/Curses/Forms
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Curses/Forms/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Curses/Forms
|
||||
lib/perllocal.pod-Curses-Forms
|
Loading…
Reference in New Issue
Block a user