aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorskv <skv@FreeBSD.org>2004-03-01 19:47:44 +0800
committerskv <skv@FreeBSD.org>2004-03-01 19:47:44 +0800
commit0d449fa90109cca8cf1fc1227dee708bdb9189e0 (patch)
treee7bca67bbc156f312e1849e4bb82439f6524b5e6 /devel
parenta4a725e095f0bbc419165ca8d713a35199b76570 (diff)
downloadfreebsd-ports-gnome-0d449fa90109cca8cf1fc1227dee708bdb9189e0.tar.gz
freebsd-ports-gnome-0d449fa90109cca8cf1fc1227dee708bdb9189e0.tar.zst
freebsd-ports-gnome-0d449fa90109cca8cf1fc1227dee708bdb9189e0.zip
Remove port (obsolete, deleted from CPAN)
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-POE-Component-IKC-ReallySimple/Makefile26
-rw-r--r--devel/p5-POE-Component-IKC-ReallySimple/distinfo1
-rw-r--r--devel/p5-POE-Component-IKC-ReallySimple/pkg-descr8
-rw-r--r--devel/p5-POE-Component-IKC-ReallySimple/pkg-plist9
-rw-r--r--devel/p5-POE-Session-Cascading/Makefile28
-rw-r--r--devel/p5-POE-Session-Cascading/distinfo1
-rw-r--r--devel/p5-POE-Session-Cascading/pkg-descr11
-rw-r--r--devel/p5-POE-Session-Cascading/pkg-plist6
8 files changed, 0 insertions, 90 deletions
diff --git a/devel/p5-POE-Component-IKC-ReallySimple/Makefile b/devel/p5-POE-Component-IKC-ReallySimple/Makefile
deleted file mode 100644
index 857008f1449f..000000000000
--- a/devel/p5-POE-Component-IKC-ReallySimple/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-# New ports collection makefile for: POE-Component-IKC-ReallySimple
-# Date created: 7 Dec 2001
-# Whom: Sergey Skvortsov <skv@protey.ru>
-#
-# $FreeBSD$
-#
-
-PORTNAME= POE-Component-IKC-ReallySimple
-PORTVERSION= 0.01
-CATEGORIES= devel perl5
-MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
-MASTER_SITE_SUBDIR= POE
-PKGNAMEPREFIX= p5-
-
-MAINTAINER= skv@protey.ru
-COMMENT= POE Component for simple inter-kernel communication
-
-BUILD_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE \
- ${SITE_PERL}/POE/Component/IKC/Responder.pm:${PORTSDIR}/devel/p5-POE-Component-IKC
-RUN_DEPENDS= ${BUILD_DEPENDS}
-
-PERL_CONFIGURE= yes
-
-MAN3= POE::Component::IKC::ReallySimple.3
-
-.include <bsd.port.mk>
diff --git a/devel/p5-POE-Component-IKC-ReallySimple/distinfo b/devel/p5-POE-Component-IKC-ReallySimple/distinfo
deleted file mode 100644
index 5795ce134946..000000000000
--- a/devel/p5-POE-Component-IKC-ReallySimple/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (POE-Component-IKC-ReallySimple-0.01.tar.gz) = f61c1685a8b29109e25d2fbbcc09d2b9
diff --git a/devel/p5-POE-Component-IKC-ReallySimple/pkg-descr b/devel/p5-POE-Component-IKC-ReallySimple/pkg-descr
deleted file mode 100644
index 7a5354691280..000000000000
--- a/devel/p5-POE-Component-IKC-ReallySimple/pkg-descr
+++ /dev/null
@@ -1,8 +0,0 @@
-POE::Component::IKC::ReallySimple tries to make inter-kernel communication very
-simple. POE::Component::IKC is great but it can be a lot of setup for simple
-projects. This module hides the ick and complication of inter-kernel messaging.
-
-WWW: http://search.cpan.org/search?dist=POE-Component-IKC-ReallySimple
-
--- Sergey Skvortsov
-skv@protey.ru
diff --git a/devel/p5-POE-Component-IKC-ReallySimple/pkg-plist b/devel/p5-POE-Component-IKC-ReallySimple/pkg-plist
deleted file mode 100644
index b0468bbfce42..000000000000
--- a/devel/p5-POE-Component-IKC-ReallySimple/pkg-plist
+++ /dev/null
@@ -1,9 +0,0 @@
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/IKC/ReallySimple/.packlist
-%%SITE_PERL%%/POE/Component/IKC/ReallySimple.pm
-@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/IKC/ReallySimple
-@unexec rmdir %D/%%SITE_PERL%%/POE/Component/IKC 2>/dev/null || true
-@unexec rmdir %D/%%SITE_PERL%%/POE/Component 2>/dev/null || true
-@unexec rmdir %D/%%SITE_PERL%%/POE 2>/dev/null || true
-@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/IKC 2>/dev/null || true
-@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component 2>/dev/null || true
-@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE 2>/dev/null || true
diff --git a/devel/p5-POE-Session-Cascading/Makefile b/devel/p5-POE-Session-Cascading/Makefile
deleted file mode 100644
index c95f6013443b..000000000000
--- a/devel/p5-POE-Session-Cascading/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# New ports collection makefile for: POE-Session-Cascading
-# Date created: 05 July 2002
-# Whom: Sergey Skvortsov <skv@protey.ru>
-#
-# $FreeBSD$
-#
-
-PORTNAME= POE-Session-Cascading
-PORTVERSION= 1.13
-CATEGORIES= devel perl5
-MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
-MASTER_SITE_SUBDIR= POE
-PKGNAMEPREFIX= p5-
-
-MAINTAINER= skv@FreeBSD.org
-COMMENT= Stack-like POE Sessions
-
-BUILD_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE
-RUN_DEPENDS= ${BUILD_DEPENDS}
-
-PERL_CONFIGURE= yes
-
-MAN3= POE::Session::Cascading.3
-
-post-patch:
- @${PERL} -pi -e 's/(?=\.19)/0/g;' ${WRKSRC}/Makefile.PL
-
-.include <bsd.port.mk>
diff --git a/devel/p5-POE-Session-Cascading/distinfo b/devel/p5-POE-Session-Cascading/distinfo
deleted file mode 100644
index 0ee06323dcbe..000000000000
--- a/devel/p5-POE-Session-Cascading/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (POE-Session-Cascading-1.13.tar.gz) = 7b1038be8592c02186f2169484686333
diff --git a/devel/p5-POE-Session-Cascading/pkg-descr b/devel/p5-POE-Session-Cascading/pkg-descr
deleted file mode 100644
index 590565683bcf..000000000000
--- a/devel/p5-POE-Session-Cascading/pkg-descr
+++ /dev/null
@@ -1,11 +0,0 @@
-POE::Session::Cascading provides a stack-like session for POE. Another
-way of saying it is that a Cascading session is like a big switch
-statement. In the above example, when state1 is called in session foo,
-&state1 gets executed. When it finishes, state2 gets fired and &state2
-gets executed. If state2 is called in session foo, only state2 will get
-executed.
-
-WWW: http://search.cpan.org/search?dist=POE-Session-Cascading
-
--- Sergey Skvortsov
-skv@FreeBSD.org
diff --git a/devel/p5-POE-Session-Cascading/pkg-plist b/devel/p5-POE-Session-Cascading/pkg-plist
deleted file mode 100644
index 73250d3b3bc5..000000000000
--- a/devel/p5-POE-Session-Cascading/pkg-plist
+++ /dev/null
@@ -1,6 +0,0 @@
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Session/Cascading/.packlist
-%%SITE_PERL%%/POE/Session/Cascading.pm
-@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Session/Cascading
-@unexec rmdir %D/%%SITE_PERL%%/POE/Session 2>/dev/null || true
-@unexec rmdir %D/%%SITE_PERL%%/POE 2>/dev/null || true
-@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE 2>/dev/null || true