Commit graph

18 commits

Author SHA1 Message Date
sno
31dee80fad PkgSrc changes:
- Updating package to 0.17

Upstream changes:
0.17 2009-03-10
    - Make unicode test work on older Perls.

0.16 2009-03-09
    - Add unicode test.

0.15 2009-03-09
    - Add some logging to help diagnose smoke failures.

0.14 2009-03-07
    - Croak if 4 char key string is not 8-bit clean. See #33672.
2009-04-12 00:48:21 +00:00
he
b021813da0 Bump the PKGREVISION for all packages which depend directly on perl,
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-10-19 19:17:40 +00:00
heinz
50e7c9ef29 Updated to version 0.13.
Pkgsrc changes:
  - Provided HOMEPAGE.
  - The package supports installation to DESTDIR.
  - A C compiler is needed.
  - The "Configure" script has been removed, so we do not have tell it to use
    defaults (part of patch-aa) or change its stdin in MAKE_PARAMS anymore.
  - sharelite.c has been renamed upstream, no more need to do this in pkgsrc,
    thus making patch-aa and patch-ab obsolete.

Changes since version 0.09:
===========================
0.13 2008-03-09
    - Fixed patching of double quoted strings in Makefile. Affects Win32
      and, probably, VMS.

0.12 2008-02-25
    - Use Devel::CheckLib to verify that we have a C compiler.

0.11 2008-02-25
    - Removed POD coverage test. Dynamic constants make it flaky.

0.10 2008-02-24
    - Use Perl's malloc wrappers
    - moved test into t/sharelite.t
    - made test use Test::More
    - removed Configure mechanism
    - assorted minor tidying
2008-04-06 14:23:55 +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
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
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
schmonz
f3ee81158b Build the two object files with filenames that are unique even on
case-insensitive filesystems. Fixes build on OS X.
2005-03-22 07:37:05 +00:00
agc
4a3d2f7ce2 Add RMD160 digests. 2005-02-23 22:24:08 +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
a54636d6f3 Bl3ify and enable pkgviews installation. 2004-04-25 03:43:06 +00:00
he
8cf61eeb16 Update p5-IPC-ShareLite from 0.08 to 0.09.
Changelog:

0.09 Wed Dec  4 13:51:05 PST 2002
        - fixed bug in size() thanks to Craig Manley <c.manley@skybound.nl>
2003-08-31 10:01: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
seb
25e9e6b0ea Use buildlink2. Use perl5/module.mk. 2002-10-13 22:22:45 +00:00
jlam
96904a0049 Buildlinkify. 2001-11-28 05:20:38 +00:00
mjl
e06ff0adfc Initial import of p5-IPC-ShareLite
IPC::ShareLite provides a simple interface to shared memory, allowing
data to be efficiently communicated between processes.

It provides an abstraction of the shared memory and semaphore facilities
of SysV IPC, allowing the storage of arbitrarily large data; the module
automatically acquires and removes shared memory segments as needed.
Storage and retrieval of data is atomic, and locking functions are
provided for higher-level synchronization.

In many respects, this module is similar to IPC::Shareable. However,
IPC::ShareLite does not provide a tied interface, does not (automatically)
allow the storage of variables, and is written in C for additional speed.
2001-11-20 08:04:50 +00:00