aboutsummaryrefslogtreecommitdiffstats
path: root/irc
diff options
context:
space:
mode:
authoraz <az@FreeBSD.org>2014-01-30 01:18:46 +0800
committeraz <az@FreeBSD.org>2014-01-30 01:18:46 +0800
commit5b3ab82c561948bb1de358656fb828c2b26f5779 (patch)
tree80001254a115265464fdf0e6b36d6edc7abd59a5 /irc
parent5904db5f1ae1efd330950f52115836672f68ad78 (diff)
downloadfreebsd-ports-graphics-5b3ab82c561948bb1de358656fb828c2b26f5779.tar.gz
freebsd-ports-graphics-5b3ab82c561948bb1de358656fb828c2b26f5779.tar.zst
freebsd-ports-graphics-5b3ab82c561948bb1de358656fb828c2b26f5779.zip
- add stage support
Approved by: portmgr (blanket infrastructure)
Diffstat (limited to 'irc')
-rw-r--r--irc/p5-Bot-BasicBot/Makefile3
-rw-r--r--irc/p5-Bot-BasicBot/pkg-descr3
-rw-r--r--irc/p5-Bot-BasicBot/pkg-plist1
-rw-r--r--irc/p5-POE-Component-IRC-Plugin-Karma/Makefile5
-rw-r--r--irc/p5-POE-Component-IRC-Plugin-Karma/pkg-descr4
-rw-r--r--irc/p5-POE-Component-IRC-Plugin-Karma/pkg-plist1
-rw-r--r--irc/p5-POE-Filter-IRCD/Makefile4
-rw-r--r--irc/p5-POE-Filter-IRCD/pkg-plist1
8 files changed, 8 insertions, 14 deletions
diff --git a/irc/p5-Bot-BasicBot/Makefile b/irc/p5-Bot-BasicBot/Makefile
index 6683a9aa574..60536243c0f 100644
--- a/irc/p5-Bot-BasicBot/Makefile
+++ b/irc/p5-Bot-BasicBot/Makefile
@@ -15,10 +15,7 @@ BUILD_DEPENDS= p5-POE>=0:${PORTSDIR}/devel/p5-POE \
RUN_DEPENDS= p5-POE>=0:${PORTSDIR}/devel/p5-POE \
p5-POE-Component-IRC>=0:${PORTSDIR}/irc/p5-POE-Component-IRC
-MAN3= Bot::BasicBot.3
-
USES= perl5
USE_PERL5= configure
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/irc/p5-Bot-BasicBot/pkg-descr b/irc/p5-Bot-BasicBot/pkg-descr
index ffdffe3f441..1ab1c9161e7 100644
--- a/irc/p5-Bot-BasicBot/pkg-descr
+++ b/irc/p5-Bot-BasicBot/pkg-descr
@@ -1,5 +1,4 @@
Basic bot system designed to make it easy to do simple bots, optionally
forking longer processes (like searches) concurrently in the background.
-Author: Tom Insam <tom@jerakeen.org>
-WWW: http://search.cpan.org/dist/Bot-BasicBot
+WWW: http://search.cpan.org/dist/Bot-BasicBot/
diff --git a/irc/p5-Bot-BasicBot/pkg-plist b/irc/p5-Bot-BasicBot/pkg-plist
index 358c3b665c0..531af19c0ee 100644
--- a/irc/p5-Bot-BasicBot/pkg-plist
+++ b/irc/p5-Bot-BasicBot/pkg-plist
@@ -1,5 +1,6 @@
%%SITE_PERL%%/Bot/BasicBot.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Bot/BasicBot/.packlist
+%%PERL5_MAN3%%/Bot::BasicBot.3.gz
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Bot/BasicBot
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Bot
@dirrmtry %%SITE_PERL%%/Bot
diff --git a/irc/p5-POE-Component-IRC-Plugin-Karma/Makefile b/irc/p5-POE-Component-IRC-Plugin-Karma/Makefile
index acceb6ec7f4..1f55b17bb18 100644
--- a/irc/p5-POE-Component-IRC-Plugin-Karma/Makefile
+++ b/irc/p5-POE-Component-IRC-Plugin-Karma/Makefile
@@ -8,7 +8,7 @@ MASTER_SITE_SUBDIR= CPAN:APOCAL
PKGNAMEPREFIX= p5-
MAINTAINER= milki@FreeBSD.org
-COMMENT= A PoCo-IRC plugin that keeps track of karma
+COMMENT= PoCo-IRC plugin that keeps track of karma
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
@@ -23,7 +23,4 @@ TEST_DEPENDS= p5-Test-MockObject>=0:${PORTSDIR}/devel/p5-Test-MockObject
USES= perl5
USE_PERL5= configure
-MAN3= POE::Component::IRC::Plugin::Karma.3
-
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/irc/p5-POE-Component-IRC-Plugin-Karma/pkg-descr b/irc/p5-POE-Component-IRC-Plugin-Karma/pkg-descr
index b57be1db590..effe588f6a0 100644
--- a/irc/p5-POE-Component-IRC-Plugin-Karma/pkg-descr
+++ b/irc/p5-POE-Component-IRC-Plugin-Karma/pkg-descr
@@ -1,4 +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
+WWW: https://metacpan.org/module/POE::Component::IRC::Plugin::Karma/
+WWW: https://github.com/apocalypse/perl-pocoirc-karma
diff --git a/irc/p5-POE-Component-IRC-Plugin-Karma/pkg-plist b/irc/p5-POE-Component-IRC-Plugin-Karma/pkg-plist
index 1c5fc8266cc..81689661258 100644
--- a/irc/p5-POE-Component-IRC-Plugin-Karma/pkg-plist
+++ b/irc/p5-POE-Component-IRC-Plugin-Karma/pkg-plist
@@ -1,5 +1,6 @@
%%SITE_PERL%%/POE/Component/IRC/Plugin/Karma.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/IRC/Plugin/Karma/.packlist
+%%PERL5_MAN3%%/POE::Component::IRC::Plugin::Karma.3.gz
@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
diff --git a/irc/p5-POE-Filter-IRCD/Makefile b/irc/p5-POE-Filter-IRCD/Makefile
index 89d68842f5f..b8448e3a5a4 100644
--- a/irc/p5-POE-Filter-IRCD/Makefile
+++ b/irc/p5-POE-Filter-IRCD/Makefile
@@ -8,14 +8,12 @@ MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= miwi@FreeBSD.org
-COMMENT= A POE-based parser for the IRC protocol
+COMMENT= POE-based parser for the IRC protocol
BUILD_DEPENDS= p5-POE>=0:${PORTSDIR}/devel/p5-POE
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
-MAN3= POE::Filter::IRCD.3
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/irc/p5-POE-Filter-IRCD/pkg-plist b/irc/p5-POE-Filter-IRCD/pkg-plist
index 7f30c3d8073..76009f1fe45 100644
--- a/irc/p5-POE-Filter-IRCD/pkg-plist
+++ b/irc/p5-POE-Filter-IRCD/pkg-plist
@@ -1,5 +1,6 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Filter/IRCD/.packlist
%%SITE_PERL%%/POE/Filter/IRCD.pm
+%%PERL5_MAN3%%/POE::Filter::IRCD.3.gz
@dirrmtry %%SITE_PERL%%/POE/Filter
@dirrmtry %%SITE_PERL%%/POE
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Filter/IRCD