aboutsummaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-01-21 19:11:20 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-01-21 19:11:20 +0000
commit812ca5b14d04be0abda460fccb1212a638088f44 (patch)
tree0848a9c1e316ee4e08f324150df44043cad11688 /net-im
parent4dee45771fd4e5bd29308fa2ad40dad831e319f3 (diff)
downloadports-812ca5b14d04be0abda460fccb1212a638088f44.tar.gz
ports-812ca5b14d04be0abda460fccb1212a638088f44.zip
msn-proxy is a lightweight transparent proxy used to control/monitor
the use of msn messenger clients. support all active protocols (all clients). lots of features. WWW: http://msn-proxy.sourceforge.net PR: ports/119826 Submitted by: Luiz Otavio O Souza <loos.br at gmail.com>
Notes
Notes: svn path=/head/; revision=205992
Diffstat (limited to 'net-im')
-rw-r--r--net-im/Makefile1
-rw-r--r--net-im/msn-proxy/Makefile32
-rw-r--r--net-im/msn-proxy/distinfo3
-rw-r--r--net-im/msn-proxy/pkg-descr5
-rw-r--r--net-im/msn-proxy/pkg-plist14
5 files changed, 55 insertions, 0 deletions
diff --git a/net-im/Makefile b/net-im/Makefile
index 1cf0ca2d2fea..e6e201f09e3d 100644
--- a/net-im/Makefile
+++ b/net-im/Makefile
@@ -77,6 +77,7 @@
SUBDIR += mcabber
SUBDIR += meanwhile
SUBDIR += mercury
+ SUBDIR += msn-proxy
SUBDIR += mu-conference
SUBDIR += naim
SUBDIR += newsbot
diff --git a/net-im/msn-proxy/Makefile b/net-im/msn-proxy/Makefile
new file mode 100644
index 000000000000..3baedbf9c314
--- /dev/null
+++ b/net-im/msn-proxy/Makefile
@@ -0,0 +1,32 @@
+# New ports collection makefile for: msn-proxy
+# Date created: 20 January 2008
+# Whom: Luiz Otavio O Souza <loos.br@gmail.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= msn-proxy
+PORTVERSION= 0.5
+CATEGORIES= net-im
+MASTER_SITES= SF
+#DISTNAME= msn-proxy-${PORTVERSION}
+
+MAINTAINER= loos.br@gmail.com
+COMMENT= Messenger proxy/control daemon
+
+LIB_DEPENDS= event:${PORTSDIR}/devel/libevent
+
+USE_MYSQL= yes
+
+WRKSRC= ${WRKDIR}/${PORTNAME}
+DOCS= INSTALL
+
+post-install:
+.if !defined(NOPORTDOCS)
+ @${MKDIR} ${DOCSDIR}
+.for FILE in ${DOCS}
+ @${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR}/${FILE}
+.endfor
+.endif
+
+.include <bsd.port.mk>
diff --git a/net-im/msn-proxy/distinfo b/net-im/msn-proxy/distinfo
new file mode 100644
index 000000000000..cb9dfec345b3
--- /dev/null
+++ b/net-im/msn-proxy/distinfo
@@ -0,0 +1,3 @@
+MD5 (msn-proxy-0.5.tar.gz) = a5aaf56f4fbcc3aac725e924831f4704
+SHA256 (msn-proxy-0.5.tar.gz) = d378c0f527260bd29f8560725b2c332da08ba80a1189f7e4759cb5fa5ce53a2b
+SIZE (msn-proxy-0.5.tar.gz) = 72807
diff --git a/net-im/msn-proxy/pkg-descr b/net-im/msn-proxy/pkg-descr
new file mode 100644
index 000000000000..14fe3cd5fa18
--- /dev/null
+++ b/net-im/msn-proxy/pkg-descr
@@ -0,0 +1,5 @@
+msn-proxy is a lightweight transparent proxy used to control/monitor
+the use of msn messenger clients. support all active protocols (all
+clients). lots of features.
+
+WWW: http://msn-proxy.sourceforge.net
diff --git a/net-im/msn-proxy/pkg-plist b/net-im/msn-proxy/pkg-plist
new file mode 100644
index 000000000000..45adf72998b8
--- /dev/null
+++ b/net-im/msn-proxy/pkg-plist
@@ -0,0 +1,14 @@
+etc/msn-proxy/mysql/conf
+etc/msn-proxy/mysql/tables/sb
+etc/msn-proxy/mysql/tables/log
+etc/msn-proxy/mysql/tables/users
+etc/msn-proxy/mysql/tables/contacts
+etc/msn-proxy/mysql/tables/defaults
+etc/msn-proxy/mysql/tables/contact_groups
+etc/msn-proxy/msn-proxy.conf
+bin/msn-proxy
+%%PORTDOCS%%%%DOCSDIR%%/INSTALL
+%%PORTDOCS%%@dirrm %%DOCSDIR%%
+@dirrmtry etc/msn-proxy/mysql/tables
+@dirrmtry etc/msn-proxy/mysql
+@dirrmtry etc/msn-proxy