diff options
author | wiz <wiz> | 2005-03-04 12:09:03 +0000 |
---|---|---|
committer | wiz <wiz> | 2005-03-04 12:09:03 +0000 |
commit | 03ee558d5bf317a022a83a1be52696474fa51435 (patch) | |
tree | e404a0bed6222c60e7a2933d31328588561512b3 /devel/p5-Curses | |
parent | 93a741f285d12af4601a86e2ece3c5a52f30f795 (diff) | |
download | pkgsrc-03ee558d5bf317a022a83a1be52696474fa51435.tar.gz |
Update to 1.08b. Closes PR 29583.
New in 1.08 (November 2004)
- perl.syms more verbose so you can diagnose failures.
- You can use environment variables instead of modifying Makefile.PL
to set your -I, -L, etc. options for the Curses libraries.
- c-linux.ncurses.h hints file includes ncurses.h, not curses.h.
- New c-darwin-thread-multi-2level.h hints file.
New in 1.07 (September 2004)
- Call to Perl_isa_sv() changed to isa_sv() because the former doesn't
work on some systems (causes a build failure).
New in 1.06 (July 2001)
o Now requires perl5.005 or better to run. (You can probably run it
in perl5.002-perl5.004 by grabbing newCONSTSUB out of the IO
distribution on CPAN and editing all uses of "foreach my $var" in
my perl scripts.)
o Did lots of fiddling with the file generation in an effort to make
it more comprehensible. In doing so, I moved around the way some
things were done and probably broke it on some systems with weird
compilers. Please let me know.
o changed the "Curses->new()" function to be a bit less clever.
o Support for libmenu! Many thanks to Yury Pshenichny <yura at zp.ua>
who did most of the actual work.
Update: Well, sort of support. For some reason beyond my ken, it
doesn't work with Solaris (2.6) libmenu. (The items won't attach to
the menu.) ncurses menu, both 1.9.9 and 5.2, seem to work fine.
o libform support added, too. Ho hum. ;) This one does appear to
work with Solaris libform.
o Added the following ncurses extension functions:
use_default_colors()
assume_default_colors()
define_key()
keybound()
keyok()
resizeterm()
(Thanks to neild at misago.org, hans at kolej.mff.cuni.cz)
o Re-enabled the functions:
attr_get()
attr_off()
attr_on()
attr_set()
o Between the functions supported and the functions listed in the
pod as not supported, those are all the ones I know about.
Got any more? Let me know.
o Fixed 64 bit issue with getch() and possibly others, truncating
returns of `chtype' to 32 bits. Note that this could possibly
break some OSes. Please let me know.
(Thanks to Randall.G.Steiner at bankofamerica.com)
o Fixed bug where @ARGV was always being cleared, and so no arguments
ever got to MakeMaker.
(Thanks to bdlow at nortelnetworks.com)
o Added hints for Darwin/Mac OS X system.
(Thanks to sdietrich at emlab.com)
o Added note to NETBSD users at the bottom of this README.
o Added a security notice to the README and pod.
(Thanks to connor at ing.umu.se)
o Has anyone successfully used the mouse event stuff?
pkgsrc:
MENUS and FORMS support not enabled because of compilation problems.
Diffstat (limited to 'devel/p5-Curses')
-rw-r--r-- | devel/p5-Curses/Makefile | 14 | ||||
-rw-r--r-- | devel/p5-Curses/distinfo | 8 |
2 files changed, 13 insertions, 9 deletions
diff --git a/devel/p5-Curses/Makefile b/devel/p5-Curses/Makefile index ef82c87faef..f63231a18df 100644 --- a/devel/p5-Curses/Makefile +++ b/devel/p5-Curses/Makefile @@ -1,26 +1,30 @@ -# $NetBSD: Makefile,v 1.23 2004/12/20 11:30:59 grant Exp $ +# $NetBSD: Makefile,v 1.24 2005/03/04 12:09:03 wiz Exp $ # FreeBSD Id: Makefile,v 1.8 1998/04/04 13:58:26 vanilla Exp # -DISTNAME= Curses-1.05 +DISTNAME= Curses-1.08b PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5cur -PKGREVISION= 3 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Curses/} +EXTRACT_SUFX= .tgz MAINTAINER= tech-pkg@NetBSD.org -HOMEPAGE= http://theory.uwinnipeg.ca/CPAN/data/Curses/Curses.html +HOMEPAGE= http://search.cpan.org/dist/Curses/ COMMENT= Perl5 module for terminal screen handling and optimization PKG_INSTALLATION_TYPES= overwrite pkgviews USE_NCURSES= # needs libpanel +WRKSRC= ${WRKDIR}/Curses-1.08 USE_BUILDLINK3= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Curses/.packlist -MAKE_PARAMS= PANELS +MAKE_PARAMS+= PANELS +# does not compile on 2.0 because of conflicts between perl internal header +# files and stdbool.h +#MAKE_PARAMS+= FORMS MENUS pre-configure: @${LN} -sf ${WRKSRC}/hints/c-netbsd.ncurses.h ${WRKSRC}/c-config.h diff --git a/devel/p5-Curses/distinfo b/devel/p5-Curses/distinfo index c5542bf4b12..f9e9c530f99 100644 --- a/devel/p5-Curses/distinfo +++ b/devel/p5-Curses/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.4 2005/02/23 22:24:24 agc Exp $ +$NetBSD: distinfo,v 1.5 2005/03/04 12:09:03 wiz Exp $ -SHA1 (Curses-1.05.tar.gz) = b84873e5196d7495999482df38254ee89e2e5ac4 -RMD160 (Curses-1.05.tar.gz) = 6cca44f775ddb2bd729ecf75d250d578946d63f4 -Size (Curses-1.05.tar.gz) = 60897 bytes +SHA1 (Curses-1.08b.tgz) = 78bc77f736679c2589609e53daae0db6914dc516 +RMD160 (Curses-1.08b.tgz) = dc218ab4349480dc96a64a57012c0d3ba09dec5c +Size (Curses-1.08b.tgz) = 77719 bytes SHA1 (patch-aa) = 9a21c27839667ead39d3b6e0eea3e00c785dcbe4 SHA1 (patch-ab) = 578e6b65a930fd561254d8b6f3da7014debd271c |