summaryrefslogtreecommitdiff
path: root/devel/p5-PV
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2000-08-28 19:37:42 +0000
committerjlam <jlam@pkgsrc.org>2000-08-28 19:37:42 +0000
commit9babef79cc00b5c7b638c2f0a351e3e249141f82 (patch)
tree5cbbb7f8c6cf27adeb4985892a2ded6dac6ea089 /devel/p5-PV
parente81df6dcf670f8d4ceb053412f84aee950bb9b91 (diff)
downloadpkgsrc-9babef79cc00b5c7b638c2f0a351e3e249141f82.tar.gz
Update p5-PV to 1.4. This version is actually licensed under a free
license, unlike the previous version.
Diffstat (limited to 'devel/p5-PV')
-rw-r--r--devel/p5-PV/Makefile20
-rw-r--r--devel/p5-PV/files/Makefile.PL4
-rw-r--r--devel/p5-PV/files/md54
-rw-r--r--devel/p5-PV/pkg/DESCR9
-rw-r--r--devel/p5-PV/pkg/PLIST5
5 files changed, 10 insertions, 32 deletions
diff --git a/devel/p5-PV/Makefile b/devel/p5-PV/Makefile
index bb12ce03384..060c227093d 100644
--- a/devel/p5-PV/Makefile
+++ b/devel/p5-PV/Makefile
@@ -1,33 +1,23 @@
-# $NetBSD: Makefile,v 1.7 2000/08/27 07:11:07 jlam Exp $
+# $NetBSD: Makefile,v 1.8 2000/08/28 19:37:42 jlam Exp $
# FreeBSD Id: Makefile,v 1.4 1997/06/24 18:43:28 jfitz Exp
#
-DISTNAME= perlvision
-PKGNAME= p5-PV-1.0
+DISTNAME= PerlVision-1.4
+PKGNAME= p5-PV-1.4
CATEGORIES= devel net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=PV/}
-EXTRACT_SUFX= .tgz
MAINTAINER= packages@netbsd.org
-DEPENDS+= p5-Curses-1.02:../../devel/p5-Curses
+DEPENDS+= p5-Curses>=1.02:../../devel/p5-Curses
USE_PERL5= # defined
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/PV/.packlist
-NO_WRKSUBDIR= # defined
-DOCDIR= ${PREFIX}/share/doc/PerlVision
-
pre-configure:
- ${RM} -f ${WRKSRC}/Makefile
- ${CP} ${FILESDIR}/Makefile.PL ${WRKSRC}/Makefile.PL
+ @${CP} ${FILESDIR}/Makefile.PL ${WRKSRC}/Makefile.PL
do-configure:
@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
-post-install:
- ${INSTALL_DATA_DIR} ${DOCDIR}
- ${INSTALL_DATA} ${WRKDIR}/PerlVision.doc ${DOCDIR}
- ${INSTALL_DATA} ${WRKDIR}/README ${DOCDIR}
-
.include "../../mk/bsd.pkg.mk"
diff --git a/devel/p5-PV/files/Makefile.PL b/devel/p5-PV/files/Makefile.PL
index b2832645dc3..1d456dbc63f 100644
--- a/devel/p5-PV/files/Makefile.PL
+++ b/devel/p5-PV/files/Makefile.PL
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile.PL,v 1.1 2000/08/27 07:13:33 jlam Exp $
+# $NetBSD: Makefile.PL,v 1.2 2000/08/28 19:37:42 jlam Exp $
use ExtUtils::MakeMaker;
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.
WriteMakefile(
'NAME' => 'PV',
'DISTNAME' => 'PV.pm',
- 'VERSION' => '0.2.0',
+ 'VERSION' => '1.4',
'linkext' => { LINKTYPE=>'' }, # no link needed
'dist' => {'COMPRESS'=>'gzip -9f', 'SUFFIX' => 'gz'}
);
diff --git a/devel/p5-PV/files/md5 b/devel/p5-PV/files/md5
index 86df01ba2b5..8a1d8af1f35 100644
--- a/devel/p5-PV/files/md5
+++ b/devel/p5-PV/files/md5
@@ -1,3 +1,3 @@
-$NetBSD: md5,v 1.2 1998/08/07 13:21:26 agc Exp $
+$NetBSD: md5,v 1.3 2000/08/28 19:37:42 jlam Exp $
-MD5 (perlvision.tgz) = fded6d8f202609accbb12f76d754ba0e
+MD5 (PerlVision-1.4.tar.gz) = 47c36968111985c7c6abe996ea2283a5
diff --git a/devel/p5-PV/pkg/DESCR b/devel/p5-PV/pkg/DESCR
index a20ec75b355..e9730578c76 100644
--- a/devel/p5-PV/pkg/DESCR
+++ b/devel/p5-PV/pkg/DESCR
@@ -1,6 +1,3 @@
-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
@@ -11,9 +8,3 @@ 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
index a7d6ee98ad1..a76643381b1 100644
--- a/devel/p5-PV/pkg/PLIST
+++ b/devel/p5-PV/pkg/PLIST
@@ -1,4 +1 @@
-@comment $NetBSD: PLIST,v 1.3 2000/08/27 07:11:08 jlam Exp $
-share/doc/PerlVision/PerlVision.doc
-share/doc/PerlVision/README
-@dirrm share/doc/PerlVision
+@comment $NetBSD: PLIST,v 1.4 2000/08/28 19:37:42 jlam Exp $