aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-FileHandle-Unget
Commit message (Collapse)AuthorAgeFilesLines
* - Remove SITE_PERL from *_DEPENDSFrederic Culot2012-06-071-1/+1
| | | | | | | Submitted by: az@ Notes: svn path=/head/; revision=298672
* - Assign clsung's p5- ports to perl@Steve Wills2012-05-011-1/+1
| | | | | | | Approved by: clsung via IRC Notes: svn path=/head/; revision=295750
* - Revert ports/165605 as requested by portmgr@Philip M. Gollucci2012-03-131-1/+8
| | | | | | | | | | | | Note: devel/p5-B-Size and devel/p5-Devel-Arena where intentionally not restored. PR: ports/165605 Approved by: portmgr (bapt) Feature safe: yes (I sure hope so) Notes: svn path=/head/; revision=293247
* - Remove ports that only work with < perl 5.12 (devel/p5-B-Size, ↵Philip M. Gollucci2012-03-081-8/+1
| | | | | | | | | | | | | | | | | | devel/p5-Devel-Arena) - Remove conditionals for PERL_LEVEL < 501200 - Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk - Other minor cleanups RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS} PR: ports/165605 Submitted by: pgollucci (myself) Approved by: portmgr (linimon) Exp Run by: linimon Tested by: make index Notes: svn path=/head/; revision=292977
* At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450Eitan Adler2012-01-211-1/+1
| | | | | | | | | | | | | ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are currently broken. This is a temporary measure until we organically stop using := or someone(s) spend a lot of time changing all the ports over. Explicit duplication > := > = and this just moves ports one step to the left Approved by: portmgr Notes: svn path=/head/; revision=289563
* The vast majority of pkg-descr files had the following format when theyDoug Barton2011-10-241-2/+1
| | | | | | | | | | | | | | | | | | | had both lines: Author: ... WWW: .... So standardize on that, and move them to the end of the file when necessary. Also fix some more whitespace, and remove more "signature tags" of varying forms, like -- name, etc. s/AUTHOR/Author/ A few other various formatting issues Notes: svn path=/head/; revision=284239
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276999
* - Update to 0.1623Cheng-Lung Sung2009-09-022-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/FileHandle-Unget/Changes Notes: svn path=/head/; revision=240687
* - Update to 0.1622Cheng-Lung Sung2008-08-142-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/FileHandle-Unget/CHANGES Notes: svn path=/head/; revision=218532
* - Take advantage of CPAN macro from bsd.sites.mk, change ↵Marcelo Araujo2008-04-171-2/+1
| | | | | | | | | | | | ${MASTER_SITE_PERL_CPAN} to CPAN. PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav) Notes: svn path=/head/; revision=211450
* Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.Mark Linimon2007-09-081-3/+0
| | | | | | | | | | | Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr Notes: svn path=/head/; revision=199069
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154141
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-2/+2
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154110
* - update to current CPAN version (0.1621, since 06 Feb 2005)Cheng-Lung Sung2005-10-212-3/+3
| | | | | | | | PR: 87714 Submitted by: Christian Lackas <delta AT lackas dot net> Notes: svn path=/head/; revision=146000
* - fix pkg-plistCheng-Lung Sung2004-12-051-1/+1
| | | | | | | Noticed by: kris Notes: svn path=/head/; revision=123167
* - update to 0.16.1Cheng-Lung Sung2004-10-162-3/+3
| | | | | | | Approved by: co-mentor (vanilla) Notes: svn path=/head/; revision=119559
* - update to 0.15.Cheng-Lung Sung2004-09-022-3/+7
| | | | | | | | | | - Switched from WeakRef to Scalar::Util. ( that's why no 0.14 in ports tree) - other minor changes in CHNAGES. Approved by: vanilla (co-mentor) Notes: svn path=/head/; revision=117907
* My territory, suggested by ijliao. :pCheng-Lung Sung2004-08-201-1/+1
| | | | | | | Approved by: vanilla (co-mentor) Notes: svn path=/head/; revision=116729
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* - update from 0.11 to 0.13Erwin Lansing2004-01-022-4/+3
| | | | | | | | | | - get rid of perl 5.005 (bytes.pm) PR: 60816 Submitted by: maintainer Notes: svn path=/head/; revision=97070
* Add p5-FileHandle-Unget 0.11,Vanilla I. Shu2003-10-304-0/+48
a FileHandle which supports ungetting of multiple bytes. PR: 58673 Submitted by: Cheng-Lung Sung <clsung@dragon2.net> Notes: svn path=/head/; revision=92646