Date: Tue, 5 Dec 2023 09:41:06 GMT From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 6955542f51e8 - main - net-im/centerim: Remove expired port Message-ID: <202312050941.3B59f6xa031187@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=6955542f51e8335ce0ecaed0186d1ff5667445a7 commit 6955542f51e8335ce0ecaed0186d1ff5667445a7 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-12-05 09:24:19 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-12-05 09:40:51 +0000 net-im/centerim: Remove expired port 2023-12-05 net-im/centerim: Last upstream release was in 2011 --- MOVED | 1 + net-im/Makefile | 1 - net-im/centerim/Makefile | 72 ---------------------- net-im/centerim/distinfo | 2 - .../files/patch-libicq2000-src-ContactTree.cpp | 11 ---- .../files/patch-libicq2000_libicq2000_sigslot.h | 10 --- net-im/centerim/files/patch-libjabber-jconn.c | 54 ---------------- .../centerim/files/patch-src-hooks-abstracthook.h | 27 -------- net-im/centerim/pkg-descr | 21 ------- net-im/centerim/pkg-plist | 30 --------- 10 files changed, 1 insertion(+), 228 deletions(-) diff --git a/MOVED b/MOVED index cb4c7f698934..63c575c8a8db 100644 --- a/MOVED +++ b/MOVED @@ -8167,3 +8167,4 @@ french/geonext||2023-12-05|Has expired: Last upstream release was in 2014 german/geonext||2023-12-05|Has expired: Last upstream release was in 2014 math/geonext||2023-12-05|Has expired: Last upstream release was in 2014 polish/gnugadu2||2023-12-05|Has expired: Last upstream release was in 2006 +net-im/centerim||2023-12-05|Has expired: Last upstream release was in 2011 diff --git a/net-im/Makefile b/net-im/Makefile index 31035816ab00..393e1a9ad7fc 100644 --- a/net-im/Makefile +++ b/net-im/Makefile @@ -3,7 +3,6 @@ SUBDIR += beebeep SUBDIR += biboumi SUBDIR += cawbird - SUBDIR += centerim SUBDIR += chatterino2 SUBDIR += climm SUBDIR += coccinella diff --git a/net-im/centerim/Makefile b/net-im/centerim/Makefile deleted file mode 100644 index 3fb88944b1a1..000000000000 --- a/net-im/centerim/Makefile +++ /dev/null @@ -1,72 +0,0 @@ -PORTNAME= centerim -PORTVERSION= 4.22.10 -PORTREVISION= 6 -CATEGORIES= net-im -MASTER_SITES= http://www.centerim.org/download/releases/ \ - ftp://ftp.centerim.org/releases/ - -MAINTAINER= frank@altpeter.de -COMMENT= Text mode menu- and window-driven IM interface -WWW= https://www.centerim.org/ - -LICENSE= GPLv2+ -LICENSE_FILE= ${WRKSRC}/COPYING - -DEPRECATED= Last upstream release was in 2011 -EXPIRATION_DATE= 2023-12-05 - -LIB_DEPENDS= libassuan.so:security/libassuan \ - libcurl.so:ftp/curl \ - libgpg-error.so:security/libgpg-error - -USES= cpe iconv gmake ncurses pkgconfig python shebangfix ssl -USE_CXXSTD= gnu++98 -GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include -CXXFLAGS+= -I${LOCALBASE}/include -CONFIGURE_ARGS= --with-ssl --with-openssl --disable-yahoo --disable-msn -CONFLICTS= centericq centerim-devel - -SHEBANG_FILES= misc/CenterIMLog2HTML.py misc/cimformathistory misc/cimextracthistory.pl -SHEBANG_LANG= gawk -gawk_OLD_CMD= /bin/gawk -gawk_CMD= /usr/bin/awk - -OPTIONS_DEFINE= NLS MULTIBYTE FRIBIDI IRC JABBER GPGME RSS LJ GG DOCS - -FRIBIDI_DESC= Fribidi Support -IRC_DESC= IRC Protocol -GPGME_DESC= PGP encrypted Jabber messages -RSS_DESC= RSS Support -LJ_DESC= LiveJournal Support -GG_DESC= Gadu-Gadu Protocol Support - -OPTIONS_DEFAULT= MULTIBYTE FRIBIDI IRC JABBER GPGME RSS LJ GG - -OPTIONS_SUB= yes - -PORTDOCS= FAQ README - -NLS_USES= gettext -NLS_CONFIGURE_ENABLE= nls -MULTIBYTE_CONFIGURE_ENABLE=locales-fix -FRIBIDI_LIB_DEPENDS= libfribidi.so:converters/fribidi -FRIBIDI_CONFIGURE_WITH= fribidi -IRC_CONFIGURE_ENABLE= irc -JABBER_CONFIGURE_ENABLE=jabber -RSS_CONFIGURE_ENABLE= rss -LJ_CONFIGURE_ENABLE= lj -GG_LIB_DEPENDS= libgadu.so:polish/libgadu -GG_CONFIGURE_ENABLE= gg -GPGME_LIB_DEPENDS= libgpgme.so:security/gpgme -GPGME_CONFIGURE_OFF= --with-gpgme-prefix=/nonexistent - -post-patch: - @${REINPLACE_CMD} -e 's|-R$$found_dir|-Wl,-rpath,$$found_dir|' \ - ${WRKSRC}/configure - -post-install: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}/ - -.include <bsd.port.mk> diff --git a/net-im/centerim/distinfo b/net-im/centerim/distinfo deleted file mode 100644 index a4a72d5e121b..000000000000 --- a/net-im/centerim/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (centerim-4.22.10.tar.gz) = 93ce15eb9c834a4939b5aa0846d5c6023ec2953214daf8dc26c85ceaa4413f6e -SIZE (centerim-4.22.10.tar.gz) = 2287832 diff --git a/net-im/centerim/files/patch-libicq2000-src-ContactTree.cpp b/net-im/centerim/files/patch-libicq2000-src-ContactTree.cpp deleted file mode 100644 index 8341ef22672a..000000000000 --- a/net-im/centerim/files/patch-libicq2000-src-ContactTree.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- libicq2000/src/ContactTree.cpp.orig 2010-10-26 21:19:06.000000000 +0400 -+++ libicq2000/src/ContactTree.cpp 2014-01-21 07:26:17.940860269 +0400 -@@ -19,6 +19,8 @@ - * - */ - -+#include <cstdlib> -+ - #include "ContactTree.h" - #include "events.h" - diff --git a/net-im/centerim/files/patch-libicq2000_libicq2000_sigslot.h b/net-im/centerim/files/patch-libicq2000_libicq2000_sigslot.h deleted file mode 100644 index b41f87c93238..000000000000 --- a/net-im/centerim/files/patch-libicq2000_libicq2000_sigslot.h +++ /dev/null @@ -1,10 +0,0 @@ ---- libicq2000/libicq2000/sigslot.h.orig 2010-10-26 17:19:06.000000000 +0000 -+++ libicq2000/libicq2000/sigslot.h -@@ -84,6 +84,7 @@ - - #include <set> - #include <list> -+#include <cstddef> - - #if defined(SIGSLOT_PURE_ISO) || (!defined(WIN32) && !defined(SIGSLOT_USE_POSIX_THREADS)) - # define _SIGSLOT_SINGLE_THREADED diff --git a/net-im/centerim/files/patch-libjabber-jconn.c b/net-im/centerim/files/patch-libjabber-jconn.c deleted file mode 100644 index 7f019ce5659e..000000000000 --- a/net-im/centerim/files/patch-libjabber-jconn.c +++ /dev/null @@ -1,54 +0,0 @@ ---- libjabber/jconn.c.orig 2011-05-23 01:06:31.000000000 +0400 -+++ libjabber/jconn.c 2014-01-21 07:29:07.642848274 +0400 -@@ -824,7 +824,7 @@ - free(hash); - close(sock); - close(fd_file); -- return; -+ return NULL; - } - - recv( sock, buff, SEND_BUF, 0 ); -@@ -833,7 +833,7 @@ - free(hash); - close(sock); - close(fd_file); -- return; -+ return NULL; - } - - //socks5 bytestream packet -@@ -851,7 +851,7 @@ - free(hash); - close(sock); - close(fd_file); -- return; -+ return NULL; - } - recv( sock, buff, 47, 0 ); - if( buff[0] != 0x05 || buff[3] != 0x03 ) -@@ -859,7 +859,7 @@ - free(hash); - close(sock); - close(fd_file); -- return; -+ return NULL; - } - - -@@ -889,6 +889,7 @@ - - - #endif -+ return NULL; - } - - -@@ -961,5 +962,6 @@ - - pthread_exit(0); - #endif -- -+ -+ return NULL; - } diff --git a/net-im/centerim/files/patch-src-hooks-abstracthook.h b/net-im/centerim/files/patch-src-hooks-abstracthook.h deleted file mode 100644 index 1aa62b5bfa62..000000000000 --- a/net-im/centerim/files/patch-src-hooks-abstracthook.h +++ /dev/null @@ -1,27 +0,0 @@ ---- src/hooks/abstracthook.h.orig 2011-05-23 01:06:31.000000000 +0400 -+++ src/hooks/abstracthook.h 2014-01-21 08:30:44.206593005 +0400 -@@ -47,11 +47,7 @@ - }; - - class abstracthook { -- protected: -- enum Encoding { -- encUTF, encKOI, encUnknown -- }; -- -+ public: - enum logevent { - logConnecting, - logLogged, -@@ -63,6 +59,11 @@ - logConfMembers - }; - -+ protected: -+ enum Encoding { -+ encUTF, encKOI, encUnknown -+ }; -+ - protocolname proto; - imstatus manualstatus; - verticalmenu *searchdest; diff --git a/net-im/centerim/pkg-descr b/net-im/centerim/pkg-descr deleted file mode 100644 index 1a506a866e4d..000000000000 --- a/net-im/centerim/pkg-descr +++ /dev/null @@ -1,21 +0,0 @@ -CenterIM is a fork of CenterICQ. - -CenterIM is a text mode menu- and window-driven IM interface that supports the -ICQ2000, Yahoo!, MSN, Gadu-Gadu and IRC protocols as well as posting to -LiveJournal aggregating RSS feeds. - -It allows you to send, receive, and forward messages, URLs, SMSes, contacts, -and email express messages. It also lets you set your own and fetch others' -away messages, and define external handlers for incoming events. You can mass -message-send, search for users, view users' details, maintain your contact -list directly from the program, view the message history, register a new UIN -and update your details, be informed upon receipt of email messages, -automatically set away after the defined period of inactivity, and have your -own ignore, visible, and invisible lists. It can also associate events with -sounds, make log of events, and allows arrangement of contacts into groups. - -The development of CenterIM is currently quite active, but is still happy -to find more users helping with contributing bug reports, suggestions, -feedback and code. -If you're interested in joining our community, feel free to inform about our -mailing lists on the CenterIM homepage or on #centerim at the Freenode IRC. diff --git a/net-im/centerim/pkg-plist b/net-im/centerim/pkg-plist deleted file mode 100644 index ee2d469cf655..000000000000 --- a/net-im/centerim/pkg-plist +++ /dev/null @@ -1,30 +0,0 @@ -bin/CenterIMLog2HTML.py -bin/centerim -bin/cimconv -bin/cimextracthistory.pl -bin/cimformathistory -man/man1/cimconv.1.gz -man/man1/centerim.1.gz -%%DATADIR%%/email.wav -%%DATADIR%%/msg.wav -%%DATADIR%%/offline.wav -%%DATADIR%%/online.wav -%%DATADIR%%/sms.wav -%%DATADIR%%/url.wav -%%NLS%%share/locale/bg/LC_MESSAGES/centerim.mo -%%NLS%%share/locale/cs/LC_MESSAGES/centerim.mo -%%NLS%%share/locale/de/LC_MESSAGES/centerim.mo -%%NLS%%share/locale/es/LC_MESSAGES/centerim.mo -%%NLS%%share/locale/fr/LC_MESSAGES/centerim.mo -%%NLS%%share/locale/hu/LC_MESSAGES/centerim.mo -%%NLS%%share/locale/it/LC_MESSAGES/centerim.mo -%%NLS%%share/locale/ms/LC_MESSAGES/centerim.mo -%%NLS%%share/locale/nl/LC_MESSAGES/centerim.mo -%%NLS%%share/locale/pl/LC_MESSAGES/centerim.mo -%%NLS%%share/locale/pt_BR/LC_MESSAGES/centerim.mo -%%NLS%%share/locale/ro/LC_MESSAGES/centerim.mo -%%NLS%%share/locale/ru/LC_MESSAGES/centerim.mo -%%NLS%%share/locale/sv/LC_MESSAGES/centerim.mo -%%NLS%%share/locale/uk/LC_MESSAGES/centerim.mo -%%NLS%%share/locale/zh_TW/LC_MESSAGES/centerim.mo -%%NLS%%share/locale/zh_CN/LC_MESSAGES/centerim.mo
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202312050941.3B59f6xa031187>