summaryrefslogtreecommitdiff
path: root/devel/p5-FileHandle-Unget/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2022-06-28*: recursive bump for perl 5.36wiz1-2/+2
2021-05-24*: recursive bump for perl 5.34wiz1-2/+2
2020-08-31*: bump PKGREVISION for perl-5.32.wiz1-2/+2
2019-08-11Bump PKGREVISIONs for perl 5.30.0wiz1-2/+2
2019-06-30Update packages using a search.cpan.org HOMEPAGE to metacpan.org.nia1-2/+2
The former now redirects to the latter. This covers the most simple cases where http://search.cpan.org/dist/name can be changed to https://metacpan.org/release/name. Reviewed by hand to hopefully make sure no unwanted changes sneak in.
2018-08-22Recursive bump for perl5-5.28.0wiz1-1/+2
2018-08-15Update to 0.1634wen1-4/+3
Upstream changes: Version 0.1634: - Fix Makefile.PL warning - Fix deleting of inc during release process - Better fix for AutomatedTester warning Version 0.1632: - Updating META.yml Version 0.1632: - Switch to File::Slurper Version 0.1631: - Trying once again to fix the compile test on windows Version 0.1630: - Check in standard tests, including one that skips the compile check on Windows - Add missing URI::Escape dependency Version 0.1629: - Add standard tests - Fix compatibility issue with newer versions of perl, which remove "." from @INC. https://rt.cpan.org/Ticket/Display.html?id=121434
2017-06-12Fix build with perl 5.26maya1-1/+2
2017-06-05Recursive revbump from lang/perl5 5.26.0ryoon1-2/+2
2016-06-08Bump PKGREVISION for perl-5.24.wiz1-2/+2
2015-06-12Recursive PKGREVISION bump for all packages mentioning 'perl',wiz1-1/+2
having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
2015-05-06Update to 0.1628mef1-3/+2
---------------- Version 0.1628: Sat May 2 2015 - Prevent CPAN from indexing private-lib
2015-04-23Add dependency to www/p5-URI (unless Can't locate URI/Escape.pm), thanks joerg@.mef1-1/+3
2015-04-21(pkgsrc)mef1-2/+3
- Add dependency as DEPENDS+= p5-File-Slurp-[0-9]*:../../devel/p5-File-Slurp (upstream) - Update 0.1625 to 0.1627 ------------------------ Version 0.1627: Mon Apr 20 2015 - Clarify licensing terms - Move verbose testing to a private module, and implement it in a way that doesn't require editing the Makefile after it is generated. - Require File::Slurp instead of including it, to avoid potential problems like this: http://www.cpantesters.org/cpan/report/86a0145a-e52b-11e4-a1d1-8536eb4f9f07 - Fix tests so that they don't prematurely delete the temp file See for example: http://www.cpantesters.org/cpan/report/3adcb600-6bf9-1014-8336-f8616735162a - Fix tests on Windows. http://www.cpantesters.org/cpan/report/482c4765-af8d-1014-8ca5-91062b825c07 Version 0.1626: Sun Apr 12 2015 - Enable verbose testing for CPAN-testers - Consolidate issue tracking at rt.cpan.org
2015-04-09Update 0.1623 to 0.1625mef1-3/+2
----------------------- Version 0.1625: Mon Mar 30 2015 - Modify the memory leak test to check for <= 0 bytes. I'm not sure how this scenario happens, but test failures like this indicate that it can: http://www.cpantesters.org/cpan/report/bdd0e36c-d0dd-11e4-954f-5702e0bfc7aa - Attempt to fix loss of lines when $/ is undef. Thanks to Nigel Horne for the automated testing that found the failure. http://www.cpantesters.org/cpan/report/60452d60-d3cc-11e4-b60b-c2157e3e1735 Version 0.1624: Sun Mar 22 2015 - Moved code to github - Added POD test - Improve testability of binmode_bug.t, stdin_tell_bug.t - Implement a potential fix for test failures where FileHandle::getline() seems to be reading a single line even though $/ is undef. Unfortunately I can't reproduce this failure, so I'll submit and check the CPAN Testers reports. - Use "local $/" instead of reassigning global $/. Perhaps this is somehow related to the test failures above? - Improve documentation for input_record_separator()
2014-05-29Bump for perl-5.20.0.wiz1-2/+2
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
2013-05-31Bump all packages for perl-5.18, thatwiz1-2/+2
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
2012-10-31Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-2/+2
are called p5-*. I hope that's all of them.
2011-08-14Revision bump after updating perl5 to 5.14.1.obache1-2/+2
2010-08-21Bump the PKGREVISION for all packages which depend directly on perl,seb1-1/+2
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=..."), minus the packages updated after the perl package update. sno@ was right after all, obache@ kindly asked and he@ led the way. Thanks!
2009-09-12Updating devel/p5-FileHandle-Unget from 0.1622nb1 to 0.1623sno1-3/+4
pkgsrc changes: - Adding license definition Upstream changes: Version 0.1623: Sun Aug 9 2009 - Fixed a bug where files with binary data would sometimes cause an unitialized value warning at line 394 as well as incorrect behavior. (Thanks to Bill Nugent <whn@lopi.com> for the bug report and initial patch.) - Removed unused ExtUtils::MakeMaker::bytes, which doesn't exist anymore anyway. (Thanks to Slaven Rezi'c <srezic@cpan.org> for the bug report.)
2008-10-19Bump the PKGREVISION for all packages which depend directly on perl,he1-1/+2
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=...").
2008-08-05Update from 0.1621 to 0.1622.he1-3/+6
Pkgsrc changes: o Change HOMEPAGE to use dist/ instead of user name. o Add USE_TOOLS+=perl for the tests Upstream changes: Version 0.1622: Wed Jul 16 2008 - Updated to the latest version of Module::Install - Removed auto-install for better compatibility with CPAN and others - Moved hosting to Google Code
2008-06-20Add DESTDIR support.joerg1-1/+3
2006-10-27Update p5-FileHandle-Unget to 0.1621.obache1-5/+2
Changes: Version 0.1621: - Improved compatibility with versions of Perl older than 5.6.0, by replacing "use bytes" with "use ExtUtils::MakeMaker::bytes". (Thanks to <nothingmuch@woobling.org> for the bug report.) - Fixed test case error reporting for tests that fail to fork. (Thanks to <corion-cpansmoker@corion.net> for the test failure report.) - Fixed unexpected success of binmode_bug.t test on Windows 2000. (Thanks to Max Maischein <corion@corion.net> for the bug report.) - Fixed a bug in stdin_tell_bug.t. (Thanks to Max Maischein <corion@corion.net> for the bug report.) Version 0.1620: Tue Dec 21 2004 - Fixed version numbers, which were incompatible with some modules. (Thanks to Tassilo von Parseval <tassilo.von.parseval@rwth-aachen.de> for the bug report) - Switched to Test::More for better test reporting - Removed the use of the "English" module to work around a bug that exists in some versions of Perl. See http://groups.google.com/groups?th=e3483b06a956030e for more info. (Thanks to Jim Longino <jlongino@jaguar1.usouthal.edu> for the bug report.) Version 0.16.1: Thu Sep 16 2004 - Added missing inc/ dependency Version 0.16.0: Wed Sep 15 2004 - Fixed stdin_tell_bug.t so that it's more platform-dependent. (Martin Thurn <martin.thurn@ngc.com> reports that Solaris 2.8 returns 0 instead of -1). - Added filehandle-specific input_record_separator capability (Feature suggestion by David Muir Sharnoff <muir@idiom.com>) - Changed Makefile.PL to use Module::Install Version 0.15: - Switched from WeakRef to Scalar::Util, which is included in recent versions of Perl. (Thanks to Joey Hess <joey@kitenet.net> for the suggestion and patch.) - Fixed a bug involving pipes and tell(), where tell() would cause following operations to fail. (Thanks to Karol Szafranski <szafrans@imb-jena.de> for the bug report.) - Added new_from_fd support (Thanks to Karol Szafranski <szafrans@imb-jena.de> for the bug report.) - Fixed a bug in which <$fh> would always behave as if called in a list context after the first such call.
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2005-08-06Bump the PKGREVISIONs of all (638) packages that hardcode the locationsjlam1-2/+2
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
2005-07-13Turn PERL5_PACKLIST into a relative path instead of an absolute path.jlam1-2/+2
These paths are now relative to PERL5_PACKLIST_DIR, which currently defaults to ${PERL5_SITEARCH}. There is no change to the binary packages.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2004-12-20since perl is now built with threads on most platforms, the perl archlibgrant1-1/+2
module directory has changed (eg. "darwin-2level" vs. "darwin-thread-multi-2level"). binary packages of perl modules need to be distinguishable between being built against threaded perl and unthreaded perl, so bump the PKGREVISION of all perl module packages and introduce BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct dependencies are registered and the binary packages are distinct. addresses PR pkg/28619 from H. Todd Fujinaka.
2004-05-07Initial import of p5-FileHandle-Unget-0.14:wiz1-0/+18
FileHandle::Unget is a drop-in replacement for FileHandle which allows more than one byte to be placed back on the input. It supports an ungetc(ORD) which can be called more than once in a row, and an ungets(SCALAR) which places a string of bytes back on the input.