aboutsummaryrefslogtreecommitdiff
path: root/security/silktools
Commit message (Collapse)AuthorAgeFilesLines
* - Switch to USES=libtool, drop .la filesDmitry Marakasov2014-06-042-16/+6
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=356530
* Revert per baptMark Felder2014-03-021-8/+15
| | | | Notes: svn path=/head/; revision=346771
* plist was incorrect; stage/packaging was brokenMark Felder2014-03-021-15/+8
| | | | Notes: svn path=/head/; revision=346770
* Add missing dependency on pkgconf [1]Baptiste Daroussin2014-03-021-7/+2
| | | | | | | | | While here: USE_GMAKE -> USES=gmake Use options helpers Notes: svn path=/head/; revision=346726
* - Fix indexMartin Wilke2014-02-191-1/+1
| | | | Notes: svn path=/head/; revision=344999
* Update to 3.8.1, STAGE-ify, add option for localtime.David Thiel2014-02-193-68/+110
| | | | | | | Submitted by: localtime patch by Chad Gross Notes: svn path=/head/; revision=344984
* Fix properties on pkg-plistBaptiste Daroussin2014-01-211-1/+0
| | | | Notes: svn path=/head/; revision=340674
* Update to 3.7.2.David Thiel2013-10-093-5/+23
| | | | Notes: svn path=/head/; revision=329919
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | security) Notes: svn path=/head/; revision=327769
* - convert to the new perl5 frameworkAndrej Zverev2013-09-111-1/+2
| | | | | | | | | - trim Makefile header Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=326996
* Update silktools to 2.5.0.David Thiel2013-05-293-5/+12
| | | | Notes: svn path=/head/; revision=319390
* - Fix pkg-plistWilliam Grzybowski2013-04-062-13/+3
| | | | | | | | | | - While I'm here trim Makefile header Reported by: pointyhat Approved by: portmgr (tabthorpe), jpaetzel (mentor) Notes: svn path=/head/; revision=315742
* - replace `YES' with `yes' in USE_PYTHON/USE_PYDISTUTILS (mostly)Ruslan Makhmatkhanov2012-02-191-1/+1
| | | | | | | They all non-functional changes. Notes: svn path=/head/; revision=291783
* Update to 2.4.5, change lzo dependency to lzo2.David Thiel2011-06-053-24/+18
| | | | | | | | PR: ports/156954 Submitted by: Matthias Andree <mandree@FreeBSD.org> Notes: svn path=/head/; revision=275103
* Add missing header file.David Thiel2010-09-281-1/+1
| | | | | | | Submitted by: QAT Notes: svn path=/head/; revision=262049
* Fix pkg-plist. (*)Sergey A. Osokin2010-09-282-6/+6
| | | | | | | | | | | | Cleanup Makefile, keep pkg-plist entries are sorted. Bump PORTREVISION. Reported by: QAT (*) Pointy hat to: lx (maintainer) Notes: svn path=/head/; revision=262048
* Add missing man pages and pkg-plist entries.David Thiel2010-09-282-1/+5
| | | | Notes: svn path=/head/; revision=262041
* Update to 2.3.1.David Thiel2010-09-283-10/+7
| | | | Notes: svn path=/head/; revision=261985
* Add the actual python module directory.David Thiel2010-04-011-0/+19
| | | | Notes: svn path=/head/; revision=251915
* Make the python and libfixbuf dependencies mandatory -- they're prettyDavid Thiel2010-04-012-26/+20
| | | | | | | ingrained in the product now. Notes: svn path=/head/; revision=251910
* Update to 2.2.0.David Thiel2010-03-233-39/+39
| | | | Notes: svn path=/head/; revision=251417
* Fix build when not using IPFIX.David Thiel2009-06-301-6/+6
| | | | Notes: svn path=/head/; revision=236795
* Update to 1.1.9.David Thiel2009-06-303-92/+94
| | | | | | | | | PR: ports/136119 Submitted by: dikshie Reviewed by: me (maintainer) Notes: svn path=/head/; revision=236794
* Update to 1.1.3.David Thiel2009-01-023-8/+5
| | | | Notes: svn path=/head/; revision=225097
* Update to 1.1.2, a bugfix release.David Thiel2008-10-222-4/+4
| | | | Notes: svn path=/head/; revision=221915
* Update to 1.1.1, primarily a bugfix release.David Thiel2008-08-103-13/+7
| | | | Notes: svn path=/head/; revision=218386
* Comment plist properly if IPFIX is not used.David Thiel2008-07-271-1/+3
| | | | | | | Submitted by: QA Tindy Notes: svn path=/head/; revision=217684
* Update to 1.1.0. Many changes since the last release!David Thiel2008-07-263-96/+91
| | | | | | | See changelog: at http://tools.netsa.cert.org/silk/silk_releasenote.html Notes: svn path=/head/; revision=217630
* Update to 0.11.9.David Thiel2008-02-023-5/+10
| | | | Notes: svn path=/head/; revision=206620
* - Attempt to fix plist on 7.0Pav Lucistnik2007-11-131-0/+3
| | | | | | | | Reported by: pointyhat Approved by: portmgr (hat) Notes: svn path=/head/; revision=202666
* Update to 0.11.7.David Thiel2007-10-092-4/+4
| | | | Notes: svn path=/head/; revision=201198
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-07-231-2/+1
| | | | | | | | | | | | | | | | | | | | | supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run Notes: svn path=/head/; revision=196111
* Use MANPREFIX instead of PREFIX.David Thiel2007-06-231-1/+1
| | | | Notes: svn path=/head/; revision=194134
* Upgrade to 0.11.2 and fix man pages installing to obnoxious locations.David Thiel2007-06-232-5/+6
| | | | Notes: svn path=/head/; revision=194106
* Fix a case where port build detected (a broken) liblzo install butDavid Thiel2007-06-142-3/+8
| | | | | | | | | | | configure did not, silently disabling flowcap packing tools. configure should now fail properly in this case, and plist expects the flowcap tools. Submitted by: kris Notes: svn path=/head/; revision=193428
* Updating to 0.11.1, and changing to new master site. Changelog canDavid Thiel2007-06-124-28/+156
| | | | | | | | | be found at: http://tools.netsa.cert.org/silk/silk_releasenote.html Notes: svn path=/head/; revision=193303
* Remove BROKEN on 4.x (due to EOL).David Thiel2007-04-221-7/+1
| | | | | | | | | | PR: ports/111827 Submitted by: Marcelo Araujo <araujo@bsdmail.org> Reviewed by: lx Approved by: edwin (mentor) Notes: svn path=/head/; revision=190601
* Updating to 0.10.5.David Thiel2006-12-283-21/+24
| | | | | | | Approved by: edwin (mentor) Notes: svn path=/head/; revision=180899
* - Update to 0.10.3Martin Wilke2006-11-174-45/+51
| | | | | | | | PR: ports/105591 Submitted by: David Thiel <lx@redundancy.redundancy.org> (maintainer) Notes: svn path=/head/; revision=177437
* Add silktools.Jean-Yves Lefort2006-03-195-0/+111
SiLK, the System for Internet-Level Knowledge, is a collection of netflow tools developed by the CERT/NetSA (Network Situational Awareness) Team to facilitate security analysis in large networks. SiLK consists of a suite of tools which collect and examine netflow data, allowing analysts to rapidly query large sets of data. WWW: http://silktools.sourceforge.net PR: ports/94623 Submitted by: David Thiel <lx@redundancy.redundancy.org> Notes: svn path=/head/; revision=157695