1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Remove irc/irssi-xmpp-devel since it's unmaintained and older than stable

This commit is contained in:
Renato Botelho 2010-08-25 19:54:46 +00:00
parent 61091d1172
commit b78b894459
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=259986
5 changed files with 1 additions and 65 deletions

1
MOVED
View File

@ -4499,3 +4499,4 @@ x11-themes/kde4-windeco-aurorae||2010-08-23|Intergated into x11/kdebase4-workspa
x11-toolkits/fxscintilla-fox14||2010-08-23|Removed
net/tintin++-devel|net/tintin++|2010-08-24|net/tintin++-devel is no longer devel, merged back to net/tintin++
audio/gmm|audio/gogglesmm|2010-08-24|Project was renamed
irc/irssi-xmpp-devel||2010-08-25|Devel is unmaintained and older than stable

View File

@ -60,7 +60,6 @@
SUBDIR += irssi-otr
SUBDIR += irssi-scripts
SUBDIR += irssi-xmpp
SUBDIR += irssi-xmpp-devel
SUBDIR += irssistats
SUBDIR += keitairc
SUBDIR += keitairc2

View File

@ -1,46 +0,0 @@
# New ports collection makefile for: irssi-xmpp
# Date created: 14 December 2007
# Whom: Philippe Audeoud <jadawin@tuxaco.net>
# $FreeBSD$
PORTNAME= irssi-xmpp
PORTVERSION= 20090602
CATEGORIES= irc
MASTER_SITES= http://dindin.ru/download/
PKGNAMESUFFIX= -devel
DISTNAME= ${PORTNAME}-snapshot-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Irssi-xmpp-snapshot is the irssi-xmmp cvs snapshot
BUILD_DEPENDS= irssi:${PORTSDIR}/irc/irssi
RUN_DEPENDS= irssi:${PORTSDIR}/irc/irssi
LIB_DEPENDS= loudmouth:${PORTSDIR}/net-im/loudmouth
WRKSRC= ${WRKDIR}/${DISTNAME}
USE_GMAKE= yes
USE_LDCONFIG= yes
MAKE_ENV= IRSSI_INCLUDE="${LOCALBASE}/include/irssi/"
PLIST_FILES= lib/irssi/modules/libfe_xmpp.so \
lib/irssi/modules/libxmpp_core.so \
lib/irssi/modules/libtext_xmpp.so
PORTDOCS= README FAQ GENERAL MUC STARTUP XEP
do-install:
.for data in core fe-common fe-text
${MKDIR} ${PREFIX}/lib/irssi/modules
${INSTALL_PROGRAM} ${WRKSRC}/src/${data}/*.so \
${PREFIX}/lib/irssi/modules
.endfor
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.for i in FAQ GENERAL MUC STARTUP XEP
${INSTALL_DATA} ${WRKSRC}/docs/$i ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>

View File

@ -1,3 +0,0 @@
MD5 (irssi-xmpp-snapshot-20090602.tar.gz) = f5eba58344c62953f13bffb5d133fa97
SHA256 (irssi-xmpp-snapshot-20090602.tar.gz) = ca2a2aafdff46bedddf8eacf53099b8d96f45c1699bb586702985eb8a20ba9e8
SIZE (irssi-xmpp-snapshot-20090602.tar.gz) = 65734

View File

@ -1,15 +0,0 @@
irssi-xmpp's aim is to provide a good integration in this text-based
irc client and a good support of XMPP (the Jabber protocol).
Current main features are:
* Sending and receiving messages in irssi's query windows
* A roster with contact's ressources tracking (contact list)
* Contact management (add, remove, manage subscriptions...)
* Contact's JIDs, ressources and commands completion (TAB key)
* Multiple accounts support (in different connection)
* Unicode support (UTF-8)
* SSL support
* ...
WWW: http://cybione.org/src/irssi-xmpp/