new port arts++

A network data storage and analysis library from CAIDA
This commit is contained in:
Andreas Klemm 2000-11-08 05:13:26 +00:00
parent 72f023b599
commit 8e5a62e839
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=34899
11 changed files with 267 additions and 0 deletions

25
net-mgmt/arts++/Makefile Normal file
View File

@ -0,0 +1,25 @@
# New ports collection makefile for: arts++
# Date created: Di 7 Nov 2000 19:48:50 CET
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
#
# $FreeBSD$
#
PORTNAME= arts++
PORTVERSION= 1-1-a6
CATEGORIES= net
MASTER_SITES= ftp://ftp.caida.org/pub/arts++/
DISTNAME= ${PORTNAME}-${PORTVERSION}
MAINTAINER= andreas@FreeBSD.org
GNU_CONFIGURE= yes
USE_GMAKE= yes
CONFIGURE_ARGS+=--enable-shared
MANL= artsportagg.l artsports.l artsprotos.l artsnets.l artsdump.l \
artsases.l artstoc.l artsagg.l artsprotoagg.l artsnetagg.l \
artsasagg.l artsportms.l artsportmagg.l artsintfms.l \
artsintfmagg.l artsnexthops.l artsnexthopagg.l artstos.l
.include <bsd.port.mk>

1
net-mgmt/arts++/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (arts++-1-1-a6.tar.gz) = b0a0934452a3cc4e07aa53f8121e81e6

View File

@ -0,0 +1 @@
A network data storage and analysis library from CAIDA

View File

@ -0,0 +1,9 @@
arts++ is a support package for CAIDA's cflowd and skitter.
It provides a C++ class library and simple applications for handling
data produced by cflowd and skitter.
See: http://www.caida.org/tools/measurement/cflowd/
http://www.caida.org/tools/measurement/skitter/
WWW: http://www.caida.org/tools/utilities/arts/

97
net-mgmt/arts++/pkg-plist Normal file
View File

@ -0,0 +1,97 @@
bin/artsagg
bin/artsasagg
bin/artsases
bin/artsdump
bin/artsintfmagg
bin/artsintfms
bin/artsnetagg
bin/artsnets
bin/artsnexthopagg
bin/artsnexthops
bin/artsportagg
bin/artsportmagg
bin/artsportms
bin/artsports
bin/artsprotoagg
bin/artsprotos
bin/artstoc
bin/artstos
include/Arts.hh
include/ArtsAggregatorMapKey.hh
include/ArtsAsMatrix.hh
include/ArtsAsMatrixAggregator.hh
include/ArtsAsMatrixAggregatorMap.hh
include/ArtsAsMatrixData.hh
include/ArtsAsMatrixEntry.hh
include/ArtsAttribute.hh
include/ArtsAttributeVector.hh
include/ArtsBgp4AggregatorAttribute.hh
include/ArtsBgp4AsPathAttribute.hh
include/ArtsBgp4AsPathSegment.hh
include/ArtsBgp4Attribute.hh
include/ArtsBgp4DPAttribute.hh
include/ArtsBgp4Prefix.hh
include/ArtsBgp4RouteEntry.hh
include/ArtsBgp4RouteTable.hh
include/ArtsBgp4RouteTableData.hh
include/ArtsBitString.hh
include/ArtsDebug.hh
include/ArtsFileUtil.hh
include/ArtsHeader.hh
include/ArtsIfIndexSelectionSet.hh
include/ArtsInterfaceMatrix.hh
include/ArtsInterfaceMatrixAggregator.hh
include/ArtsInterfaceMatrixAggregatorMap.hh
include/ArtsInterfaceMatrixData.hh
include/ArtsInterfaceMatrixEntry.hh
include/ArtsIpPath.hh
include/ArtsIpPathData.hh
include/ArtsIpPathEntry.hh
include/ArtsNetMatrix.hh
include/ArtsNetMatrixAggregator.hh
include/ArtsNetMatrixAggregatorMap.hh
include/ArtsNetMatrixData.hh
include/ArtsNetMatrixEntry.hh
include/ArtsNextHopTable.hh
include/ArtsNextHopTableAggregator.hh
include/ArtsNextHopTableAggregatorMap.hh
include/ArtsNextHopTableData.hh
include/ArtsNextHopTableEntry.hh
include/ArtsObjectTypeSelectionSet.hh
include/ArtsPackageVersion.hh
include/ArtsPortChoice.hh
include/ArtsPortChooser.hh
include/ArtsPortMatrix.hh
include/ArtsPortMatrixAggregator.hh
include/ArtsPortMatrixAggregatorMap.hh
include/ArtsPortMatrixData.hh
include/ArtsPortMatrixEntry.hh
include/ArtsPortTable.hh
include/ArtsPortTableAggregator.hh
include/ArtsPortTableData.hh
include/ArtsPortTableEntry.hh
include/ArtsPrimitive.hh
include/ArtsProtocolTable.hh
include/ArtsProtocolTableAggregator.hh
include/ArtsProtocolTableAggregatorMap.hh
include/ArtsProtocolTableData.hh
include/ArtsProtocolTableEntry.hh
include/ArtsRttTimeSeriesTable.hh
include/ArtsRttTimeSeriesTableData.hh
include/ArtsSelectedPortTable.hh
include/ArtsSelectedPortTableData.hh
include/ArtsTimeIntervalSelectionSet.hh
include/ArtsTosTable.hh
include/ArtsTosTableAggregator.hh
include/ArtsTosTableAggregatorMap.hh
include/ArtsTosTableData.hh
include/ArtsTosTableEntry.hh
include/Ipv4Network.hh
include/Ipv4PrefixPatricia.hh
include/artslocal.h
include/caida_t.h
lib/libArts.a
lib/libArts.la
lib/libArts.so.0
@unexec /usr/bin/env /sbin/ldconfig -R
@exec /usr/bin/env /sbin/ldconfig -m %B

View File

@ -12,6 +12,7 @@
SUBDIR += arla
SUBDIR += arping
SUBDIR += arpwatch
SUBDIR += arts++
SUBDIR += ascend-radius
SUBDIR += bb
SUBDIR += bind8

25
net/arts++/Makefile Normal file
View File

@ -0,0 +1,25 @@
# New ports collection makefile for: arts++
# Date created: Di 7 Nov 2000 19:48:50 CET
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
#
# $FreeBSD$
#
PORTNAME= arts++
PORTVERSION= 1-1-a6
CATEGORIES= net
MASTER_SITES= ftp://ftp.caida.org/pub/arts++/
DISTNAME= ${PORTNAME}-${PORTVERSION}
MAINTAINER= andreas@FreeBSD.org
GNU_CONFIGURE= yes
USE_GMAKE= yes
CONFIGURE_ARGS+=--enable-shared
MANL= artsportagg.l artsports.l artsprotos.l artsnets.l artsdump.l \
artsases.l artstoc.l artsagg.l artsprotoagg.l artsnetagg.l \
artsasagg.l artsportms.l artsportmagg.l artsintfms.l \
artsintfmagg.l artsnexthops.l artsnexthopagg.l artstos.l
.include <bsd.port.mk>

1
net/arts++/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (arts++-1-1-a6.tar.gz) = b0a0934452a3cc4e07aa53f8121e81e6

1
net/arts++/pkg-comment Normal file
View File

@ -0,0 +1 @@
A network data storage and analysis library from CAIDA

9
net/arts++/pkg-descr Normal file
View File

@ -0,0 +1,9 @@
arts++ is a support package for CAIDA's cflowd and skitter.
It provides a C++ class library and simple applications for handling
data produced by cflowd and skitter.
See: http://www.caida.org/tools/measurement/cflowd/
http://www.caida.org/tools/measurement/skitter/
WWW: http://www.caida.org/tools/utilities/arts/

97
net/arts++/pkg-plist Normal file
View File

@ -0,0 +1,97 @@
bin/artsagg
bin/artsasagg
bin/artsases
bin/artsdump
bin/artsintfmagg
bin/artsintfms
bin/artsnetagg
bin/artsnets
bin/artsnexthopagg
bin/artsnexthops
bin/artsportagg
bin/artsportmagg
bin/artsportms
bin/artsports
bin/artsprotoagg
bin/artsprotos
bin/artstoc
bin/artstos
include/Arts.hh
include/ArtsAggregatorMapKey.hh
include/ArtsAsMatrix.hh
include/ArtsAsMatrixAggregator.hh
include/ArtsAsMatrixAggregatorMap.hh
include/ArtsAsMatrixData.hh
include/ArtsAsMatrixEntry.hh
include/ArtsAttribute.hh
include/ArtsAttributeVector.hh
include/ArtsBgp4AggregatorAttribute.hh
include/ArtsBgp4AsPathAttribute.hh
include/ArtsBgp4AsPathSegment.hh
include/ArtsBgp4Attribute.hh
include/ArtsBgp4DPAttribute.hh
include/ArtsBgp4Prefix.hh
include/ArtsBgp4RouteEntry.hh
include/ArtsBgp4RouteTable.hh
include/ArtsBgp4RouteTableData.hh
include/ArtsBitString.hh
include/ArtsDebug.hh
include/ArtsFileUtil.hh
include/ArtsHeader.hh
include/ArtsIfIndexSelectionSet.hh
include/ArtsInterfaceMatrix.hh
include/ArtsInterfaceMatrixAggregator.hh
include/ArtsInterfaceMatrixAggregatorMap.hh
include/ArtsInterfaceMatrixData.hh
include/ArtsInterfaceMatrixEntry.hh
include/ArtsIpPath.hh
include/ArtsIpPathData.hh
include/ArtsIpPathEntry.hh
include/ArtsNetMatrix.hh
include/ArtsNetMatrixAggregator.hh
include/ArtsNetMatrixAggregatorMap.hh
include/ArtsNetMatrixData.hh
include/ArtsNetMatrixEntry.hh
include/ArtsNextHopTable.hh
include/ArtsNextHopTableAggregator.hh
include/ArtsNextHopTableAggregatorMap.hh
include/ArtsNextHopTableData.hh
include/ArtsNextHopTableEntry.hh
include/ArtsObjectTypeSelectionSet.hh
include/ArtsPackageVersion.hh
include/ArtsPortChoice.hh
include/ArtsPortChooser.hh
include/ArtsPortMatrix.hh
include/ArtsPortMatrixAggregator.hh
include/ArtsPortMatrixAggregatorMap.hh
include/ArtsPortMatrixData.hh
include/ArtsPortMatrixEntry.hh
include/ArtsPortTable.hh
include/ArtsPortTableAggregator.hh
include/ArtsPortTableData.hh
include/ArtsPortTableEntry.hh
include/ArtsPrimitive.hh
include/ArtsProtocolTable.hh
include/ArtsProtocolTableAggregator.hh
include/ArtsProtocolTableAggregatorMap.hh
include/ArtsProtocolTableData.hh
include/ArtsProtocolTableEntry.hh
include/ArtsRttTimeSeriesTable.hh
include/ArtsRttTimeSeriesTableData.hh
include/ArtsSelectedPortTable.hh
include/ArtsSelectedPortTableData.hh
include/ArtsTimeIntervalSelectionSet.hh
include/ArtsTosTable.hh
include/ArtsTosTableAggregator.hh
include/ArtsTosTableAggregatorMap.hh
include/ArtsTosTableData.hh
include/ArtsTosTableEntry.hh
include/Ipv4Network.hh
include/Ipv4PrefixPatricia.hh
include/artslocal.h
include/caida_t.h
lib/libArts.a
lib/libArts.la
lib/libArts.so.0
@unexec /usr/bin/env /sbin/ldconfig -R
@exec /usr/bin/env /sbin/ldconfig -m %B