git: 880d78c487f6 - main - irc/miau: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 30 Apr 2024 20:56:09 UTC
The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=880d78c487f6012dc053baaacd375a55189ba707 commit 880d78c487f6012dc053baaacd375a55189ba707 Author: Rene Ladan <rene@FreeBSD.org> AuthorDate: 2024-04-30 20:56:01 +0000 Commit: Rene Ladan <rene@FreeBSD.org> CommitDate: 2024-04-30 20:56:01 +0000 irc/miau: Remove expired port 2024-04-30 irc/miau: Abandoned upstream, last release in 2010 and no activity since 2014. Consider migrating to irc/soju or irc/znc --- MOVED | 1 + irc/Makefile | 1 - irc/miau/Makefile | 53 ----------------------------------------------------- irc/miau/distinfo | 2 -- irc/miau/pkg-descr | 8 -------- irc/miau/pkg-plist | 5 ----- 6 files changed, 1 insertion(+), 69 deletions(-) diff --git a/MOVED b/MOVED index 30f18bee92e7..b94db7db58d6 100644 --- a/MOVED +++ b/MOVED @@ -3226,3 +3226,4 @@ games/2048-qt||2024-04-30|Has expired: Unmaintained, last upstream release in 20 devel/cdash||2024-04-30|Has expired: Very outdated version that's unsupported upstream sysutils/dim||2024-04-30|Has expired: Abandonware, upstream stopped development in 2005 net-im/jabberd||2024-04-30|Has expired: No longer developed as of 2019, consider using net-im/ejabberd +irc/miau||2024-04-30|Has expired: Abandoned upstream, last release in 2010 and no activity since 2014. Consider migrating to irc/soju or irc/znc diff --git a/irc/Makefile b/irc/Makefile index cb83b5f31a81..5bd33895871e 100644 --- a/irc/Makefile +++ b/irc/Makefile @@ -44,7 +44,6 @@ SUBDIR += konversation SUBDIR += kvirc SUBDIR += libircclient - SUBDIR += miau SUBDIR += muh SUBDIR += ngircd SUBDIR += onis diff --git a/irc/miau/Makefile b/irc/miau/Makefile deleted file mode 100644 index 442980e62e13..000000000000 --- a/irc/miau/Makefile +++ /dev/null @@ -1,53 +0,0 @@ -PORTNAME= miau -PORTVERSION= 0.6.6 -PORTREVISION= 4 -CATEGORIES= irc -MASTER_SITES= SF - -MAINTAINER= freebsd-ports@dan.me.uk -COMMENT= Fully featured easy to use IRC-bouncer -WWW= https://miau.sourceforge.net/ - -DEPRECATED= Abandoned upstream, last release in 2010 and no activity since 2014. Consider migrating to irc/soju or irc/znc -EXPIRATION_DATE=2024-04-30 - -USES= iconv tar:bzip2 -GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX=${PREFIX}/share - -INFO= miau - -CONFIGURE_ARGS= --enable-dccbounce \ - --enable-automode \ - --enable-releasenick \ - --enable-ctcp-replies \ - --enable-mkpasswd \ - --enable-uptime \ - --enable-chanlog \ - --enable-privlog \ - --enable-onconnect \ - --enable-empty-awaymsg \ - --enable-dumpstatus \ - --disable-dependency-tracking -CPPFLAGS+= -I${LOCALBASE}/include - -OPTIONS_DEFINE= DOCS IPV6ONLY -IPV6ONLY_DESC= Enable IPv6 ONLY (disables IPv4) - -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MIPV6ONLY} -CONFIGURE_ARGS+= --enable-ipv6 -.endif - -post-patch: - @${REINPLACE_CMD} -e 's,\$$datadir/doc/miau/examples,${EXAMPLESDIR},g' \ - ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} - -post-install: -.if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/ChangeLog ${STAGEDIR}${DOCSDIR} -.endif - -.include <bsd.port.mk> diff --git a/irc/miau/distinfo b/irc/miau/distinfo deleted file mode 100644 index 396b8ba42f06..000000000000 --- a/irc/miau/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (miau-0.6.6.tar.bz2) = 5409fd19748fe0eb98b9975270233878d02718538e9c3b438fe0b74d61465804 -SIZE (miau-0.6.6.tar.bz2) = 188284 diff --git a/irc/miau/pkg-descr b/irc/miau/pkg-descr deleted file mode 100644 index 29969c0e9a83..000000000000 --- a/irc/miau/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -miau is a fully featured easy to use IRC-bouncer that can keep your nick -even when you disconnect. - -Additionally, miau can set you away automatically when you disconnect and -auto-op (or auto-voice) people. While you're disconnected, miau can also log -everything and/or pipe private messages to an external program. And when you -connect miau again, miau can replay some of the old messages so that you know -what's going on. diff --git a/irc/miau/pkg-plist b/irc/miau/pkg-plist deleted file mode 100644 index c75ae6753a40..000000000000 --- a/irc/miau/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -bin/miau -bin/miau-check -share/man/man1/miau.1.gz -%%EXAMPLESDIR%%/miaurc -%%PORTDOCS%%%%DOCSDIR%%/ChangeLog