Commit Graph

15 Commits

Author SHA1 Message Date
naddy
2382144b92 fold lib-only PFRAG.shared into PLIST, regen PLIST, and bump 2015-03-16 18:07:34 +00:00
naddy
570aa62a9c Drop remaining MD5/RMD160/SHA1 checksums. 2015-01-18 03:12:39 +00:00
espie
bcf3856632 PERMIT_* / REGRESS->TEST sweep 2013-03-11 10:50:00 +00:00
sebastia
ce396c95af Fix Itcl library loading.
Feedback and OK stu@
2012-05-01 06:58:45 +00:00
sebastia
7a0351bb5a update itcl to 3.4.1.
OK stu@, jasper@
2011-10-30 07:36:05 +00:00
sebastia
2240f32ac8 Update to new Tcl layout.
While there, take MAINTAINER, since the old one is not reachable with this address anymore.

OK landry@, stu@
2011-01-05 18:55:31 +00:00
sthen
16fb1a7783 fix a few tabtabUSE_GROFF, problem pointed out by Alexandr Shadchin 2010-10-18 21:35:47 +00:00
espie
5c08d95027 USE_GROFF=Yes 2010-10-18 17:47:50 +00:00
sthen
e50e4a74d1 update to 3.4b1, allowing this to work with Tcl 8.5.
From Sebastian Reitenbach with some changes by me & tested by Sebastian.
earlier version ok jasper@

(not moving to itcl 4.0 yet; other parts are needed first).
2010-06-07 14:39:46 +00:00
sthen
c7bd5f7791 bump following tcl dep changes 2009-03-11 21:26:03 +00:00
steven
d7a51ff66c use tcl module; still needs tcl 8.4 for now 2008-10-28 16:08:32 +00:00
merdely
376b75df06 Remove quotes surrounding COMMENT*/PERMIT_*/BROKEN 2007-09-16 02:52:56 +00:00
espie
470294650d base64 distinfo with SHA256 2007-04-05 15:37:40 +00:00
steven
b5ad736e43 add the version numbers back into some directory names, this works out
better for dependent ports.

ok maintainer
2006-10-28 17:52:18 +00:00
steven
ce3d3e0317 import itcl 3.3
[incr Tcl] is an object-oriented extension of the Tcl language. It
was created to support more structured programming in Tcl. Tcl scripts
that grow beyond a few thousand lines become extremely difficult to
maintain. This is because the building blocks of vanilla Tcl are
procedures and global variables, and all of these building blocks
must reside in a single global namespace. There is no support for
protection or encapsulation.

from nikns at secure.lv
2006-10-25 14:24:03 +00:00