Add jud 0.4, the Jabber User Directory.

PR:		25089
Submitted by:	Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw>
This commit is contained in:
Will Andrews 2001-03-31 03:51:25 +00:00
parent 7b3558e834
commit 67fc8379f6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=40634
7 changed files with 54 additions and 0 deletions

View File

@ -137,6 +137,7 @@
SUBDIR += isc-dhcp3
SUBDIR += isic
SUBDIR += jabber
SUBDIR += jud
SUBDIR += jumpgate
SUBDIR += jwhois
SUBDIR += kdenetwork2

35
net/jud/Makefile Normal file
View File

@ -0,0 +1,35 @@
# New ports collection makefile for: jud
# Date created: 04 December 2000
# Whom: Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw>
#
# $FreeBSD$
#
PORTNAME= jud
PORTVERSION= 0.4
CATEGORIES= net
MASTER_SITES= http://download.jabber.org/dists/1.4/final/
MAINTAINER= leeym@cae.ce.ntu.edu.tw
BUILD_DEPENDS= ${NONEXISTENT}:${JABBER_PORT}:configure
RUN_DEPENDS= jabberd:${JABBER_PORT}
.include <bsd.port.pre.mk>
JABBER_PORT= ${PORTSDIR}/net/jabber
JABBER_WRKSRC!= cd ${JABBER_PORT} && ${MAKE} -V WRKSRC
MAKE_ENV= JABBER_WRKSRC=${JABBER_WRKSRC}
do-install:
@${MKDIR} ${PREFIX}/lib/jabber/${PORTNAME}
@${INSTALL_PROGRAM} ${WRKSRC}/jud.so ${PREFIX}/lib/jabber/${PORTNAME}
@${ECHO} ""
@${ECHO} "============================================================================="
@${ECHO} "Please read ${WRKSRC}/README first"
@${ECHO} "and add \"./${PORTNAME}/jud.so\" into ${PREFIX}/etc/jabber.xml"
@${ECHO} "then restart jabberd to enable ${PORTNAME}"
@${ECHO} "============================================================================="
@${ECHO} ""
.include <bsd.port.post.mk>

1
net/jud/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (jud-0.4.tar.gz) = a057e8dd5966fa0d26ded03697ba395a

View File

@ -0,0 +1,10 @@
--- Makefile.orig Thu Feb 1 17:46:54 2001
+++ Makefile Wed Feb 14 05:02:15 2001
@@ -1,5 +1,5 @@
-include ../platform-settings
+include $(JABBER_WRKSRC)/platform-settings
-CFLAGS:=$(CFLAGS) -I../jabberd
+CFLAGS:=$(CFLAGS) -I$(JABBER_WRKSRC)/jabberd
jud_OBJECTS=jud.o jud_reg.o jud_search.o

1
net/jud/pkg-comment Normal file
View File

@ -0,0 +1 @@
Jabber User Directory

4
net/jud/pkg-descr Normal file
View File

@ -0,0 +1,4 @@
This is the first public release of the simple JUD (Jabber User Directory).
--
Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw>

2
net/jud/pkg-plist Normal file
View File

@ -0,0 +1,2 @@
lib/jabber/jud/jud.so
@dirrm lib/jabber/jud