Commit graph

37 commits

Author SHA1 Message Date
wiz
00da7815c0 *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
wiz
84e123ddd2 Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
wiz
93b46879c7 Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
wiz
42426a5a45 Follow some redirects. 2017-09-03 08:53:04 +00:00
ryoon
828118e820 Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:22 +00:00
wiz
86a78fce2e Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
wen
4f3d8eb13c Update to 0.23
Upstream changes:
0.23  Fri Jan  1 2016
	- RT#110330: fix taint safe test (Owen Boyle).

0.22  Wed Oct 28 2015
	- RT#108012: force all tests to be executed sequentially (Alceu Rodrigues de Freitas Junior).
2016-01-02 13:42:58 +00:00
agc
d9e4cfe05d Add SHA512 digests for distfiles for devel category
Issues found with existing distfiles:
	distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip
	distfiles/fortran-utils-1.1.tar.gz
	distfiles/ivykis-0.39.tar.gz
	distfiles/enum-1.11.tar.gz
	distfiles/pvs-3.2-libraries.tgz
	distfiles/pvs-3.2-linux.tgz
	distfiles/pvs-3.2-solaris.tgz
	distfiles/pvs-3.2-system.tgz
No changes made to these distinfo files.

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-03 03:27:11 +00:00
mef
2ee10a4190 Update 0.19 to 0.21
-------------------
0.21  Thu Aug  6 2015
	- GH#5: make tests less time-sensitive (Stefan Parvu).
	- RT#103130: fix taint safe test (Hakon Haegland).

0.20  Wed Jun 24 2015
	- GH#4: fix taint safe test (rouzier).
	- RT#103130: make tests less time-sensitive (Remi Collet, ppisar).
2015-09-06 04:04:49 +00:00
wiz
0982effce2 Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
2015-06-12 10:48:20 +00:00
mef
a9bf5466a8 Update to 0.19
--------------
0.19  Sat Mar 21 2015
        - RT#102360: add file_umask option (Cyrille Mastchenko).
2015-04-12 09:49:18 +00:00
mef
d6394c641a (pkgsrc)
- Drop patch-lib_Proc_Daemon.pm, upstream fix it.
(upstream)
 - Update 0.14 to 0.18
-------------------
0.18  Mon Jan 26 2015
	- GH#2: make Proc::Daemon internally taint safe (Rob Van Dam).
	- GH#3: add option to setgid, same as setuid (Rob Van Dam).

0.17  Fri Jan 23 2015
	- Move umask test to the end, should fix some failures from CPAN Testers.
	- RT#73352: replace exit with POSIX::_exit(0) in the "first child".

0.16  Thu Jan 22 2015
	- GH#1: fix Proc::ProcessTable test requirement.
	- RT#72107: die when exec_command fails.

0.15  Wed Jan 21 2015
	- RT#91450: fix pid file permissions.
	- RT#88512: fix typos in the documentation.
2015-02-14 13:00:36 +00:00
wiz
cda18437be Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
wiz
e8647fedbb Remove SVR4_PKGNAME, per discussion on tech-pkg. 2014-10-09 13:44:32 +00:00
wiz
7eeb51b534 Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
2014-05-29 23:35:13 +00:00
wen
a24864389f Fix CVE-2013-7135 (patch is from Debian)
Add LICENSE
Add missing BUILD_DEPENDS for test

Approved by:	wiz@
2013-12-20 15:43:51 +00:00
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
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
wiz
31bd9e0dc8 Reset maintainer, sketch resigned. 2011-11-28 00:06:17 +00:00
obache
39619a9444 Revision bump after updating perl5 to 5.14.1. 2011-08-14 12:26:04 +00:00
bouyer
ce4cd97403 Update to 0.14, OK sketch@
Changes since 0.03:
0.14  Fri Jun 03 2011
	- The filename memory is now a part of the object (not a package variable
	  any more). This was a bug.
	- Since <fork> is not performed on Windows OS as on Linux, I removed the
	  <eval> and <warn> from 0.13 and add an INFO to the documentation.
	- Updated the documentation.

0.13  Wed Jun 01 2011
	- Add ability to define the user identifier for the daemon if you want to
	  run it under other user then the parent (request from Holger Gläss).
	- Add <eval> and <warn> for OS not supporting POSIX::setsid (e.g. Windows).
	- Updated the documentation.

0.12  Tue Mai 24 2011
	- Init() did not close all filehandles reliably in some cases. Thanks again
	  to Rob Brown for reporting.
	- Text improvement in the documentation.

0.11  Mon Mai 23 2011
	- Init() didn't close all filehandles reliably (see also bug report at
	  http://rt.perl.org/rt3/Ticket/Display.html?id=72526). Thanks to Rob Brown
	  for reporting and offering a patch.
	- Attributes 'dont_close_fh' AND 'dont_close_fd' added so we can define
	  file handles and descriptors that must be preserved from the parent into
	  the child (daemon).
	- Updated the documentation.
	- In some environment it is not allowed to open anonymous files. In this
	  case now a 'pid_file' must be defined. Thanks to Holger Gläss for
	  reporting.

0.10  Fri Apr 01 2011
	- Improvement how Init() determines whether it was passed a blessed object

0.09  Tue Mar 15 2011
	- Fix for a possibly not reseted numbered match variable ($1).
	- Typo fix and text improvement in the documentation.

0.08  Sun Mar 13 2011
	- The <open> Mode of the daemon file handles STDIN, STDOUT, STDERR can be
	  specified now. The default Mode values are the same as before.
	- Updated the documentation.

0.07  Thu Feb 17 2011
	- Add signal processing to Kill_Daemon().
	- Updated the documentation.

0.06  Mon Jan 17 2011
	- A lot of documentation was add to the source code.
	- Daemon STDIN was fixed to "read" now instead of "write".
	- Replaced global filehandles with scalars.
	- Add a <die> if <chdir> fails.
	- Updated the documentation and add a note to the documentation about the
	  behavior of process-group Signals.

0.05  Thu Okt 28 2010
	- Fixed a problem when using the old method of calling Proc::Daemon::Init
	  without object (reported by Alex Samorukov). The parent process didn't
	  exit.
	- Fixed a problem with Proc::ProcessTable 0.44: Under some conditions
	  'cmndline' retruns with space and/or other characters at the end.
	- Update and small fixes in the documentation.

0.04  Sun Okt 24 2010
	- Added functions: new(), adjust_settings(), fix_filename(), Status(),
	  Kill_Daemon(), get_pid() and get_pid_by_proc_table_attr().
	- Init() now returns the PID of the daemon.
	- Fork() now allways returns values like Perls built-in 'fork' does.
	- Description was rewritten, extended and moved to the new Daemon.pod file.
	- Additional test are done at installation.
	- $SIG{'HUP'} was set to be valid only 'local' (bug report).
	- POSIX::EAGAIN() was added to Fork() (bug report).
2011-07-29 15:21:11 +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
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
joerg
ba171a91fa Add DESTDIR support. 2008-06-12 02:14:13 +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
wiz
6e2c35c083 pkglint cleanup; update HOMEPAGE/MASTER_SITES.
From Sergey Svishchev in private mail.
2007-02-22 19:01:13 +00:00
wiz
f5b8945cb9 Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 21:35:58 +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
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
sketch
8d60a0adc4 Update p5-Proc-Daemon to 0.03:
0.03  Thu Jun 19 2003
        - Licensing is more explicit: Either GPL or Artistic.
        - Updated author contact information.
2004-11-27 00:45:32 +00:00
sketch
e27323598c Fix my email address. 2004-04-29 14:18:58 +00:00
minskim
636720894e Bl3ify and enable pkgviews installation. 2004-04-25 03:27:08 +00:00
seb
789d099b1b Initial import of p5-Proc-Daemon version 0.02 into the NetBSD Packages
Collection.

Provided in PR pkg/20502 by Jonathan Perkin
<sketch at rd dot bbc dot co dot uk>.

Proc::Daemon provides the capability for a Perl program to run as
a Unix daemon process.
2003-03-04 17:02:40 +00:00