summaryrefslogtreecommitdiffstats
path: root/net/callgen
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2004-02-14 11:23:11 +0000
committerpav <pav@FreeBSD.org>2004-02-14 11:23:11 +0000
commit5960fe7b0bb358d0dc8aee59ddfa8e11ea5efb29 (patch)
tree7fed331313c136eee7fcc95a8961408e67078fa4 /net/callgen
parentf0655c53799ab6f0d9500735df8ece9dfedc0255 (diff)
downloadFreeBSD-ports-5960fe7b0bb358d0dc8aee59ddfa8e11ea5efb29.zip
FreeBSD-ports-5960fe7b0bb358d0dc8aee59ddfa8e11ea5efb29.tar.gz
Add callgen, a H.323 call generator from OpenH323 suite.
PR: ports/61382 Submitted by: Jakub Klausa <jacke@bofh.pl>
Diffstat (limited to 'net/callgen')
-rw-r--r--net/callgen/Makefile30
-rw-r--r--net/callgen/distinfo1
-rw-r--r--net/callgen/pkg-descr13
3 files changed, 44 insertions, 0 deletions
diff --git a/net/callgen/Makefile b/net/callgen/Makefile
new file mode 100644
index 0000000..0a1c5e8
--- /dev/null
+++ b/net/callgen/Makefile
@@ -0,0 +1,30 @@
+# Ports collection makefile for: callgen
+# Whom: Jakub Klausa <jacke@bofh.pl>
+# Date created: January 15 2004
+#
+# $FreeBSD$
+
+PORTNAME= callgen
+PORTVERSION= 1.2.6
+CATEGORIES= net
+MASTER_SITES= http://www.openh323.org/bin/
+DISTNAME= callgen323_${PORTVERSION}
+
+MAINTAINER= jacke@bofh.pl
+COMMENT= H.323 Call Generator
+
+BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/net/openh323:configure
+
+NOCLEANDEPENDS= yes
+USE_GMAKE= yes
+WRKSRC= ${WRKDIR}/callgen323
+MAKE_ENV= PWLIBDIR=${WRKDIRPREFIX}${.CURDIR}/../../devel/pwlib/work/pwlib \
+ OPENH323DIR=${WRKDIRPREFIX}${.CURDIR}/../openh323/work/openh323
+THE_MACHTYPE= ${ARCH:S/i386/x86/}
+
+PLIST_FILES= bin/callgen323
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/obj_${OPSYS}_${THE_MACHTYPE}_d/callgen323 ${PREFIX}/bin
+
+.include <bsd.port.mk>
diff --git a/net/callgen/distinfo b/net/callgen/distinfo
new file mode 100644
index 0000000..a1dfcb6
--- /dev/null
+++ b/net/callgen/distinfo
@@ -0,0 +1 @@
+MD5 (callgen323_1.2.6.tar.gz) = 1428f738e3ad43e5c57aa99e132065dc
diff --git a/net/callgen/pkg-descr b/net/callgen/pkg-descr
new file mode 100644
index 0000000..e54d34b
--- /dev/null
+++ b/net/callgen/pkg-descr
@@ -0,0 +1,13 @@
+Callgen323 is a simple H.323 capable call generator. It supports the
+following:
+
+ - spawning an exact number of calls.
+ - receiving an exact number of calls.
+ - adjust the delay between each batch of calls.
+ - set the number of batches to repeat.
+ - The only capability supported is G.711 ULaw 64k and user
+ indication.
+
+It makes use of PWLib and the OpenH323 stack from Equivalence Ltd Pty
+
+WWW: http://www.openh323.org/
OpenPOWER on IntegriCloud