Commit graph

18 commits

Author SHA1 Message Date
heinz
89fa29750f The package needs no C compiler. 2008-01-08 20:41:00 +00:00
jlam
56ba4d2690 Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk
can handle packages having no PLIST files.
2007-10-25 16:54:26 +00:00
joerg
605f49a154 DESTDIR support. 2006-11-05 17:49:33 +00:00
jlam
9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
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.
2006-03-04 21:28:51 +00:00
wiz
6413f28f27 Update to 1.08:
2005-12-05   Gisle Aas

   Release 1.08

   The untie code in close() just seemed wrong, so just
   remove it.  The object still seems to get cleaned up
   on various versions perl.



2005-10-24   Gisle Aas

   Release 1.07

   Make sure read() will not return negative values.
   <https://rt.cpan.org/Ticket/Display.html?id=13841>
2006-01-03 17:35:27 +00:00
jlam
7fbb8d9527 Bump the PKGREVISIONs of all (638) packages that hardcode the locations
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.
2005-08-06 06:19:03 +00:00
jlam
7a6521287b Turn PERL5_PACKLIST into a relative path instead of an absolute path.
These paths are now relative to PERL5_PACKLIST_DIR, which currently
defaults to ${PERL5_SITEARCH}.  There is no change to the binary
packages.
2005-07-13 18:01:18 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
agc
4a3d2f7ce2 Add RMD160 digests. 2005-02-23 22:24:08 +00:00
wiz
ec3b930df8 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>
2005-02-18 12:57:35 +00:00
grant
908e765695 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-12-20 11:30:55 +00:00
minskim
2e164ecdd0 Bl3ify and enable pkgviews installation. 2004-04-25 03:49:09 +00:00
kim
c6c585065f 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
2004-02-08 21:17:43 +00:00
grant
4083b24390 s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
jschauma
e366d0c694 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-06-02 01:15:31 +00:00
shell
6129da231b 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
2003-01-31 10:53:56 +00:00
seb
25e9e6b0ea Use buildlink2. Use perl5/module.mk. 2002-10-13 22:22:45 +00:00
dmcmahill
370132476c initial import of p5-IO-String-1.01
This module is needed to make www/bins work correctly hence the import during
the freeze.

IO::String is an IO::File (and IO::Handle) compatible class that read
or write data from in-core strings.  It is really just a
simplification of Eryq's IO-stringy modules.  As such IO::String is
a replacement for IO::Scalar.
2002-07-30 02:02:50 +00:00