Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Jun 2009 08:28:52 GMT
From:      dikshie <dikshie@sfc.wide.ad.jp>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/136118: New Port: net-mgmt/yaf
Message-ID:  <200906280828.n5S8SqaV026352@www.freebsd.org>
Resent-Message-ID: <200906280830.n5S8U4wW007079@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         136118
>Category:       ports
>Synopsis:       New Port: net-mgmt/yaf
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jun 28 08:30:03 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     dikshie
>Release:        FreeBSD-8
>Organization:
Keio University
>Environment:
FreeBSD totoro.sfc.wide.ad.jp 8.0-CURRENT FreeBSD 8.0-CURRENT #15: Fri Jun 26 14:24:08 JST 2009     dikshie@totoro.sfc.wide.ad.jp:/usr/obj/usr/src/sys/T41  i386
>Description:
New Port:  net-mgmt/yaf
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	yaf
#	yaf/Makefile
#	yaf/pkg-descr
#	yaf/distinfo
#	yaf/files
#	yaf/files/patch-Makefile.in
#	yaf/pkg-plist
#
echo c - yaf
mkdir -p yaf > /dev/null 2>&1
echo x - yaf/Makefile
sed 's/^X//' >yaf/Makefile << 'a146541bf4c58461b74174e85fd43e87'
X# New ports collection makefile for: yaf
X# Date created:		2009-06-29
X# Whom:			Dikshie <dikshie@sfc.wide.ad.jp>
X#
X
XPORTNAME=	yaf
XPORTVERSION=	1.0.0.2
XCATEGORIES=	net-mgmt
XMASTER_SITES=	http://tools.netsa.cert.org/releases/
X
XMAINTAINER=	dikshie@sfc.wide.ad.jp
XCOMMENT=	YAF is Yet Another Flowmeter
X
XLIB_DEPENDS=	fixbuf:${PORTSDIR}/net/libfixbuf \
X		pcre.0:${PORTSDIR}/devel/pcre
X
XGNU_CONFIGURE=	yes
XUSE_GNOME=	glib20
XUSE_LDCONFIG=	yes
X
XMAN1=		airdaemon.1.gz \
X		filedaemon.1.gz \
X		yaf.1.gz \
X		yafscii.1.gz \
X
Xpost-patch:
X	@${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure
X
X.include <bsd.port.mk>
a146541bf4c58461b74174e85fd43e87
echo x - yaf/pkg-descr
sed 's/^X//' >yaf/pkg-descr << 'd305d819e35e5d1e601b7f6cd18f5f70'
XYAF is Yet Another Flowmeter. It processes packet data from pcap(3) 
Xdumpfiles as generated by tcpdump(1) or via live capture from an 
Xinterface using pcap(3) into bidirectional flows, then exports those 
Xflows to IPFIX Collecting Processes or in an IPFIX-based file format. 
XYAF's output can be used with the SiLK flow analysis tools and any 
Xother IPFIX compliant toolchain. 
X
XWWW: http://tools.netsa.cert.org/yaf/index.html
d305d819e35e5d1e601b7f6cd18f5f70
echo x - yaf/distinfo
sed 's/^X//' >yaf/distinfo << '7443c57987b998a6f0a36d185a6a92eb'
XMD5 (yaf-1.0.0.2.tar.gz) = 3ea2dd554025ba9978c914386dd59d9c
XSHA256 (yaf-1.0.0.2.tar.gz) = adbab9968a34445517839b7c53f087c793952d54d0d6912b8e219776fbbe21c6
XSIZE (yaf-1.0.0.2.tar.gz) = 1090045
7443c57987b998a6f0a36d185a6a92eb
echo c - yaf/files
mkdir -p yaf/files > /dev/null 2>&1
echo x - yaf/files/patch-Makefile.in
sed 's/^X//' >yaf/files/patch-Makefile.in << 'b4c70b12f962978b8a02af7e0b8a54f7'
X--- Makefile.in.orig	2009-06-26 19:32:09.000000000 +0900
X+++ Makefile.in	2009-06-26 19:32:31.000000000 +0900
X@@ -221,7 +221,7 @@
X target_os = @target_os@
X target_vendor = @target_vendor@
X SUBDIRS = airframe libltdl src include doc etc
X-pkgconfigdir = $(libdir)/pkgconfig
X+pkgconfigdir = $(prefix)/libdata/pkgconfig 
X pkgconfig_DATA = libyaf.pc
X all: all-recursive
X 
b4c70b12f962978b8a02af7e0b8a54f7
echo x - yaf/pkg-plist
sed 's/^X//' >yaf/pkg-plist << 'f4886cf22547d2ca978f291214643aaa'
Xbin/airdaemon
Xbin/filedaemon
Xbin/yaf
Xbin/yafcollect
Xbin/yafscii
X%%ETCDIR%%ApplabelRules.conf
Xinclude/airframe/airlock.h
Xinclude/airframe/airopt.h
Xinclude/airframe/airutil.h
Xinclude/airframe/autoinc.h
Xinclude/airframe/daeconfig.h
Xinclude/airframe/logconfig.h
Xinclude/airframe/mio.h
Xinclude/airframe/mio_config.h
Xinclude/airframe/mio_sink_file.h
Xinclude/airframe/mio_sink_multi.h
Xinclude/airframe/mio_sink_tcp.h
Xinclude/airframe/mio_sink_udp.h
Xinclude/airframe/mio_source_file.h
Xinclude/airframe/mio_source_pcap.h
Xinclude/airframe/mio_source_tcp.h
Xinclude/airframe/mio_source_udp.h
Xinclude/airframe/mio_stdio.h
Xinclude/airframe/privconfig.h
Xinclude/ltdl.h
Xinclude/yaf/autoinc.h
Xinclude/yaf/decode.h
Xinclude/yaf/picq.h
Xinclude/yaf/ring.h
Xinclude/yaf/yafcore.h
Xinclude/yaf/yafrag.h
Xinclude/yaf/yaftab.h
Xlib/libairframe-1.0.0.2.so
Xlib/libairframe-1.0.0.2.so.4
Xlib/libairframe.a
Xlib/libairframe.la
Xlib/libairframe.so
Xlib/libltdl.a
Xlib/libltdl.la
Xlib/libltdl.so.4
Xlib/libyaf-1.0.0.2.so
Xlib/libyaf-1.0.0.2.so.4
Xlib/libyaf.a
Xlib/libyaf.la
Xlib/libyaf.so
Xlib/pkgconfig/libairframe.pc
Xlibdata/pkgconfig/libyaf.pc
X@dirrm lib/pkgconfig
X@dirrm include/yaf
X@dirrm include/airframe
f4886cf22547d2ca978f291214643aaa
exit



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906280828.n5S8SqaV026352>