aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
Diffstat (limited to 'net')
-rw-r--r--net/Makefile1
-rw-r--r--net/astmanproxy/Makefile54
-rw-r--r--net/astmanproxy/distinfo3
-rw-r--r--net/astmanproxy/pkg-descr7
-rw-r--r--net/astmanproxy/pkg-plist14
5 files changed, 0 insertions, 79 deletions
diff --git a/net/Makefile b/net/Makefile
index 6a4f9891ad33..14b3e9162249 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -38,7 +38,6 @@
SUBDIR += asterisk16
SUBDIR += asterisk16-addons
SUBDIR += astfax
- SUBDIR += astmanproxy
SUBDIR += atmsupport
SUBDIR += avahi
SUBDIR += avahi-app
diff --git a/net/astmanproxy/Makefile b/net/astmanproxy/Makefile
deleted file mode 100644
index d51fa0f0ada7..000000000000
--- a/net/astmanproxy/Makefile
+++ /dev/null
@@ -1,54 +0,0 @@
-# New ports collection makefile for: astmanproxy
-# Date created: 1 November 2007
-# Whom: ditesh@gathani.org
-#
-# $FreeBSD$
-#
-
-PORTNAME= astmanproxy
-PORTVERSION= 1.21
-PORTREVISION= 6
-CATEGORIES= net
-MASTER_SITES= http://www.popvox.com/
-DISTFILES= astmanproxy-latest.tgz
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= A multi-threaded proxy server for Asterisk
-
-RUN_DEPENDS= asterisk:${PORTSDIR}/net/asterisk
-
-BROKEN= does not fetch
-DEPRECATED= has been broken for 3 months
-EXPIRATION_DATE=2010-01-08
-
-USE_OPENSSL= yes
-USE_GMAKE= yes
-
-ALL_TARGET= astmanproxy
-
-post-patch:
- ${REINPLACE_CMD} -e 's|^CONFDIR:.*|CONFDIR := ${PREFIX}/etc/asterisk|' ${WRKSRC}/Makefile
- ${REINPLACE_CMD} -e 's|^CONFDIR_REAL.*|CONFDIR_REAL := ${PREFIX}/etc/asterisk|' ${WRKSRC}/Makefile
- ${REINPLACE_CMD} -e 's|^PERMDIR:.*|PERMDIR:= ${PREFIX}/etc/asterisk|' ${WRKSRC}/Makefile
- ${REINPLACE_CMD} -e 's|^PERMDIR_REAL.*|PERMDIR_REAL := ${PREFIX}/etc/asterisk|' ${WRKSRC}/Makefile
- ${REINPLACE_CMD} -e 's|^LIBDIR.*|LIBDIR := ${PREFIX}/lib/asterisk|' ${WRKSRC}/Makefile
- ${REINPLACE_CMD} -e 's|^BINDIR.*|BINDIR := ${PREFIX}/sbin|' ${WRKSRC}/Makefile
- ${REINPLACE_CMD} -e 's|MKTEMP=.*|MKTEMP=/usr/bin/mktemp|' ${WRKSRC}/Makefile
- ${REINPLACE_CMD} -e 's|LOGDIR=/var/log/asterisk|LOGDIR=/var/log|' ${WRKSRC}/Makefile
- ${REINPLACE_CMD} -e 's|-ldl ||' ${WRKSRC}/Makefile
-
-pre-install:
- @${MKDIR} ${PREFIX}/etc/asterisk
-
-post-install:
- @${INSTALL_DATA} ${WRKSRC}/configs/astmanproxy.conf ${PREFIX}/etc/asterisk/astmanproxy.conf.sample
- @[ -f ${PREFIX}/etc/asterisk/astmanproxy.conf ] || \
- ${INSTALL_DATA} ${WRKSRC}/configs/astmanproxy.conf ${PREFIX}/etc/asterisk/astmanproxy.conf
- @${INSTALL_DATA} ${WRKSRC}/configs/astmanproxy.users ${PREFIX}/etc/asterisk/astmanproxy.users.sample
- @[ -f ${PREFIX}/etc/asterisk/astmanproxy.users ] || \
- ${INSTALL_DATA} ${WRKSRC}/configs/astmanproxy.users ${PREFIX}/etc/asterisk/astmanproxy.users
- @${INSTALL_DATA} ${WRKSRC}/configs/ssl.conf ${PREFIX}/etc/asterisk/proxy-ssl.conf.sample
- @[ -f ${PREFIX}/etc/asterisk/proxy-ssl.conf ] || \
- ${INSTALL_DATA} ${WRKSRC}/configs/ssl.conf ${PREFIX}/etc/asterisk/proxy-ssl.conf
-
-.include <bsd.port.mk>
diff --git a/net/astmanproxy/distinfo b/net/astmanproxy/distinfo
deleted file mode 100644
index 52217621bedc..000000000000
--- a/net/astmanproxy/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (astmanproxy-latest.tgz) = d1b018bd5446514cd8bd1c337b98069f
-SHA256 (astmanproxy-latest.tgz) = d909dc57eb949700e620439f64dd95c183a3c654abd3ac37fba67966486b8e7e
-SIZE (astmanproxy-latest.tgz) = 56081
diff --git a/net/astmanproxy/pkg-descr b/net/astmanproxy/pkg-descr
deleted file mode 100644
index a3c98980cd6a..000000000000
--- a/net/astmanproxy/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-AstManProxy is a multi-threaded proxy server for Asterisk written in
-C/P-threads. It is designed to handle communication with multiple
-Asterisk servers. It also acts as a single point of contact for
-applications. AstManProxy supports multiple input/output formats,
-including Standard, XML, CSV, and HTTP, HTTPS and SSL.
-
-WWW: http://www.popvox.com/astmanproxy/
diff --git a/net/astmanproxy/pkg-plist b/net/astmanproxy/pkg-plist
deleted file mode 100644
index 538d45ac0421..000000000000
--- a/net/astmanproxy/pkg-plist
+++ /dev/null
@@ -1,14 +0,0 @@
-@unexec if cmp -s %%PREFIX%%/etc/asterisk/astmanproxy.conf %%PREFIX%%/etc/asterisk/astmanproxy.conf.sample; then rm %%PREFIX%%/etc/asterisk/astmanproxy.conf; fi
-@unexec if cmp -s %%PREFIX%%/etc/asterisk/astmanproxy.users %%PREFIX%%/etc/asterisk/astmanproxy.users.sample; then rm %%PREFIX%%/etc/asterisk/astmanproxy.users; fi
-@unexec if cmp -s %%PREFIX%%/etc/asterisk/proxy-ssl.conf %%PREFIX%%/etc/asterisk/proxy-ssl.conf.sample; then rm %%PREFIX%%/etc/asterisk/proxy-ssl.conf; fi
-etc/asterisk/astmanproxy.conf.sample
-etc/asterisk/astmanproxy.users.sample
-etc/asterisk/proxy-ssl.conf.sample
-lib/asterisk/modules/csv.so
-lib/asterisk/modules/http.so
-lib/asterisk/modules/standard.so
-lib/asterisk/modules/xml.so
-sbin/astmanproxy
-@dirrmtry lib/asterisk/modules
-@dirrmtry lib/asterisk
-@dirrmtry etc/asterisk