Remove port (obsolete, deleted from CPAN)

This commit is contained in:
Sergey Skvortsov 2004-03-01 11:47:44 +00:00
parent 90b99b2d94
commit 30e4793b7c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=102629
8 changed files with 0 additions and 90 deletions

View file

@ -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>

View file

@ -1 +0,0 @@
MD5 (POE-Component-IKC-ReallySimple-0.01.tar.gz) = f61c1685a8b29109e25d2fbbcc09d2b9

View file

@ -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

View file

@ -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

View file

@ -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>

View file

@ -1 +0,0 @@
MD5 (POE-Session-Cascading-1.13.tar.gz) = 7b1038be8592c02186f2169484686333

View file

@ -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

View file

@ -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