aboutsummaryrefslogtreecommitdiff
path: root/net/tcpillust
Commit message (Collapse)AuthorAgeFilesLines
* - Convert to USES=tkPietro Cerutti2014-01-141-15/+10
| | | | | | | | | | - STAGE-clean - Fix build MFH: 2014Q1 Notes: svn path=/head/; revision=339688
* Link with -lX11 to fix build on FreeBSD 10.Tijl Coosemans2013-10-191-1/+1
| | | | | | | | PR: ports/182938 Submitted by: Yoshifumi Nishida <nishida@sfc.wide.ad.jp> (maintainer) Notes: svn path=/head/; revision=330934
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | net) Notes: svn path=/head/; revision=327755
* Convert from USE_MOTIF to USES=motifBaptiste Daroussin2013-07-101-2/+2
| | | | | | | | | | While here: - Trim headers - Convert USE_GMAKE to USES=gmake - Remove indefinite article from comment Notes: svn path=/head/; revision=322622
* - Fix build with Tcl/Tk 8.6 [1]Pietro Cerutti2013-07-082-5/+38
| | | | | | | | | - While at it, trim Makefile headers Reported by: bapt [1] Notes: svn path=/head/; revision=322500
* Fix build when net/libpcap is installed.Cy Schubert2012-10-251-3/+3
| | | | | | | | | PR: ports/172623 Approved by: Yoshifumi Nishida <nishida@sfc.wide.ad.jp> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=306372
* Bump PORTREVISION after open-mofit updateMax Brazhnikov2011-05-021-0/+1
| | | | Notes: svn path=/head/; revision=273475
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - Update to 2.01Martin Wilke2009-07-073-12/+22
| | | | | | | | | PR: 135707 Submitted by: Florian Smeets <flo@kasimir.com> Approved by: maintainer timeout Notes: svn path=/head/; revision=237362
* Mark BROKEN on 8.x: does not build.Erwin Lansing2009-06-131-1/+7
| | | | Notes: svn path=/head/; revision=235683
* - Change default Tcl/Tk version to 8.5Martin Matuska2009-02-231-0/+1
| | | | | | | | | - Bump PORTVERSION of ports affected Tested by: pointyhat (pav) Notes: svn path=/head/; revision=228909
* - Update to 2.01aPav Lucistnik2008-06-213-13/+14
| | | | | | | Submitted by: Yoshifumi Nishida <nishida@sfc.wide.ad.jp> (maintainer) Notes: svn path=/head/; revision=215485
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-3/+3
| | | | | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) Notes: svn path=/head/; revision=211584
* - Move from versioned tcl/tk CATEGORIES to simple tcl and tk categoriesPav Lucistnik2008-04-091-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=210928
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Convert existing ports to a new bsd.tcl.mk orderPav Lucistnik2007-04-021-1/+0
| | | | | | | | | PR: ports/109097 Submitted by: Martin Matuska <martin@matuska.org> Tested on: pointyhat exp-run Notes: svn path=/head/; revision=189054
* - Use TCL/TK 8.4Martin Wilke2007-03-273-34/+34
| | | | | | | | | | | - Use PLIST_FILES PR: 110421 Submitted by: Martin Tournoij <carpetsmoker@xs4all.nl> Approved by: maintainer Notes: svn path=/head/; revision=188535
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154193
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76041
* Style fixes for ports/net.Jimmy Olgeni2001-02-051-1/+1
| | | | Notes: svn path=/head/; revision=37989
* Change motif to a normal dependency. REQUIRES_MOTIF is now calledSatoshi Asami2000-11-071-1/+1
| | | | | | | | | | | | | | | | | USE_MOTIF and generates a LIB_DEPENDS to x11-toolkits/open-motif. As before, it implies USE_XPM (and therefore USE_XLIB). Motif-dummy is removed from PKG_IGNORE_DEPENDS, whose sole resident is now XFree86-3. Most of the simple ".if defined(HAVE_MOTIF)"s are removed to always have USE_MOTIF. ftp/moxftp will define USE_MOTIF unless WANT_ATHENA_VERSION (new variable) is defined. I merged the X cases in cad/mars, so USE_MOTIF is used iff WITHOUT_X11 is not defined. I will remove x11-toolkits/Motif-dummy (which has been repo copied to open-motif) in a few days. Notes: svn path=/head/; revision=34892
* New port Tcpillust - A graphical TCP connection analysis toolSADA Kenji2000-07-295-0/+59
Tcpillust takes tcpdump file(s) specified on the command line and draw pictures like figures in the ``TCP/IP Illustrated'' series. PR: ports/18130 Submitted by: Yoshifumi Nishida <nishida@csl.sony.co.jp> Notes: svn path=/head/; revision=31096