Port details |
- snortsnarf Generate HTML report summaries from snort incident alerts
- 1.0_1,1 security =28 1.0_1,1Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2001-07-29 21:24:02
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: snort, nmap, wget, sudo, snort-rep
- License: GPLv2+
- WWW:
- https://sourceforge.net/projects/snortsnarf/
- Description:
- This program creates a set of HTML pages to allow you to quickly and
conveniently navigate around output files of the Snort intrusion
detection system (http://www.snort.org/). The reports summarize the
incidents logged in the snort alert file.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- snortsnarf>0:security/snortsnarf
- To install the port:
- cd /usr/ports/security/snortsnarf/ && make install clean
- To add the package, run one of these commands:
- pkg install security/snortsnarf
- pkg install snortsnarf
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: snortsnarf
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (SnortSnarf-1.0.tar.gz) = c595a4382fce818c15e27b174e596140d1600f7fee8ac8f9e413754619c90097
SIZE (SnortSnarf-1.0.tar.gz) = 1018558
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- p5-Time-modules>=0 : devel/p5-Time-modules
- perl5>=5.32.r0<5.33 : lang/perl5.32
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for snortsnarf-1.0_1,1:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- security_snortsnarf
- USES:
- perl5 shebangfix
- 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 |
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) |
1.0_1,1 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 ) |
1.0_1,1 20 Jul 2022 14:22:56 |
Tobias C. Berner (tcberner) |
security: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Dupre <ale@FreeBSD.org>
* Alex Kapranoff <kappa@rambler-co.ru>
* Alex Samorukov <samm@freebsd.org>
* Alexander Botero-Lowry <alex@foxybanana.com>
* Alexander Kriventsov <avk@vl.ru>
* Alexander Leidinger <netchild@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
1.0_1,1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.0_1,1 20 Jan 2017 20:33:31 |
sunpoet |
Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/ |
1.0_1,1 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
1.0_1,1 12 Jan 2016 16:20:32 |
amdmi3 |
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket |
1.0_1,1 02 Jun 2015 12:28:39 |
amdmi3 |
- Drop @dirrm* from plist |
1.0_1,1 01 Mar 2015 15:05:17 |
amdmi3 |
- Add LICENSE
- Fix shebangs
MFH: 2015Q1 |
1.0,1 14 Mar 2014 13:12:05 |
ehaupt |
- Support staging
- Define DOCS option |
1.0,1 20 Sep 2013 22:55:26 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
security) |
1.0 03 Aug 2013 13:44:01 |
mat |
- Convert to new perl framework
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
1.0,1 28 Jun 2012 18:37:23 |
az |
- Remove SITE_PERL from *_DEPENDS |
1.0,1 23 Mar 2011 16:30:48 |
dhn |
- Update to 1.0
- Update WWW
- Remove MD5 checksum
PR: ports/155797
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
050314 13 Mar 2011 21:30:59 |
bapt |
Deprecate unmaintained ports from security where upstream disapear and/or
where no distfiles can be found and are not used by maintained ports |
050314 30 Sep 2007 04:55:31 |
linimon |
Before bsd.port.pre.mk, set either USE_PERL5 or WANT_PERL, depending on
whether the perl dependency is unconditional or conditional. This will
be needed for the conditional inclusion of bsd.perl.mk. |
050314 29 Jun 2007 19:33:25 |
linimon |
Reset rainer.alves@gmail.com by request due to current lack of time to
work on FreeBSD. |
050314 11 May 2006 12:52:54 |
itetcu |
Update to 050314.
Pass maintainership to submiter.
PR: ports/97118
Submitted by: Rainer Alves <rainer.alves@gmail.com>
Approved by: lawrance (mentor) |
021111_1 25 Nov 2005 18:01:16 |
pav |
- Add SHA256 |
021111_1 26 May 2004 07:06:01 |
pav |
- Fix MASTER_SITES
PR: ports/67198
Submitted by: Roman Neuhauser <neuhauser@chello.cz> |
021111_1 29 Jan 2004 16:13:06 |
trevor |
SIZEify. |
021111_1 24 Oct 2003 12:05:09 |
ijliao |
utilize SITE_PERL
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net> |
021111_1 10 Oct 2003 16:45:18 |
nork |
Fix run error by missing IPObfuscater.pm.
Bump PORTREVISION accordingly.
PR: ports/55569
Submitted by: Andrew Thompson <andy@fud.org.nz> |
021111 05 Oct 2003 04:03:00 |
kris |
Drop maintainership |
021111 13 May 2003 10:14:51 |
demon |
Depend on p5-Time-modules rather than p5-Time. |
021111 11 May 2003 04:50:59 |
kris |
Update to snortsnarf 021111.1
PR: ports/48410 (based on)
Submitted by: Larry Daberko <larry@daberko.net> |
021017 07 Mar 2003 06:10:51 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
021017 24 Oct 2002 02:55:16 |
kris |
Update to snortsnarf 021017 |
020516 24 Aug 2002 03:48:24 |
kris |
Update to snortsnarf-020516.1
Submitted by: "Chris Knight" <chris@aims.com.au>
PR: ports/40943 |
16 Feb 2002 02:49:42 |
kris |
Update to snortsnarf 020126 |
26 Jan 2002 08:22:16 |
kris |
Update to snortsnarf 020124.1 |
01 Dec 2001 09:23:17 |
kris |
Upgrade to snortsnarf 010821 |
30 Jul 2001 01:24:02 |
kris |
Add snortsnarf-010523 (version numbering changed from the vendor scheme of
MMDDYY to make it monotonic). This is a utility for generating a set of HTML
reports/summaries based on snort alert files. |