mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Add conference 0.4, a conferencing/GroupChat service for Jabber server.
PR: 25092 Submitted by: Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw>
This commit is contained in:
parent
9ee6d0b8df
commit
99e1cb0b84
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=39521
@ -45,6 +45,7 @@
|
||||
SUBDIR += coda_doc
|
||||
SUBDIR += coda_intro
|
||||
SUBDIR += coda_server
|
||||
SUBDIR += conference
|
||||
SUBDIR += crescendo
|
||||
SUBDIR += cricket
|
||||
SUBDIR += cryptcat
|
||||
|
36
net/conference/Makefile
Normal file
36
net/conference/Makefile
Normal file
@ -0,0 +1,36 @@
|
||||
# New ports collection makefile for: conference
|
||||
# Date created: 14 February 2001
|
||||
# Whom: Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= conference
|
||||
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>
|
||||
|
||||
IS_INTERACTIVE= yes
|
||||
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}/conference.so ${PREFIX}/lib/jabber/${PORTNAME}
|
||||
@${ECHO} ""
|
||||
@${ECHO} "============================================================================="
|
||||
@${ECHO} "Please read ${WRKSRC}/README first"
|
||||
@${ECHO} "and add \"./${PORTNAME}/conference.so\" into ${PREFIX}/etc/jabber.xml"
|
||||
@${ECHO} "then restart jabberd to enable ${PORTNAME}"
|
||||
@${ECHO} "============================================================================="
|
||||
@${ECHO} ""
|
||||
|
||||
.include <bsd.port.post.mk>
|
1
net/conference/distinfo
Normal file
1
net/conference/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (conference-0.4.tar.gz) = b17f55aa42a3e6e6ca484fa2e9688b87
|
11
net/conference/files/patch-aa
Normal file
11
net/conference/files/patch-aa
Normal file
@ -0,0 +1,11 @@
|
||||
--- Makefile.orig Wed Feb 14 11:22:01 2001
|
||||
+++ Makefile Wed Feb 14 11:22:12 2001
|
||||
@@ -1,6 +1,6 @@
|
||||
-include ../platform-settings
|
||||
+include $(JABBER_WRKSRC)/platform-settings
|
||||
|
||||
-CFLAGS:=$(CFLAGS) -I../jabberd
|
||||
+CFLAGS:=$(CFLAGS) -I$(JABBER_WRKSRC)/jabberd
|
||||
|
||||
conference_OBJECTS=conference.o conference_room.o conference_user.o
|
||||
|
1
net/conference/pkg-comment
Normal file
1
net/conference/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Conferencing/GroupChat service for Jabber server
|
4
net/conference/pkg-descr
Normal file
4
net/conference/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
This is the new conferencing/groupchat service for the 1.4 server.
|
||||
|
||||
--
|
||||
Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw>
|
2
net/conference/pkg-plist
Normal file
2
net/conference/pkg-plist
Normal file
@ -0,0 +1,2 @@
|
||||
lib/jabber/conference/conference.so
|
||||
@dirrm lib/jabber/conference
|
Loading…
Reference in New Issue
Block a user