mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
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
This commit is contained in:
parent
fd43181dde
commit
880d78c487
1
MOVED
1
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
|
||||
|
@ -44,7 +44,6 @@
|
||||
SUBDIR += konversation
|
||||
SUBDIR += kvirc
|
||||
SUBDIR += libircclient
|
||||
SUBDIR += miau
|
||||
SUBDIR += muh
|
||||
SUBDIR += ngircd
|
||||
SUBDIR += onis
|
||||
|
@ -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>
|
@ -1,2 +0,0 @@
|
||||
SHA256 (miau-0.6.6.tar.bz2) = 5409fd19748fe0eb98b9975270233878d02718538e9c3b438fe0b74d61465804
|
||||
SIZE (miau-0.6.6.tar.bz2) = 188284
|
@ -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.
|
@ -1,5 +0,0 @@
|
||||
bin/miau
|
||||
bin/miau-check
|
||||
share/man/man1/miau.1.gz
|
||||
%%EXAMPLESDIR%%/miaurc
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
|
Loading…
Reference in New Issue
Block a user