aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/bpft
Commit message (Collapse)AuthorAgeFilesLines
* Remove USE_REINPLACE from all categories starting with NEdwin Groothuis2006-05-111-1/+0
| | | | Notes: svn path=/head/; revision=162141
* SHA256ifyEdwin Groothuis2006-02-011-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154949
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-2/+2
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154116
* - Update to version 4.20040414Kirill Ponomarev2004-04-284-21/+35
| | | | | | | | PR: ports/65842 Submitted by: maintainer Notes: svn path=/head/; revision=107854
* - Change maintainer's emailKirill Ponomarev2004-04-161-1/+1
| | | | | | | | PR: ports/65602 Submitted by: maintainer Notes: svn path=/head/; revision=107197
* BROKEN: Changes permissions of system directoriesKris Kennaway2004-04-131-0/+2
| | | | Notes: svn path=/head/; revision=106898
* SIZEifyErwin Lansing2004-03-201-0/+1
| | | | | | | | PR: 64496 Submitted by: maintainer, trevor Notes: svn path=/head/; revision=104726
* Say hello to the new "net-mgmt" category. There are probably moreGarrett Wollman2004-02-231-1/+1
| | | | | | | | | | ports that belong here than the ones I have identified and moved in this, first, pass. Approved in principle by: marcus Notes: svn path=/head/; revision=101812
* * fix fetching by updating to 2003-10-28Kirill Ponomarev2003-11-115-23/+10
| | | | | | | | | | | | | | | * unbreak * replace patch-pathnames with REINPLACE_CMD * honor NOPORTDOCS * make pkg-install honor PREFIX * replace %%PREFIX%% with %D in packing list per portlint PR: 59143 Submitted by: igla@batterybackups.net Approved by: maintainer Notes: svn path=/head/; revision=93726
* Mark BROKEN (see bento logs). These ports are scheduled for removalKris Kennaway2003-11-031-0/+2
| | | | | | | | after Feb 2 2004 if they are still broken at that time and no fixes have been submitted by PR. Notes: svn path=/head/; revision=92921
* - Add CONFLICTS, because these 2 ports install the same file.Kirill Ponomarev2003-10-101-0/+2
| | | | | | | | Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com> Approved by: maintainer Notes: svn path=/head/; revision=90779
* - Update to version 4.20030925Kirill Ponomarev2003-09-253-6/+6
| | | | | | | | | | - Update maintainer's email - Use DOCSDIR Submitted by: Evgueni V.Gavrilov <aquatique@rusunix.org> (maintainer) Notes: svn path=/head/; revision=89331
* Update port: net/bpftEdwin Groothuis2003-04-135-30/+19
| | | | | | | | | | Update port: net/bpft to current version 4.20030301 PR: ports/50600 Submitted by: ? Notes: svn path=/head/; revision=78881
* Use pre-everything:: instead of pre-everything: to avoid conflict withKris Kennaway2003-02-281-1/+1
| | | | | | | targets in bsd.port.mk Notes: svn path=/head/; revision=76674
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76041
* Fix maintainers email addressEdwin Groothuis2003-02-051-3/+3
| | | | | | | Submitted by: El Vampiro <vampiro@rusunix.org> via email Notes: svn path=/head/; revision=74859
* New port: net/bpftEdwin Groothuis2003-02-058-0/+106
| | | | | | | | | | | | The BPF Traffic collector Enhanced version of trafd (/usr/ports/net/trafd/) WWW: http://bpft.by.ru/ PR: ports/42020 Submitted by: El Vampiro <vampiro@rootshell.ru> Notes: svn path=/head/; revision=74854
* Remove bpft. It has been superseded by ports/net/trafd.Anders Nordby2001-12-0912-461/+0
| | | | | | | | PR: 31185 Submitted by: maintainer Notes: svn path=/head/; revision=51275
* fix kernel config description to fit FreeBSD 4 or later.FUJISHIMA Satsuki2001-01-031-2/+2
| | | | | | | | | PR: 21905 Submitted by: Alex Kapranoff <kappa@zombie.antar.bryansk.ru> Commented by: jedgar Notes: svn path=/head/; revision=36665
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-091-2/+2
| | | | Notes: svn path=/head/; revision=27423
* rename trafshow to trafshow2Michael Haro2000-02-133-7/+7
| | | | | | | | | | maintainer timeout PR: 15931 Submitted by: Michael Vasilenko <acid@stu.cn.ua> Notes: svn path=/head/; revision=25739
* This time lets cvs add the patch files...Michael Haro1999-10-253-0/+248
| | | | | | | | | | | | | | | | | | | | | Corrected DESCR regarding name of BPF in -CURRENT. Added #!/bin/sh to two shellscripts in the distribution. PR: 14520 Submitted by: maintainer adding the following functionality to trafd: -D run in foregroud -I don't distinguish ports/protocols (count only by IP) -S count only IP from this range(s) (all other IP accounted AS 255.255.255.255) -A aggregate IP-addresses in given network(s) PR: 14521 Submitted by: maintainer Notes: svn path=/head/; revision=22628
* Corrected DESCR regarding name of BPF in -CURRENT.Michael Haro1999-10-251-2/+5
| | | | | | | | | | | | | | | | | | | | Added #!/bin/sh to two shellscripts in the distribution. PR: 14520 Submitted by: maintainer adding the following functionality to trafd: -D run in foregroud -I don't distinguish ports/protocols (count only by IP) -S count only IP from this range(s) (all other IP accounted AS 255.255.255.255) -A aggregate IP-addresses in given network(s) PR: 14521 Submitted by: maintainer Notes: svn path=/head/; revision=22627
* Need to include sys/types.h for u_char and friends on FreeBSD/Alpha.Steve Price1999-09-201-0/+10
| | | | Notes: svn path=/head/; revision=21789
* $Id$ -> $FreeBSD$Peter Wemm1999-08-301-1/+1
| | | | Notes: svn path=/head/; revision=21126
* Commit #3/4 to enforce caps, no period.Tim Vanderhoek1999-06-261-1/+1
| | | | | | | | | | | | | | | FWIW, checkout of these things took 5+hrs, staying on the local .freebsd.org net w/o hitting the 'net at all. As promised, $ time cvs ci real 67m51.701s user 0m1.250s sys 0m5.345s Notes: svn path=/head/; revision=19803
* Import of bpft version 2.0.Steve Price1999-04-038-0/+200
The BPF Traffic Collector. PR: 10679 Submitted by: Oddbjorn Steffensen <oddbjorn@tricknology.org> Notes: svn path=/head/; revision=17599