From 5efc4164826cda73000b1457b40eeae0b6bf4df2 Mon Sep 17 00:00:00 2001 From: tv Date: Mon, 13 Jul 1998 15:51:32 +0000 Subject: Import of FreeBSD's perl5 PV ("perlvision") port. Patches to follow. --- devel/p5-PV/Makefile | 30 ++++++++++++++++++++++++++++++ devel/p5-PV/files/md5 | 1 + devel/p5-PV/pkg/COMMENT | 1 + devel/p5-PV/pkg/DESCR | 19 +++++++++++++++++++ devel/p5-PV/pkg/PLIST | 2 ++ 5 files changed, 53 insertions(+) create mode 100644 devel/p5-PV/Makefile create mode 100644 devel/p5-PV/files/md5 create mode 100644 devel/p5-PV/pkg/COMMENT create mode 100644 devel/p5-PV/pkg/DESCR create mode 100644 devel/p5-PV/pkg/PLIST (limited to 'devel') diff --git a/devel/p5-PV/Makefile b/devel/p5-PV/Makefile new file mode 100644 index 00000000000..fcd11d21fc2 --- /dev/null +++ b/devel/p5-PV/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: p5-PV +# Version required: 1.0 +# Date created: April 18th 1997 +# Whom: James FitzGibbon +# +# $Id: Makefile,v 1.1.1.1 1998/07/13 15:51:32 tv Exp $ +# + +DISTNAME= perlvision +PKGNAME= p5-PV-1.0 +CATEGORIES= net perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= PV +EXTRACT_SUFX= .tgz + +MAINTAINER= jfitz@FreeBSD.ORG + +RUN_DEPENDS= ${PREFIX}/lib/perl5/site_perl/Curses.pm:${PORTSDIR}/devel/p5-Curses + +USE_PERL5= YES + +NO_WRKSUBDIR= YES +NO_BUILD= YES + +do-install: + ${MKDIR} -p -m 755 ${PREFIX}/lib/perl5/site_perl + ${INSTALL_DATA} ${WRKDIR}/PV.pm ${PREFIX}/lib/perl5/site_perl + ${INSTALL_DATA} ${WRKDIR}/PerlVision.doc ${PREFIX}/lib/perl5/site_perl + +.include diff --git a/devel/p5-PV/files/md5 b/devel/p5-PV/files/md5 new file mode 100644 index 00000000000..bb135991811 --- /dev/null +++ b/devel/p5-PV/files/md5 @@ -0,0 +1 @@ +MD5 (perlvision.tgz) = fded6d8f202609accbb12f76d754ba0e diff --git a/devel/p5-PV/pkg/COMMENT b/devel/p5-PV/pkg/COMMENT new file mode 100644 index 00000000000..71f782a7240 --- /dev/null +++ b/devel/p5-PV/pkg/COMMENT @@ -0,0 +1 @@ +a perl5 library for text-mode user interface widgets diff --git a/devel/p5-PV/pkg/DESCR b/devel/p5-PV/pkg/DESCR new file mode 100644 index 00000000000..a20ec75b355 --- /dev/null +++ b/devel/p5-PV/pkg/DESCR @@ -0,0 +1,19 @@ +INTRO +===== + +I needed a basic text-mode GUI framework to implement some +nice-looking proggies on Linux. Didn't find any around, so necessity +became the mother of PerlVision. And this beast kept growing as I made +love to Perl, so now it's far from 'basic'. Provides 90% of the +features you'd want for a user interface, including checkboxes, +radiobuttons, three different styles (!) of pushbuttons, single and +multiple selection listboxes, an extensible editbox that does +autowrapping, a scrollable viewbox, single line text entry fields, a +menubar with pulldown menus, and full popup dialog boxes with multiple +controls. + +This version of PerlVision uses Will Setzer's Curses.pm dynaload +module for Perl, so you need to get and compile that first, from +ftp://ftp.ncsu.edu/pub/math/wsetzer/cursperl. + +PerlVision will only work with Perl 5+ of-course (upgrade || die()!). diff --git a/devel/p5-PV/pkg/PLIST b/devel/p5-PV/pkg/PLIST new file mode 100644 index 00000000000..2726f0a9905 --- /dev/null +++ b/devel/p5-PV/pkg/PLIST @@ -0,0 +1,2 @@ +lib/perl5/site_perl/PV.pm +lib/perl5/site_perl/PerlVision.doc -- cgit v1.2.3