summaryrefslogtreecommitdiff
path: root/net/trafshow
AgeCommit message (Collapse)AuthorFilesLines
2007-10-18Update trafshow to 5.2.3.obache3-22/+7
Based on patch provided by Jason White in PR 37142. Bump depeneing libpcap to 0.8.1. Version 5.2.2 at Jan 8 12:34:34 NOVT 2006 ------------------------------------------ * The sources was cleaned for new version of gcc 4.0. No complains any more. No other improvements has been made. Version 5.2.3 at Mar 12 15:04:12 NOVT 2006 ------------------------------------------ * Significant improvement for *BSD packets capturing scheme using libpcap version 0.8 capabilities (pcap_get_selectable_fd() function). * Bug-fix against core dumps on the list of interfaces with aliases and so on.
2007-09-07Convert packages that test and use USE_INET6 to use the options frameworkjlam1-4/+5
and to support the "inet6" option instead. Remaining usage of USE_INET6 was solely for the benefit of the scripts that generate the README.html files. Replace: BUILD_DEFS+= USE_INET6 with BUILD_DEFS+= IPV6_READY and teach the README-generation tools to look for that instead. This nukes USE_INET6 from pkgsrc proper. We leave a tiny bit of code to continue to support USE_INET6 for pkgsrc-wip until it has been nuked from there as well.
2007-02-22Whitespace cleanup, courtesy of pkglint.wiz1-2/+2
Patch provided by Sergey Svishchev in private mail.
2006-06-05Add -DBIND_8_COMPAT to CFLAGS to build on Darwin. This fixesminskim1-1/+3
PR pkgp/33634.
2006-06-05Make this package build with gcc-4. Patch provided by John D. Bakerminskim2-1/+15
in PR pkg/33634.
2006-04-06Over 1200 files touched but no revisions bumped :)reed1-2/+2
RECOMMENDED is removed. It becomes ABI_DEPENDS. BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo. BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo. BUILDLINK_DEPENDS does not change. IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS which defaults to "yes". Added to obsolete.mk checking for IGNORE_RECOMMENDED. I did not manually go through and fix any aesthetic tab/spacing issues. I have tested the above patch on DragonFly building and packaging subversion and pkglint and their many dependencies. I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I have used IGNORE_RECOMMENDED for a long time). I have been an active user of IGNORE_RECOMMENDED since it was available. As suggested, I removed the documentation sentences suggesting bumping for "security" issues. As discussed on tech-pkg. I will commit to revbump, pkglint, pkg_install, createbuildlink separately. Note that if you use wip, it will fail! I will commit to pkgsrc-wip later (within day).
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2006-02-07bump for last changejnemeth1-1/+2
2006-02-07pthread is now required as per the READMEjnemeth1-1/+2
2005-11-15In revision 1.21 of Makefile the patches have been removed. Cleaned uprillig1-5/+1
the distinfo file.
2005-10-11This depends on at least 0.7b version of libpcap.reed1-1/+3
2005-10-11Update to 5.2.1. The old distfile is a symlink to this now.reed6-75/+9
I don't know what changed. I removed the patches. They did not apply and they files are gone or context is changed. Now depend on libpcap via buildlink3.mk. I think the patches I removed were for a provided version of libpcap. Use INSTALLATION_DIRS for share/examples/trafshow instead of INSTALL_DATA_DIR. Note that the /etc/trafshow is hard-coded. I didn't patch this.
2005-06-17Create directories before installing files into them.jlam1-1/+3
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 digests.agc1-1/+2
2004-12-03Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.wiz1-2/+2
Suggested by Roland Illig, ok'd by various.
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-1/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-02-16Update to trafshow-4.0, use bl3, include curses.buildlink3.mk, cleansnj3-25/+13
up DESCR. No changelog is available, but changes since 3.1 include integration of the KAME ipv6 patch and the addition of a mode that allows trafshow to act like a Cisco NetFlow collector. Okayed by jmmv.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2002-10-02get rid of autoconf build dependency by patching configuredillo3-7/+26
2002-08-15Remove (partly obsolete) homepage URLs from DESCR.wiz1-5/+0
2002-05-11Check in fix from tron@netbsd.org so that now trafshow works with "ppp"zuntum3-2/+18
interface as well as with others. If you're using "pppd" and want to be able to use trafshow to see what's going on on this interface, you want to update. Bumb PKGREVISION
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-08-27Use wildcard dependence on "autoconf" package.tron1-4/+2
2001-06-11CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, sojlam1-2/+2
adapt by moving CPPFLAGS settings to top-level, and removing explicit inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-04-21Move to sha1 checksum, and/or add distfile sizes.wiz1-1/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-8/+6
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-03-27Change BUILD_DEPENDS semantics:hubertf1-2/+2
first component is now a package name+version/pattern, no more executable/patchname/whatnot. While there, introduce BUILD_USES_MSGFMT as shorthand to pull in devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current). Patch by Alistair Crooks <agc@netbsd.org>
2001-03-22pull IPv6 patch in.itojun2-3/+16
2001-02-25Cleanup MKDIR usage => INSTALL_*_DIRhubertf1-2/+2
XXX need to teach pkglint to be more picky about this
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-02-06Make that "autoreconf" -- there is no "autoremake".fredb1-3/+3
2001-02-05Use full pathname "${LOCALBASE}/bin/auto..." in dependences and maketron1-3/+3
targets. This includes a fix for PR pkg/12125 by Tomasz Luchowski.
2000-08-11add HOMEPAGEwiz1-1/+2
2000-08-11add RCS tagwiz1-0/+1
2000-08-11adapt to netbsd builditojun1-0/+13
2000-08-11adapt to netbsd build. use /etc/trafshow, not ${PREFIX}/etc/trafshow foritojun6-31/+21
systemwide config file.
2000-08-11trafshow 3.1itojun7-0/+81