aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt
diff options
context:
space:
mode:
authorkoobs <koobs@FreeBSD.org>2013-03-24 13:47:35 +0800
committerkoobs <koobs@FreeBSD.org>2013-03-24 13:47:35 +0800
commit4eff4f0cd572acc441aaef52adb4e5101f4431e9 (patch)
tree88fd6a4f81fd1324b4599bc34fe37c39aefb1482 /net-mgmt
parent174c82f75a771af292593eb4b9e00a6a70844cd0 (diff)
downloadfreebsd-ports-gnome-4eff4f0cd572acc441aaef52adb4e5101f4431e9.tar.gz
freebsd-ports-gnome-4eff4f0cd572acc441aaef52adb4e5101f4431e9.tar.zst
freebsd-ports-gnome-4eff4f0cd572acc441aaef52adb4e5101f4431e9.zip
- Update to 0.6
- Take maintainership - Add LICENSE - Add CPPFLAGS to fix pcre preprocessor warning - Add DEBUG OPTION - Update WWW: and Tab->space in pkg-descr - Update COMMENT according to standards - Remove ABI version from pcre LIB_DEPENDS PR: ports/169027 Approved by: rm (mentor)
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/bsnmp-regex/Makefile22
-rw-r--r--net-mgmt/bsnmp-regex/distinfo4
-rw-r--r--net-mgmt/bsnmp-regex/pkg-descr2
3 files changed, 18 insertions, 10 deletions
diff --git a/net-mgmt/bsnmp-regex/Makefile b/net-mgmt/bsnmp-regex/Makefile
index d9740e53cdd2..1ad582b94712 100644
--- a/net-mgmt/bsnmp-regex/Makefile
+++ b/net-mgmt/bsnmp-regex/Makefile
@@ -2,23 +2,31 @@
# $FreeBSD$
PORTNAME= bsnmp-regex
-PORTVERSION= 0.5
-PORTREVISION= 2
+PORTVERSION= 0.6
CATEGORIES= net-mgmt
-MASTER_SITES= http://memberwebs.com/stef/software/bsnmp-regex/
+MASTER_SITES= http://thewalter.net/stef/software/bsnmp-regex/
-MAINTAINER= ports@FreeBSD.org
-COMMENT= A bsnmpd module allowing creation of counters from log files
+MAINTAINER= koobs@FreeBSD.org
+COMMENT= bsnmpd module allowing creation of counters from log files
+
+LICENSE= BSD
GNU_CONFIGURE= yes
+CPPFLAGS+= "-I${LOCALBASE}/include"
-OPTIONS_DEFINE= PCRE
+OPTIONS_DEFINE= DEBUG PCRE
PCRE_DESC= Use PCRE instead of the default regex library
.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+= pcre.3:${PORTSDIR}/devel/pcre
+LIB_DEPENDS+= pcre:${PORTSDIR}/devel/pcre
CONFIGURE_ARGS+= --enable-pcre
.else
CONFIGURE_ARGS+= --disable-pcre
diff --git a/net-mgmt/bsnmp-regex/distinfo b/net-mgmt/bsnmp-regex/distinfo
index 298ae24f2d0b..c9aca7b460cf 100644
--- a/net-mgmt/bsnmp-regex/distinfo
+++ b/net-mgmt/bsnmp-regex/distinfo
@@ -1,2 +1,2 @@
-SHA256 (bsnmp-regex-0.5.tar.gz) = fefebcb5412c22f7f18cd81177b91310481d3e8d553caf42b9cbf60a0d79cd4f
-SIZE (bsnmp-regex-0.5.tar.gz) = 293547
+SHA256 (bsnmp-regex-0.6.tar.gz) = 5e0ac1112a62c40719e031c04061f5154e5f43d2d6515c4987e774b34ea146bc
+SIZE (bsnmp-regex-0.6.tar.gz) = 326579
diff --git a/net-mgmt/bsnmp-regex/pkg-descr b/net-mgmt/bsnmp-regex/pkg-descr
index 57159b5d1d1f..afbf702782cc 100644
--- a/net-mgmt/bsnmp-regex/pkg-descr
+++ b/net-mgmt/bsnmp-regex/pkg-descr
@@ -3,4 +3,4 @@ files, program output or other text data. The counters use regular expressions
to count the number of matches, or parse out specific text/numbers. The
resulting data can then be queried or graphed with the usual SNMP tools.
-WWW: http://memberwebs.com/stef/software/bsnmp-regex/
+WWW: http://thewalter.net/stef/software/bsnmp-regex/
git/cgit.cgi/freebsd-ports-gnome/commit/net?id=6e78e70f5d30c3856ae31c5129c0e1e89e37da2e'>Make patcheable.sobomax2006-06-1710-140/+0 * The Citrix Server/Client has evolved to include other platforms, so updateitetcu2006-06-174-30/+26 * Update to 2.3amiwi2006-06-173-7/+4 * Update to 1.2.9.1.sobomax2006-06-1740-695/+805 * Obey conventions and change my mail to @FreeBSD.org addressmiwi2006-06-173-3/+3 * - Skip all loopback and point-to-point interfacespav2006-06-172-2/+13 * Update to 1.12skv2006-06-162-4/+4 * Update to 0.04skv2006-06-162-4/+4 * Enable OpenLDAP 2.4.x.delphij2006-06-161-0/+3 * Mark IGNORE if csup is already in the base system.itetcu2006-06-161-0/+5 * Update to 0.5erwin2006-06-153-7/+4 * Fix pkg-plist.sumikawa2006-06-152-1/+2 * - Update from v0.02 to v0.03aaron2006-06-152-4/+5 * Update to 1.24miwi2006-06-142-5/+5 * Update to 1.7.1miwi2006-06-142-4/+4 * Update to 0.4.8miwi2006-06-143-27/+24 * - Update to 1.0.15pav2006-06-142-4/+4 * - Update from v0.02 to v0.05aaron2006-06-143-4/+13 * Remove bouncing maintainer address.linimon2006-06-141-1/+1 * Reset drkangel@drkangel.org due to bounces; remove dead mastersites.linimon2006-06-141-4/+2 * Depend on security/p5-Authen-SASL only if perl >= 5.6mat2006-06-141-3/+9 * - whitespace fixume2006-06-142-3/+4 * DIMES is a distributed scientific research project, aimed to study thehq2006-06-136-0/+238 * Adding port net/p5-Spread-Message, provide messaging using the Spreadaaron2006-06-135-0/+52 * Adding port net/p5-Spread, Perl extension for the Spread groupaaron2006-06-136-0/+58 * - Update to version 0.4.1markus2006-06-1210-46/+70 * - Some modules does not build on FreeBSD 4.X with base OpenSSLpav2006-06-124-40/+52 * Add backup mirrormiwi2006-06-121-2/+3 * Update MASTER_SITESmiwi2006-06-121-1/+2 * Update to libnids 1.21. In the process:roam2006-06-122-11/+26 * Apply USE_RCORDER or USE_RC_SUBR, conditional on OSVERSION.lawrance2006-06-121-1/+7 * Fix dependency.sumikawa2006-06-121-1/+2 * Blah, really fix typo.itetcu2006-06-121-1/+1 * s/PORTVERSION/PORTREVISON/ (typo)itetcu2006-06-121-1/+1 * - Use my @FreeBSD.org addressitetcu2006-06-121-3/+5 * Mark broken on anything older than 6.0-RELEASE, due to thedougb2006-06-121-1/+7 * Python module for fast, simple packet creation / parsing, with definitions forpav2006-06-115-0/+165 * - Reset maintainer on his wishpav2006-06-112-3/+1 * - Update MASTER_SITESpav2006-06-111-1/+1 * eXosip is a GPL library that extend the capability of the oSIP library.pav2006-06-116-0/+108 * Register a CONFLICT with avahi+libdns.marcus2006-06-111-0/+2 * Add a PKGNAMESUFFIX when libdns support is enabled so that a CONFLICTS canmarcus2006-06-111-0/+1 * - Transfer to multimedia@ahze2006-06-111-1/+1 * Make libdns (aka mDNSResponder) support optional (defaulting to off).marcus2006-06-112-1/+18 * Maintainer's email bounces.linimon2006-06-102-2/+2 * - Update from v0.25 to v1.04aaron2006-06-103-4/+5 * Try to fix packaging.itetcu2006-06-091-1/+0 * - Update to 0.9.3sem2006-06-092-4/+4 * - Update to 0.9.5sem2006-06-092-4/+4 * Add a MASTER_SITEitetcu2006-06-081-1/+2 * Mantissa is an application server.itetcu2006-06-085-0/+241 * Add SHA256 checksumedwin2006-06-071-0/+1 * Update MASTER_SITESmiwi2006-06-071-1/+1 * Upgrade to 6.0-BETA.sumikawa2006-06-073-9/+26 * Update MASTER_SITESmiwi2006-06-071-1/+2 * - Fix OpenSSL handlingpav2006-06-062-16/+22 * Update to KDE 3.5.3lofi2006-06-0610-2058/+33 * Update MASTER_SITESmiwi2006-06-061-1/+2 * - Re-add patch to fix build on RELENG_4.fjoe2006-06-062-0/+14 * Update to 2.8.4erwin2006-06-062-4/+4 * Update to ver 1.10jhay2006-06-063-10/+10 * - Use USE_MYSQLfjoe2006-06-064-4/+8 * Update to 1.3erwin2006-06-062-6/+5 * - Update to 1.5.9.6garga2006-06-054-8/+8 * use FETCH_BEFORE_ARGS(master site is needed PASSIVE MODE FTP)sanpei2006-06-051-0/+2 * Remove expired leaf ports:vd2006-06-0516-766/+0 * - Fix plistsat2006-06-051-0/+2 * Add wmwlmon 0.9, dockApp showing the state of a wireless network device.dougb2006-06-044-0/+38 * - Add back bristuff 0.3.0-p1 after repocopy.fjoe2006-06-037-78/+72 * - Fix master site and add moresat2006-06-033-24/+24 * - Add MASTER_SITESsat2006-06-031-1/+2 * Update to 1.2.3fjoe2006-06-038-16/+16 * Update to 1.4.0skv2006-06-022-7/+6 * Update to 0.9.9erwin2006-06-022-5/+4 * Fix build on recent 7.X.ume2006-06-021-0/+32 * - Fix plist to respect NOPORTDOCSclsung2006-06-022-4/+3 * PlanetMirror appears to add a page which fetch(1) do not like, so remove itdelphij2006-06-023-3/+0 * - Update to 0.10clsung2006-06-023-4/+6 * Update to version 1.7dds2006-06-022-4/+4 * - Try to guess sensible default values for OPTIONS.flz2006-06-021-5/+17 * Hand maintainership to submittererwin2006-06-022-2/+2 * - Remove dead master sitepav2006-06-011-2/+1 * Add an additional mirror.ehaupt2006-06-013-2/+6 * - Add header in these *-reference ports.mezz2006-06-012-2/+8 * - Update to 0.3.4.jmelo2006-06-017-36/+44 * Update to OpenLDAP 2.3.24 Release:delphij2006-05-312-6/+6 * - Patch strip for everyone!pav2006-05-312-9/+7 * - Apply vendor patch to fix 'unexpected tag 3' errorspav2006-05-302-1/+99 * - Authors rerolled tarball, incorporating doc subdir fixpav2006-05-302-22/+3 * - Cleanup up plist to use macrosclsung2006-05-302-5/+5 * - Update to 0.148pav2006-05-304-37/+21 * - Update maintainer's email addresspav2006-05-301-1/+1 * - Update to 1.1.2pav2006-05-306-16/+18 * Update to 0.99.4.lawrance2006-05-3011-55/+103 * Fix problem with non-NULL values appearing as NULL properly.sobomax2006-05-303-45/+14 * - Update to 0.9.2.flz2006-05-302-7/+6 * - Update to 1.0.14pav2006-05-295-9/+30 * Correct MASTER_SITE.demon2006-05-291-1/+1 * Update to versino 1.2.1demon2006-05-293-45/+51 * Update to version 1.0.0.demon2006-05-293-44/+50 * Update to version 2.1.18.demon2006-05-293-87/+93 * - make portlint happyclsung2006-05-294-20/+22 * Oops... Correct mismerge of USE_OPENLDAP usage by moving .else down.delphij2006-05-291-1/+1 * Fix wrong PKGNAME and COMMENT when WITH_SASL is defined.delphij2006-05-291-4/+0 * Fix wrong PKGNAME and COMMENT when WITH_SASL is defined.delphij2006-05-293-27/+18 * x11-toolkits/gtk--2 -> x11-toolkits/gtkmm20mezz2006-05-291-1/+1 * - Fix syntax error in example Apache configurationpav2006-05-292-2/+2 * Update to 1.11skv2006-05-292-4/+4 * Update to 0.0801skv2006-05-292-4/+4 * Update to 0.03skv2006-05-292-4/+4 * - Rename portspav2006-05-2817-736/+4 * - Renamed port graphics/libart_lgpl2 -> graphics/libart_lgplpav2006-05-281-1/+1 * devel/libgtop2 -> devel/libgtopmezz2006-05-281-1/+1 * Update to 1.250anray2006-05-285-236/+150 * Add port net/p5-JavaScript-RPC:sat2006-05-285-0/+50 * - fix plist errorclsung2006-05-272-2/+3 * - Fix MASTER_SITESpav2006-05-271-1/+1 * - Switch MASTER_SITES and WWW to CPANpav2006-05-272-2/+3 * - Point MASTER_SITES to submitter's mirrorpav2006-05-272-3/+2 * - Add backup MASTER_SITESpav2006-05-272-7/+4 * - Switch MASTER_SITESpav2006-05-274-12/+9 * - Grant maintainershippav2006-05-271-1/+1 * Merged from openldap23-server:delphij2006-05-262-7/+17 * According to the openldap configure script, by disablingdelphij2006-05-262-11/+21 * Update to 1.3.5.thierry2006-05-2611-89/+123 * Add omnitty 0.3.0, a curses-based SSH multiplexer.clsung2006-05-264-0/+57 * - Grant maintainershippav2006-05-261-1/+1 * - Update to 1.1.r5pav2006-05-262-8/+12 * Update to 2.4.2alpha after repocopy.delphij2006-05-2613-160/+169 * - change mirror siteclsung2006-05-261-2/+2 * - change mirror to be fetchableclsung2006-05-261-1/+2 * - Fix RUN_DEPENDSaaron2006-05-261-0/+1 * Adding port net/p5-Net-MAC-Vendor, look up the vendor for a MAC.aaron2006-05-265-0/+65 * - Adoptpav2006-05-262-2/+2 * Allow pidfile location to be altered via asterisk_pidfile variable insobomax2006-05-265-5/+10 * update to 1.96.alfred2006-05-262-4/+4 * Adding port net/p5-Net-Whois-IP, Perl extension for looking up the whois info...aaron2006-05-265-0/+44 * Adding port net/p5-Net-Address-IPv4-Local, A class for discovering the local ...aaron2006-05-265-0/+45 * Adding port net/p5-Net-FTP-File, a sub-classed replacement for Net::FTP with ...aaron2006-05-265-0/+61 * Update to 20060526.ume2006-05-262-4/+4 * Update openbgpd to 3.9.flz2006-05-256-16/+16 * Fix build.flz2006-05-251-1/+1 * - unbreak this portleeym2006-05-252-10/+7 * - Fix plistahze2006-05-252-3/+2 * - update to 1.0.2clsung2006-05-252-5/+4 * - Now it is possible to use ldap as source for hosts database.anray2006-05-244-20/+133 * - Fix the time_t problem on *64 ARCHS without introducing a possiblesem2006-05-2412-56/+216 * - Update to 0.8mnag2006-05-244-21/+12 * - Update to 0.8mnag2006-05-242-4/+4 * - Update to 1.01sat2006-05-232-4/+4 * Update to 2.0.5itetcu2006-05-232-4/+4 * Fix on sparc64.sobomax2006-05-2310-5/+75 * Doesn't compile on sparc64. Patches are welcome.sobomax2006-05-235-5/+5 * - Update to 2.22erwin2006-05-233-39/+42 * Fix pkg-message for client.delphij2006-05-222-0/+2 * BROKEN: Does not buildkris2006-05-221-0/+2 * - Fix plist after recent php changespav2006-05-221-0/+1 * - Try to fix build on 4.x by USE_GCC=3.4+sat2006-05-221-0/+1 * - Fix build; strtonum(3) was added to recent versions of FreeBSD, but lampav2006-05-223-12/+76 * - Mark FORDBIDDEN on 64-bit platforms. The last fix may cause security problems.sem2006-05-224-0/+16 * Update to 1.0.0vs2006-05-212-4/+5 * Update to version 1.75edwin2006-05-213-6/+5 * - Fix dependencies since lang/itcl are updatedmnag2006-05-211-2/+2 * - Fix build on 5.Xpav2006-05-211-0/+10 * - Nuke ltmain patch and install .la files, they are no longer considered evilpav2006-05-212-15/+2 * Update to 1.3.17erwin2006-05-212-5/+6 * The pkg-install, pkg-deinstall and pkg-message files are suitabledelphij2006-05-211-2/+2 * Belatedly mark the Samba 2 port FORBIDDEN due to remote root codesimon2006-05-201-0/+3 * - cleanupdinoex2006-05-201-1/+0 * When the SASL option is selected, define WANT_OPENLDAP_SASLdelphij2006-05-201-0/+1 * Correct path for the sasl includes, to fix build for WITH_SASL case.delphij2006-05-201-1/+1 * Portlint:mezz2006-05-202-2/+2 * - ONLY_FOR_ARCHS=i386sem2006-05-201-0/+2 * - cleanupdinoex2006-05-191-1/+0 * - Fix patching of non-server variationpav2006-05-192-1/+2 * Net::Write provides a portable interface to open a network interface, and beerwin2006-05-195-0/+53 * - Update to 4.1.2pav2006-05-193-6/+16 * Updates, cleanups and improvements over the openldap23-* ports:delphij2006-05-1810-98/+51 * - Update to 2.14.2ahze2006-05-188-32/+14 * - Update to 1.0.13pav2006-05-182-4/+5 * Update latest jwhois.conf (rev 1.125) from the jwhois CVS repository,matusita2006-05-182-6/+20 * - Regular update to version 0.5.12.itetcu2006-05-186-27/+52 * Update to 2006.05.17.nork2006-05-182-4/+4 * - Add pkg-descrahze2006-05-181-0/+3 * - Fixes add_entry/update_entry methods for manipulating non-latin data.clsung2006-05-172-0/+12 * - Update pkg-message to match realitypav2006-05-171-19/+3 * Fix the previous commit that will actually change the @PTHREAD_LIBS@ andmezz2006-05-172-5/+19 * - Update openospfd-devel to today's snapshot (20060516).flz2006-05-174-12/+16 * - Update openbgpd-devel to today's snapshot (20060516).flz2006-05-175-10/+44 * - Install DOCS and EXAMPLES [1]garga2006-05-173-3/+19 * Update to 1.2.lawrance2006-05-162-4/+4 * Update to 0.4.12.lawrance2006-05-162-5/+4 * Add p5-Net-Google-Calendar: Programmatic access to Google's Calendar APIsat2006-05-165-0/+42 * - Fix IP address lease time bug on 64-bit archs. It caused clientssem2006-05-168-32/+68 * update to 0.5.7oliver2006-05-163-4/+10 * Add PTHREAD_{CFLAGS,LIBS} to all avahi pkg-config files. This fixesmarcus2006-05-163-1/+21 * Add USE_GETTEXT to appease portlint.mezz2006-05-163-0/+3 * Make the use of mozilla optionaledwin2006-05-163-5/+33 * - Update to 2.0.0 CVSpav2006-05-166-79/+27 * Update to 1.3.lawrance2006-05-155-33/+22 * Patch pptpctrl.c so that it does not pass bogus parameters to ppp.lawrance2006-05-152-4/+17 * Update to OpenNTPD 3.9p1 (as of OpenBSD 3.9).naddy2006-05-152-4/+4 * Update to 1.0rc1.lawrance2006-05-158-64/+35 * Pass maintainership to Shaun Amott <shaun@inerd.com>itetcu2006-05-141-1/+1 * - Update to 107.5 (fixes broken mDNSProxyResponderPosix utility) [1]lawrance2006-05-146-33/+23 * Update to 1.5.2.lawrance2006-05-142-4/+4 * Add p5-POE-Component-Client-Ident: POE component for non-blocking ident lookupssat2006-05-145-0/+48 * - Update to 0.9.8.3mnag2006-05-143-12/+24 * - Update to 1.0.1mnag2006-05-143-11/+23 * A quirky bug manifests itself when compiler optimisation is used, e.g.cy2006-05-132-2/+2 * - Update to 0.1.7garga2006-05-124-12/+27 * Remove whitespace from line endings in pkg-plist files.vd2006-05-123-7/+7 * - Update to 5.4.9, a new suggested versionpav2006-05-122-4/+4 * Update to 0.2.4. [1]itetcu2006-05-123-9/+27 * Update to version 1.71 (two in one day!)edwin2006-05-123-4/+9 * update to 1.70. Fix plistedwin2006-05-123-110/+110 * Remove USE_REINPLACE from all categories starting with Nedwin2006-05-12150-161/+0 * Remove dead MASTER_SITEs.sobomax2006-05-126-18/+6 * - Take the maintainship.mezz2006-05-124-2/+78 * Update to 2006.05.11.nork2006-05-112-4/+4 * - Vendor does not support Perl versions prior to 5.8 and the software doesaaron2006-05-111-1/+1 * Pet portlint:itetcu2006-05-114-65/+41