diff options
author | jmmv <jmmv> | 2003-07-02 09:03:02 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2003-07-02 09:03:02 +0000 |
commit | 64dc03481d9205826ec4f176a2acf359357a3a73 (patch) | |
tree | 9cab5a447e03e715143ffc794e2afacc5dc59cb3 /chat | |
parent | 26c23b2675d7639aa161eb547640ab9ffb269f8f (diff) | |
download | pkgsrc-64dc03481d9205826ec4f176a2acf359357a3a73.tar.gz |
Initial import of bitlbee, version 0.80:
bitlbee is an IRC gateway to other chat networks. It provides an IRC server
where users connect to and have access to all their contacts in ICQ, MSN,
Jabber or even IRC itself. Protocols are implemented using Gaim's code.
Multiple users are supported too, where each one has its own set of accounts
and contacts.
Provided by Juan RP in pkgsrc-wip with some changes by me.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/bitlbee/DESCR | 5 | ||||
-rw-r--r-- | chat/bitlbee/MESSAGE | 9 | ||||
-rw-r--r-- | chat/bitlbee/Makefile | 46 | ||||
-rw-r--r-- | chat/bitlbee/PLIST | 11 | ||||
-rw-r--r-- | chat/bitlbee/distinfo | 4 |
5 files changed, 75 insertions, 0 deletions
diff --git a/chat/bitlbee/DESCR b/chat/bitlbee/DESCR new file mode 100644 index 00000000000..05e339e6cc0 --- /dev/null +++ b/chat/bitlbee/DESCR @@ -0,0 +1,5 @@ +bitlbee is an IRC gateway to other chat networks. It provides an IRC server +where users connect to and have access to all their contacts in ICQ, MSN, +Jabber or even IRC itself. Protocols are implemented using Gaim's code. +Multiple users are supported too, where each one has its own set of accounts +and contacts. diff --git a/chat/bitlbee/MESSAGE b/chat/bitlbee/MESSAGE new file mode 100644 index 00000000000..a4836b0e191 --- /dev/null +++ b/chat/bitlbee/MESSAGE @@ -0,0 +1,9 @@ +=========================================================================== +$NetBSD: MESSAGE,v 1.1.1.1 2003/07/02 09:03:02 jmmv Exp $ + +bitlbee needs to be started from inetd(8) for now. Add the following line +to its configuration file (/etc/inetd.conf): + + 6667 stream tcp nowait bitlbee ${PREFIX}/sbin/bitlbee bitlbee + +=========================================================================== diff --git a/chat/bitlbee/Makefile b/chat/bitlbee/Makefile new file mode 100644 index 00000000000..5c21ed37214 --- /dev/null +++ b/chat/bitlbee/Makefile @@ -0,0 +1,46 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/07/02 09:03:02 jmmv Exp $ +# + +DISTNAME= bitlbee-0.80 +CATEGORIES= chat +MASTER_SITES= http://www.lintux.cx/downloads/ + +MAINTAINER= jrp@hispabsd.org +HOMEPAGE= http://www.lintux.cx/downloads/ +COMMENT= IRC to other chat networks gateway + +USE_BUILDLINK2= yes +HAS_CONFIGURE= yes +USE_GMAKE= yes +USE_PKGINSTALL= yes + +CONFIGURE_ARGS+= --prefix=${PREFIX} +CONFIGURE_ARGS+= --bindir=${PREFIX}/sbin +CONFIGURE_ARGS+= --etcdir=${PKG_SYSCONFDIR} +CONFIGURE_ARGS+= --datadir=${DATADIR} +CONFIGURE_ARGS+= --config=${STATEDIR} + +PKG_SYSCONFSUBDIR= bitlbee +CONF_FILES= ${DATADIR}/motd.txt ${PKG_SYSCONFDIR}/motd.txt + +DATADIR= ${PREFIX}/share/bitlbee +DOCDIR= ${PREFIX}/share/doc/bitlbee +STATEDIR= /var/db/bitlbee + +OWN_DIRS_PERMS= ${STATEDIR} bitlbee nobody 700 + +PKG_USERS= bitlbee:nobody::Bitlbee\\ user:/var/db/bitlbee + +do-install: + ${INSTALL_DATA_DIR} ${DATADIR} ${DOCDIR} + ${INSTALL_PROGRAM} ${WRKSRC}/bitlbee ${PREFIX}/sbin + ${INSTALL_DATA} ${WRKSRC}/help.txt ${DATADIR} + ${INSTALL_DATA} ${WRKSRC}/motd.txt ${DATADIR} + ${INSTALL_MAN} ${WRKSRC}/doc/bitlbee.8 ${PREFIX}/man/man8 +.for f in AUTHORS FAQ README TODO + ${INSTALL_DATA} ${WRKSRC}/doc/${f} ${DOCDIR} +.endfor +.undef f + +.include "../../devel/glib/buildlink2.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/chat/bitlbee/PLIST b/chat/bitlbee/PLIST new file mode 100644 index 00000000000..2e099dc98ae --- /dev/null +++ b/chat/bitlbee/PLIST @@ -0,0 +1,11 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2003/07/02 09:03:02 jmmv Exp $ +man/man8/bitlbee.8 +sbin/bitlbee +share/bitlbee/help.txt +share/bitlbee/motd.txt +share/doc/bitlbee/AUTHORS +share/doc/bitlbee/FAQ +share/doc/bitlbee/README +share/doc/bitlbee/TODO +@dirrm share/doc/bitlbee +@dirrm share/bitlbee diff --git a/chat/bitlbee/distinfo b/chat/bitlbee/distinfo new file mode 100644 index 00000000000..8f30d2231eb --- /dev/null +++ b/chat/bitlbee/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2003/07/02 09:03:02 jmmv Exp $ + +SHA1 (bitlbee-0.80.tar.gz) = 5d02e6013ec42df3f5b495d9884c1f391be154f3 +Size (bitlbee-0.80.tar.gz) = 351775 bytes |