Commit graph

31 commits

Author SHA1 Message Date
wiz
d2ca14a3f1 Bump all packages for perl-5.18, that
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.
2013-05-31 12:39:57 +00:00
rhaen
69d1bdbc09 Updated to 1.21
no upstream changelog
2013-01-26 20:15:16 +00:00
asau
e1ab7079b6 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-31 11:16:30 +00:00
wiz
8b5d49eb78 Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
2012-10-03 21:53:53 +00:00
adam
92e971c57e Changes 1.20: unknown 2011-08-12 12:03:39 +00:00
seb
c3f1e700ad Bump the PKGREVISION for all packages which depend directly on perl,
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!
2010-08-21 16:32:42 +00:00
hiramatsu
3a92cd5ecb Add buildlink3.mk for devel/p5-Event. 2010-04-13 07:15:53 +00:00
rhaen
11fa9df22c - upstream info: Version bump after moving to a new git repo
http://gitorious.org/perl-event/mainline
2009-10-12 10:02:49 +00:00
sno
dac70c1b67 Updating devel/p5-Event from 0.11nb1 to 0.12
pkgsrc changes:
  - Adding HOMEPAGE and LICENSE definition

Upstream changes:
Author refers to git://nirmalvihar.info/home/joshua/event.git, but:
> hostname nor servname provided, or not known
2009-09-16 18:34:31 +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
rhaen
b2981ecb10 - updated to 1.11
Changelog:
- tests is too sensitive to load on the machine causing
  random failures. Better to remove it from the regression test
  battery.
- Increase minimum version of perl to 5.006_003
- Make debug code compile again
- s/double/NV/g to support uselongdouble
2008-07-15 18:17:13 +00:00
rhaen
8fb5f109a1 - updated to 1.10 2008-02-06 15:23:25 +00:00
rhaen
2106b3da10 - updated to 1.09
- DESTDIR support
- new maintainer
- ok'ed by rillig
changelog:
2007-05-21    <joshua@always.joy.eth.net>

	* Event is now stored in GIT. You can grab a copy with "git clone
	git://nirmalvihar.info/home/joshua/event.git".  I will not be
	updating this ChangeLog anymore because the full history plus
	changelog will be stored in GIT.

2006-10-11    <joshua@always.joy.eth.net>

	* Add casts to quell warnings as suggested by JDHEDDEN@cpan.org.

2006-10-10    <joshua@always.joy.eth.net>

	* Release 1.07.

	* Marc Lehmann <schmorp@schmorp.de> suggests using mg_ptr instead
	of mg_obj. Sounds good to me.
2007-12-13 11:54:40 +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
adrianp
fcbeae86c3 - Last update to p5-Event missed this file 2005-07-14 18:25:45 +00:00
adrianp
9bc6ba7b7d - Update p5-Event
> 2005-05-14    <joshua@always.joy.eth.net>
>
> 	* Release 1.06.
>
> 2005-05-09    <joshua@always.joy.eth.net>
>
> 	* Fix 64 bit issue.  Encouraged by Eric Rybski
> 	<rybskej@yahoo.com>.
>
> 2005-04-23    <joshua@always.joy.eth.net>
>
> 	* Release 1.05.
>
> 	* Fix ancient memory leak in loop() noticed by Nikita Savin
> 	<nik@asdfgroup.com>.
>
> 2005-03-29    <joshua@always.joy.eth.net>
>
> 	* Release 1.04.
>
> 	* Preliminary /dev/poll support from Michael Pergament
> 	<ESeifert@t-online.de>.  As of yet, there is no config test to
> 	turn on this code.  Patches welcome.
>
> 2005-01-31    <joshua@always.joy.eth.net>
>
> 	* Release 1.03.
>
> 	* Apply Win32 patch from Graciliano M. P. <gmpowers@terra.com.br>.
>
> 2004-12-08    <joshua@always.joy.eth.net>
>
> 	* Release 1.02.
>
> 2004-12-08    Zefram <zefram@fysh.org>
>
> 	* Generic watchers: implementation, documentation, and tests.
>
> 	* Documentation refinements.
>
> 2004-11-29    <joshua@always.joy.eth.net>
>
> 	* Release 1.01.
>
> 	* Event.xs: Due to popular demand, queue_pending() is now a public
> 	API, for better or worse.  Beware of race conditions.
>
> 2004-11-29    Zefram <zefram@fysh.org>
>
> 	* A var watcher can currently be created with no variable to
> 	watch, provided of course that it is parked.  However, once a
> 	variable has been set, the watcher cannot be returned to the
> 	no-variable state.  The variable to watch can be changed, but the
> 	watcher rejects any attempt to set the reference to undef.
>
> 	Applied a patch to allow the variable reference of a var watcher
> 	to be set to undef.
>
> 	* Applied patch to clarify the documentation (with tweaks from
> 	Joshua).
>
> 2004-05-14    <joshua@always.joy.eth.net>
>
> 	* Release 1.00 (with Marc Lehmann's encouragement).
>
> 	* c/watcher.c (pe_watcher_now): Check for a missing callback, not
> 	only a missing perl callback.  Marc A. Lehmann <pcg@goof.com>
>
> 2004-04-26    <joshua@always.joy.eth.net>
>
> 	* lib/Event.pm (import): Make NO_TIME_HIRES actually work. Jerry
> 	D. Hedden <jerry@hedden.us>
>
> 2004-04-22    <joshua@always.joy.eth.net>
>
> 	* c/signal.c (pe_signal_stop): When a signal watcher stops, the
> 	signal counter is cleared.  Otherwise the signal watcher can
> 	generate one last event after being stopped, which is a
> 	bug. (Pointed out by Zefram <zefram@fysh.org>)
>
> 2004-04-21    <joshua@always.joy.eth.net>
>
> 	* Release 0.88.
>
> 	* lib/Event.pm: Simplify hooking into Time::HiRes.  Add a
> 	NO_HIRES_TIME export_ok symbol to turn off the probing.
>
> 	* Event.xs: Remove U2time. Remove install_time_api().
>
> 	* lib/Event.pod: More refinement from Zefram <zefram@fysh.org>.
>
> 	* lib/Event.pod: ($watcher->pending & signal watchers): More
> 	specific description by Zefram <zefram@fysh.org>.
>
> 	* c/watcher.c (pe_watcher_now): Fix SEGV reported by Zefram
> 	<zefram@fysh.org>.  Add test.
>
> 2004-04-05    <joshua@always.joy.eth.net>
>
> 	* lib/Event.pod (timer): Correction by Randal L. Schwartz
> 	<merlyn@stonehenge.com>.
>
> 2004-04-03    <joshua@always.joy.eth.net>
>
> 	* lib/Event.pod (timer): Doc clarification
> 	(jdhedden@1979.usna.com).
>
> Tue Feb 18 21:57:04 2003  Joshua N Pritikin  <vishnu@pobox.com>
>
> 	* Release 0.87.
>
> 	* c/var.c (tracevar_r, tracevar_w): Fix declaration for recent
> 	versions of perl (patch from Nick Eggleston <nick@dccinc.com>).
>
> Sat May 25 11:23:50 2002  Joshua N Pritikin  <vishnu@pobox.com>
>
> 	* Release 0.86.
>
> 	* c/unix.c: Solaris works better without POLLWRBAND (Clemens
> 	Schrimpe <csch@Kiez.NET>).
>
> Fri Feb  1 12:20:33 2002  Joshua N Pritikin  <vishnu@pobox.com>
>
> 	* Release 0.85.
>
> 	* Apply patch from Allen Smith <easmith@beatrice.rutgers.edu>
> 	to avoid infinite polling loop on some select implementations.
> 	Also reported by Marc Lehmann <pcg@goof.com>.
>
> Tue Jan 22 12:20:24 2002  Joshua N Pritikin  <vishnu@pobox.com>
>
> 	* Doc StarvePrio (Allen Smith <easmith@beatrice.rutgers.edu>).
>
> 	* Remove IRIX special casing.  Reports indicate that new versions
> 	of IRIX don't need any hacks. (Allen Smith
> 	<easmith@beatrice.rutgers.edu>)
>
2005-07-14 18:25:08 +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
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
jlam
848d6eb2a3 bl3ify 2004-01-05 22:16:24 +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
explorer
b7a3462e50 update to Event-0.83 2002-01-12 17:47:20 +00:00
jlam
cc4128d97e Buildlinkify, in the sense that only the perl headers are found in
${PREFIX} -- everything else is pickup up from ${BUILDLINK_DIR}.
2001-11-26 06:49:36 +00:00
zuntum
c72c1cf5f9 Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
veego
63ad910dee SVR4 packages have a limit of 9 chars for a package name.
The automatic truncation in gensolpkg doesn't work for packages which
have the same package name for the first 5-6 chars.
e.g. amanda-server and amanda-client would be named amanda and amanda.
Now, we add a SVR4_PKGNAME and use amacl for amanda-client and amase for
amanda-server.
All svr4 packages also have a vendor tag, so we have to reserve some chars
for this tag, which is normaly 3 or 4 chars. Thats why we can only use 6
or 5 chars for SVR4_PKGNAME. I used 5 for all the packages, to give the
vendor tag enough room.
All p5-* packages and a few other packages have now a SVR4_PKGNAME.
2001-10-18 15:20:01 +00:00
explorer
286817445d add p5-Event-0.81 2001-06-10 06:11:28 +00:00