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.
Pkgsrc changes:
- Changed HOMEPAGE because of new maintainer.
- PACKLIST changed because the name of the _module_ is now IO::Stringy.
Changes since version 2.109:
============================
* 2208 IO::ScalarArray->getline does not return undef for EOF if
undef($/)
* 7132 IO-stringy/Makefile.PL bug - name should be module name
* 11249 IO::Scalar flush shouldn't return undef
* 2172 $\ (output record separator) not respected
* 8605 IO::InnerFile::seek() should return 1 on success
* 4798 *.html in lib/
* 4369 Improvement: handling of fixed-size reads in IO::Scalar
(Actually, bug 4369 was closed in Version 2.109)
Added untested SEEK, TELL, and EOF methods to IO::Scalar and
IO::ScalarArray to support corresponding functions for tied
filehandles
Removed not-fully-blank lines from modules; these were causing lots
of POD-related warnings
IO::Scalar objects can now be made sensitive to $/ . Pains were
taken to keep the fast code fast while adding this feature
IO::Scalar has a new sysseek() method