diff options
author | miwi <miwi@FreeBSD.org> | 2008-01-22 03:11:20 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-01-22 03:11:20 +0800 |
commit | feb7cda00e2002b234cab1c9e91972c91148645a (patch) | |
tree | a32970feb5e363171907cc02c93c2e95e5cb15a9 /net-im | |
parent | 6d27fb2f54702ad412e25fde124f1cc6f0348cfb (diff) | |
download | freebsd-ports-gnome-feb7cda00e2002b234cab1c9e91972c91148645a.tar.gz freebsd-ports-gnome-feb7cda00e2002b234cab1c9e91972c91148645a.tar.zst freebsd-ports-gnome-feb7cda00e2002b234cab1c9e91972c91148645a.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>
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/Makefile | 1 | ||||
-rw-r--r-- | net-im/msn-proxy/Makefile | 32 | ||||
-rw-r--r-- | net-im/msn-proxy/distinfo | 3 | ||||
-rw-r--r-- | net-im/msn-proxy/pkg-descr | 5 | ||||
-rw-r--r-- | net-im/msn-proxy/pkg-plist | 14 |
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 |