| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
|
| |
PR: 29668
Submitted by: MAINTAINER
|
|
|
|
|
| |
PR: 29619
Submitted by: MAINTAINER
|
|
|
|
|
| |
PR: 29669
Submitted by: MAINTAINER
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is a lightweight but well-featured tool for collecting
NetFlow version 5 packets from Cisco routers.
The implementation includes a simple UDP-to-TCP converting server,
which may be used to replicate NetFlow data to multiple clients.
WWW: http://ehnt.sourceforge.net/
PR: ports/29459
Submitted by: Dmitry Morozovsky <marck@rinet.ru>
|
|
|
|
| |
Submitted by: Bruce Dang <btdang@home.com> via IRC
|
|
|
|
|
|
|
| |
Handbook suggestion
PR: 29427
Submitted by: Pete Fritchman <petef@databits.net>
|
|
|
|
|
|
|
| |
o Remove patch: integrated in the distribution
PR: 29419
Submitted by: MAINTAINER
|
| |
|
|
|
|
| |
address in the README.
|
|
|
|
|
|
|
|
|
| |
o Sort pkg-plist
o Whitespace problems in Makefile
o Use MASTER_SITE_SOURCEFORGE and MASTER_SITE_SUBDIR
PR: 28861
Submitted by: Patrick Li <pat@databits.net>
|
|
|
|
|
|
|
|
|
|
|
|
| |
Give originator maintainership
Use sourceforge
USE_X_PREFIX=yes
Add files/patch-conversations.c
Add WWW to pkg-descr
PR: 28955
Submitted by: petef@databits.net
Reviewed by: maintainer
|
| |
|
|
|
|
|
|
| |
PR: 28504
Submitted by: Phil Homewood <pdh@moreton.com.au>
No response: maintainer (has been really busy at work)
|
|
|
|
|
|
|
|
| |
Update MASTER_SITE_SUBDIR to look in old directory for old versions
Add extra doc to pkg-plist and Makefile
PR: 28606
Submitted by: maintainer
|
| |
|
|
|
|
|
|
|
|
|
| |
Update to 0.34
Add USE_PERL5
Add maintainer to pkg-descr
PR: 28613
Submitted by: Pete Fritchman <petef@databits.net>
|
|
|
|
|
| |
PR: 28321
Submitted by: maintainer
|
|
|
|
| |
gone.
|
| |
|
|
|
|
|
|
|
|
| |
Fix NOPORTDOCS
Add WWW link
PR: 28071
Submitted by: Patrick Li <pat@databits.net>
|
|
|
|
|
|
| |
Do the same for pkg-descr files.
Approved by: markm
|
| |
|
|
|
|
| |
Reviewed by: will
|
|
|
|
| |
Reviewed by: will
|
|
|
|
|
|
| |
PR: 27938
Submitted by: maintainer
Reviewed by: will
|
|
|
|
|
|
| |
PR: 27923
Submitted by: maintainer
Reviewed by: awk -F\| '$6 ~ /dom@myrddin/ {print $2;}' /usr/ports/INDEX ;)
|
| |
|
| |
|
|
|
|
|
|
|
| |
a couple of 'short's to 'u_short's and altered the processing order for
some packet flags.
Submitted by: PETRIKOVICS Balazs <gaab@bsd.hu>
|
|
|
|
| |
on WITHOUT_X11 is the Only True Way[tm].
|
|
|
|
|
| |
PR: 27853
Submitted by: dwcjr@inethouston.net
|
|
|
|
|
|
|
| |
Note that I fix patch-ab: jar -> $(JAR)
PR: 27801
Submitted by: MAINTAINER
|
|
|
|
|
|
|
| |
not based on the patch offered (I already had prepared diffs more than
one week ago, but had no time to perform the commit). I choose to use
my patches instead of those from the PR, since they seemed even more
correct ;-)
|
| |
|
| |
|
|
|
|
| |
Submitted by: maintainer (via private mail)
|
|
|
|
|
|
|
| |
Cisco Systems IOS(tm) configuration register decoder
PR: 27631
Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
|
|
|
|
|
|
|
| |
NetBIOS auditing tool
PR: 27607
Submitted by: Roman Shterenzon <roman@xpert.com>
|
|
|
|
|
| |
PR: 27409
Submitted by: maintainer
|
|
|
|
| |
Submitted by: bento
|
|
|
|
| |
Submitted by: anders@codefactory.se
|
|
|
|
|
| |
PR: 27327
Submitted by: Dave McKay <dave@elvis.mu.org>
|
|
|
|
|
| |
PR: 27613
Submitted by: maintainer
|
|
|
|
|
|
|
|
|
|
| |
version numbered distfile.
2. Fix the configurator class name in the script.
3. Use INSTALL_DATA rather than CP to install the docs.
4. bump PORTREVISION again.
|
|
|
|
|
|
|
| |
able to track the version numbers of those, but if they increment before
the configurator does, we can use PORTREVISION. We'll bump that now too,
of course. We can't add the modem utility because there isn't a distfile
available that has a version number in it. :-(
|
|
|
|
| |
Submitted by: Pete Fritchman <petef@databits.net>
|
|
|
|
| |
IP Calculator
|
|
|
|
|
|
|
|
|
|
|
| |
Netmask are contiguous bits, wildcard masks don't need to be.
The former is accurate for defining subnets and the latter is useful for
describing ranges for firewalls, route maps, or other such things.
example:
10.0.10.0 is nntp1.domain.com, 10.0.11.0 is nntp2.local.com
access-list 185 permit tcp any gt 1023 10.0.10.0 0.0.1.0 eq nntp
|