Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Apr 2024 10:59:12 GMT
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 65bdec761661 - main - irc/ninja: Remove expired port
Message-ID:  <202404011059.431AxCWV077369@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by rene:

URL: https://cgit.FreeBSD.org/ports/commit/?id=65bdec761661025c75adf0ac879457f05e86d003

commit 65bdec761661025c75adf0ac879457f05e86d003
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2024-04-01 10:58:58 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2024-04-01 10:58:58 +0000

    irc/ninja: Remove expired port
    
    2024-03-31 irc/ninja: Abandonware, last release around 2002 and upstream is gone. Consider irc/ircII or irc/irssi
---
 MOVED                                  |  1 +
 irc/Makefile                           |  1 -
 irc/ninja/Makefile                     | 31 ------------------------------
 irc/ninja/distinfo                     |  2 --
 irc/ninja/files/patch-source__ircaux.c | 16 ----------------
 irc/ninja/pkg-descr                    |  2 --
 irc/ninja/pkg-plist                    | 35 ----------------------------------
 7 files changed, 1 insertion(+), 87 deletions(-)

diff --git a/MOVED b/MOVED
index f4445016bfc7..f6d7556d844a 100644
--- a/MOVED
+++ b/MOVED
@@ -3101,3 +3101,4 @@ irc/thales||2024-04-01|Has expired: End of life upstream
 irc/sirc||2024-04-01|Has expired: Abandonware, upstream is gone and current version was released over 20 years ago. Consider irc/irssi , irc/epic5 or irc/ircII
 net-p2p/btpd||2024-04-01|Has expired: Abandoned upstream, lacks support for common functionality such as Magnet links, DHT, PEX and HTTPS. Consider net-p2p/qbittorrent or net-p2p/transmission
 net-im/cawbird||2024-04-01|Has expired: No longer developed due to Twitter changes
+irc/ninja||2024-04-01|Has expired: Abandonware, last release around 2002 and upstream is gone. Consider irc/ircII or irc/irssi
diff --git a/irc/Makefile b/irc/Makefile
index d67eacfe08a1..61670e3cba32 100644
--- a/irc/Makefile
+++ b/irc/Makefile
@@ -51,7 +51,6 @@
     SUBDIR += miau
     SUBDIR += muh
     SUBDIR += ngircd
-    SUBDIR += ninja
     SUBDIR += onis
     SUBDIR += p5-AnyEvent-IRC
     SUBDIR += p5-Bot-BasicBot
diff --git a/irc/ninja/Makefile b/irc/ninja/Makefile
deleted file mode 100644
index 1a3ae8f81814..000000000000
--- a/irc/ninja/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-PORTNAME=	ninja
-PORTVERSION=	1.5.8.1
-CATEGORIES=	irc
-PKGNAMEPREFIX=	irc-
-MASTER_SITES=	http://www.bayofrum.net/dist/${PORTNAME}/
-
-MAINTAINER=	ports@FreeBSD.org
-COMMENT=	Another ircII based irc client
-
-DEPRECATED=	Abandonware, last release around 2002 and upstream is gone. Consider irc/ircII or irc/irssi
-EXPIRATION_DATE=2024-03-31
-
-USES=		ncurses
-
-GNU_CONFIGURE=	yes
-CONFIGURE_ENV=	IRCLIB="${DATADIR}"
-MAKE_JOBS_UNSAFE=	yes
-
-.include <bsd.port.options.mk>
-
-.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400091 || ( ${OSVERSION} >= 1302507 && ${OSVERSION} < 1400000 ))
-CFLAGS+=	-Wno-error=incompatible-function-pointer-types
-.endif
-
-do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/ninja ${STAGEDIR}${PREFIX}/bin
-	${INSTALL_PROGRAM} ${WRKSRC}/ninjawserv ${STAGEDIR}${PREFIX}/bin
-	@${MKDIR} ${STAGEDIR}${DATADIR}/translation
-	${INSTALL_DATA} ${WRKSRC}/translation/* ${STAGEDIR}${DATADIR}/translation
-
-.include <bsd.port.mk>
diff --git a/irc/ninja/distinfo b/irc/ninja/distinfo
deleted file mode 100644
index ca77a7c9924f..000000000000
--- a/irc/ninja/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (ninja-1.5.8.1.tar.gz) = cc888c2115d73bde6299415cbfc7c7fd3d2b715c1945f315f70240d847c4f1af
-SIZE (ninja-1.5.8.1.tar.gz) = 651142
diff --git a/irc/ninja/files/patch-source__ircaux.c b/irc/ninja/files/patch-source__ircaux.c
deleted file mode 100644
index 6cda7ec0b761..000000000000
--- a/irc/ninja/files/patch-source__ircaux.c
+++ /dev/null
@@ -1,16 +0,0 @@
-Index: source/ircaux.c
-diff -u source/ircaux.c.orig source/ircaux.c
---- source/ircaux.c.orig	Sun Jan 13 09:41:25 2002
-+++ source/ircaux.c	Thu Oct 30 00:57:46 2003
-@@ -852,9 +852,11 @@
- 		return -10;
- #else
- 	{
-+#ifdef EAI_ADDRFAMILY
- 		if (err == EAI_ADDRFAMILY)
- 			return -10;
- 		else
-+#endif
- 			return -2;
- 	}
- #endif
diff --git a/irc/ninja/pkg-descr b/irc/ninja/pkg-descr
deleted file mode 100644
index e81926567ba5..000000000000
--- a/irc/ninja/pkg-descr
+++ /dev/null
@@ -1,2 +0,0 @@
-Ninja IRC is an alternative ircII based client.  It includes full ANSI colour
-and many other features normally found only in scripts.
diff --git a/irc/ninja/pkg-plist b/irc/ninja/pkg-plist
deleted file mode 100644
index 50bbdf09c59c..000000000000
--- a/irc/ninja/pkg-plist
+++ /dev/null
@@ -1,35 +0,0 @@
-bin/ninja
-bin/ninjawserv
-%%DATADIR%%/translation/ASCII
-%%DATADIR%%/translation/CP437
-%%DATADIR%%/translation/CP850
-%%DATADIR%%/translation/DANISH
-%%DATADIR%%/translation/DEC_MCS
-%%DATADIR%%/translation/DG_MCS
-%%DATADIR%%/translation/DUTCH
-%%DATADIR%%/translation/FINNISH
-%%DATADIR%%/translation/FRENCH
-%%DATADIR%%/translation/FRENCH_CANADIAN
-%%DATADIR%%/translation/GERMAN
-%%DATADIR%%/translation/HP_MCS
-%%DATADIR%%/translation/IRV
-%%DATADIR%%/translation/ITALIAN
-%%DATADIR%%/translation/JIS
-%%DATADIR%%/translation/MACINTOSH
-%%DATADIR%%/translation/NEXT
-%%DATADIR%%/translation/NORWEGIAN_1
-%%DATADIR%%/translation/NORWEGIAN_2
-%%DATADIR%%/translation/POLISH
-%%DATADIR%%/translation/POLISH_NOPL
-%%DATADIR%%/translation/PORTUGUESE
-%%DATADIR%%/translation/PORTUGUESE_COM
-%%DATADIR%%/translation/RUSSIAN
-%%DATADIR%%/translation/RUSSIAN_ALT
-%%DATADIR%%/translation/RUSSIAN_WIN
-%%DATADIR%%/translation/SPANISH
-%%DATADIR%%/translation/SWEDISH
-%%DATADIR%%/translation/SWEDISH_NAMES
-%%DATADIR%%/translation/SWEDISH_NAMES_COM
-%%DATADIR%%/translation/SWISS
-%%DATADIR%%/translation/UNITED_KINGDOM
-%%DATADIR%%/translation/UNITED_KINGDOM_COM



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404011059.431AxCWV077369>