A bridge that supports Glib's event loop from POE.
WWW: http://search.cpan.org/dist/POE-Loop-Glib/ PR: ports/149309 Submitted by: Jase Thew <freebsd at beardz.net>
This commit is contained in:
parent
e2a1d9a9c0
commit
e01ace80f3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=258982
5 changed files with 50 additions and 0 deletions
|
@ -1952,6 +1952,7 @@
|
|||
SUBDIR += p5-POE-Component-TSTP
|
||||
SUBDIR += p5-POE-Devel-Profiler
|
||||
SUBDIR += p5-POE-Exceptions
|
||||
SUBDIR += p5-POE-Loop-Glib
|
||||
SUBDIR += p5-POE-Session-MultiDispatch
|
||||
SUBDIR += p5-POE-Stage
|
||||
SUBDIR += p5-POE-Test-Loops
|
||||
|
|
33
devel/p5-POE-Loop-Glib/Makefile
Normal file
33
devel/p5-POE-Loop-Glib/Makefile
Normal file
|
@ -0,0 +1,33 @@
|
|||
# New ports collection makefile for: POE-Loop-Glib
|
||||
# Date created: Jul 30 2010
|
||||
# Whom: Jase Thew <freebsd@beardz.net>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= POE-Loop-Glib
|
||||
PORTVERSION= 0.038
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= freebsd@beardz.net
|
||||
COMMENT= A bridge that supports Glib event loop from POE
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE \
|
||||
${SITE_PERL}/${PERL_ARCH}/Glib.pm:${PORTSDIR}/devel/p5-Glib2
|
||||
RUN_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE \
|
||||
${SITE_PERL}/${PERL_ARCH}/Glib.pm:${PORTSDIR}/devel/p5-Glib2
|
||||
|
||||
PLIST_SUB= EXAMPLESDIR="share/examples/${PORTNAME}"
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= POE::Loop::Glib.3
|
||||
|
||||
post-install:
|
||||
.ifndef(NOPORTEXAMPLES)
|
||||
@${MKDIR} ${EXAMPLESDIR}
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/examples/* ${EXAMPLESDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/p5-POE-Loop-Glib/distinfo
Normal file
3
devel/p5-POE-Loop-Glib/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (POE-Loop-Glib-0.038.tar.gz) = c8012fa4ec841a915fbca8b1b67b6fe2
|
||||
SHA256 (POE-Loop-Glib-0.038.tar.gz) = e989274e0f071d10d2498cb62be4969083cae0aaeb2eaa0f3a57d474a176ff3f
|
||||
SIZE (POE-Loop-Glib-0.038.tar.gz) = 16943
|
3
devel/p5-POE-Loop-Glib/pkg-descr
Normal file
3
devel/p5-POE-Loop-Glib/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
A bridge that supports Glib's event loop from POE.
|
||||
|
||||
WWW: http://search.cpan.org/dist/POE-Loop-Glib/
|
10
devel/p5-POE-Loop-Glib/pkg-plist
Normal file
10
devel/p5-POE-Loop-Glib/pkg-plist
Normal file
|
@ -0,0 +1,10 @@
|
|||
%%SITE_PERL%%/POE/Loop/Glib.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Loop/Glib/.packlist
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gtk2_counter.pl
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/minimal.pl
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Loop/Glib
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Loop
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE
|
||||
@dirrmtry %%SITE_PERL%%/POE/Loop
|
||||
@dirrmtry %%SITE_PERL%%/POE
|
Loading…
Reference in a new issue