pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/p5-Proc-ProcessTable Update to 0.50:
details: https://anonhg.NetBSD.org/pkgsrc/rev/492f2959a7a5
branches: trunk
changeset: 629946:492f2959a7a5
user: wiz <wiz%pkgsrc.org@localhost>
date: Sat Feb 01 10:53:49 2014 +0000
description:
Update to 0.50:
0.45 Mon Sep 8 09:13:14 MDT 2008
-Patch from Milosz Tanski <mtanski%gridapp.com@localhost> to make module
thread-safe on linux (rt.cpan.org ID 38709). Patch from Scott
Davis <darkpreludesi%hotmail.com@localhost> for new constructor flag
enable_ttys, which when set to 0 disables traversing the
device tree.
0.46 Fri, Oct 19 2012
-Initial release by new maintainer jswartz, identical to 0.45 except for meta
files and README
0.47 16 Feb. 2013
-Initial releas by new maintainer jwb. Incorporated meta file updates from
Jonathan Swartz <swartz%pobox.com@localhost>. Closed a bunch of bugs: Patch from
Christian Boitel <christian.boitel%gmail.com@localhost> (fixes #51470); added
suggestion from Opera Wang <Opera.Wang%synopsys.com@localhost> (fixes #51470 even
more); patches from Michael Schilli (MSCHILLI) (fix #41397, #46861 and
#58236), work on perl w/o threads; pulled commits from Slaven Rezić
<SREZIC%cpan.org@localhost>, use kvm implementation for FreeBSD >= 6.0 (closes #68405
and #16978); fixed bug #69397, fh not closed; fixed RT #72862, unsafe use of
/tmp; added tests;
0.48
-Pulled commits from Chris Williams <chris%bingosnet.co.uk@localhost>, fixes build
errors on NetBSD and OpenBSD. Fixed #72862 (byte order tag in cache file),
applied patch to fix #67224 (cygwin PID_ORPHANED) by <rurban at x-ray.at>.
Pulled FreeBSD patches from Slaven Rezić <SREZIC%cpan.org@localhost>;
Pulled from David Zaebst <zaebst%gmail.com@localhost>): Fixes to stay accurate on
machines with many cpus (#82175), to include system time into calculations
(#80391) and others (#81312, #82175 and #80391) and to fix unknown process
states for debian kernels #71976. Tried to get it compiling under
MidnightBSD.
0.49
-Fixed #61946 (odd process names), solution by Bernd Kallies. Fixed #48445, patch from
Guillaume Rousse. Pulled fixes from Opera Wang. Fixed typos discovered by
Salvatore Bonaccorso, David Steinbrunner and HMBRAND. Fixed #89117, patch
from yyang. Got it (hopefully) running under kfreebsd.
diffstat:
devel/p5-Proc-ProcessTable/Makefile | 7 +++----
devel/p5-Proc-ProcessTable/distinfo | 9 ++++-----
devel/p5-Proc-ProcessTable/patches/patch-aa | 16 ----------------
3 files changed, 7 insertions(+), 25 deletions(-)
diffs (56 lines):
diff -r 72123c519aa8 -r 492f2959a7a5 devel/p5-Proc-ProcessTable/Makefile
--- a/devel/p5-Proc-ProcessTable/Makefile Sat Feb 01 09:56:41 2014 +0000
+++ b/devel/p5-Proc-ProcessTable/Makefile Sat Feb 01 10:53:49 2014 +0000
@@ -1,15 +1,14 @@
-# $NetBSD: Makefile,v 1.12 2014/01/07 19:40:41 jperkin Exp $
-#
+# $NetBSD: Makefile,v 1.13 2014/02/01 10:53:49 wiz Exp $
-DISTNAME= Proc-ProcessTable-0.45
+DISTNAME= Proc-ProcessTable-0.50
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 5
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Proc/}
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= http://search.cpan.org/dist/Proc-ProcessTable/
COMMENT= Perl extension to access the UNIX process table
+LICENSE= ${PERL5_LICENSE}
PKG_INSTALLATION_TYPES= overwrite pkgviews
diff -r 72123c519aa8 -r 492f2959a7a5 devel/p5-Proc-ProcessTable/distinfo
--- a/devel/p5-Proc-ProcessTable/distinfo Sat Feb 01 09:56:41 2014 +0000
+++ b/devel/p5-Proc-ProcessTable/distinfo Sat Feb 01 10:53:49 2014 +0000
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.4 2008/09/15 22:12:22 seb Exp $
+$NetBSD: distinfo,v 1.5 2014/02/01 10:53:49 wiz Exp $
-SHA1 (Proc-ProcessTable-0.45.tar.gz) = 5847884be64b110aaf68d20592ea8cc226f59e76
-RMD160 (Proc-ProcessTable-0.45.tar.gz) = 32c7befce20cf9be9d46582617f09459c4e67949
-Size (Proc-ProcessTable-0.45.tar.gz) = 69593 bytes
-SHA1 (patch-aa) = c2b50d452b5136b3cfaac1376e8a8c49bd5e9b5b
+SHA1 (Proc-ProcessTable-0.50.tar.gz) = 3bc3f69c4608b06af5f7f07bab658e24ca8a2bc7
+RMD160 (Proc-ProcessTable-0.50.tar.gz) = bfb12964bbf9f62df319edb36d986b878039203f
+Size (Proc-ProcessTable-0.50.tar.gz) = 70938 bytes
diff -r 72123c519aa8 -r 492f2959a7a5 devel/p5-Proc-ProcessTable/patches/patch-aa
--- a/devel/p5-Proc-ProcessTable/patches/patch-aa Sat Feb 01 09:56:41 2014 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2007/05/15 13:19:14 obache Exp $
-
---- os/NetBSD.h.orig 2003-05-19 16:35:17.000000000 +0000
-+++ os/NetBSD.h
-@@ -1,6 +1,11 @@
- #include <sys/types.h>
- #include <sys/param.h>
-+#if defined(__NetBSD__) && __NetBSD_Version__ > 299000900
-+#include <sys/statvfs.h>
-+#define statfs statvfs
-+#else
- #include <sys/mount.h>
-+#endif
- #include <sys/stat.h>
- #include <ctype.h>
- #include <dirent.h>
Home |
Main Index |
Thread Index |
Old Index