POE::Component::IRC::Plugin::Blowfish is a POE::Component::IRC plugin
that provides blowfish encryption. WWW: http://search.cpan.org/dist/POE-Component-IRC-Plugin-Blowfish/ PR: ports/147508 Submitted by: Jase Thew <freebsd at beardz.net>
This commit is contained in:
parent
4912e9b298
commit
67021d53e0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=255851
5 changed files with 56 additions and 0 deletions
|
@ -87,6 +87,7 @@
|
||||||
SUBDIR += p5-IRC-Bot-Hangman
|
SUBDIR += p5-IRC-Bot-Hangman
|
||||||
SUBDIR += p5-POE-Component-IRC
|
SUBDIR += p5-POE-Component-IRC
|
||||||
SUBDIR += p5-POE-Component-IRC-Object
|
SUBDIR += p5-POE-Component-IRC-Object
|
||||||
|
SUBDIR += p5-POE-Component-IRC-Plugin-Blowfish
|
||||||
SUBDIR += p5-POE-Component-IRC-Plugin-Bollocks
|
SUBDIR += p5-POE-Component-IRC-Plugin-Bollocks
|
||||||
SUBDIR += p5-POE-Component-IRC-Plugin-CoreList
|
SUBDIR += p5-POE-Component-IRC-Plugin-CoreList
|
||||||
SUBDIR += p5-POE-Component-IRC-Plugin-POE-Knee
|
SUBDIR += p5-POE-Component-IRC-Plugin-POE-Knee
|
||||||
|
|
35
irc/p5-POE-Component-IRC-Plugin-Blowfish/Makefile
Normal file
35
irc/p5-POE-Component-IRC-Plugin-Blowfish/Makefile
Normal file
|
@ -0,0 +1,35 @@
|
||||||
|
# New ports collection makefile for: POE-Component-IRC-Plugin-Blowfish
|
||||||
|
# Date created: June 05 2010
|
||||||
|
# Whom: Jase Thew <freebsd@beardz.net>
|
||||||
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
#
|
||||||
|
|
||||||
|
PORTNAME= POE-Component-IRC-Plugin-Blowfish
|
||||||
|
PORTVERSION= 0.01
|
||||||
|
CATEGORIES= irc perl5 devel
|
||||||
|
MASTER_SITES= CPAN
|
||||||
|
PKGNAMEPREFIX= p5-
|
||||||
|
|
||||||
|
MAINTAINER= freebsd@beardz.net
|
||||||
|
COMMENT= A POE::Component::IRC plugin tthat provides blowfish encryption
|
||||||
|
|
||||||
|
BUILD_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE \
|
||||||
|
${SITE_PERL}/POE/Component/IRC.pm:${PORTSDIR}/irc/p5-POE-Component-IRC \
|
||||||
|
${SITE_PERL}/Crypt/Blowfish_PP.pm:${PORTSDIR}/security/p5-Crypt-Blowfish_PP
|
||||||
|
RUN_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE \
|
||||||
|
${SITE_PERL}/POE/Component/IRC.pm:${PORTSDIR}/irc/p5-POE-Component-IRC \
|
||||||
|
${SITE_PERL}/Crypt/Blowfish_PP.pm:${PORTSDIR}/security/p5-Crypt-Blowfish_PP
|
||||||
|
|
||||||
|
PLIST_SUB= EXAMPLESDIR="share/examples/${PORTNAME}"
|
||||||
|
PERL_CONFIGURE= yes
|
||||||
|
|
||||||
|
MAN3= POE::Component::IRC::Plugin::Blowfish.3
|
||||||
|
|
||||||
|
post-install:
|
||||||
|
.ifndef(NOPORTEXAMPLES)
|
||||||
|
@${MKDIR} ${EXAMPLESDIR}
|
||||||
|
${INSTALL_SCRIPT} ${WRKSRC}/examples/* ${EXAMPLESDIR}
|
||||||
|
.endif
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
3
irc/p5-POE-Component-IRC-Plugin-Blowfish/distinfo
Normal file
3
irc/p5-POE-Component-IRC-Plugin-Blowfish/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
MD5 (POE-Component-IRC-Plugin-Blowfish-0.01.tar.gz) = 0f1af95cfd118a8bd8bc9b272ca1798e
|
||||||
|
SHA256 (POE-Component-IRC-Plugin-Blowfish-0.01.tar.gz) = 3e29da8aa01f51a56a79a8c5c3a434e3c3ab105d6b77f902b257f75b7093014d
|
||||||
|
SIZE (POE-Component-IRC-Plugin-Blowfish-0.01.tar.gz) = 15453
|
4
irc/p5-POE-Component-IRC-Plugin-Blowfish/pkg-descr
Normal file
4
irc/p5-POE-Component-IRC-Plugin-Blowfish/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
POE::Component::IRC::Plugin::Blowfish is a POE::Component::IRC plugin
|
||||||
|
that provides blowfish encryption.
|
||||||
|
|
||||||
|
WWW: http://search.cpan.org/dist/POE-Component-IRC-Plugin-Blowfish/
|
13
irc/p5-POE-Component-IRC-Plugin-Blowfish/pkg-plist
Normal file
13
irc/p5-POE-Component-IRC-Plugin-Blowfish/pkg-plist
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
%%SITE_PERL%%/POE/Component/IRC/Plugin/Blowfish.pm
|
||||||
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/IRC/Plugin/Blowfish/.packlist
|
||||||
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/synopsis.pl
|
||||||
|
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
|
||||||
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/IRC/Plugin/Blowfish
|
||||||
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/IRC/Plugin
|
||||||
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/IRC
|
||||||
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component
|
||||||
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE
|
||||||
|
@dirrmtry %%SITE_PERL%%/POE/Component/IRC/Plugin
|
||||||
|
@dirrmtry %%SITE_PERL%%/POE/Component/IRC
|
||||||
|
@dirrmtry %%SITE_PERL%%/POE/Component
|
||||||
|
@dirrmtry %%SITE_PERL%%/POE
|
Loading…
Reference in a new issue