summaryrefslogtreecommitdiff
path: root/net/jabber-xdb_ldap
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2005-11-05 09:07:44 +0000
committerKris Kennaway <kris@FreeBSD.org>2005-11-05 09:07:44 +0000
commitb1cf59535c70b37f79dbb4a7374b9908cd760c4c (patch)
treede86c8c77ebfec33fb4888f702c1c1fc593cce83 /net/jabber-xdb_ldap
parent- update for cairo release (diff)
Remove expired ports
Notes
Notes: svn path=/head/; revision=147349
Diffstat (limited to 'net/jabber-xdb_ldap')
-rw-r--r--net/jabber-xdb_ldap/Makefile41
-rw-r--r--net/jabber-xdb_ldap/distinfo2
-rw-r--r--net/jabber-xdb_ldap/files/patch-Makefile13
-rw-r--r--net/jabber-xdb_ldap/pkg-descr6
-rw-r--r--net/jabber-xdb_ldap/pkg-plist4
5 files changed, 0 insertions, 66 deletions
diff --git a/net/jabber-xdb_ldap/Makefile b/net/jabber-xdb_ldap/Makefile
deleted file mode 100644
index 3f479dbaec80..000000000000
--- a/net/jabber-xdb_ldap/Makefile
+++ /dev/null
@@ -1,41 +0,0 @@
-# New ports collection makefile for: jabber-xdb_ldap
-# Date created: 03 January 2004
-# Whom: Martijn Lina <martijn@pacno.net>
-#
-# $FreeBSD$
-
-PORTNAME= xdb_ldap
-PORTVERSION= 1.0
-PORTREVISION= 2
-CATEGORIES= net
-MASTER_SITES= http://www.jabberstudio.org/files/xdb_ldap/
-PKGNAMEPREFIX= jabber-
-DIST_SUBDIR= jabber
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Jabber xdb backend for an LDAP directory
-
-BUILD_DEPENDS= ${NON_EXISTENT}:${PORTSDIR}/net/jabber:configure
-
-USE_GMAKE= yes
-USE_OPENLDAP= yes
-
-FORBIDDEN= "Site is down after intrusion. Probably this project will never be revived"
-DEPRECATED= ${FORBIDDEN}
-EXPIRATION_DATE= 2005-09-28
-
-WRKSRC= ${WRKDIR}/${PORTNAME}/src
-
-.include <bsd.port.pre.mk>
-
-JABBER_SRC!= cd ${PORTSDIR}/net/jabber && make -V WRKSRC
-MAKE_ENV= JABBER_SRC=${JABBER_SRC}
-
-do-install:
- ${MKDIR} ${PREFIX}/lib/jabber
- ${INSTALL_DATA} ${WRKSRC}/xdb_ldap.so ${PREFIX}/lib/jabber/
- ${INSTALL_DATA} ${WRKSRC}/../jabber-xdb.xml ${PREFIX}/etc/jabber-xdb.xml.sample
- ${MKDIR} ${PREFIX}/etc/openldap/schema
- ${INSTALL_DATA} ${WRKSRC}/../jabber.schema ${PREFIX}/etc/openldap/schema/jabber.schema.default
-
-.include <bsd.port.post.mk>
diff --git a/net/jabber-xdb_ldap/distinfo b/net/jabber-xdb_ldap/distinfo
deleted file mode 100644
index 95188635e052..000000000000
--- a/net/jabber-xdb_ldap/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (jabber/xdb_ldap-1.0.tar.gz) = 373f0f780c725cc06c824e322fc694ff
-SIZE (jabber/xdb_ldap-1.0.tar.gz) = 112204
diff --git a/net/jabber-xdb_ldap/files/patch-Makefile b/net/jabber-xdb_ldap/files/patch-Makefile
deleted file mode 100644
index e7a56d1a5505..000000000000
--- a/net/jabber-xdb_ldap/files/patch-Makefile
+++ /dev/null
@@ -1,13 +0,0 @@
---- Makefile.orig Wed Jul 24 17:42:25 2002
-+++ Makefile Sat Nov 29 18:35:35 2003
-@@ -1,7 +1,7 @@
--include ../../platform-settings
-+include ${JABBER_SRC}/platform-settings
-
--CFLAGS:=$(CFLAGS) -I../../jabberd -I../include
--LIBS:=$(LIBS) -lresolv -lldap -llber
-+CFLAGS:=$(CFLAGS) -I${JABBER_SRC}/jabberd -I../include -I/usr/local/include
-+LIBS:=$(LIBS) -L/usr/local/lib -lldap -llber
- xdb_ldap_OBJECTS = xdb_ldap.o \
- xdb_ldap_common.o \
- xdb_ldap_auth.o \
diff --git a/net/jabber-xdb_ldap/pkg-descr b/net/jabber-xdb_ldap/pkg-descr
deleted file mode 100644
index 8a8bf540873f..000000000000
--- a/net/jabber-xdb_ldap/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-The Jabber server (jabberd) is a daemon for Jabber clients to connect
-and communicate with. xdb_ldap allows you to store the jabber data in
-an LDAP directory
-
-You can learn more about Jabber at:
-WWW: http://www.jabber.org/
diff --git a/net/jabber-xdb_ldap/pkg-plist b/net/jabber-xdb_ldap/pkg-plist
deleted file mode 100644
index a68b98f619f4..000000000000
--- a/net/jabber-xdb_ldap/pkg-plist
+++ /dev/null
@@ -1,4 +0,0 @@
-lib/jabber/xdb_ldap.so
-etc/jabber-xdb.xml.sample
-etc/openldap/schema/jabber.schema.default
-@unexec rmdir %D/etc/openldap/schema 2> /dev/null || true