summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2009-01-26 22:48:20 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2009-01-26 22:48:20 +0000
commit3d3cc97306fc6d223393fc8999288fbaf59fb1c5 (patch)
treeb93bd31dc8de3ae8937d74f3acf1df0d1e63f648 /net
parentUnbreak. (diff)
- Fix INDEX
- relocate net/p5-IO-MultiPipe -> devel/p5-IO-MultiPipe Pointhat: me :(
Notes
Notes: svn path=/head/; revision=226926
Diffstat (limited to 'net')
-rw-r--r--net/Makefile1
-rw-r--r--net/p5-IO-MultiPipe/Makefile22
-rw-r--r--net/p5-IO-MultiPipe/distinfo3
-rw-r--r--net/p5-IO-MultiPipe/pkg-descr20
-rw-r--r--net/p5-IO-MultiPipe/pkg-plist5
-rw-r--r--net/p5-ZConf-Mail/Makefile1
6 files changed, 1 insertions, 51 deletions
diff --git a/net/Makefile b/net/Makefile
index adc993b633da..40b270f5bb99 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -463,7 +463,6 @@
SUBDIR += p5-Gopher-Server
SUBDIR += p5-IO-INET6
SUBDIR += p5-IO-Interface
- SUBDIR += p5-IO-MultiPipe
SUBDIR += p5-IO-Socket-Multicast
SUBDIR += p5-IO-Socket-Multicast6
SUBDIR += p5-IP-Country
diff --git a/net/p5-IO-MultiPipe/Makefile b/net/p5-IO-MultiPipe/Makefile
deleted file mode 100644
index f81b11725f23..000000000000
--- a/net/p5-IO-MultiPipe/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-# New ports collection makefile for: p5-IO-MultiPipe
-# Date created: 2009-01-14
-# Whom: Zane C, Bowers <vvelox@vvelox.net>
-#
-# $FreeBSD$
-#
-
-PORTNAME= IO-MultiPipe
-PORTVERSION= 0.0.0
-CATEGORIES= net perl5
-MASTER_SITES= CPAN
-MASTER_SITE_SUBDIR= ../../authors/id/V/VV/VVELOX
-PKGNAMEPREFIX= p5-
-
-MAINTAINER= vvelox@vvelox.net
-COMMENT= Check for errors when running a command through multiple pipes
-
-PERL_CONFIGURE= yes
-
-MAN3= IO::MultiPipe.3
-
-.include <bsd.port.mk>
diff --git a/net/p5-IO-MultiPipe/distinfo b/net/p5-IO-MultiPipe/distinfo
deleted file mode 100644
index 62aebf76979d..000000000000
--- a/net/p5-IO-MultiPipe/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (IO-MultiPipe-0.0.0.tar.gz) = 7f311e9405adcb12ddee1edb5f869ade
-SHA256 (IO-MultiPipe-0.0.0.tar.gz) = e300e5ca4c8a80d563b6b75191bdb37bd0833d2d14b7ed6c970cee6a8c0dd17c
-SIZE (IO-MultiPipe-0.0.0.tar.gz) = 3877
diff --git a/net/p5-IO-MultiPipe/pkg-descr b/net/p5-IO-MultiPipe/pkg-descr
deleted file mode 100644
index 2cfdb1009482..000000000000
--- a/net/p5-IO-MultiPipe/pkg-descr
+++ /dev/null
@@ -1,20 +0,0 @@
-Normally if a part of a pipe fails, depending on the location, it won't
-be detected. This breaks down a command involving pipes and runs each
-command seperately.
-
-It uses open3 to run each chunk of the pipe.
-
- use IO::MultiPipe;
-
- my $pipes = IO::MultiPipe->new();
-
- #This sets the pipe that will be run.
- $pipes->set('sed s/-// | sed s/123/abc/ | sed s/ABC/abc/');
- if ($pipes->{error}){
- print "Error!\n";
- }
-
- #'123-ABCxyz' through the command set above.
- my $returned=$pipes->run('123-ABCxyz');
-
-WWW: http://search.cpan.org/~vvelox/IO-MultiPipe/
diff --git a/net/p5-IO-MultiPipe/pkg-plist b/net/p5-IO-MultiPipe/pkg-plist
deleted file mode 100644
index 26b0d3bebd76..000000000000
--- a/net/p5-IO-MultiPipe/pkg-plist
+++ /dev/null
@@ -1,5 +0,0 @@
-%%SITE_PERL%%/IO/MultiPipe.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/MultiPipe/.packlist
-@dirrmtry %%SITE_PERL%%/IO
-@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/MultiPipe
-@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO
diff --git a/net/p5-ZConf-Mail/Makefile b/net/p5-ZConf-Mail/Makefile
index bdf53917d044..b955c2b6495a 100644
--- a/net/p5-ZConf-Mail/Makefile
+++ b/net/p5-ZConf-Mail/Makefile
@@ -7,6 +7,7 @@
PORTNAME= ZConf-Mail
PORTVERSION= 0.0.0
+PORTREVISION= 1
CATEGORIES= net perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= ../../authors/id/V/VV/VVELOX