svn commit: r312610 - in head/irc: . p5-POE-Component-IRC-Plugin-Karma
Steve Wills
swills at FreeBSD.org
Wed Feb 20 02:24:15 UTC 2013
Author: swills
Date: Wed Feb 20 02:24:12 2013
New Revision: 312610
URL: http://svnweb.freebsd.org/changeset/ports/312610
Log:
POE::Component::IRC::Plugin::Karma - plugin to store karma
WWW: https://metacpan.org/module/POE::Component::IRC::Plugin::Karma
WWW: https://github.com/apocalypse/perl-pocoirc-karma
PR: ports/176228
Submitted by: milki <milki at rescomp.berkeley.edu>
Added:
head/irc/p5-POE-Component-IRC-Plugin-Karma/
head/irc/p5-POE-Component-IRC-Plugin-Karma/Makefile (contents, props changed)
head/irc/p5-POE-Component-IRC-Plugin-Karma/distinfo (contents, props changed)
head/irc/p5-POE-Component-IRC-Plugin-Karma/pkg-descr (contents, props changed)
head/irc/p5-POE-Component-IRC-Plugin-Karma/pkg-plist (contents, props changed)
Modified:
head/irc/Makefile
Modified: head/irc/Makefile
==============================================================================
--- head/irc/Makefile Wed Feb 20 01:45:57 2013 (r312609)
+++ head/irc/Makefile Wed Feb 20 02:24:12 2013 (r312610)
@@ -88,6 +88,7 @@
SUBDIR += p5-POE-Component-IRC-Plugin-Bollocks
SUBDIR += p5-POE-Component-IRC-Plugin-CoreList
SUBDIR += p5-POE-Component-IRC-Plugin-Hailo
+ SUBDIR += p5-POE-Component-IRC-Plugin-Karma
SUBDIR += p5-POE-Component-IRC-Plugin-POE-Knee
SUBDIR += p5-POE-Component-IRC-Plugin-QueryDNS
SUBDIR += p5-POE-Component-IRC-Plugin-QueryDNSBL
Added: head/irc/p5-POE-Component-IRC-Plugin-Karma/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/irc/p5-POE-Component-IRC-Plugin-Karma/Makefile Wed Feb 20 02:24:12 2013 (r312610)
@@ -0,0 +1,27 @@
+# $FreeBSD$
+
+PORTNAME= POE-Component-IRC-Plugin-Karma
+PORTVERSION= 0.003
+CATEGORIES= irc perl5
+MASTER_SITES= CPAN
+MASTER_SITE_SUBDIR= CPAN:APOCAL
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= milki at rescomp.berkeley.edu
+COMMENT= A PoCo-IRC plugin that keeps track of karma
+
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
+BUILD_DEPENDS= p5-DBD-SQLite>=0:${PORTSDIR}/databases/p5-DBD-SQLite \
+ p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \
+ p5-POE-Component-IRC>=6.22:${PORTSDIR}/irc/p5-POE-Component-IRC \
+ p5-Moose>=0:${PORTSDIR}/devel/p5-Moose
+RUN_DEPENDS:= ${BUILD_DEPENDS}
+TEST_DEPENDS= p5-Test-MockObject>=0:${PORTSDIR}/devel/p5-Test-MockObject
+
+PERL_CONFIGURE= yes
+
+MAN3= POE::Component::IRC::Plugin::Karma.3
+
+.include <bsd.port.mk>
Added: head/irc/p5-POE-Component-IRC-Plugin-Karma/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/irc/p5-POE-Component-IRC-Plugin-Karma/distinfo Wed Feb 20 02:24:12 2013 (r312610)
@@ -0,0 +1,2 @@
+SHA256 (POE-Component-IRC-Plugin-Karma-0.003.tar.gz) = eafc899ba47e6ae9a6cc381c536606c89c2a55b26b76b1c12fe1c5fcae7956d1
+SIZE (POE-Component-IRC-Plugin-Karma-0.003.tar.gz) = 24926
Added: head/irc/p5-POE-Component-IRC-Plugin-Karma/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/irc/p5-POE-Component-IRC-Plugin-Karma/pkg-descr Wed Feb 20 02:24:12 2013 (r312610)
@@ -0,0 +1,4 @@
+POE::Component::IRC::Plugin::Karma - plugin to store karma
+
+WWW: https://metacpan.org/module/POE::Component::IRC::Plugin::Karma
+WWW: https://github.com/apocalypse/perl-pocoirc-karma
Added: head/irc/p5-POE-Component-IRC-Plugin-Karma/pkg-plist
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/irc/p5-POE-Component-IRC-Plugin-Karma/pkg-plist Wed Feb 20 02:24:12 2013 (r312610)
@@ -0,0 +1,11 @@
+%%SITE_PERL%%/POE/Component/IRC/Plugin/Karma.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/IRC/Plugin/Karma/.packlist
+ at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/IRC/Plugin/Karma
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/IRC/Plugin
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/IRC
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE
+ at dirrmtry %%SITE_PERL%%/POE/Component/IRC/Plugin
+ at dirrmtry %%SITE_PERL%%/POE/Component/IRC
+ at dirrmtry %%SITE_PERL%%/POE/Component
+ at dirrmtry %%SITE_PERL%%/POE
More information about the svn-ports-head
mailing list