import p5-flowd-0.8.5, a Perl interface to ports/net/flowd's logs
fixes and ok msf@
This commit is contained in:
parent
50f037e73a
commit
0ae66e26aa
30
net/p5-flowd/Makefile
Normal file
30
net/p5-flowd/Makefile
Normal file
@ -0,0 +1,30 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2005/05/22 21:27:17 djm Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
COMMENT= "Perl API to flowd binary logfiles"
|
||||
|
||||
DISTNAME= flowd-0.8.5
|
||||
PKGNAME= ${DISTNAME:S/^/p5-/}
|
||||
CATEGORIES= net devel
|
||||
|
||||
HOMEPAGE= http://www.mindrot.org/flowd.html
|
||||
|
||||
MAINTAINER= Damien Miller <djm@openbsd.org>
|
||||
|
||||
# BSD
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= http://www2.mindrot.org/files/flowd/
|
||||
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/Flowd-perl
|
||||
BUILD_DEPENDS= flowd::net/flowd
|
||||
CONFIGURE_STYLE= perl
|
||||
MAKE_ENV+= INC="-I${LOCALBASE}/include/flowd" \
|
||||
EXTRALIBS="-L${LOCALBASE}/lib -lflowd" \
|
||||
LDLOADLIBS="-L${LOCALBASE}/lib -lflowd"
|
||||
|
||||
.include <bsd.port.mk>
|
4
net/p5-flowd/distinfo
Normal file
4
net/p5-flowd/distinfo
Normal file
@ -0,0 +1,4 @@
|
||||
MD5 (flowd-0.8.5.tar.gz) = b747abad67db7da2e0ce903ba4f61905
|
||||
RMD160 (flowd-0.8.5.tar.gz) = e7516a4f30aef5b805f8017d10918e53cecad351
|
||||
SHA1 (flowd-0.8.5.tar.gz) = b135057b989b41d5c85b92f9abd08beba9135697
|
||||
SIZE (flowd-0.8.5.tar.gz) = 159157
|
1
net/p5-flowd/pkg/DESCR
Normal file
1
net/p5-flowd/pkg/DESCR
Normal file
@ -0,0 +1 @@
|
||||
This is a Perl API for accessing flowd binary NetFlow logs
|
8
net/p5-flowd/pkg/PLIST
Normal file
8
net/p5-flowd/pkg/PLIST
Normal file
@ -0,0 +1,8 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2005/05/22 21:27:17 djm Exp $
|
||||
${P5ARCH}/
|
||||
${P5ARCH}/Flowd.pm
|
||||
${P5ARCH}/auto/
|
||||
${P5ARCH}/auto/Flowd/
|
||||
${P5ARCH}/auto/Flowd/Flowd.bs
|
||||
${P5ARCH}/auto/Flowd/Flowd.so
|
||||
@man man/man3p/Flowd.3p
|
Loading…
Reference in New Issue
Block a user