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:
parent
65e895d422
commit
c4f7737540
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=102200
@ -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
|
||||
|
25
devel/p5-POE-API-Peek/Makefile
Normal file
25
devel/p5-POE-API-Peek/Makefile
Normal 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>
|
1
devel/p5-POE-API-Peek/distinfo
Normal file
1
devel/p5-POE-API-Peek/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (POE-API-Peek-0.01.tar.gz) = 10df233573640b76da62c780abc0c1a3
|
8
devel/p5-POE-API-Peek/pkg-descr
Normal file
8
devel/p5-POE-API-Peek/pkg-descr
Normal 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
|
3
devel/p5-POE-API-Peek/pkg-plist
Normal file
3
devel/p5-POE-API-Peek/pkg-plist
Normal 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
|
Loading…
Reference in New Issue
Block a user