mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
irc/irssi-dcc_send_limiter: Remove expired port
2023-11-30 irc/irssi-dcc_send_limiter: BROKEN for more than a year
This commit is contained in:
parent
5a3222023b
commit
b67ce4f7e6
1
MOVED
1
MOVED
@ -8131,3 +8131,4 @@ www/varnish-nagios||2023-12-02|Has expired: Marked BROKEN for months, also depen
|
||||
net/gupnp14||2023-12-02|Has expired: Unsupported legacy version upstream, also fails to build with newer versions of libxml2. Consider migrating to net/gupnp
|
||||
net/gupnp-dlna||2023-12-02|Has expired: Depends on deprecated port net/gupnp14
|
||||
net/gupnp-igd12||2023-12-02|Has expired: Depends on deprecated port net/gupnp14
|
||||
irc/irssi-dcc_send_limiter||2023-12-02|Has expired: BROKEN for more than a year
|
||||
|
@ -41,7 +41,6 @@
|
||||
SUBDIR += ircproxy
|
||||
SUBDIR += iroffer-dinoex
|
||||
SUBDIR += irssi
|
||||
SUBDIR += irssi-dcc_send_limiter
|
||||
SUBDIR += irssi-fish
|
||||
SUBDIR += irssi-icb
|
||||
SUBDIR += irssi-scripts
|
||||
|
@ -1,48 +0,0 @@
|
||||
PORTNAME= dcc_send_limiter
|
||||
PORTVERSION= 0.8.10
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= irc
|
||||
MASTER_SITES= http://svn.irssi.org/repos/modules/trunk/ \
|
||||
http://utenti.gufi.org/~drizzt/codes/irssi-dcc_send_limiter/
|
||||
PKGNAMEPREFIX= irssi-
|
||||
DISTNAME= dcc-send-limiter
|
||||
EXTRACT_SUFX= .c
|
||||
|
||||
PATCH_SITES= http://utenti.gufi.org/~drizzt/codes/irssi-dcc_send_limiter/
|
||||
PATCHFILES= ${DISTFILES}.diff
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Irssi plugin to limit the transmit speed of DCC sends
|
||||
|
||||
LICENSE= GPLv2+
|
||||
|
||||
DEPRECATED= BROKEN for more than a year
|
||||
EXPIRATION_DATE= 2023-11-30
|
||||
BROKEN= does not build: error: use of undeclared identifier 'G_INPUT_WRITE'
|
||||
|
||||
BUILD_DEPENDS= irssi:irc/irssi
|
||||
RUN_DEPENDS= irssi:irc/irssi
|
||||
|
||||
USES= gnome pkgconfig
|
||||
USE_GNOME= glib20
|
||||
|
||||
CFLAGS+= -shared -fPIC -I${LOCALBASE}/include/irssi -I${LOCALBASE}/include/irssi/src -I${LOCALBASE}/include/irssi/src/core -I${LOCALBASE}/include/irssi/src/irc/core -I${LOCALBASE}/include/irssi/src/irc/dcc `pkg-config --cflags glib-2.0`
|
||||
|
||||
NO_WRKSUBDIR= yes
|
||||
|
||||
PLIST_FILES= lib/irssi/modules/lib/${DISTNAME}.so
|
||||
|
||||
do-extract:
|
||||
@${RM} -r ${WRKSRC}
|
||||
@${MKDIR} ${WRKSRC}
|
||||
@${CP} ${DISTDIR}/${DISTFILES} ${WRKSRC}
|
||||
|
||||
do-build:
|
||||
${CC} ${CFLAGS} -o ${WRKSRC}/${DISTNAME}.so ${WRKSRC}/${DISTFILES}
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${STAGEDIR}${PREFIX}/lib/irssi/modules/lib
|
||||
${INSTALL_LIB} ${WRKSRC}/${DISTNAME}.so \
|
||||
${STAGEDIR}${PREFIX}/lib/irssi/modules/lib
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,4 +0,0 @@
|
||||
SHA256 (dcc-send-limiter.c) = 71be71b4e2a02c3fb0c5be249c7e7dfca1063dda2214f0cf32138d74aa4e7151
|
||||
SIZE (dcc-send-limiter.c) = 5413
|
||||
SHA256 (dcc-send-limiter.c.diff) = 89401986e93a6b5df49dc01f3a41e93a53178fe2cdf0bf36cda87c1e532ee710
|
||||
SIZE (dcc-send-limiter.c.diff) = 1421
|
@ -1 +0,0 @@
|
||||
A plugin to limit the transmit speed of DCC sends
|
Loading…
Reference in New Issue
Block a user