summaryrefslogtreecommitdiff
path: root/devel/p5-PV
diff options
context:
space:
mode:
authortv <tv>1998-07-13 15:51:32 +0000
committertv <tv>1998-07-13 15:51:32 +0000
commit5d1257ff3c7b32462768d6c166f7945c0af4c174 (patch)
tree8183aeb2bd616482a8c1faa32d0a6889a30fc127 /devel/p5-PV
parent7433440b0b918f2908769094cbf3d448f7235abd (diff)
downloadpkgsrc-5d1257ff3c7b32462768d6c166f7945c0af4c174.tar.gz
Import of FreeBSD's perl5 PV ("perlvision") port. Patches to follow.
Diffstat (limited to 'devel/p5-PV')
-rw-r--r--devel/p5-PV/Makefile30
-rw-r--r--devel/p5-PV/files/md51
-rw-r--r--devel/p5-PV/pkg/COMMENT1
-rw-r--r--devel/p5-PV/pkg/DESCR19
-rw-r--r--devel/p5-PV/pkg/PLIST2
5 files changed, 53 insertions, 0 deletions
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 <jfitz@FreeBSD.org>
+#
+# $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 <bsd.port.mk>
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<whatever>.
+
+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