aboutsummaryrefslogtreecommitdiff
path: root/sysutils/goaccess
Commit message (Collapse)AuthorAgeFilesLines
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-1/+1
| | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 Notes: svn path=/head/; revision=507372
* sysutils/goaccess: fix build with GCC-based architecturesPiotr Kubaj2019-05-041-1/+1
| | | | | | | | | | Add USES=compiler:c11 to fix: /usr/local/include/maxminddb.h:92: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'mmdb_uint128_t' Approved by: mentors (implicit approval) Notes: svn path=/head/; revision=500833
* Remove GeoIP-related options. Where possible, replace GeoIP 1 defaultsAdam Weinberger2019-01-131-10/+5
| | | | | | | | | with GeoIP 2. Also, as suggested by zi, add an UPDATING note about this. Notes: svn path=/head/; revision=490211
* Fix config file instructions for goaccess.Adam Weinberger2019-01-033-10/+2
| | | | | | | | | | | | | | I completely misunderstood the config file location for goaccess.conf. The config file hasn't moved to ETCDIR, only the sample file has. The config file is still read from PREFIX/etc. Remove the UPDATING/pkg-message instructions about this, and install the config file to the correct place, along with a PORTREVISION bump. Pointy hat: adamw Notes: svn path=/head/; revision=489227
* Update goaccess to 1.3.Adam Weinberger2019-01-037-17/+68
| | | | | | | | | | | | | | | | | | | | With this release: - The config file has moved from PREFIX/etc to ETCDIR - The web assets are no longer installed separately (they are compiled into the binary so this should not affect end-users) - NLS support (and OPTION) added pkg-message and UPDATING entry added for conf file location change. Changes: https://goaccess.io/release-notes PR: 234047 Approved by: maintainer (sbz) Notes: svn path=/head/; revision=489224
* Add an option for GeoIP2 database support via libmaxminddbAdam Weinberger2018-09-281-2/+9
| | | | | | | | PR: 231241 Approved by: maintainer timeout (3w) Notes: svn path=/head/; revision=480854
* - Fix GeoIP support (use legacy)Sofian Brabez2017-03-281-1/+2
| | | | | | | Reported by: adamw Notes: svn path=/head/; revision=437169
* - Update to 1.2Sofian Brabez2017-03-202-5/+4
| | | | | | | PR: 217891 Notes: svn path=/head/; revision=436561
* sysutils/goaccess: Document ncurses support plus FLAGSJohn Marino2016-12-131-3/+3
| | | | | | | | | While here, restore build on DF with USES=alias Approved by: ncurses blanket Notes: svn path=/head/; revision=428464
* Fix the build when either of the tokyocabinet knobs are enabled.Adam Weinberger2016-12-101-1/+2
| | | | | | | | | Previously, the tokyocabinet dependency was never actually installed. Approved by: just-fix-it Notes: svn path=/head/; revision=428269
* - Add more OPTIONS and missing html static filesSofian Brabez2016-11-292-13/+28
| | | | | | | | | | | | - Add pkg-plist - Bump PORTREVISION - Cleanup Reported by: bapt Differential Revision: https://reviews.freebsd.org/D8670 Notes: svn path=/head/; revision=427387
* - Update to 1.1.1Sofian Brabez2016-11-232-7/+17
| | | | | | | Reported by: roberto Notes: svn path=/head/; revision=426951
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* - Switch to options helpersDmitry Marakasov2015-09-031-9/+4
| | | | | | | | | - Fix binary installation (INSTALL_PROGRAM instead of INSTALL_SCRIPT + STRIP_CMD) Approved by: portmgr blanket Notes: svn path=/head/; revision=395947
* - Update to 0.8.5Sofian Brabez2014-12-042-3/+6
| | | | | | | | PR: 195321 Submitted by: Neel Chauhan <neel at neelc.org> Notes: svn path=/head/; revision=373960
* - Update to 0.8.3Sofian Brabez2014-08-213-7/+5
| | | | | | | | PR: 192754 Submitted by: Niels Kristensen <niels at kristensen.io> Notes: svn path=/head/; revision=365534
* Bump PORTREVISION on all ports that depend on net/GeoIP forAdam Weinberger2014-08-111-0/+1
| | | | | | | | | r364627. Approved by: portmgr (not really, but touches unstaged ports) Notes: svn path=/head/; revision=364628
* - Update to 0.7.1Sofian Brabez2014-03-256-71/+18
| | | | | | | | | | | | - Update pkg-descr - Support STAGEDIR - Drop FreeBSD 7.x support PR: ports/187521 Submitted by: lwhsu Notes: svn path=/head/; revision=349188
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | sysutils) Notes: svn path=/head/; revision=327772
* Finish converting the whole ports tree to USES=pkgconfigBaptiste Daroussin2013-04-231-6/+2
| | | | Notes: svn path=/head/; revision=316355
* * Update the glib to 2.34.3 and gtk20 to 2.24.17 and gtk30 to 3.6.4 whichKoop Mast2013-03-081-0/+1
| | | | | | | | | | | | | | | | | | | | | | | are the latest stable releases. * Update vala to the newest stable release 0.18.1, also update a few ports in the gtk/gnome stack. * The c++ bindings ports for glib, atk, gconf, etc, have now USE_GNOME toggles. * Remove pkg-config run depends from glib20 and freetype2. This doesn't eliminate pkg-config run dependency completely, a second phase is needed and is planned. * Support for .:run. and .:build. for USE_GNOME components was added. Currently only libxml2 and libxslt support this mechanism. * Updates of the telepathy stack and empathy. * Trim makefile headers, convert ports to new options, trim off library versions for some ports. * Fix other ports so they build with the new glib version. Thanks to miwi and crees for helping out with some exp-runs. Approved by: portmgr (miwi & bapt) Obtained from: gnome team repo Notes: svn path=/head/; revision=313633
* - Update to 0.5Sofian Brabez2012-08-085-15/+55
| | | | Notes: svn path=/head/; revision=302303
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-1/+1
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* - Update to 0.4.2 [1]Sofian Brabez2011-05-113-13/+16
| | | | | | | | | | | - Add LICENSE PR: ports/156831 [1] Submitted by: jadawin@ Approved by: jadawin@ (mentor) Notes: svn path=/head/; revision=273974
* Update my MAINTAINER address to sbz at FreeBSD.org.Sofian Brabez2011-03-181-1/+1
| | | | | | | Approved by: jadawin@ (mentor) Notes: svn path=/head/; revision=271244
* GoAccess is an open source real-time Apache web log analyzer and interactivePhilippe Audeoud2010-11-194-0/+61
viewer that runs in a terminal and provides fast and valuable HTTP statistics for system administrators that require a visual report on the fly. WWW: http://goaccess.prosoftcorp.com/ PR: ports/152332 Submitted by: Sofian Brabez <sbrabez at gmail.com> Notes: svn path=/head/; revision=264799