2005-04-11 23:48:17 by Todd Vierling | Files touched by this commit (3539) |
Log message:
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
|
2005-02-23 23:24:35 by Alistair G. Crooks | Files touched by this commit (505) |
Log message:
Add RMD160 digests.
|
2005-02-18 13:57:36 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 1.06:
2004-11-05 Gisle Aas
Release 1.06
Make seek() return TRUE when it succeed. It used to
return the new position, but we want to be compatible with
the builtin seek().
Patch contributed by Kurt M. Brown
Make print() and printf() return TRUE even when printing
the empty string. The used to return the lenght of the string
printed, but now they always return 1 to be compatible with
the builtins.
Make binmode() return TRUE unless layers are provided.
2004-04-01 Gisle Aas
Release 1.05
Fix handling of paragraph mode.
<https://rt.cpan.org/Ticket/Display.html?id=5425>
|
2004-12-20 12:31:14 by grant beattie | Files touched by this commit (467) |
Log message:
since perl is now built with threads on most platforms, the perl archlib
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-04-25 05:51:30 by Min Sik Kim | Files touched by this commit (1) |
Log message:
Bl3ify and enable pkgviews installation.
|
2004-02-08 22:17:43 by Kimmo Suominen | Files touched by this commit (2) |
Log message:
Update to 1.04:
- Documentation fixes
- Seek will not reset the input_line_number (aka $.) for the IO::String
object any more.
- Workaround for core dump in close() in perl-5.6.x.
Prerequisite for p5-Image-Info-1.16
|
2003-07-17 23:50:07 by grant beattie | Files touched by this commit (1504) |
Log message:
s/netbsd.org/NetBSD.org/
|
2003-06-02 03:21:53 by Jan Schaumann | Files touched by this commit (1131) |
Log message:
Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
|
2003-01-31 11:53:56 by Shell Hung | Files touched by this commit (3) |
Log message:
Updated to p5-IO-String-1.02
Changes :
- Complemented the tiehandle interface with SEEK/TELL/EOF/BINMODE.
- Make close($io) untie the object. This make it possible
to avoid memory leaks in perl-5.8 which seems to have problems
with self-ties. Based on patch by Eric Kolve <ekolve@attbi.com>.
pkgsrc :
- fmt on DESCR
|
2002-10-14 00:22:55 by Stoned Elipot | Files touched by this commit (41) |
Log message:
Use buildlink2. Use perl5/module.mk.
|