diff options
author | sno <sno@pkgsrc.org> | 2010-01-25 13:55:36 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2010-01-25 13:55:36 +0000 |
commit | 696dfe5af50a73210f64859ece442247a0de0460 (patch) | |
tree | 8683f9f2663fa35df36d19bc9619c2e547b0f01e /devel | |
parent | 3b5750ea369fa008c0bb8520d89fa520ddb152a7 (diff) | |
download | pkgsrc-696dfe5af50a73210f64859ece442247a0de0460.tar.gz |
Updating devel/p5-Proc-PID-File from 1.24nb1 to 1.27
pkgsrc changes:
- Adding license definition
- Adding home page
Upstream changes:
1.27 2009/10/12 18:46:27 - Erick Calder <e@arix.com>
- updated the Changes file
1.26 2009/10/01 01:35:02 - Erick Calder <e@arix.com>
- implemented fixes for Cygwin support of PID verification.
Thanks to JDHedden for the patch. see:
https://rt.cpan.org/Ticket/Display.html?id=50078
- fixed problem with low $COLUMNS values in certain platforms
(ps output wraps) - thanks to JDHedden for the patch. see:
https://rt.cpan.org/Ticket/Display.html?id=15015
- defaulted values to avoid:
Use of uninitialized value in pattern match (m//)
- implemented taint checking patch at:
https://rt.cpan.org/Public/Bug/Display.html?id=6347
thanks to JDHedden for the patch
- Reinstated OO interface to solve Clinton Gormley's need for
maintaining multiple PID files, one for each child process
- Documentation: added example of specifying a directory for the
pidfile, as per enquiry by Milko Krachounov; added a newline for
debug() function as per David Hawthorne so avoid run-on sentences
in output
1.25 2009/06/29 17:41:00 - Mike Canzoneri <mikecanzoneri@gmail.com>
- Added support for threads.
- Added test for thread support.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Proc-PID-File/Makefile | 8 | ||||
-rw-r--r-- | devel/p5-Proc-PID-File/distinfo | 8 |
2 files changed, 9 insertions, 7 deletions
diff --git a/devel/p5-Proc-PID-File/Makefile b/devel/p5-Proc-PID-File/Makefile index 4a9e95b499e..2cc53b4759c 100644 --- a/devel/p5-Proc-PID-File/Makefile +++ b/devel/p5-Proc-PID-File/Makefile @@ -1,14 +1,16 @@ -# $NetBSD: Makefile,v 1.3 2008/10/19 19:17:59 he Exp $ +# $NetBSD: Makefile,v 1.4 2010/01/25 13:55:36 sno Exp $ # -DISTNAME= Proc-PID-File-1.24 +DISTNAME= Proc-PID-File-1.27 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 +#PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Proc/} MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Proc-PID-File/ COMMENT= Perl module to manage process-ID files +LICENSE= gnu-gpl-v2 PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir diff --git a/devel/p5-Proc-PID-File/distinfo b/devel/p5-Proc-PID-File/distinfo index 676f455ba44..e020e84075b 100644 --- a/devel/p5-Proc-PID-File/distinfo +++ b/devel/p5-Proc-PID-File/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2006/04/20 11:38:13 grant Exp $ +$NetBSD: distinfo,v 1.2 2010/01/25 13:55:36 sno Exp $ -SHA1 (Proc-PID-File-1.24.tar.gz) = b2ac5cf7f04f962448f2b16d9eb269f8b67d1b68 -RMD160 (Proc-PID-File-1.24.tar.gz) = 0934d865595c0b7a1147e8774cbaa086fac21a6c -Size (Proc-PID-File-1.24.tar.gz) = 12214 bytes +SHA1 (Proc-PID-File-1.27.tar.gz) = 465992b19740d43f4c9e512a372aa2c9cd20b484 +RMD160 (Proc-PID-File-1.27.tar.gz) = d484c4baa6db868aecd03d00a52e68297630d734 +Size (Proc-PID-File-1.27.tar.gz) = 14586 bytes |