1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

Add a new port atmsupport: contains a number of

libraries and tools to test the NgATM sub-system.
The easiest way to run these tests are the scripts
in /usr/src/tools/regression/atm.

Submitted by:   harti
This commit is contained in:
Sergey A. Osokin 2004-01-29 13:32:12 +00:00
parent 3902743133
commit 0e1aa2a5ed
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=99404
6 changed files with 1368 additions and 0 deletions

View File

@ -36,6 +36,7 @@
SUBDIR += aslookup
SUBDIR += aspathtree
SUBDIR += asterisk
SUBDIR += atmsupport
SUBDIR += ayttm
SUBDIR += b2bua
SUBDIR += balance

32
net/atmsupport/Makefile Normal file
View File

@ -0,0 +1,32 @@
# Ports collection Makefile for: atmsupport
# Date created: 02 January 2004
# Whom: harti
#
# $FreeBSD$
#
PORTNAME= atmsupport
PORTVERSION= 1.0
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= harti/atm
MAINTAINER= harti@FreeBSD.org
COMMENT= Tools for testing the ATM subsystem
LIB_DEPENDS= tcl84.1:${PORTSDIR}/lang/tcl84
USE_GMAKE= yes
USE_LIBTOOL= yes
CONFIGURE_ARGS+= --with-tcldir=${LOCALBASE}
INSTALLS_SHLIB= yes
MAN1= unidecode.1 uniencode.1
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
IGNORE= "ngATM not implemented on FreeBSD 4.x and earlier"
.endif
.include <bsd.port.post.mk>

1
net/atmsupport/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (atmsupport-1.0.tar.gz) = 90987cecc173ff1d5b935802a93fda41

View File

@ -0,0 +1,14 @@
--- configure.orig Fri Jan 2 16:43:42 2004
+++ configure Fri Jan 2 16:44:03 2004
@@ -162,9 +162,9 @@
-tagnames=`echo "$tagnames,CXX" | sed 's/^,//'`
+#tagnames=`echo "$tagnames,CXX" | sed 's/^,//'`
-tagnames=`echo "$tagnames,F77" | sed 's/^,//'`
+#tagnames=`echo "$tagnames,F77" | sed 's/^,//'`
if expr a : '\(a\)' >/dev/null 2>&1; then
as_expr=expr

5
net/atmsupport/pkg-descr Normal file
View File

@ -0,0 +1,5 @@
This port contains a number of libraries and tools to test
the NgATM sub-system. The easiest way to run these tests
are the scripts in /usr/src/tools/regression/atm.
harti@freebsd.org

1315
net/atmsupport/pkg-plist Normal file

File diff suppressed because it is too large Load Diff