| Server IP : 82.208.35.60 / Your IP : 216.73.216.89 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/net-mgmt/bsnmp-regex/ |
Upload File : |
PORTNAME= bsnmp-regex
PORTVERSION= 0.6
PORTREVISION= 2
CATEGORIES= net-mgmt
MASTER_SITES= LOCAL/olivier
MAINTAINER= bofh@FreeBSD.org
COMMENT= bsnmpd module allowing creation of counters from log files
WWW= http://thewalter.net/stef/software/bsnmp-regex/
LICENSE= BSD3CLAUSE
GNU_CONFIGURE= yes
CPPFLAGS+= "-I${LOCALBASE}/include"
INSTALL_TARGET= install-strip
USES= libtool
OPTIONS_DEFINE= DEBUG PCRE
PCRE_DESC= Use PCRE instead of the default regex library
PLIST_FILES= bin/sockin lib/snmp_regex.so lib/snmp_regex.so.0 \
lib/snmp_regex.so.0.0.0 lib/snmp_regex.a man/man1/sockin.1.gz \
man/man5/bsnmp-regex.conf.5.gz \
man/man8/bsnmp-regex.8.gz
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MDEBUG}
CONFIGURE_ARGS+=--enable-debug
.else
CONFIGURE_ARGS+=--disable-debug
.endif
.if ${PORT_OPTIONS:MPCRE}
LIB_DEPENDS+= libpcre.so:devel/pcre
CONFIGURE_ARGS+= --enable-pcre
.else
CONFIGURE_ARGS+= --disable-pcre
.endif
.include <bsd.port.mk>