aboutsummaryrefslogtreecommitdiff
path: root/net/tcpflow
Commit message (Collapse)AuthorAgeFilesLines
* Update to 1.4.5Antoine Brodin2015-10-243-20/+7
| | | | | | | PR: 203970 Notes: svn path=/head/; revision=400111
* - Switch to options helpersDmitry Marakasov2015-08-281-5/+1
| | | | | | | | | - While here, add some NO_ARCHes and couple missing PORT_OPTIONS=DOCS Approved by: portmgr blanket Notes: svn path=/head/; revision=395483
* Update to 1.4.4Antoine Brodin2014-01-013-6/+6
| | | | Notes: svn path=/head/; revision=338378
* Update to 1.4.2Antoine Brodin2013-11-235-95/+20
| | | | Notes: svn path=/head/; revision=334651
* Convert to STAGEDIRAntoine Brodin2013-10-291-7/+4
| | | | Notes: svn path=/head/; revision=331986
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | net) Notes: svn path=/head/; revision=327755
* Fix build with libc++ which does not has tr1 namespaceAntoine Brodin2013-09-152-0/+87
| | | | Notes: svn path=/head/; revision=327355
* - Update devel/tcpflow to 1.4.0 finalAntoine Brodin2013-08-182-4/+9
| | | | | | | - Use the new LIB_DEPENDS syntax Notes: svn path=/head/; revision=324931
* - Update tcpflow to 1.4.0b1Antoine Brodin2013-06-114-56/+33
| | | | | | | | | | - Trim Makefile header - Maintain - Add LICENSE and install DOCS - Update pkg-descr Notes: svn path=/head/; revision=320625
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* Reset barner@FreeBSD.org due to several months of inactivity.Mark Linimon2009-03-231-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=230713
* - Fix fetchLi-Wen Hsu2009-02-011-2/+1
| | | | | | | Reported by: -fetch-original pointyhat run Notes: svn path=/head/; revision=227399
* Add trailing slash for backup master site.Simon Barner2006-10-071-1/+1
| | | | | | | Reminded by: Bill Fenner's distfile survey Notes: svn path=/head/; revision=174738
* - Remove former maintainerSimon Barner2006-09-051-3/+0
| | | | Notes: svn path=/head/; revision=172299
* - Make PREFIX-clean by using automakeSimon Barner2006-09-051-2/+4
| | | | | | | | - Add backup master site - Take maintainership Notes: svn path=/head/; revision=172291
* Reset inactive maintainer who has not responded to email.Mark Linimon2006-09-051-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=172271
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154193
* Fix a bug that prevented tcpflow picking up traffic whenSam Lawrance2005-12-132-0/+27
| | | | | | | | | | | | listening on the loopback interface. Bump PORTREVISION. PR: ports/89672 Submitted by: Oles Hnatkevych <don_oles@able.com.ua> Approved by: jose@we.lc.ehu.es (maintainer, timeout 14 days) Notes: svn path=/head/; revision=151079
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Use PLIST_FILES (bento-tested, marcus-reviewed).Trevor Johnson2004-02-062-1/+1
| | | | Notes: svn path=/head/; revision=100139
* - Update to 0.21Kirill Ponomarev2003-08-212-2/+2
| | | | | | | | PR: 55851 Submitted by: maintainer Notes: svn path=/head/; revision=87469
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76041
* Upgrade to 0.20Jose M. Alcaide2001-08-213-156/+2
| | | | Notes: svn path=/head/; revision=46617
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-091-2/+2
| | | | Notes: svn path=/head/; revision=27423
* No need to specify --prefix=${PREFIX} in CONFIGURE_ENVKris Kennaway2000-01-091-1/+0
| | | | Notes: svn path=/head/; revision=24579
* This port now respects ${LOCALBASE}.Jose M. Alcaide1999-09-171-0/+1
| | | | Notes: svn path=/head/; revision=21679
* $Id$ -> $FreeBSD$Peter Wemm1999-08-301-1/+1
| | | | Notes: svn path=/head/; revision=21126
* Forced commit, the PR was actuallyChris Piazza1999-08-261-1/+1
| | | | | | | PR: 13262 Notes: svn path=/head/; revision=21015
* Import of tcpflow.Chris Piazza1999-08-266-0/+197
Tcpflow is a tool for capturing data transmitted as part of TCP connections (flows), and stores it in a way that is convenient for protocol analysis or debugging. tcpflow reconstructs the actual data streams and stores each flow in a seperate file for later analysis. PR: 13362 Submitted by: Jose M. Alcaide <jose@we.lc.ehu.es> Notes: svn path=/head/; revision=21013