diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-06-04 01:08:24 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-06-04 01:08:24 +0800 |
commit | 9e64529ce1a1ec7a697249453e7e5b6375cea2f9 (patch) | |
tree | 530f31293b48c00fc4a72579da2a889889e46044 /irc | |
parent | a3f0e4b1d7c6fa78fcd5a28744cf7a25f1b37478 (diff) | |
download | freebsd-ports-gnome-9e64529ce1a1ec7a697249453e7e5b6375cea2f9.tar.gz freebsd-ports-gnome-9e64529ce1a1ec7a697249453e7e5b6375cea2f9.tar.zst freebsd-ports-gnome-9e64529ce1a1ec7a697249453e7e5b6375cea2f9.zip |
add pircbot 0.9.4
PircBot Java IRC Bot Framework
PR: 38858
Submitted by: Tim Bishop <tim@bishnet.net>
Diffstat (limited to 'irc')
-rw-r--r-- | irc/Makefile | 1 | ||||
-rw-r--r-- | irc/pircbot/Makefile | 38 | ||||
-rw-r--r-- | irc/pircbot/distinfo | 1 | ||||
-rw-r--r-- | irc/pircbot/pkg-comment | 1 | ||||
-rw-r--r-- | irc/pircbot/pkg-descr | 6 | ||||
-rw-r--r-- | irc/pircbot/pkg-plist | 38 |
6 files changed, 85 insertions, 0 deletions
diff --git a/irc/Makefile b/irc/Makefile index 6087acd08da6..9d68d8898a71 100644 --- a/irc/Makefile +++ b/irc/Makefile @@ -31,6 +31,7 @@ SUBDIR += p5-IRC SUBDIR += p5-POE-Component-IRC SUBDIR += party + SUBDIR += pircbot SUBDIR += pisg SUBDIR += pure-emacs20 SUBDIR += pure-emacs21 diff --git a/irc/pircbot/Makefile b/irc/pircbot/Makefile new file mode 100644 index 000000000000..48c1ae344a70 --- /dev/null +++ b/irc/pircbot/Makefile @@ -0,0 +1,38 @@ +# New ports collection makefile for: pircbot +# Date created: 2 June 2002 +# Whom: Tim Bishop <tim@bishnet.net> +# +# $FreeBSD$ +# + +PORTNAME= pircbot +PORTVERSION= 0.9.4 +CATEGORIES= irc java +MASTER_SITES= http://www.jibble.org/files/ http://www.i-scream.org.uk/downloads/other/ + +MAINTAINER= tim@bishnet.net + +USE_ZIP= yes +NO_BUILD= yes + +USE_JAVA= 1.1+ + +do-install: + ${INSTALL_DATA} ${WRKSRC}/pircbot.jar ${PREFIX}/share/java/classes +.if !defined(NOPORTDOCS) + ${MKDIR} ${PREFIX}/share/doc/pircbot + (cd ${WRKSRC}/javadocs && ${TAR} -cf - . | ${TAR} -xf - -C ${PREFIX}/share/doc/pircbot) +.endif + +post-install: + @echo " ---------------------------------------------------------------" + @echo " To use pircbot add ${PREFIX}/share/java/classes/pircbot.jar to" + @echo " your classpath. A short tutorial can be found here:" + @echo " http://www.jibble.org/pircbot.php" +.if !defined(NOPORTDOCS) + @echo " pircbot javadoc documentation has also been installed in:" + @echo " ${PREFIX}/share/doc/pircbot" +.endif + @echo " ---------------------------------------------------------------" + +.include <bsd.port.mk> diff --git a/irc/pircbot/distinfo b/irc/pircbot/distinfo new file mode 100644 index 000000000000..1e27a0fd0dd5 --- /dev/null +++ b/irc/pircbot/distinfo @@ -0,0 +1 @@ +MD5 (pircbot-0.9.4.zip) = a7703ab835f747ded6c83b9f00186df8 diff --git a/irc/pircbot/pkg-comment b/irc/pircbot/pkg-comment new file mode 100644 index 000000000000..c480dfb3cdaa --- /dev/null +++ b/irc/pircbot/pkg-comment @@ -0,0 +1 @@ +PircBot Java IRC Bot Framework diff --git a/irc/pircbot/pkg-descr b/irc/pircbot/pkg-descr new file mode 100644 index 000000000000..9aecb5cfe0ec --- /dev/null +++ b/irc/pircbot/pkg-descr @@ -0,0 +1,6 @@ +PircBot is a framework for an IRC Bot written in Java. +It allows you to create your own custom IRC Bots using +Java by building on the easy to use framework that is +already provided by the PircBot. + +WWW: http://www.jibble.org/pircbot.php diff --git a/irc/pircbot/pkg-plist b/irc/pircbot/pkg-plist new file mode 100644 index 000000000000..6f9fa069e5d0 --- /dev/null +++ b/irc/pircbot/pkg-plist @@ -0,0 +1,38 @@ +share/java/classes/pircbot.jar +%%PORTDOCS%%share/doc/pircbot/constant-values.html +%%PORTDOCS%%share/doc/pircbot/org/jibble/pircbot/class-use/NickAlreadyInUseException.html +%%PORTDOCS%%share/doc/pircbot/org/jibble/pircbot/class-use/DccChat.html +%%PORTDOCS%%share/doc/pircbot/org/jibble/pircbot/class-use/IdentServer.html +%%PORTDOCS%%share/doc/pircbot/org/jibble/pircbot/class-use/InputThread.html +%%PORTDOCS%%share/doc/pircbot/org/jibble/pircbot/class-use/IrcException.html +%%PORTDOCS%%share/doc/pircbot/org/jibble/pircbot/class-use/OutputThread.html +%%PORTDOCS%%share/doc/pircbot/org/jibble/pircbot/class-use/PircBot.html +%%PORTDOCS%%share/doc/pircbot/org/jibble/pircbot/class-use/Queue.html +%%PORTDOCS%%share/doc/pircbot/org/jibble/pircbot/package-use.html +%%PORTDOCS%%share/doc/pircbot/org/jibble/pircbot/package-frame.html +%%PORTDOCS%%share/doc/pircbot/org/jibble/pircbot/package-summary.html +%%PORTDOCS%%share/doc/pircbot/org/jibble/pircbot/package-tree.html +%%PORTDOCS%%share/doc/pircbot/org/jibble/pircbot/DccChat.html +%%PORTDOCS%%share/doc/pircbot/org/jibble/pircbot/IdentServer.html +%%PORTDOCS%%share/doc/pircbot/org/jibble/pircbot/InputThread.html +%%PORTDOCS%%share/doc/pircbot/org/jibble/pircbot/OutputThread.html +%%PORTDOCS%%share/doc/pircbot/org/jibble/pircbot/PircBot.html +%%PORTDOCS%%share/doc/pircbot/org/jibble/pircbot/Queue.html +%%PORTDOCS%%share/doc/pircbot/org/jibble/pircbot/IrcException.html +%%PORTDOCS%%share/doc/pircbot/org/jibble/pircbot/NickAlreadyInUseException.html +%%PORTDOCS%%share/doc/pircbot/overview-tree.html +%%PORTDOCS%%share/doc/pircbot/index-all.html +%%PORTDOCS%%share/doc/pircbot/deprecated-list.html +%%PORTDOCS%%share/doc/pircbot/allclasses-frame.html +%%PORTDOCS%%share/doc/pircbot/allclasses-noframe.html +%%PORTDOCS%%share/doc/pircbot/index.html +%%PORTDOCS%%share/doc/pircbot/packages.html +%%PORTDOCS%%share/doc/pircbot/serialized-form.html +%%PORTDOCS%%share/doc/pircbot/package-list +%%PORTDOCS%%share/doc/pircbot/help-doc.html +%%PORTDOCS%%share/doc/pircbot/stylesheet.css +%%PORTDOCS%%@dirrm share/doc/pircbot/org/jibble/pircbot/class-use +%%PORTDOCS%%@dirrm share/doc/pircbot/org/jibble/pircbot +%%PORTDOCS%%@dirrm share/doc/pircbot/org/jibble +%%PORTDOCS%%@dirrm share/doc/pircbot/org +%%PORTDOCS%%@dirrm share/doc/pircbot |