- updated to 1.07
- DESTDIR support - maintainer change - oked by joerg, rillig 2006-07-18 Roland Giersig <rgiersig@cpan.org> * v1.07 * Tty.xs: added some more letter to BSD allocation 2006-07-15 Roland Giersig <rgiersig@cpan.org> * v1.06 * Tty.pm: pre-allocate buffer for ioctl 2006-06-06 Roland Giersig <rgiersig@cpan.org> * v1.05 * Tty.xs: added includes <sys/pty.h> and <sys/ptyio.h> 2006-05-28 Roland Giersig <rgiersig@cpan.org> * v1.04 * Tty.xs: added handling for z/OS (uses /dev/ptyp0000) * Makefile.PL: added <sys/pty.h> (for HPUX) 2006-04-25 Roland Giersig <rgiersig@cpan.org> * v1.03 * Tty.c: changed newCONSTSUB to use newSV(0) instead of PL_sv_undef, now undef'd constants work * Makefile.PL: made ccflags handling meta-char safe, added ldflags; enhanced error msg * Makefile.PL: added <sys/ptyio.h>
This commit is contained in:
parent
6709550046
commit
18e71a3c9f
2 changed files with 9 additions and 8 deletions
|
@ -1,17 +1,18 @@
|
|||
# $NetBSD: Makefile,v 1.19 2006/03/04 21:29:22 jlam Exp $
|
||||
# $NetBSD: Makefile,v 1.20 2008/02/09 16:34:43 rhaen Exp $
|
||||
#
|
||||
|
||||
DISTNAME= IO-Tty-1.02
|
||||
DISTNAME= IO-Tty-1.07
|
||||
PKGNAME= p5-${DISTNAME:C/T/t/}
|
||||
SVR4_PKGNAME= p5itt
|
||||
PKGREVISION= 3
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/}
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
MAINTAINER= rhaen@NetBSD.org
|
||||
COMMENT= Another Perl class for I/O on tty and pseudo-tty devices
|
||||
|
||||
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
|
||||
PERL5_PACKLIST= auto/IO/Tty/.packlist
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.7 2006/02/19 01:28:53 heinz Exp $
|
||||
$NetBSD: distinfo,v 1.8 2008/02/09 16:34:43 rhaen Exp $
|
||||
|
||||
SHA1 (IO-Tty-1.02.tar.gz) = 466e634f5863190a25cb9f3c0878cfe2fe68a3a0
|
||||
RMD160 (IO-Tty-1.02.tar.gz) = ac3ec521bad4f7835a9c15cbeb60fe6f85399f98
|
||||
Size (IO-Tty-1.02.tar.gz) = 23105 bytes
|
||||
SHA1 (IO-Tty-1.07.tar.gz) = 3dda5c1bf10aecb51627a4c9abdc60a471e1915e
|
||||
RMD160 (IO-Tty-1.07.tar.gz) = 2a4f41ff0e275d9d76aacbe03723c27d3dfe0a3f
|
||||
Size (IO-Tty-1.07.tar.gz) = 22004 bytes
|
||||
SHA1 (patch-ab) = 3465382b06e4facf1b5b5403b69fa7ff1011ff9a
|
||||
|
|
Loading…
Reference in a new issue