aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Pantyukhin <sat@FreeBSD.org>2006-09-03 08:55:39 +0000
committerAndrew Pantyukhin <sat@FreeBSD.org>2006-09-03 08:55:39 +0000
commiteb6fa9af200a9b3a2a522b0468fe7096312d8d20 (patch)
tree6d7bdc87b4e86a7b57e52b2d88c670a6a850075b
parent7011ee99956caf0082daed3da609d16bb4eb7142 (diff)
downloadports-eb6fa9af200a9b3a2a522b0468fe7096312d8d20.tar.gz
ports-eb6fa9af200a9b3a2a522b0468fe7096312d8d20.zip
Remove devel/p5-Linux-Pid. It was a p5-Apache-SizeLimit dep, but now that
the latter has been removed, it's time to remove this port, too. Moreover, a thourough look revealed that Linux::Pid has actually never been invoked from Apache::SizeLimit.
Notes
Notes: svn path=/head/; revision=172028
-rw-r--r--MOVED1
-rw-r--r--devel/Makefile1
-rw-r--r--devel/p5-Linux-Pid/Makefile30
-rw-r--r--devel/p5-Linux-Pid/distinfo3
-rw-r--r--devel/p5-Linux-Pid/pkg-descr12
-rw-r--r--devel/p5-Linux-Pid/pkg-plist7
6 files changed, 1 insertions, 53 deletions
diff --git a/MOVED b/MOVED
index bb1baedef72a..e4ff83e66633 100644
--- a/MOVED
+++ b/MOVED
@@ -2457,3 +2457,4 @@ security/antivir-milter||2006-09-02|Free license keys are no longer available si
security/finger_mysql||2006-09-02|Project has closed
devel/bitkeeper||2006-09-02|Project was discontinued
net/asterisk-devel||2006-09-02|Port was not currently useful; may return later
+devel/p5-Linux-Pid||2006-09-03|Was a p5-Apache-SizeLimit dependency, now removed
diff --git a/devel/Makefile b/devel/Makefile
index 066db352dff4..3d4bf76663f9 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -1154,7 +1154,6 @@
SUBDIR += p5-Iterator-Misc
SUBDIR += p5-Iterator-Util
SUBDIR += p5-Java
- SUBDIR += p5-Linux-Pid
SUBDIR += p5-List-Cycle
SUBDIR += p5-List-Group
SUBDIR += p5-List-Permutor
diff --git a/devel/p5-Linux-Pid/Makefile b/devel/p5-Linux-Pid/Makefile
deleted file mode 100644
index 146b3512e0d6..000000000000
--- a/devel/p5-Linux-Pid/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# New ports collection makefile for: p5-Linux-Pid
-# Date created: 1 August 2006
-# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= Linux-Pid
-DISTVERSION= 0.03
-CATEGORIES= devel perl5
-MASTER_SITES= CPAN
-PKGNAMEPREFIX= p5-
-
-MAINTAINER= infofarmer@FreeBSD.org
-COMMENT= Get native PID and the PPID
-
-BUILD_DEPENDS= p5-Inline>=0.44:${PORTSDIR}/devel/p5-Inline
-RUN_DEPENDS= ${BUILD_DEPENDS}
-
-PERL_CONFIGURE= YES
-
-MAN3= Linux::Pid.3
-
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 500600
-IGNORE= requires perl 5.6.0 or later. Install lang/perl5.8 and try again
-.endif
-
-.include <bsd.port.post.mk>
diff --git a/devel/p5-Linux-Pid/distinfo b/devel/p5-Linux-Pid/distinfo
deleted file mode 100644
index 0d8b932bdcfa..000000000000
--- a/devel/p5-Linux-Pid/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (Linux-Pid-0.03.tar.gz) = e5595654b51070c1f2e7b503beaca093
-SHA256 (Linux-Pid-0.03.tar.gz) = 1d90bb098ef865aec115ac760fe7146e70ba8ce420277791b1e1b56fb1616fc5
-SIZE (Linux-Pid-0.03.tar.gz) = 2277
diff --git a/devel/p5-Linux-Pid/pkg-descr b/devel/p5-Linux-Pid/pkg-descr
deleted file mode 100644
index b8ae95d398d2..000000000000
--- a/devel/p5-Linux-Pid/pkg-descr
+++ /dev/null
@@ -1,12 +0,0 @@
-Why should one use a module to get the PID and the PPID of a process
-where there are the $$ variable and the getppid() builtin? (Not
-mentioning the equivalent POSIX::getpid() and POSIX::getppid()
-functions.)
-
-In fact, this is useful on Linux, with multithreaded programs. Linux'
-C library, using the linux thread model, returns different values of
-the PID and the PPID from different threads. (Other thread models such
-as NPTL don't have the same behaviour). This module forces perl to
-call the underlying C functions getpid() and getppid().
-
-WWW: http://search.cpan.org/dist/Linux-Pid/
diff --git a/devel/p5-Linux-Pid/pkg-plist b/devel/p5-Linux-Pid/pkg-plist
deleted file mode 100644
index 218cf8de32f9..000000000000
--- a/devel/p5-Linux-Pid/pkg-plist
+++ /dev/null
@@ -1,7 +0,0 @@
-%%SITE_PERL%%/%%PERL_ARCH%%/Linux/Pid.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Linux/Pid/.packlist
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Linux/Pid/Pid.bs
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Linux/Pid/Pid.so
-@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Linux/Pid
-@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Linux
-@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Linux