diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-01-18 14:46:44 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-01-18 14:46:44 +0800 |
commit | 21623aab02861d38823c01e555e67680543631b5 (patch) | |
tree | df1d5873daf262392584db897ee951887d6adbc2 /net | |
parent | 28b2532f6a610d812f7f05afc483e035f72cb640 (diff) | |
download | freebsd-ports-gnome-21623aab02861d38823c01e555e67680543631b5.tar.gz freebsd-ports-gnome-21623aab02861d38823c01e555e67680543631b5.tar.zst freebsd-ports-gnome-21623aab02861d38823c01e555e67680543631b5.zip |
- remove broken/expired ports@ ports
Approved by: portmgr (miwi)
audio/ccaudio||2010-01-18|Has expired: has been broken for 4 months
audio/py-libmpdclient||2010-01-18|Has expired: has been broken for 3 months
chinese/gbk2uni||2010-01-18|Has expired: has been broken for 6 months
chinese/iiimf-le-xcin||2010-01-18|Has expired: has been broken for 3 months
devel/adabindx||2010-01-18|Has expired: has been broken for 3 months
devel/agide||2010-01-18|Has expired: has been broken for 6 months
devel/asis||2010-01-18|Has expired: has been broken for 3 months
devel/callgrind||2010-01-18|Has expired: Included in devel/valgrind
devel/florist||2010-01-18|Has expired: has been broken for 3 months
editors/xml2rfc-xxe||2010-01-18|Has expired: has been broken for 4 months
graphics/gephex||2010-01-18|Has expired: has been broken for 3 months
graphics/irit||2010-01-18|Has expired: has been broken for 3 months
graphics/pixieplus||2010-01-18|Has expired: has been broken for 6 months
japanese/expect||2010-01-18|Has expired: has been broken for 3 months
lang/pnetc||2010-01-18|Has expired: has been broken for 5 months
mail/libnewmail||2010-01-18|Has expired: has been broken for 3 months
net-mgmt/flowscan||2010-01-18|Has expired: has been broken for 5 months
net/astmanproxy||2010-01-18|Has expired: has been broken for 3 months
palm/prc-tools||2010-01-18|Has expired: has been broken for 4 months
print/latex-msc||2010-01-18|Has expired: has been broken for 3 months
science/xloops-ginac||2010-01-18|Has expired: has been broken for 3 months
shells/bush||2010-01-18|Has expired: has been broken for 3 months
textproc/iiimf-gnome-im-switcher||2010-01-18|Has expired: has been broken for 4 months
textproc/iiimf-gtk||2010-01-18|Has expired: has been broken for 3 months
x11-toolkits/gtkada-devel||2010-01-18|Has expired: has been broken for 3 months
x11-toolkits/gtkada||2010-01-18|Has expired: has been broken for 3 months
x11-wm/ion-2||2010-01-18|Has expired: has been broken for 4 months
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/astmanproxy/Makefile | 54 | ||||
-rw-r--r-- | net/astmanproxy/distinfo | 3 | ||||
-rw-r--r-- | net/astmanproxy/pkg-descr | 7 | ||||
-rw-r--r-- | net/astmanproxy/pkg-plist | 14 |
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 |