Index: head/net/trafd/Makefile =================================================================== --- head/net/trafd/Makefile (revision 30328) +++ head/net/trafd/Makefile (revision 30329) @@ -1,34 +1,34 @@ # New ports collection makefile for: trafd # Date created: 22 January 2000 # Whom: Michael Vasilenko # # $FreeBSD$ # PORTNAME= trafd -PORTVERSION= 3.0 +PORTVERSION= 3.0.1 CATEGORIES= net MASTER_SITES= ftp://ftp.riss-telecom.ru/pub/dev/trafd/ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org do-install: ${INSTALL_PROGRAM} ${WRKSRC}/trafd/trafd ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/trafd/trafstart ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/trafd/trafstop ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/trafd/trafsave ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/trafd/trafdump ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/trafstat/trafstat ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/trafstatd/trafstatd ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/traflog/traflog ${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/traflog/traflog.format ${PREFIX}/etc post-install: .if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/doc/bpft - ${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/bpft/README + ${MKDIR} ${PREFIX}/share/doc/trafd + ${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/trafd/README .endif ${MKDIR} ${PREFIX}/var/trafd ${MKDIR} ${PREFIX}/var/log .include Property changes on: head/net/trafd/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/net/trafd/distinfo =================================================================== --- head/net/trafd/distinfo (revision 30328) +++ head/net/trafd/distinfo (revision 30329) @@ -1 +1 @@ -MD5 (trafd-3.0.tgz) = 7880a8de300414e6afefc8f9fcc1f69e +MD5 (trafd-3.0.1.tgz) = 4793d475ed8403d86012023ce459f88d Property changes on: head/net/trafd/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/net/trafd/pkg-descr =================================================================== --- head/net/trafd/pkg-descr (revision 30328) +++ head/net/trafd/pkg-descr (revision 30329) @@ -1,21 +1,21 @@ -bpft is a superset of trafshow, and extends it by adding a daemon +trafd is a superset of trafshow, and extends it by adding a daemon which collects data about network connections (src, dst, protocol and length). The resulting data can be dumped to a file for later processing. -Read /usr/local/share/doc/bpft/README after installation for more +Read /usr/local/share/doc/trafd/README after installation for more information. -To use bpft, your kernel must be rebuilt with the following line +To use trafd, your kernel must be rebuilt with the following line added to your kernel config file (/sys/i386/conf/): pseudo-device bpfilter 4 # Berkeley packet filter The number after bpfilter is the number of interfaces that can be examined simultaneously. See section 6.1 of the Handbook for details. On FreeBSD 4.0 or later versions, use the following line instead: pseudo-device bpf 4 # Berkeley packet filter - oddbjorn Property changes on: head/net/trafd/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/net/trafd/pkg-plist =================================================================== --- head/net/trafd/pkg-plist (revision 30328) +++ head/net/trafd/pkg-plist (revision 30329) @@ -1,14 +1,14 @@ bin/trafd bin/trafdump bin/traflog bin/trafsave bin/trafstart bin/trafstat bin/trafstatd bin/trafstop etc/traflog.format -share/doc/bpft/README -@dirrm share/doc/bpft +share/doc/trafd/README +@dirrm share/doc/trafd @dirrm var/trafd @unexec rmdir %D/var/log 2>/dev/null || true @unexec rmdir %D/var 2>/dev/null || true Property changes on: head/net/trafd/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/net-mgmt/trafd/Makefile =================================================================== --- head/net-mgmt/trafd/Makefile (revision 30328) +++ head/net-mgmt/trafd/Makefile (revision 30329) @@ -1,34 +1,34 @@ # New ports collection makefile for: trafd # Date created: 22 January 2000 # Whom: Michael Vasilenko # # $FreeBSD$ # PORTNAME= trafd -PORTVERSION= 3.0 +PORTVERSION= 3.0.1 CATEGORIES= net MASTER_SITES= ftp://ftp.riss-telecom.ru/pub/dev/trafd/ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org do-install: ${INSTALL_PROGRAM} ${WRKSRC}/trafd/trafd ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/trafd/trafstart ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/trafd/trafstop ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/trafd/trafsave ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/trafd/trafdump ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/trafstat/trafstat ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/trafstatd/trafstatd ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/traflog/traflog ${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/traflog/traflog.format ${PREFIX}/etc post-install: .if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/doc/bpft - ${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/bpft/README + ${MKDIR} ${PREFIX}/share/doc/trafd + ${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/trafd/README .endif ${MKDIR} ${PREFIX}/var/trafd ${MKDIR} ${PREFIX}/var/log .include Property changes on: head/net-mgmt/trafd/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/net-mgmt/trafd/distinfo =================================================================== --- head/net-mgmt/trafd/distinfo (revision 30328) +++ head/net-mgmt/trafd/distinfo (revision 30329) @@ -1 +1 @@ -MD5 (trafd-3.0.tgz) = 7880a8de300414e6afefc8f9fcc1f69e +MD5 (trafd-3.0.1.tgz) = 4793d475ed8403d86012023ce459f88d Property changes on: head/net-mgmt/trafd/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/net-mgmt/trafd/pkg-descr =================================================================== --- head/net-mgmt/trafd/pkg-descr (revision 30328) +++ head/net-mgmt/trafd/pkg-descr (revision 30329) @@ -1,21 +1,21 @@ -bpft is a superset of trafshow, and extends it by adding a daemon +trafd is a superset of trafshow, and extends it by adding a daemon which collects data about network connections (src, dst, protocol and length). The resulting data can be dumped to a file for later processing. -Read /usr/local/share/doc/bpft/README after installation for more +Read /usr/local/share/doc/trafd/README after installation for more information. -To use bpft, your kernel must be rebuilt with the following line +To use trafd, your kernel must be rebuilt with the following line added to your kernel config file (/sys/i386/conf/): pseudo-device bpfilter 4 # Berkeley packet filter The number after bpfilter is the number of interfaces that can be examined simultaneously. See section 6.1 of the Handbook for details. On FreeBSD 4.0 or later versions, use the following line instead: pseudo-device bpf 4 # Berkeley packet filter - oddbjorn Property changes on: head/net-mgmt/trafd/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/net-mgmt/trafd/pkg-plist =================================================================== --- head/net-mgmt/trafd/pkg-plist (revision 30328) +++ head/net-mgmt/trafd/pkg-plist (revision 30329) @@ -1,14 +1,14 @@ bin/trafd bin/trafdump bin/traflog bin/trafsave bin/trafstart bin/trafstat bin/trafstatd bin/trafstop etc/traflog.format -share/doc/bpft/README -@dirrm share/doc/bpft +share/doc/trafd/README +@dirrm share/doc/trafd @dirrm var/trafd @unexec rmdir %D/var/log 2>/dev/null || true @unexec rmdir %D/var 2>/dev/null || true Property changes on: head/net-mgmt/trafd/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property