Port details |
- free-sa-devel Statistic analyzer for daemons log files similar to SARG
- 2.0.0b6.7_1 www =3 2.0.0b6.7_1Version of this port present on the latest quarterly branch.
- Maintainer: moiseev@mezonplus.ru
- Port Added: 2009-09-20 01:37:19
- Last Update: 2024-07-21 07:02:53
- Commit Hash: 81d7adc
- People watching this port, also watch:: rubygem-oxidized-script, py39-fail2ban, monit, nut, minimunin
- License: GPLv3
- WWW:
- https://free-sa.sourceforge.net
- Description:
- Free-SA is a statistic analyzer for daemons log files similar to SARG.
Its main advantages over SARG are much better speed (7x-20x times),
more reports support, crossplatform work and W3C compliance of
generated HTML/CSS reports code.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- free-sa-devel>0:www/free-sa-devel
- Conflicts:
- CONFLICTS:
- To install the port:
- cd /usr/ports/www/free-sa-devel/ && make install clean
- To add the package, run one of these commands:
- pkg install www/free-sa-devel
- pkg install free-sa-devel
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: free-sa-devel
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (free-sa-2.0.0b6p7.tar.gz) = 4f863c41b6fba8dd4f3d3a63ecd5fd24d5f863c9717855b15f52721d9771271f
SIZE (free-sa-2.0.0b6p7.tar.gz) = 110600
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for free-sa-devel-2.0.0b6.7_1:
DOCS=on: Build and/or install documentation
OPTIMIZED_CFLAGS=off: Build with distribution-recommended CFLAGS
SA_DEBUG=off: Enable Free-SA debugging (level 1)
===> Use 'make config' to modify these settings
- Options name:
- www_free-sa-devel
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.0.0b6.7_1 21 Jul 2024 07:02:53 |
Antoine Brodin (antoine) |
www/free-sa-devel: fix Makefile syntax |
2.0.0b6.7_1 11 Jan 2024 13:59:36 |
Baptiste Daroussin (bapt) |
MANPREFIX: eliminate usage of MANPREFIX
While here move some manpages to share/man |
2.0.0b6.7 06 Nov 2023 10:03:47 |
Rodrigo Osorio (rodrigo) |
*/*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart
Issue reported by repology : https://repology.org/repository/freebsd/problems
Approved by: portmgr (blanket)
PR: 274888 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.0.0b6.7 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2.0.0b6.7 20 Jul 2022 14:23:26 |
Tobias C. Berner (tcberner) |
www: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
*
* <hvo.pm@xs4all.nl>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron LI <aly@aaronly.me>
* Aaron Zauner <az_mail@gmx.at>
* Abel Chow <achow@transoft.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Adrian Steinmann <ast@marabu.ch>
* Akinori MUSHA aka knu <knu@idaemons.org> (Only the first 15 lines of the commit message are shown above ) |
2.0.0b6.7 29 Oct 2021 09:50:18 |
Stefan Eßer (se) |
*/*: Remove redundant '-[0-9]*' from CONFLICTS
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".
Approved by: portmgr (blanket) |
2.0.0b6.7 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.0.0b6.7 29 Aug 2020 07:00:35 |
tcberner |
www/free-sa-devel: fix build on recent current
- upstream seems dead |
2.0.0b6.7 17 Aug 2015 14:20:41 |
mat |
Remove UNIQUENAME and LATEST_LINK.
UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now,
we won't have conflicts there.
Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer
is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel
has the correct PKGNAME anyway.
Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called
OPTIONS_FILE now.)
Reviewed by: antoine, bapt
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3336 |
2.0.0b6.7 14 May 2015 10:15:09 |
mat |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
2.0.0b6.7 22 Sep 2014 12:05:52 |
bapt |
Simplify plist |
2.0.0b6.7 18 Aug 2014 16:43:25 |
bdrewery |
- Move RESETPREFIX to default PLIST_SUB
With hat: portmgr |
2.0.0b6.7 16 Jul 2014 03:34:57 |
adamw |
Add DOCS option to the remaining staged ports where PORTDOCS appears
in the plist. |
2.0.0b6.7 22 Apr 2014 19:29:30 |
rm |
www/free-sa-devel: update to 2.0.0b6.7
PR: 188791
Submitted by: Alexander Moisseev <moiseev@mezonplus.ru> (maintainer) |
2.0.0b6 17 Apr 2014 19:05:35 |
marino |
www/free-sa-devel: Update version 2.0.0b5.10 => 2.0.0b6
This also unbreaks the port by removing the unrecognized -mrelax flag.
PR: ports/184050
submitted by: maintainer (Alexander Moisseev) |
2.0.0b5.10 20 Sep 2013 23:36:54 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
2.0.0b5.10 06 Sep 2013 17:10:26 |
bapt |
Fix build with clang |
2.0.0b5.10 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
2.0.0b5.10 10 Sep 2012 19:29:33 |
bdrewery |
- Update to 2.0.0b5.10 [1]
- Convert to new options framework
PR: ports/171522 [1]
Submitted by: Alexander Moisseev <moiseev@mezonplus.ru> (maintainer) [1]
Approved by: eadler, bapt (mentors, implicit) |
2.0.0b5 05 Mar 2012 19:35:52 |
cs |
- Update to 2.0.0b5
- Add license
PR: ports/165729
Submitted by: Alexander Moisseev <moiseev@mezonplus.ru> (maintainer)
Approved by: glarkin@ (mentor, implicit) |
2.0.0b4.8 19 May 2011 16:29:44 |
beech |
- Update to 2.0.0b4.8
PR: ports/157087
Submitted by: Alexander Moisseev <moiseev@mezonplus.ru> (maintainer)
Approved by: itetcu (mentor)(implicit) |
2.0.0b4.p7 15 May 2011 00:59:45 |
beech |
-Update to 2.0.0b4.p7
PR: ports/156924
Submitted by: Alexander Moisseev <moiseev@mezonplus.ru> (maintainer)
Approved by: itetcu (mentor)(implicit) |
2.0.0b4 26 Apr 2011 08:17:14 |
culot |
- Update to 2.0.0b4
PR: ports/156639
Submitted by: Alexander Moisseev <moiseev@mezonplus.ru> (maintainer) |
2.0.0b3 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
2.0.0b3 10 May 2010 05:48:35 |
miwi |
- Update to 2.0.0b3
PR: 144904
Submitted by: Alexander Moisseev <moiseev@mezonplus.ru> (maintainer) |
2.0.0b2_1 11 Oct 2009 22:43:32 |
lippe |
- Respect main variables.
- Add OPTIONS KNOB.
- Bump PORTREVISION.
PR: ports/139388
Submitted by: Alexander Moisseev <moiseev@mezonplus.ru> (maintainer) |
2.0.0b2 27 Sep 2009 18:44:16 |
lippe |
- Now fix to use this port on !i386.
PR: ports/139119
Submitted by: Alexander Moisseev <moiseev@mezonplus.ru> (maintainer)
Feature safe: yes |
2.0.0b2 27 Sep 2009 16:33:35 |
lippe |
- Mark as BROKEN on !i386.
Reported by: pav
Feature safe: yes |
2.0.0b2 20 Sep 2009 01:36:55 |
lippe |
New port: free-sa development version
Free-SA is a statistic analyzer for daemons log files similar to SARG.
Its main advantages over SARG are much better speed (7x-20x times),
more reports support, crossplatform work and W3C compliance of
generated HTML/CSS reports code.
WWW: http://free-sa.sourceforge.net
PR: ports/137172
Submitted by: Alexander Moisseev <moiseev@mezonplus.ru>
Reworked by: myself
Feature safe: yes |