summaryrefslogtreecommitdiff
path: root/net/mtr-gtk
AgeCommit message (Collapse)AuthorFilesLines
2002-03-13Update mtr packages to 0.49. Changes since 0.42:wiz4-41/+12
v0.49 Fix compilation problems on several platforms. v0.48 Draw names in red (GTK) or bold (Curses) if host doesn't respond. v0.47 Fixed a (believed-) non-exploitable bufferoverflow. Thanks Damian. v0.46 Included patch to be able to specify outgoing interface address. v0.45 People are pressuring me to release new versions with their changes. That's fine. Now this version just adds dynamic switching between numeric / dns names, and some minor stuff I forgot. This release serves as a code-sycn-release. new version with even more new stuff in about two weeks! I'm afraid I don't know how to fix the MaxOS-X compilation problems in the source. Help wanted... v0.44 David Stone adds the "last" column to the gtk version. v0.43 Compile fixes.
2001-12-05s/root/${ROOT_USER}/g, now that the definition appears in theagc1-2/+2
defs.${OPSYS}.mk files.
2001-11-29Get rid of manually adding "nbX" to PKGNAME when a pkg was changed inhubertf1-2/+3
pkgsrc. Instead, a new variable PKGREVISION is invented that can get bumped independent of DISTNAME and PKGNAME. Example #1: DISTNAME= foo-X.Y PKGREVISION= Z => PKGNAME= foo-X.YnbZ Example #2: DISTNAME= barthing-X.Y PKGNAME= bar-X.Y PKGREVISION= Z => PKGNAME= bar=X.YnbZ (!) On subsequent changes, only PKGREVISION needs to be bumped, no more risk of getting DISTNAME changed accidentally.
2001-11-04Add patch to add rudimentary cname chasing to the ptr lookup stuff sowiz3-7/+35
that classless in-addr lookups work. Patch by atatat. Bump to 0.42nb1.
2001-10-31Move pkg/ files into package's toplevel directoryzuntum3-2/+2
2001-10-16Import the mtr-gtk-0.42 package, split off from the standard curses-basedagc7-0/+78
package, to make things easier for those who may prefer not to link in all of the gtk-based functionality.