summaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorJosef Karthauser <joe@FreeBSD.org>2001-06-16 14:22:16 +0000
committerJosef Karthauser <joe@FreeBSD.org>2001-06-16 14:22:16 +0000
commitb36af6e963cb1d1b8b1e21f79dc361ee97ee7f81 (patch)
tree80311687428d0916ef2eafab35c211bd556bd9c7 /irc
parent* Upgrade jabber from 1.4 to 1.4.1. (diff)
The jabber transports are now built as part of the jabber port and
are therefore no longer required as separate ports.
Notes
Notes: svn path=/head/; revision=44068
Diffstat (limited to 'irc')
-rw-r--r--irc/Makefile1
-rw-r--r--irc/irc-transport/Makefile37
-rw-r--r--irc/irc-transport/distinfo1
-rw-r--r--irc/irc-transport/files/patch-src::Makefile.in19
-rw-r--r--irc/irc-transport/pkg-comment1
-rw-r--r--irc/irc-transport/pkg-descr5
-rw-r--r--irc/irc-transport/pkg-plist2
7 files changed, 0 insertions, 66 deletions
diff --git a/irc/Makefile b/irc/Makefile
index d46ecca4b443..f4f17679aa14 100644
--- a/irc/Makefile
+++ b/irc/Makefile
@@ -10,7 +10,6 @@
SUBDIR += ezbounce
SUBDIR += infobot
SUBDIR += irc
- SUBDIR += irc-transport
SUBDIR += ircII
SUBDIR += ircatlite
SUBDIR += ircd-hybrid
diff --git a/irc/irc-transport/Makefile b/irc/irc-transport/Makefile
deleted file mode 100644
index 25eea36d058b..000000000000
--- a/irc/irc-transport/Makefile
+++ /dev/null
@@ -1,37 +0,0 @@
-# New ports collection makefile for: irc-transport
-# Date created: 12 December 2000
-# Whom: Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw>
-#
-# $FreeBSD$
-
-
-PORTNAME= irc-transport
-PORTVERSION= 0.1b-1.40
-CATEGORIES= irc
-MASTER_SITES= http://download.jabber.org/dists/1.4/final/
-DISTFILES= ${PORTNAME}-${PORTVERSION}.linux${EXTRACT_SUFX}
-
-MAINTAINER= leeym@cae.ce.ntu.edu.tw
-
-BUILD_DEPENDS= ${NONEXISTENT}:${JABBER_PORT}:configure
-RUN_DEPENDS= jabberd:${JABBER_PORT}
-
-.include <bsd.port.pre.mk>
-
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --with-jabberd=${JABBER_WRKSRC}
-JABBER_PORT= ${PORTSDIR}/net/jabber
-JABBER_WRKSRC!= cd ${JABBER_PORT} && ${MAKE} -V WRKSRC
-
-do-install:
- @${MKDIR} ${PREFIX}/lib/jabber/${PORTNAME}
- @${INSTALL_PROGRAM} ${WRKSRC}/src/irc_transport.so ${PREFIX}/lib/jabber/${PORTNAME}
- @${ECHO} ""
- @${ECHO} "============================================================================="
- @${ECHO} "Please read ${WRKSRC}/README first"
- @${ECHO} "and add \"./${PORTNAME}/irc_transport.so\" ${PREFIX}/etc/jabber.xml"
- @${ECHO} "then restart jabberd to enable ${PORTNAME}"
- @${ECHO} "============================================================================="
- @${ECHO} ""
-
-.include <bsd.port.post.mk>
diff --git a/irc/irc-transport/distinfo b/irc/irc-transport/distinfo
deleted file mode 100644
index 6205a776693b..000000000000
--- a/irc/irc-transport/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (irc-transport-0.1b-1.40.linux.tar.gz) = 5ccf1bb828e3d813380f100e4d11f7f6
diff --git a/irc/irc-transport/files/patch-src::Makefile.in b/irc/irc-transport/files/patch-src::Makefile.in
deleted file mode 100644
index e20a318278d9..000000000000
--- a/irc/irc-transport/files/patch-src::Makefile.in
+++ /dev/null
@@ -1,19 +0,0 @@
---- src/Makefile.in.orig Thu Feb 8 02:31:02 2001
-+++ src/Makefile.in Mon Feb 12 09:32:49 2001
-@@ -31,6 +31,7 @@
- mandir = @mandir@
- includedir = @includedir@
- oldincludedir = /usr/include
-+localincludedir = /usr/local/include
-
- DESTDIR =
-
-@@ -72,7 +73,7 @@
- VERSION = @VERSION@
-
- CFLAGS = -g -fPIC -shared
--INCLUDES = -I$(JABBERD_INC) -I$(top_builddir)/include
-+INCLUDES = -I$(JABBERD_INC) -I$(top_builddir)/include -I$(oldincludedir) -I$(localincludedir)
- bin_PROGRAMS = irc_transport.so
-
- irc_transport_so_SOURCES = util.c init.c irc_in.c irc_out.c
diff --git a/irc/irc-transport/pkg-comment b/irc/irc-transport/pkg-comment
deleted file mode 100644
index fc6adb44e7f2..000000000000
--- a/irc/irc-transport/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-IRC-Transport for Jabber server
diff --git a/irc/irc-transport/pkg-descr b/irc/irc-transport/pkg-descr
deleted file mode 100644
index 360353760ee6..000000000000
--- a/irc/irc-transport/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-IRC-Transport allows Jabber users to communicate with IRC
-servers and IRC users, by bridging the gap between the two networks
-
---
-Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw>
diff --git a/irc/irc-transport/pkg-plist b/irc/irc-transport/pkg-plist
deleted file mode 100644
index 0d5834a79425..000000000000
--- a/irc/irc-transport/pkg-plist
+++ /dev/null
@@ -1,2 +0,0 @@
-lib/jabber/irc-transport/irc_transport.so
-@dirrm lib/jabber/irc-transport