aboutsummaryrefslogtreecommitdiff
path: root/net/tcludp
Commit message (Collapse)AuthorAgeFilesLines
* Various cleanup & fixes post-DOCS/EXAMPLES cleanup.Mathieu Arnold2018-09-101-1/+1
| | | | | | | | | PR: 230864 Submitted by: mat exp-runs by: antoine Notes: svn path=/head/; revision=479408
* Convert more ports to USES=(tcl|tk):teaPietro Cerutti2016-04-211-7/+11
| | | | Notes: svn path=/head/; revision=413747
* net/tcludp: update to 1.0.11Jan Beich2016-03-202-7/+7
| | | | | | | | PR: 168423 Submitted by: frank@fenor.de (maintainer) Notes: svn path=/head/; revision=411445
* cleanup plistBaptiste Daroussin2014-12-201-1/+0
| | | | Notes: svn path=/head/; revision=375100
* - PREFIX-clean [MFH]Pietro Cerutti2014-01-141-6/+5
| | | | | | | | | | - STAGE-clean - Convert to USES=tcl MFH: 2014Q1 Notes: svn path=/head/; revision=339700
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | net) Notes: svn path=/head/; revision=327755
* - Remove lang/tcl83 and x11-toolkits/tk83 (expired)Pietro Cerutti2013-04-231-1/+1
| | | | | | | | | - Remove references to Tcl/Tk 8.3 from bsd.tcl.mk - Update ports that required 8.3+ to require 8.4+ (since 8.5 is the default, I don't expect this change to cause much trouble) Notes: svn path=/head/; revision=316351
* - Chase 82+ not being a valid Tcl/Tk version anymorePietro Cerutti2012-12-041-1/+1
| | | | | | | | Feature safe: yes Reported by: beat, bapt Notes: svn path=/head/; revision=308232
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with N Notes: svn path=/head/; revision=240073
* - Prepare for lang/tcl80 and x11-toolkits/tk80 removalMartin Matuska2009-07-071-1/+1
| | | | | | | - Switch all ports that have USE_TCL=80+ to use USE_TCL=82+ Notes: svn path=/head/; revision=237310
* - 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
* This package provides support for using UDP through Tcl. The packageWesley Shields2008-04-173-0/+38
provides a new channel type and attempts to permit the use of packet oriented UDP over stream oriented Tcl channels. PR: ports/122315 Submitted by: Frank Fenor <frank@fenor.de> Approved by: garga (mentor) Notes: svn path=/head/; revision=211447