1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

Add callgen, a H.323 call generator from OpenH323 suite.

PR:		ports/61382
Submitted by:	Jakub Klausa <jacke@bofh.pl>
This commit is contained in:
Pav Lucistnik 2004-02-14 11:23:11 +00:00
parent 43666b5363
commit 1e0935d027
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=100905
7 changed files with 89 additions and 0 deletions

View File

@ -57,6 +57,7 @@
SUBDIR += bsd-airtools
SUBDIR += bsdproxy
SUBDIR += cacti
SUBDIR += callgen
SUBDIR += cap
SUBDIR += ccmsn
SUBDIR += cdonkey

30
net/callgen/Makefile Normal file
View File

@ -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>

1
net/callgen/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (callgen323_1.2.6.tar.gz) = 1428f738e3ad43e5c57aa99e132065dc

13
net/callgen/pkg-descr Normal file
View File

@ -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/

30
net/callgen323/Makefile Normal file
View File

@ -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>

1
net/callgen323/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (callgen323_1.2.6.tar.gz) = 1428f738e3ad43e5c57aa99e132065dc

13
net/callgen323/pkg-descr Normal file
View File

@ -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/