diff options
author | pav <pav@FreeBSD.org> | 2004-02-14 19:23:11 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-02-14 19:23:11 +0800 |
commit | 5960fe7b0bb358d0dc8aee59ddfa8e11ea5efb29 (patch) | |
tree | 7fed331313c136eee7fcc95a8961408e67078fa4 /net | |
parent | f0655c53799ab6f0d9500735df8ece9dfedc0255 (diff) | |
download | freebsd-ports-gnome-5960fe7b0bb358d0dc8aee59ddfa8e11ea5efb29.tar.gz freebsd-ports-gnome-5960fe7b0bb358d0dc8aee59ddfa8e11ea5efb29.tar.zst freebsd-ports-gnome-5960fe7b0bb358d0dc8aee59ddfa8e11ea5efb29.zip |
Add callgen, a H.323 call generator from OpenH323 suite.
PR: ports/61382
Submitted by: Jakub Klausa <jacke@bofh.pl>
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/callgen/Makefile | 30 | ||||
-rw-r--r-- | net/callgen/distinfo | 1 | ||||
-rw-r--r-- | net/callgen/pkg-descr | 13 | ||||
-rw-r--r-- | net/callgen323/Makefile | 30 | ||||
-rw-r--r-- | net/callgen323/distinfo | 1 | ||||
-rw-r--r-- | net/callgen323/pkg-descr | 13 |
7 files changed, 89 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 4e721832b879..a38aebd490f3 100644 --- a/net/Makefile +++ b/net/Makefile @@ -57,6 +57,7 @@ SUBDIR += bsd-airtools SUBDIR += bsdproxy SUBDIR += cacti + SUBDIR += callgen SUBDIR += cap SUBDIR += ccmsn SUBDIR += cdonkey diff --git a/net/callgen/Makefile b/net/callgen/Makefile new file mode 100644 index 000000000000..0a1c5e80ab32 --- /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 000000000000..a1dfcb69252e --- /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 000000000000..e54d34b07922 --- /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/ diff --git a/net/callgen323/Makefile b/net/callgen323/Makefile new file mode 100644 index 000000000000..0a1c5e80ab32 --- /dev/null +++ b/net/callgen323/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/callgen323/distinfo b/net/callgen323/distinfo new file mode 100644 index 000000000000..a1dfcb69252e --- /dev/null +++ b/net/callgen323/distinfo @@ -0,0 +1 @@ +MD5 (callgen323_1.2.6.tar.gz) = 1428f738e3ad43e5c57aa99e132065dc diff --git a/net/callgen323/pkg-descr b/net/callgen323/pkg-descr new file mode 100644 index 000000000000..e54d34b07922 --- /dev/null +++ b/net/callgen323/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/ |