diff options
author | jlam <jlam@pkgsrc.org> | 2002-03-22 06:57:34 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-03-22 06:57:34 +0000 |
commit | 61900df227f26cff52b7a4f467a5e445d48afabf (patch) | |
tree | aa092a86eade79895c7637b86bf6c2b56d1ca2c5 /devel/p5-IO-Tty/Makefile | |
parent | c57452c60ef2c3e5124e97025b6be87530108b9a (diff) | |
download | pkgsrc-61900df227f26cff52b7a4f467a5e445d48afabf.tar.gz |
Update p5-IO-Tty to 1.00. Major changes from version 0.04 include
additions to the API and a complete rewrite of the way a pty is allocated,
and the use of openpty() in *BSD to open the allocated pty, and other bug
fixes.
We had to fix Makefile.PL to correctly invoke the preprocessor. The changes
have been forwarded to the author.
This closes pkg/15896 by Shell Hung <shell@shellhung.org>.
Diffstat (limited to 'devel/p5-IO-Tty/Makefile')
-rw-r--r-- | devel/p5-IO-Tty/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-IO-Tty/Makefile b/devel/p5-IO-Tty/Makefile index 9d41f55ef7d..13585360cce 100644 --- a/devel/p5-IO-Tty/Makefile +++ b/devel/p5-IO-Tty/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2001/11/26 06:49:51 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2002/03/22 06:57:34 jlam Exp $ # -DISTNAME= IO-Tty-0.04 +DISTNAME= IO-Tty-1.00 PKGNAME= p5-${DISTNAME:C/T/t/} SVR4_PKGNAME= p5itt CATEGORIES= devel perl5 |