Commit graph

13 commits

Author SHA1 Message Date
agc
d9e4cfe05d Add SHA512 digests for distfiles for devel category
Issues found with existing distfiles:
	distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip
	distfiles/fortran-utils-1.1.tar.gz
	distfiles/ivykis-0.39.tar.gz
	distfiles/enum-1.11.tar.gz
	distfiles/pvs-3.2-libraries.tgz
	distfiles/pvs-3.2-linux.tgz
	distfiles/pvs-3.2-solaris.tgz
	distfiles/pvs-3.2-system.tgz
No changes made to these distinfo files.

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-03 03:27:11 +00:00
schmonz
1b73f5471f Update to 1.12. From the changelog:
* Merge pull request from Chris Williams (bingos) to fix "redefinition
  of typedef" errors with v5.19.4 and above

Updating during the freeze, even though this isn't a leaf, because
the only change is our local patch having been merged upstream (and
the freeze only just started). FWIW, mosh still works.
2014-09-15 21:27:35 +00:00
schmonz
9d5243aca4 Fix perl5.20 build on some versions of OS X, NetBSD, OpenBSD. Patch
from <https://github.com/toddr/IO-Tty/pull/3/commits>.
2014-06-02 02:14:10 +00:00
rhaen
fedf02c358 - updated to 1.10
Changelog:
2010-10-11   Todd Rinaldo <toddr@cpan.org>
	* CPAN testers clean. Bumping to release version 1.10

2010-10-04   Todd Rinaldo <toddr@cpan.org>
	* RT 60788 - Better error reporting on Operating Systems
	  that can't set a controlling terminal e.g. BeOS
	* Bump to 1.09_01

2010-10-04   Todd Rinaldo <toddr@cpan.org>
	* CPAN testers looks clean. Internal testing done on perl 5.6
	* Bump version to 1.09 and release to CPAN
2010-12-17 18:20:18 +00:00
rhaen
a97c89fe55 - updated to 1.08
- removed patch-ab
ChangeLog:
2009-02-05   Roland Giersig  <rgiersig@cpan.org>
	* v1.08
	* Makefile.PL, Tty.xs: added support for posix_openpt(),
          thanks to Ed Schouten for providing a patch
2009-02-25 14:12:04 +00:00
rhaen
18e71a3c9f - 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>
2008-02-09 16:34:43 +00:00
heinz
d75baa6296 IO::Tty was broken on NetBSD >= 3.0.
patch-ab is only an unintrusive short-term fix, discussion with the authors
how to fix it correctly has started.

NetBSD >= 3.0 supports grantpt() but it invalidates the slave
FD (see grantpt(3) on NetBSD) obtained through openpty() so we discard
the (now invalid) descriptor for the slave tty. This causes Tty.xs to open
the slave tty again.

The issue should be really fixed by using posix_openpt() instead of
openpty(). The functions posix_openpt(), grantpt(), unlockpt()
and ptsname() belong together and should be used ahead of
all the other ways to create the master and slave tty, not just
on NetBSD. See also
http://www.opengroup.org/onlinepubs/009695399/functions/posix_openpt.html
2006-02-19 01:28:53 +00:00
agc
4a3d2f7ce2 Add RMD160 digests. 2005-02-23 22:24:08 +00:00
wiz
6c2816e37e regen (no patch-aa) 2002-04-19 13:15:12 +00:00
shell
d69b59e8fb Updated to p5-IO-Tty-1.02
ChangeLog :

* Tty.pm, Pty.pm: v1.02; disable warning for non-existant die handler
* Makefile.PL: remove cpp, test-compile instead
* Tty.pm, Pty.pm: disable die handler when requiring Stty
2002-04-17 10:22:28 +00:00
jlam
61900df227 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>.
2002-03-22 06:57:34 +00:00
wiz
dfb2d5edc6 Move to sha1 digests, and/or add distfile sizes. 2001-04-21 00:44:09 +00:00
agc
d7d36b3561 + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 10:57:56 +00:00
Renamed from devel/p5-IO-Tty/files/md5 (Browse further)