1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00

Add p5-POE-API-Peek 0.01,

peek into the internals of a running POE
environment.
This commit is contained in:
Sergey Skvortsov 2004-02-26 15:28:47 +00:00
parent 65e895d422
commit c4f7737540
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=102200
5 changed files with 38 additions and 0 deletions

View File

@ -781,6 +781,7 @@
SUBDIR += p5-PAR-Dist
SUBDIR += p5-PCSC-Card
SUBDIR += p5-POE
SUBDIR += p5-POE-API-Peek
SUBDIR += p5-POE-Component-Client-HTTP
SUBDIR += p5-POE-Component-Client-POP3
SUBDIR += p5-POE-Component-Client-Ping

View File

@ -0,0 +1,25 @@
# New ports collection makefile for: POE-API-Peek
# Date created: 11 November 2003
# Whom: Sergey Skvortsov <skv@protey.ru>
#
# $FreeBSD$
#
PORTNAME= POE-API-Peek
PORTVERSION= 0.01
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= POE
PKGNAMEPREFIX= p5-
MAINTAINER= skv@FreeBSD.org
COMMENT= Peek into the internals of a running POE environment
BUILD_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_MODBUILD= yes
MAN3= POE::API::Peek.3
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (POE-API-Peek-0.01.tar.gz) = 10df233573640b76da62c780abc0c1a3

View File

@ -0,0 +1,8 @@
POE::API::Peek extends the POE::Kernel interface to provide clean access
to Kernel internals in a cross-version compatible manner. Other
calculated data is also available.
WWW: http://search.cpan.org/dist/POE-API-Peek/
-- Sergey Skvortsov
skv@FreeBSD.org

View File

@ -0,0 +1,3 @@
%%SITE_PERL%%/POE/API/Peek.pm
@unexec rmdir %D/%%SITE_PERL%%/POE/API 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/POE 2>/dev/null || true