aboutsummaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2010-08-25 19:54:46 +0000
committerRenato Botelho <garga@FreeBSD.org>2010-08-25 19:54:46 +0000
commitb78b894459d1d8199bf57d7950a266c13efd33b7 (patch)
tree67a1c33dcbe299814b1fe44c3cce6ac89c63c0e0 /irc
parent61091d117242895fde5dd0f45273ed3975393a8e (diff)
downloadports-b78b894459d1d8199bf57d7950a266c13efd33b7.tar.gz
ports-b78b894459d1d8199bf57d7950a266c13efd33b7.zip
Notes
Diffstat (limited to 'irc')
-rw-r--r--irc/Makefile1
-rw-r--r--irc/irssi-xmpp-devel/Makefile46
-rw-r--r--irc/irssi-xmpp-devel/distinfo3
-rw-r--r--irc/irssi-xmpp-devel/pkg-descr15
4 files changed, 0 insertions, 65 deletions
diff --git a/irc/Makefile b/irc/Makefile
index a92a5c4ea7b8..ddae9ba4867d 100644
--- a/irc/Makefile
+++ b/irc/Makefile
@@ -60,7 +60,6 @@
SUBDIR += irssi-otr
SUBDIR += irssi-scripts
SUBDIR += irssi-xmpp
- SUBDIR += irssi-xmpp-devel
SUBDIR += irssistats
SUBDIR += keitairc
SUBDIR += keitairc2
diff --git a/irc/irssi-xmpp-devel/Makefile b/irc/irssi-xmpp-devel/Makefile
deleted file mode 100644
index 125849ac7df9..000000000000
--- a/irc/irssi-xmpp-devel/Makefile
+++ /dev/null
@@ -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>
diff --git a/irc/irssi-xmpp-devel/distinfo b/irc/irssi-xmpp-devel/distinfo
deleted file mode 100644
index 347324d5f2fd..000000000000
--- a/irc/irssi-xmpp-devel/distinfo
+++ /dev/null
@@ -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
diff --git a/irc/irssi-xmpp-devel/pkg-descr b/irc/irssi-xmpp-devel/pkg-descr
deleted file mode 100644
index f18b5041ad82..000000000000
--- a/irc/irssi-xmpp-devel/pkg-descr
+++ /dev/null
@@ -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/