diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2005-03-13 10:48:18 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2005-03-13 10:48:18 +0000 |
commit | 038b441c1e0d29b4833d86fa401906cf87683f48 (patch) | |
tree | bb1633b14c2e367af6c831d0c5e3d1eef09fa4a1 /irc/onis | |
parent | be82bc0eef2debffbbd2c553b9583c573c84ac40 (diff) | |
download | ports-038b441c1e0d29b4833d86fa401906cf87683f48.tar.gz ports-038b441c1e0d29b4833d86fa401906cf87683f48.zip |
Notes
Diffstat (limited to 'irc/onis')
-rw-r--r-- | irc/onis/Makefile | 15 | ||||
-rw-r--r-- | irc/onis/distinfo | 4 | ||||
-rw-r--r-- | irc/onis/pkg-descr | 7 | ||||
-rw-r--r-- | irc/onis/pkg-plist | 109 |
4 files changed, 86 insertions, 49 deletions
diff --git a/irc/onis/Makefile b/irc/onis/Makefile index 4672e3234e8e..f83a947ba81e 100644 --- a/irc/onis/Makefile +++ b/irc/onis/Makefile @@ -6,20 +6,27 @@ # PORTNAME= onis -PORTVERSION= 0.3.3 +PORTVERSION= 0.6.1 CATEGORIES= irc -MASTER_SITES= http://verplant.org/onis/ +MASTER_SITES= http://verplant.org/onis/ \ + http://www.bsdberlin.org/~dako/distfiles/irc/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= dako@bsdberlin.org COMMENT= A script that converts IRC logfiles into an HTML statistics page NO_BUILD= YES USE_PERL5= YES +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500601 +IGNORE= This port requires perl 5.6.x or later. Install lang/perl5 and try again. +.endif + do-install: @if [ ! -d ${DATADIR} ]; then \ ${MKDIR} ${DATADIR}; \ fi ${CP} -R ${WRKSRC}/* ${DATADIR}/ -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/irc/onis/distinfo b/irc/onis/distinfo index 8ab7209a1306..c670bf39270b 100644 --- a/irc/onis/distinfo +++ b/irc/onis/distinfo @@ -1,2 +1,2 @@ -MD5 (onis-0.3.3.tar.gz) = 5f0be1172479f86c6f01fca20571e23e -SIZE (onis-0.3.3.tar.gz) = 54105 +MD5 (onis-0.6.1.tar.gz) = 31b66f76b87369b2a0e83a41aea5d14c +SIZE (onis-0.6.1.tar.gz) = 76571 diff --git a/irc/onis/pkg-descr b/irc/onis/pkg-descr index dea1ba70e577..869c097efd89 100644 --- a/irc/onis/pkg-descr +++ b/irc/onis/pkg-descr @@ -1,2 +1,5 @@ -Onis is a script that converts IRC logfiles into an HTML statistics page. -It provides information about daily channel usage and user activity. +Onis is a perl script that converts IRC logfiles into an HTML statistics page. +It provides information about daily channel usage and user activity. It does +support a lot of log file formats like Xchat, eggdrop, irssi and many more. + +WWW: http://verplant.org/onis/ diff --git a/irc/onis/pkg-plist b/irc/onis/pkg-plist index 5d931b1273b9..c745045435d3 100644 --- a/irc/onis/pkg-plist +++ b/irc/onis/pkg-plist @@ -1,41 +1,68 @@ -share/onis/CHANGELOG -share/onis/COPYING -share/onis/Config.pm -share/onis/README -share/onis/config -share/onis/html.pm -share/onis/images/hor0n.png -share/onis/images/hor1n.png -share/onis/images/hor2n.png -share/onis/images/hor3n.png -share/onis/images/ver0n.png -share/onis/images/ver1n.png -share/onis/images/ver2n.png -share/onis/images/ver3n.png -share/onis/onis -share/onis/parser/dancer.pm -share/onis/parser/dircproxy.pm -share/onis/parser/eggdrop.pm -share/onis/parser/ircii.pm -share/onis/parser/mirc.pm -share/onis/parser/perlbot.pm -share/onis/parser/tools.pm -share/onis/plugins/actions.pm -share/onis/plugins/channel.pm -share/onis/plugins/core.pm -share/onis/plugins/extensions.pm -share/onis/plugins/kicks.pm -share/onis/plugins/longlines.pm -share/onis/plugins/nicks.pm -share/onis/plugins/questions.pm -share/onis/plugins/quits.pm -share/onis/plugins/soliloquies.pm -share/onis/plugins/topics.pm -share/onis/plugins/urls.pm -share/onis/plugins/words.pm -share/onis/plugins/yells.pm -share/onis/timestamp -@dirrm share/onis/images -@dirrm share/onis/parser -@dirrm share/onis/plugins -@dirrm share/onis +%%DATADIR%%/CHANGELOG +%%DATADIR%%/COPYING +%%DATADIR%%/README +%%DATADIR%%/THANKS +%%DATADIR%%/config +%%DATADIR%%/onis +%%DATADIR%%/users.conf +%%DATADIR%%/lang/english.lang +%%DATADIR%%/lang/german.lang +%%DATADIR%%/lang/norwegian.lang +%%DATADIR%%/lib/Onis/Config.pm +%%DATADIR%%/lib/Onis/Html.pm +%%DATADIR%%/lib/Onis/Language.pm +%%DATADIR%%/lib/Onis/Users.pm +%%DATADIR%%/lib/Onis/Data/Core.pm +%%DATADIR%%/lib/Onis/Data/Persistent.pm +%%DATADIR%%/lib/Onis/Parser/Dancer.pm +%%DATADIR%%/lib/Onis/Parser/Dircproxy.pm +%%DATADIR%%/lib/Onis/Parser/Eggdrop.pm +%%DATADIR%%/lib/Onis/Parser/Irssi.pm +%%DATADIR%%/lib/Onis/Parser/Mirc.pm +%%DATADIR%%/lib/Onis/Parser/Persistent.pm +%%DATADIR%%/lib/Onis/Parser/Xchat.pm +%%DATADIR%%/lib/Onis/Plugins/Bignumbers.pm +%%DATADIR%%/lib/Onis/Plugins/Conversations.pm +%%DATADIR%%/lib/Onis/Plugins/Core.pm +%%DATADIR%%/lib/Onis/Plugins/Interestingnumbers.pm +%%DATADIR%%/lib/Onis/Plugins/Nicks.pm +%%DATADIR%%/lib/Onis/Plugins/Topics.pm +%%DATADIR%%/lib/Onis/Plugins/Urls.pm +%%DATADIR%%/lib/Onis/Plugins/Userdetails.pm +%%DATADIR%%/lib/Onis/Plugins/Words.pm +%%DATADIR%%/reports/dark-theme/h-blue.png +%%DATADIR%%/reports/dark-theme/h-green.png +%%DATADIR%%/reports/dark-theme/h-red.png +%%DATADIR%%/reports/dark-theme/h-yellow.png +%%DATADIR%%/reports/dark-theme/v-blue.png +%%DATADIR%%/reports/dark-theme/v-green.png +%%DATADIR%%/reports/dark-theme/v-red.png +%%DATADIR%%/reports/dark-theme/v-yellow.png +%%DATADIR%%/reports/dark-theme/style.css +%%DATADIR%%/reports/light-theme/blue.png +%%DATADIR%%/reports/light-theme/green.png +%%DATADIR%%/reports/light-theme/red.png +%%DATADIR%%/reports/light-theme/stripes.png +%%DATADIR%%/reports/light-theme/unknown.png +%%DATADIR%%/reports/light-theme/yellow.png +%%DATADIR%%/reports/light-theme/style.css +%%DATADIR%%/reports/liner-theme/h-blue.png +%%DATADIR%%/reports/liner-theme/h-gold.png +%%DATADIR%%/reports/liner-theme/h-green.png +%%DATADIR%%/reports/liner-theme/h-purple.png +%%DATADIR%%/reports/liner-theme/v-blue.png +%%DATADIR%%/reports/liner-theme/v-gold.png +%%DATADIR%%/reports/liner-theme/v-green.png +%%DATADIR%%/reports/liner-theme/v-purple.png +%%DATADIR%%/reports/liner-theme/style.css +@dirrm %%DATADIR%%/lang +@dirrm %%DATADIR%%/lib/Onis/Data +@dirrm %%DATADIR%%/lib/Onis/Parser +@dirrm %%DATADIR%%/lib/Onis/Plugins +@dirrm %%DATADIR%%/lib/Onis +@dirrm %%DATADIR%%/lib +@dirrm %%DATADIR%%/reports/dark-theme +@dirrm %%DATADIR%%/reports/light-theme +@dirrm %%DATADIR%%/reports/liner-theme +@dirrm %%DATADIR%%/reports +@dirrm %%DATADIR%% |