pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
bitlbee: remove, imported
Module Name: pkgsrc-wip
Committed By: nia <nia%NetBSD.org@localhost>
Pushed By: nee
Date: Wed Jan 22 22:04:44 2020 +0000
Changeset: e7d1d40f40dcb722a40b9e135342588c6e37c244
Modified Files:
Makefile
Removed Files:
bitlbee/DESCR
bitlbee/MESSAGE
bitlbee/Makefile
bitlbee/PLIST
bitlbee/distinfo
bitlbee/files/bitlbee.sh
Log Message:
bitlbee: remove, imported
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=e7d1d40f40dcb722a40b9e135342588c6e37c244
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 -
bitlbee/DESCR | 5 ---
bitlbee/MESSAGE | 13 ------
bitlbee/Makefile | 108 -----------------------------------------------
bitlbee/PLIST | 13 ------
bitlbee/distinfo | 6 ---
bitlbee/files/bitlbee.sh | 20 ---------
7 files changed, 166 deletions(-)
diffs:
diff --git a/Makefile b/Makefile
index 2e3c0bbc57..b5bcb74b1e 100644
--- a/Makefile
+++ b/Makefile
@@ -254,7 +254,6 @@ SUBDIR+= biopython
SUBDIR+= bioruby
SUBDIR+= bip
SUBDIR+= bitkeeper
-SUBDIR+= bitlbee
SUBDIR+= bkchem
SUBDIR+= blad
SUBDIR+= blas
diff --git a/bitlbee/DESCR b/bitlbee/DESCR
deleted file mode 100644
index 05e339e6cc..0000000000
--- a/bitlbee/DESCR
+++ /dev/null
@@ -1,5 +0,0 @@
-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/bitlbee/MESSAGE b/bitlbee/MESSAGE
deleted file mode 100644
index 507b23fe23..0000000000
--- a/bitlbee/MESSAGE
+++ /dev/null
@@ -1,13 +0,0 @@
-===========================================================================
-$NetBSD: MESSAGE,v 1.2 2009/07/16 19:19:18 tonio Exp $
-
-bitlbee can be to be started from inetd(8). Add the following line
-to its configuration file (/etc/inetd.conf):
-
- 6667 stream tcp nowait bitlbee ${PREFIX}/sbin/bitlbee bitlbee
-
-bitlbee can act as a system-wide daemon, using the start-up script installed by
-the package.
-
- ${PREFIX}/share/examples/rc.d/bitlbee
-===========================================================================
diff --git a/bitlbee/Makefile b/bitlbee/Makefile
deleted file mode 100644
index 65a1745d5b..0000000000
--- a/bitlbee/Makefile
+++ /dev/null
@@ -1,108 +0,0 @@
-# $NetBSD: Makefile,v 1.70 2015/12/23 12:38:37 joerg Exp $
-
-DISTNAME= bitlbee-3.4.2
-CATEGORIES= chat
-MASTER_SITES= http://get.bitlbee.org/src/
-
-MAINTAINER= tonio%NetBSD.org@localhost
-HOMEPAGE= https://www.bitlbee.org/
-COMMENT= IRC to other chat networks gateway
-LICENSE= gnu-gpl-v2
-
-BUILD_DEPENDS+= xmlto-[0-9]*:../../textproc/xmlto
-BUILD_DEPENDS+= w3m-[0-9]*:../../www/w3m
-BUILD_DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
-
-HAS_CONFIGURE= yes
-USE_TOOLS+= gmake pkg-config
-
-REPLACE_PYTHON+= configure
-CONFIGURE_ARGS+= --prefix=${PREFIX}
-CONFIGURE_ARGS+= --bindir=${PREFIX}/sbin
-CONFIGURE_ARGS+= --etcdir=${PKG_SYSCONFDIR}
-CONFIGURE_ARGS+= --datadir=${DATADIR}
-CONFIGURE_ARGS+= --config=${STATEDIR}
-CONFIGURE_ARGS+= --pidfile=${VARBASE}/run/bitlbee/pid
-CONFIGURE_ARGS+= --ipcsocket=${VARBASE}/run/bitlbee/sock
-CONFIGURE_ARGS+= --flood=0
-CONFIGURE_ARGS+= --ssl=gnutls
-
-PKG_SYSCONFSUBDIR= bitlbee
-CONF_FILES= ${DATADIR}/motd.txt ${PKG_SYSCONFDIR}/motd.txt
-CONF_FILES+= ${EGDIR}/bitlbee.conf ${PKG_SYSCONFDIR}/bitlbee.conf
-OWN_DIRS+= ${VARBASE}/run/bitlbee
-
-BUILD_DEFS+= VARBASE
-
-EGDIR= ${PREFIX}/share/examples/bitlbee
-DATADIR= ${PREFIX}/share/bitlbee
-DOCDIR= ${PREFIX}/share/doc/bitlbee
-STATEDIR= ${VARBASE}/db/bitlbee
-
-OWN_DIRS_PERMS= ${STATEDIR} bitlbee nobody 700
-
-PKG_GROUPS= nobody
-PKG_USERS= bitlbee:nobody
-PKG_HOME.bitlbee= ${VARBASE}/db/bitlbee
-
-INSTALLATION_DIRS= ${PKGMANDIR}/man5 ${PKGMANDIR}/man8 sbin
-
-post-build:
- cd ${WRKSRC}/doc/user-guide && \
- ${BUILD_MAKE_CMD} user-guide.txt user-guide.html
-
-do-install:
- ${INSTALL_DATA_DIR} ${DESTDIR}${DATADIR}
- ${INSTALL_DATA_DIR} ${DESTDIR}${DOCDIR}
- ${INSTALL_DATA_DIR} ${DESTDIR}${EGDIR}
- ${INSTALL_DATA} ${WRKSRC}/bitlbee.conf ${DESTDIR}${EGDIR}
- ${INSTALL_PROGRAM} ${WRKSRC}/bitlbee ${DESTDIR}${PREFIX}/sbin
- ${INSTALL_DATA} ${WRKSRC}/doc/user-guide/help.txt ${DESTDIR}${DATADIR}
- ${INSTALL_DATA} ${WRKSRC}/motd.txt ${DESTDIR}${DATADIR}
- ${INSTALL_MAN} ${WRKSRC}/doc/bitlbee.8 \
- ${DESTDIR}${PREFIX}/${PKGMANDIR}/man8
- ${INSTALL_MAN} ${WRKSRC}/doc/bitlbee.conf.5 \
- ${DESTDIR}${PREFIX}/${PKGMANDIR}/man5
-.for f in AUTHORS FAQ README CREDITS user-guide/user-guide.txt user-guide/user-guide.html
- ${INSTALL_DATA} ${WRKSRC}/doc/${f} ${DESTDIR}${DOCDIR}
-.endfor
-
-PKG_OPTIONS_VAR= PKG_OPTIONS.bitlbee
-PKG_SUPPORTED_OPTIONS= inet6 libpurple otr
-PKG_SUGGESTED_OPTIONS= inet6
-
-.include "../../mk/bsd.options.mk"
-
-.if !empty(PKG_OPTIONS:Minet6)
-CONFIGURE_ARGS+= --ipv6=1
-.else
-CONFIGURE_ARGS+= --ipv6=0
-.endif
-
-.if !empty(PKG_OPTIONS:Mlibpurple)
-CONFIGURE_ARGS+= --purple=1
-.include "../../chat/libpurple/buildlink3.mk"
-.else
-CONFIGURE_ARGS+= --purple=0
-.endif
-
-.if !empty(PKG_OPTIONS:Motr)
- CONFIGURE_ARGS+= --otr=1
-.include "../../chat/libotr/buildlink3.mk"
-.else
-CONFIGURE_ARGS+= --otr=0
-.endif
-
-RCD_SCRIPTS= bitlbee
-RCD_SCRIPT_SRC.bitlbee= ${FILESDIR}/bitlbee.sh
-
-# see https://savannah.gnu.org/support/index.php?107660
-#BUILDLINK_ABI_DEPENDS.gnutls+= gnutls<2.12.0
-
-.include "../../converters/libiconv/buildlink3.mk"
-.include "../../devel/glib2/buildlink3.mk"
-PYTHON_FOR_BUILD_ONLY= yes
-.include "../../lang/python/application.mk"
-.include "../../security/gnutls/buildlink3.mk"
-.include "../../security/libgcrypt/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/bitlbee/PLIST b/bitlbee/PLIST
deleted file mode 100644
index b2e6a18603..0000000000
--- a/bitlbee/PLIST
+++ /dev/null
@@ -1,13 +0,0 @@
-@comment $NetBSD: PLIST,v 1.8 2014/03/11 14:04:58 jperkin Exp $
-man/man5/bitlbee.conf.5
-man/man8/bitlbee.8
-sbin/bitlbee
-share/bitlbee/help.txt
-share/bitlbee/motd.txt
-share/doc/bitlbee/AUTHORS
-share/doc/bitlbee/CREDITS
-share/doc/bitlbee/FAQ
-share/doc/bitlbee/README
-share/doc/bitlbee/user-guide.html
-share/doc/bitlbee/user-guide.txt
-share/examples/bitlbee/bitlbee.conf
diff --git a/bitlbee/distinfo b/bitlbee/distinfo
deleted file mode 100644
index 399e8253e3..0000000000
--- a/bitlbee/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.33 2015/11/03 01:20:17 agc Exp $
-
-SHA1 (bitlbee-3.4.2.tar.gz) = c93eab4161754235a2bc04ba3dc0fc66ce2d34f2
-RMD160 (bitlbee-3.4.2.tar.gz) = 5dcffbf030409e5fd8cc53e7a519a82107d25dea
-SHA512 (bitlbee-3.4.2.tar.gz) = 2b839c014cfad037d815aa0e0867dda1b4628ff076d8de6fec1e80ab1499bca565d9afbe104929d492ff68c86b745cc3f76acbeba102766d656f2d359b70302e
-Size (bitlbee-3.4.2.tar.gz) = 719456 bytes
diff --git a/bitlbee/files/bitlbee.sh b/bitlbee/files/bitlbee.sh
deleted file mode 100644
index 1b9852d5af..0000000000
--- a/bitlbee/files/bitlbee.sh
+++ /dev/null
@@ -1,20 +0,0 @@
-#!@RCD_SCRIPTS_SHELL@
-
-# PROVIDE: bitlbee
-# REQUIRE: DAEMON
-
-. /etc/rc.subr
-
-name="bitlbee"
-rcvar=$name
-command="@PREFIX@/sbin/bitlbee"
-pidfile="@VARBASE@/run/${name}/pid"
-command_args="-D -u bitlbee" # run as a daemon
-
-if [ -f /etc/rc.subr ]; then
- load_rc_config $name
- run_rc_command "$1"
-else
- echo -n "${name}"
- ${command} ${bitlbee_flags} ${command_args}
-fi
Home |
Main Index |
Thread Index |
Old Index