summaryrefslogtreecommitdiff
path: root/devel/tcllib
AgeCommit message (Collapse)AuthorFilesLines
2007-05-18Remove myself as maintainer, I don't have the time anymore to keep thesepeter1-2/+2
packages up to date.
2006-08-25Use the tools framework to use tclsh.minskim1-2/+4
2006-04-22Removed the superfluous "quotes" and 'quotes' from variables that don'trillig1-2/+2
need them, for example RESTRICTED and SUBST_MESSAGE.*.
2005-12-07Update to 1.8.peter3-9/+143
For release notes and changelog see: http://sourceforge.net/forum/forum.php?forum_id=503424
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+2
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-23Add RMD160 digests.agc1-1/+2
2005-01-18Initial import of tcllib-1.7 into the NetBSD Packages Collection.peter4-0/+443
Tcllib is a collection of utility modules for Tcl. The intent is to collect commonly used function into a single library, which users can rely on to be available and stable.