git: 6b7e29a00ea4 - main - irc/darkbot: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 01 Apr 2024 11:15:17 UTC
The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=6b7e29a00ea468d683408e5da54523f1fd14858c commit 6b7e29a00ea468d683408e5da54523f1fd14858c Author: Rene Ladan <rene@FreeBSD.org> AuthorDate: 2024-04-01 11:15:01 +0000 Commit: Rene Ladan <rene@FreeBSD.org> CommitDate: 2024-04-01 11:15:01 +0000 irc/darkbot: Remove expired port 2024-03-31 irc/darkbot: Abandonware, last release in 2005 and no activity upstream since 2014 --- MOVED | 1 + irc/Makefile | 1 - irc/darkbot/Makefile | 51 --------------------------------------- irc/darkbot/distinfo | 2 -- irc/darkbot/files/patch-Makefile | 42 -------------------------------- irc/darkbot/files/patch-darkbot.c | 29 ---------------------- irc/darkbot/files/pkg-message.in | 11 --------- irc/darkbot/pkg-descr | 7 ------ irc/darkbot/pkg-plist | 14 ----------- 9 files changed, 1 insertion(+), 157 deletions(-) diff --git a/MOVED b/MOVED index 56cba6f6b539..a4b2362a8a6f 100644 --- a/MOVED +++ b/MOVED @@ -3104,3 +3104,4 @@ net-im/cawbird||2024-04-01|Has expired: No longer developed due to Twitter chang irc/ninja||2024-04-01|Has expired: Abandonware, last release around 2002 and upstream is gone. Consider irc/ircII or irc/irssi net-p2p/liberator||2024-04-01|Has expired: Abandoned project with last release in 2003 devel/electron26||2024-04-01|Has expired: EOLed upstream, switch to newer version +irc/darkbot||2024-04-01|Has expired: Abandonware, last release in 2005 and no activity upstream since 2014 diff --git a/irc/Makefile b/irc/Makefile index 61670e3cba32..db86db150614 100644 --- a/irc/Makefile +++ b/irc/Makefile @@ -14,7 +14,6 @@ SUBDIR += cgiirc SUBDIR += ctrlproxy SUBDIR += dancer - SUBDIR += darkbot SUBDIR += dircproxy SUBDIR += dxirc SUBDIR += eggdrop diff --git a/irc/darkbot/Makefile b/irc/darkbot/Makefile deleted file mode 100644 index 0b8a0a43a8df..000000000000 --- a/irc/darkbot/Makefile +++ /dev/null @@ -1,51 +0,0 @@ -PORTNAME= darkbot -PORTVERSION= 6f6.r6 -PORTREVISION= 4 -PORTEPOCH= 1 -CATEGORIES= irc -MASTER_SITES= http://darkbot.sourceforge.net/archive/unix/ \ - http://www.BSDCode.org/port/ -DISTNAME= ${PORTNAME}-${PORTVERSION:S/./_/} - -MAINTAINER= ports@FreeBSD.org -COMMENT= IRC talking bot with a fast algorithm for its database -WWW= https://darkbot.sourceforge.net/ - -# Converted from NO_CDROM -LICENSE= darkbot -LICENSE_NAME= darkbot -LICENSE_TEXT= no commercial distribution -LICENSE_PERMS= dist-mirror pkg-mirror auto-accept - -DEPRECATED= Abandonware, last release in 2005 and no activity upstream since 2014 -EXPIRATION_DATE=2024-03-31 - -SUB_FILES= pkg-message - -PORTDOCS= README - -OPTIONS_DEFINE= DOCS - -pre-configure: - ${CP} ${WRKSRC}/configure ${WRKSRC}/config - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1.gz ${STAGEDIR}${PREFIX}/share/man/man1/ - ${MKDIR} ${STAGEDIR}${ETCDIR}/dat ${STAGEDIR}${ETCDIR}/logs - ${TOUCH} ${STAGEDIR}${ETCDIR}/logs/.pkgcreate - cd ${WRKSRC}/dat; \ - for file in *; do \ - ${INSTALL_DATA} $$file ${STAGEDIR}${ETCDIR}/dat/$${file}.dist; \ - done - ${ECHO_CMD} '#!/bin/sh' > ${WRKSRC}/configure - ${ECHO_CMD} 'cd ${ETCDIR} && ${SH} config' >> ${WRKSRC}/configure -.for s in config configure AddServer Adduser - ${INSTALL_SCRIPT} ${WRKSRC}/$s ${STAGEDIR}${ETCDIR} -.endfor - -do-install-DOCS-on: - ${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/docs/README ${STAGEDIR}${DOCSDIR}/ - -.include <bsd.port.mk> diff --git a/irc/darkbot/distinfo b/irc/darkbot/distinfo deleted file mode 100644 index 93d1ba2a10ce..000000000000 --- a/irc/darkbot/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (darkbot-6f6_r6.tar.gz) = 4e7b223508be5c8f9f5b6e334332fc4b93d57b7e85cd92c583a294abb12da8b4 -SIZE (darkbot-6f6_r6.tar.gz) = 81185 diff --git a/irc/darkbot/files/patch-Makefile b/irc/darkbot/files/patch-Makefile deleted file mode 100644 index 778a4f6685dd..000000000000 --- a/irc/darkbot/files/patch-Makefile +++ /dev/null @@ -1,42 +0,0 @@ ---- Makefile.orig Tue Apr 1 00:14:41 2003 -+++ Makefile Tue Apr 1 00:23:28 2003 -@@ -11,9 +11,9 @@ - # ..darkbot_debug.log, 'make debug2' # - # ------------------------------------------------ # - --CC = gcc -+CC ?= gcc - --CFLAGS = -DFORK -O3 -+CFLAGS += -DFORK - - DFLAGS = -dm -pg -g -DDEBUG - -@@ -23,14 +23,15 @@ - - ALL_SRC = darkbot.c - --BASE_DIR = /usr/local/ -+BASE_DIR = ${PREFIX}/ - - all: ; ${CC} ${CFLAGS} ${ALL_SRC} -o ${EXE_NAME}; - chmod +x ./configure; - - install: ; cp darkbot ${BASE_DIR}bin/; -- mkdir ${BASE_DIR}etc/darkbot/; mkdir ${BASE_DIR}etc/darkbot/logs/; -- mkdir ${BASE_DIR}etc/darkbot/dat/; -+ -mkdir ${BASE_DIR}etc/darkbot/; -+ -mkdir ${BASE_DIR}etc/darkbot/logs/; -+ -mkdir ${BASE_DIR}etc/darkbot/dat/; - cp dat/* ${BASE_DIR}etc/darkbot/dat/; chmod +x ./.runonce; ./.runonce; - cp configure config; chmod -x ./config; - cp ./config ${BASE_DIR}etc/darkbot/; -@@ -38,7 +39,7 @@ - echo "cd /usr/local/etc/darkbot/;/bin/sh config" >> \ - ${BASE_DIR}etc/darkbot/configure; - chmod +x ${BASE_DIR}etc/darkbot/configure; -- cp ./darkbot.1.gz /usr/local/man/man1/; -+ cp ./darkbot.1.gz ${BASE_DIR}man/man1/; - - debug: ; ${CC} ${DFLAGS} ${ALL_SRC} -o ${EXE_NAME}; cat .debug ; gdb ${EXE_NAME} - diff --git a/irc/darkbot/files/patch-darkbot.c b/irc/darkbot/files/patch-darkbot.c deleted file mode 100644 index f858678844f3..000000000000 --- a/irc/darkbot/files/patch-darkbot.c +++ /dev/null @@ -1,29 +0,0 @@ ---- darkbot.c.orig Tue Oct 28 15:22:21 2003 -+++ darkbot.c Tue Oct 28 15:22:21 2003 -@@ -3476,8 +3476,7 @@ - strlwr (s2); - if (*s2 == '~') { - S -- ("PRIVMSG %s :%s, rdb files can only be called from the data of a topic, they cannot be used in the -- topic itself.\n", -+ ("PRIVMSG %s :%s, rdb files can only be called from the data of a topic, they cannot be used in the topic itself.\n", - target, source); - R; - } -@@ -5026,14 +5025,12 @@ - #else - if (pre_CLIENTS == 0 || pre_CLIENTS == L_CLIENTS) { - S -- ("PRIVMSG %s :\1ACTION \37(\37%2d servers\37)\37: %2d opers + \2%4d\2 users \37(\37%s%% %5d global \2!\2 %3 --ld avg\37)\37\1\n", -+ ("PRIVMSG %s :\1ACTION \37(\37%2d servers\37)\37: %2d opers + \2%4d\2 users \37(\37%s%% %5d global \2!\2 %3ld avg\37)\37\1\n", - CHAN, NUM_SERV, IRCOPS, L_CLIENTS, tmp, - G_USERS, G_USERS / NUM_SERV);} - else - S -- ("PRIVMSG %s :\1ACTION \37(\37%2d servers\37)\37: %2d opers + \2%4d\2 users [\37%c%2d\37] \37(\37%s%% %5d g --lobal \2!\2 %3ld avg\37)\37\1\n", -+ ("PRIVMSG %s :\1ACTION \37(\37%2d servers\37)\37: %2d opers + \2%4d\2 users [\37%c%2d\37] \37(\37%s%% %5d global \2!\2 %3ld avg\37)\37\1\n", - CHAN, NUM_SERV, IRCOPS, L_CLIENTS, - Stat[0], pre_CLIENTS, tmp, G_USERS, G_USERS / NUM_SERV); - #endif diff --git a/irc/darkbot/files/pkg-message.in b/irc/darkbot/files/pkg-message.in deleted file mode 100644 index ab1ef37fa1b8..000000000000 --- a/irc/darkbot/files/pkg-message.in +++ /dev/null @@ -1,11 +0,0 @@ -[ -{ type: install - message: <<EOM -Before using darkbot, it must be configured. - -Configuration is achieved using: - -# sh %%ETCDIR%%/configure -EOM -} -] diff --git a/irc/darkbot/pkg-descr b/irc/darkbot/pkg-descr deleted file mode 100644 index 12270f29f628..000000000000 --- a/irc/darkbot/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Originally created by Jason Hamilton as an aid for help -channels to answer repeated questions from its virtually -unlimited database, it has became a very popular talking -robot in a generic sense, being used all over IRC networks -for different purposes and in 18 languages. Data can be -added to it and managed dynamically online or edited in -its database files offline. diff --git a/irc/darkbot/pkg-plist b/irc/darkbot/pkg-plist deleted file mode 100644 index f4d25a624ad5..000000000000 --- a/irc/darkbot/pkg-plist +++ /dev/null @@ -1,14 +0,0 @@ -bin/darkbot -%%ETCDIR%%/AddServer -%%ETCDIR%%/Adduser -%%ETCDIR%%/config -%%ETCDIR%%/configure -@sample %%ETCDIR%%/dat/deop.ini.dist %%ETCDIR%%/dat/deop.ini -@sample %%ETCDIR%%/dat/info2.db.dist %%ETCDIR%%/dat/info2.db -@sample %%ETCDIR%%/dat/perform.ini.dist %%ETCDIR%%/dat/perform.ini -@sample %%ETCDIR%%/dat/permbans.db.dist %%ETCDIR%%/dat/permbans.db -@sample %%ETCDIR%%/dat/random.ini.dist %%ETCDIR%%/dat/random.ini -@sample %%ETCDIR%%/dat/randomstuff.ini.dist %%ETCDIR%%/dat/randomstuff.ini -@sample %%ETCDIR%%/dat/seen.db.dist %%ETCDIR%%/dat/seen.db -%%ETCDIR%%/logs/.pkgcreate -share/man/man1/darkbot.1.gz