diff options
author | alepulver <alepulver@FreeBSD.org> | 2006-10-03 01:06:07 +0800 |
---|---|---|
committer | alepulver <alepulver@FreeBSD.org> | 2006-10-03 01:06:07 +0800 |
commit | ec85d7b4523cc829cda2b5b311eda74e70e514fc (patch) | |
tree | 6a7a21325acda487bcee4d27541a4dec3ec9dd7b /comms | |
parent | fa7a3cd0de59a14617d2917d40bf6a97b8f39844 (diff) | |
download | freebsd-ports-gnome-ec85d7b4523cc829cda2b5b311eda74e70e514fc.tar.gz freebsd-ports-gnome-ec85d7b4523cc829cda2b5b311eda74e70e514fc.tar.zst freebsd-ports-gnome-ec85d7b4523cc829cda2b5b311eda74e70e514fc.zip |
- Remove comms/pstngw: has been broken for 2 years and has no maintainer.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/Makefile | 1 | ||||
-rw-r--r-- | comms/pstngw/Makefile | 43 | ||||
-rw-r--r-- | comms/pstngw/distinfo | 3 | ||||
-rw-r--r-- | comms/pstngw/pkg-descr | 7 |
4 files changed, 0 insertions, 54 deletions
diff --git a/comms/Makefile b/comms/Makefile index 9e69368fa1b8..3b5cca0a5cea 100644 --- a/comms/Makefile +++ b/comms/Makefile @@ -79,7 +79,6 @@ SUBDIR += plp SUBDIR += pr SUBDIR += predict - SUBDIR += pstngw SUBDIR += py-bulksms SUBDIR += py-lirc SUBDIR += py-serial diff --git a/comms/pstngw/Makefile b/comms/pstngw/Makefile deleted file mode 100644 index e33a76efb906..000000000000 --- a/comms/pstngw/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -# New ports collection makefile for: pstngw -# Date created: Wed Apr 15 15:41:00 GMT 2000 -# Whom: Jakub Klausa <jacke@bofh.pl> -# -# $FreeBSD$ -# - -PORTNAME= pstngw -PORTVERSION= 1.2.2 -PORTREVISION= 1 -CATEGORIES= comms -MASTER_SITES= http://www.openh323.org/bin/ -DISTNAME= pstngw_${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Simple H.323-PSTN (POTS) gateway - -BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/net/openh323-112:build - -NOCLEANDEPENDS= yes - -USE_GMAKE= yes -WRKSRC= ${WRKDIR}/pstngw -MAKE_ENV+= PWLIBDIR=${WRKDIRPREFIX}${.CURDIR}/../../devel/pwlib152/work/pwlib \ - OPENH323DIR=${WRKDIRPREFIX}${.CURDIR}/../../net/openh323-112/work/openh323 -THE_MACHTYPE= ${ARCH:S/i386/x86/} - -PLIST_FILES= bin/pstngw - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 502126 -BROKEN= "Does not compile on FreeBSD >= 5.x" -.endif - -.if ${ARCH} == "amd64" -BROKEN= "Does not build on amd64 (shared libraries must be compiled with -fPIC)" -.endif - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/obj_${OPSYS}_${THE_MACHTYPE}_d/pstngw ${PREFIX}/bin - -.include <bsd.port.post.mk> diff --git a/comms/pstngw/distinfo b/comms/pstngw/distinfo deleted file mode 100644 index 00902e8bc6db..000000000000 --- a/comms/pstngw/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (pstngw_1.2.2.tar.gz) = 42cf263a23b45ee962a026b463050ce2 -SHA256 (pstngw_1.2.2.tar.gz) = 616d8051bd8c737d2e8aeca49a45b861af73830c63137acd8ed0f6c43d01fa92 -SIZE (pstngw_1.2.2.tar.gz) = 25248 diff --git a/comms/pstngw/pkg-descr b/comms/pstngw/pkg-descr deleted file mode 100644 index 655f06d453a4..000000000000 --- a/comms/pstngw/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -This is a very simple PSTN to H.323 gateway program using the OpenH323 -library. It allows H.323 clients to make outgoing calls, and incoming -calls to be routed to a specific H.323 client. - -It makes use of PWLib and the OpenH323 stack from Equivalence Ltd Pty - -WWW: http://www.openh323.org/ |