aboutsummaryrefslogtreecommitdiff
path: root/devel/tcl-memchan
Commit message (Collapse)AuthorAgeFilesLines
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276999
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with D Notes: svn path=/head/; revision=240068
* - 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
* Upgrade from 2.2a4 to 2.2.1 (released in 2004).Mikhail Teterin2008-11-164-13/+28
| | | | Notes: svn path=/head/; revision=222930
* - 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
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154141
* Quiet the warnings here as I hunt the tcl-trf miscompilations with -Werror.Mikhail Teterin2004-04-061-0/+51
| | | | Notes: svn path=/head/; revision=106335
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Another case of SHLIBDIR->LIBDIR. While here, upgrade from 2.2a2 to 2.2a4Mikhail Teterin2003-10-273-18/+17
| | | | | | | | | | | (released in August 2002). Stop parametrizing some of the values in files/Makefile.bsd -- they change _so rarely_ the benefit does not justify the gymnastics. Default to TCL-8.3 Suggested by: kris Notes: svn path=/head/; revision=92357
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Catch up to the new bsd.lib.mk API.Ruslan Ermilov2002-07-211-10/+6
| | | | Notes: svn path=/head/; revision=63332
* Reverse my last change for the time being. Contrary to my belief,Mikhail Teterin2002-06-211-0/+1
| | | | | | | it did not fix -current, but, indeed broke -stable :-\ Notes: svn path=/head/; revision=61696
* Remove the previously redundant and now harmful INTERNALLIB line.Mikhail Teterin2002-06-211-1/+0
| | | | Notes: svn path=/head/; revision=61693
* Actually add the Makefile.bsd... Damn...Mikhail Teterin2002-01-281-0/+49
| | | | | | | Submitted by: fenner Notes: svn path=/head/; revision=53912
* Upgrade this from 2.1p3 to 2.2a2 (thanks to fenner's script for the headsMikhail Teterin2002-01-267-119/+35
| | | | | | | | | | | | | | | up). Including: . give up trying to fix the configure and switch to Mskefile.bsd; . use the tests bundled with the software (currently -- three); . don't install the HTML documentation -- the man-pages are now available -- generated from the same source as HTML files; . don't compile the stubs support and install the library next to its pkgIndex.tcl under the lib/tcl${TCL_VER}/; . the project now lives on SourceForge. Notes: svn path=/head/; revision=53796
* Remove my own NOPORTDOCS PLIST handling, now that the idea is incorporatedMikhail Teterin2002-01-092-18/+14
| | | | | | | by the bsd.port.mk. Notes: svn path=/head/; revision=52801
* Upgrade from 2.1p2 to 2.1p3.Mikhail Teterin2002-01-092-2/+2
| | | | Notes: svn path=/head/; revision=52800
* Conditionalize bzip2 dependencies.Akinori MUSHA2001-08-151-6/+4
| | | | Notes: svn path=/head/; revision=46297
* Install a correct pkgIndex.tcl, make the pkg-plist NOPORTDOCS-aware.Peter Pentchev2001-01-033-15/+21
| | | | | | | | PR: 23865 Submitted by: maintainer Notes: svn path=/head/; revision=36627
* Upgrade to 2.1p2 and other changesJames E. Housley2000-10-254-7/+6
| | | | | | | | PR: 22243 Submitted by: Mikhail Teterin <mi@aldan.algebra.com> MAINTAINER Notes: svn path=/head/; revision=34222
* Add tcl-memchan, an extension library to tcl, which is useful forNeil Blakey-Milner2000-07-318-0/+154
transferring large amounts of data between procedures or interpreters. PR: ports/18761 Submitted by: Mikhail Teterin <mi@privatelabs.com> Notes: svn path=/head/; revision=31171