Bug 176228 - [NEW PORT] irc/p5-POE-Component-IRC-Plugin-Karma: A PoCo-IRC plugin that keeps track of karma
Summary: [NEW PORT] irc/p5-POE-Component-IRC-Plugin-Karma: A PoCo-IRC plugin that keep...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-18 05:30 UTC by Jonathan Chu
Modified: 2013-02-20 02:30 UTC (History)
0 users

See Also:


Attachments
.shar (2.28 KB, text/plain)
2013-02-18 05:30 UTC, Jonathan Chu
no flags Details
PoCo-IRC-Plugin-Karma.shar (3.39 KB, application/x-shar)
2013-02-19 01:09 UTC, milki
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jonathan Chu 2013-02-18 05:30:01 UTC
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

Generated with FreeBSD Port Tools 0.99_6 (mode: new)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-02-18 05:30:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->swills

swills@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 milki 2013-02-19 01:09:21 UTC
Updated shar. Materialize PLIST as a pkg-plist instead.

--milki
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-02-20 02:24:28 UTC
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@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@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
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/IRC/Plugin/Karma
+@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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 4 Steve Wills freebsd_committer freebsd_triage 2013-02-20 02:24:31 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!