aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlejandro Pulver <alepulver@FreeBSD.org>2006-10-02 17:06:07 +0000
committerAlejandro Pulver <alepulver@FreeBSD.org>2006-10-02 17:06:07 +0000
commit743f86f683a9d244c4f3cdfe984349a50fc5d010 (patch)
tree18eed25b1c868393d60cdb7ea338a6e6d4d2b496
parent8f05c7249fdc3fe3db4b9bf3efba768d957d6b49 (diff)
downloadports-743f86f683a9d244c4f3cdfe984349a50fc5d010.tar.gz
ports-743f86f683a9d244c4f3cdfe984349a50fc5d010.zip
Notes
-rw-r--r--MOVED1
-rw-r--r--comms/Makefile1
-rw-r--r--comms/pstngw/Makefile43
-rw-r--r--comms/pstngw/distinfo3
-rw-r--r--comms/pstngw/pkg-descr7
5 files changed, 1 insertions, 54 deletions
diff --git a/MOVED b/MOVED
index 98c49e91625e..65293fc112e9 100644
--- a/MOVED
+++ b/MOVED
@@ -2478,3 +2478,4 @@ emulators/linux_base-8||2006-10-02|Has expired: unsupported by upstream, no secu
emulators/linux_base-rh-9||2006-10-02|Has expired: unsupported by upstream, no security support anymore
misc/pointless||2006-10-02|Has expired: No longer actively maintained
www/mediawiki14||2006-10-02|Has expired: No longer supported, please upgrade your wiki installation
+comms/pstngw||2006-10-02|Has expired
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/