- upgrade to 0.39

- remove redundant 'DESCRIPTION' header from pkg-descr

PR:		60410
Submitted by:	maintainer
This commit is contained in:
Pete Fritchman 2003-12-21 17:03:51 +00:00
parent 5b92ee5df5
commit acdea2b2a5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=96319
4 changed files with 37 additions and 4 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= Proc-ProcessTable
PORTVERSION= 0.38
PORTVERSION= 0.39
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Proc

View File

@ -1 +1 @@
MD5 (Proc-ProcessTable-0.38.tar.gz) = 69d25190ed3bfd56f12c9e6932528c62
MD5 (Proc-ProcessTable-0.39.tar.gz) = c153cf906e8b71ac847fa5c3e79970de

View File

@ -0,0 +1,35 @@
$FreeBSD$
--- ProcessTable.xs.orig Sat May 31 13:05:56 2003
+++ ProcessTable.xs Sat Dec 20 20:16:41 2003
@@ -32,7 +32,6 @@
#include <stdarg.h>
/* prototypes to make the compiler shut up */
-void ppt_warn(const char*, ...);
void ppt_die(const char*, ...);
void store_ttydev(HV*, unsigned long);
void bless_into_proc(char* , char**, ...);
@@ -56,22 +55,7 @@
* croak() in perl 5.8?? warn and croak exist in 5.6, but don't
* seem to accept format args.
*/
-void ppt_warn(const char *pat, ...) {
- dTHX;
- va_list args;
- va_start(args, pat);
- vwarn(pat, &args);
- va_end(args);
-}
-/* same with croak */
-void ppt_croak(const char *pat, ...) {
- dTHX;
- va_list args;
- va_start(args, pat);
- vcroak(pat, &args);
- va_end(args);
-}
/* Look up the tty device, given the ttynum and store it */
void store_ttydev( HV* myhash, unsigned long ttynum ){

View File

@ -1,5 +1,3 @@
DESCRIPTION
===========
This module is a first crack at providing a consistent interface to
Unix (and maybe other multitasking OS's) process table information.
The impetus for this came about with my frustration at having to parse