mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Add msn-transport 1.1, MSN-Transport for Jabber server.
PR: 25090 Submitted by: Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw>
This commit is contained in:
parent
0f6b156e97
commit
2b0873f979
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=40631
7 changed files with 62 additions and 0 deletions
|
@ -168,6 +168,7 @@
|
||||||
SUBDIR += mpich
|
SUBDIR += mpich
|
||||||
SUBDIR += mrt
|
SUBDIR += mrt
|
||||||
SUBDIR += mrtg
|
SUBDIR += mrtg
|
||||||
|
SUBDIR += msn-transport
|
||||||
SUBDIR += mtr
|
SUBDIR += mtr
|
||||||
SUBDIR += mudix
|
SUBDIR += mudix
|
||||||
SUBDIR += naim
|
SUBDIR += naim
|
||||||
|
|
38
net/msn-transport/Makefile
Normal file
38
net/msn-transport/Makefile
Normal file
|
@ -0,0 +1,38 @@
|
||||||
|
# New ports collection makefile for: msn-transport
|
||||||
|
# Date created: 14 February 2000
|
||||||
|
# Whom: Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw>
|
||||||
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
#
|
||||||
|
|
||||||
|
PORTNAME= msn-transport
|
||||||
|
PORTVERSION= 1.1
|
||||||
|
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}
|
||||||
|
|
||||||
|
pre-build:
|
||||||
|
${PERL} -pi.org -e "s@-g@${CFLAGS}@g; s@-O2@${CFLAGS}@g; s@gcc@${CC}@g" ${WRKSRC}/Makefile
|
||||||
|
|
||||||
|
do-install:
|
||||||
|
@${MKDIR} ${PREFIX}/lib/jabber/${PORTNAME}
|
||||||
|
@${INSTALL_PROGRAM} ${BUILD_WRKSRC}/msntrans.so ${PREFIX}/lib/jabber/${PORTNAME}
|
||||||
|
@${ECHO} ""
|
||||||
|
@${ECHO} "============================================================================="
|
||||||
|
@${ECHO} "Please read ${WRKSRC}/README first"
|
||||||
|
@${ECHO} "and add \"./${PORTNAME}/msntrans.so\" into ${PREFIX}/etc/jabber.xml"
|
||||||
|
@${ECHO} "then restart jabberd to enable ${PORTNAME}"
|
||||||
|
@${ECHO} "============================================================================="
|
||||||
|
@${ECHO} ""
|
||||||
|
|
||||||
|
.include <bsd.port.post.mk>
|
1
net/msn-transport/distinfo
Normal file
1
net/msn-transport/distinfo
Normal file
|
@ -0,0 +1 @@
|
||||||
|
MD5 (msn-transport-1.1.tar.gz) = 251cd4b6cfc6c52a0f15c3ff2bfbfff9
|
15
net/msn-transport/files/patch-Makefile
Normal file
15
net/msn-transport/files/patch-Makefile
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
--- Makefile.orig Wed Feb 14 13:26:36 2001
|
||||||
|
+++ Makefile Wed Feb 14 13:26:47 2001
|
||||||
|
@@ -1,9 +1,9 @@
|
||||||
|
-include ../platform-settings
|
||||||
|
+include $(JABBER_WRKSRC)/platform-settings
|
||||||
|
|
||||||
|
CC=gcc
|
||||||
|
-CFLAGS:=$(CFLAGS) $(DEFINES) -I../jabberd/ -Wall -g -O2
|
||||||
|
+CFLAGS:=$(CFLAGS) $(DEFINES) -I$(JABBER_WRKSRC)/jabberd/ -Wall -g -O2
|
||||||
|
|
||||||
|
-msntrans_HEADERS=msntrans.h ../jabberd/jabberd.h
|
||||||
|
+msntrans_HEADERS=msntrans.h $(JABBER_WRKSRC)/jabberd/jabberd.h
|
||||||
|
|
||||||
|
msntrans_OBJECTS = \
|
||||||
|
cmd.o \
|
1
net/msn-transport/pkg-comment
Normal file
1
net/msn-transport/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
||||||
|
MSN-Transport for Jabber server
|
4
net/msn-transport/pkg-descr
Normal file
4
net/msn-transport/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
This is the msn transport for the 1.4 server.
|
||||||
|
|
||||||
|
--
|
||||||
|
Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw>
|
2
net/msn-transport/pkg-plist
Normal file
2
net/msn-transport/pkg-plist
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
lib/jabber/msn-transport/msntrans.so
|
||||||
|
@dirrm lib/jabber/msn-transport
|
Loading…
Add table
Reference in a new issue