aboutsummaryrefslogtreecommitdiff
path: root/devel/tcl-neo
Commit message (Collapse)AuthorAgeFilesLines
* Fix my cvs-mishap and commit the correct version of patch-warnings.Mikhail Teterin2010-01-191-303/+743
| | | | Notes: svn path=/head/; revision=248157
* Allow use of Tcl-8.5 in both tcl-neo and neowebscript (its the former's primaryMikhail Teterin2010-01-194-8/+360
| | | | | | | | | | | consumer). Clean up another ton of warnings (to the level of WARNS=3 in tcl-neo and WARNS=2 in neowebscript). Update the installation of neowebscript.conf so as to not overwrite the existing version, if any. Notes: svn path=/head/; revision=248131
* Allow building with various Tcl versions (83+) instead of defaulting toMikhail Teterin2009-12-085-15/+536
| | | | | | | | | | | | | | 8.4. Now that TclX supports 85, still using 84 became a problem. While here, clean-up tons of warnings -- and lock things up with a -Werror. Allow parallel compilations. Bump PORTREVISION. Notified by: pav, Peggy Wilkins Notes: svn path=/head/; revision=245381
* - 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
* Large round of typo fixes in ports/devel (pkg-descr).Jimmy Olgeni2008-06-011-1/+1
| | | | Notes: svn path=/head/; revision=214100
* - 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
* - Prepare for removal of shlib filteringPav Lucistnik2007-01-282-2/+3
| | | | Notes: svn path=/head/; revision=183533
* Upgrade tclX from 8.3.5 to 8.4 released last November after severalMikhail Teterin2006-06-271-3/+5
| | | | | | | | | | | | | | | | | | | years of idleness. The changes are fairly substantial -- all Tk bits, however insignificant they were, are now removed completely, for example. No TclX enabled executable is built/installed either -- a Tcl script is expected to load the Tclx package via the "package require Tclx" only. The changes to port add the handling of SIGINFO (made possible by the recent fix-up of lang/tcl84), running the authors' test-target as part of the build, and skipping building/installing of help files in the NOPORTDOCS case. The devel/tcl-neo is the only dependant port of tclX and is updated to depend on the new version. Notes: svn path=/head/; revision=166474
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154141
* s/SHLIBDIR/LIBDIR to stop polluting /usr/lib and breaking packagingMikhail Teterin2004-04-201-1/+1
| | | | | | | Submitted by: bento via kris Notes: svn path=/head/; revision=107746
* Make the TCL_VER(sion) a knob, rather than hardcoding the 8.3.Mikhail Teterin2004-04-122-9/+8
| | | | | | | | | Default to 8.4 (as TclX does now), thus bump PORTREVISION. Thanks to: kris and the bento cluster Notes: svn path=/head/; revision=106822
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* BROKEN on 5.x: broken pkg-plistKris Kennaway2004-02-091-1/+7
| | | | Notes: svn path=/head/; revision=100442
* Fix non-default dependency on openldap2[012] which is broken by splitting.Jun Kuriyama2003-08-151-1/+1
| | | | | | | | # I'm not bumped port revision of them because this should not affect # packages built on bento... Notes: svn path=/head/; revision=86964
* Finaly delete lang/tclX82 (installing TclX-8.3) and point devel/tcl-neoMikhail Teterin2003-06-021-1/+1
| | | | | | | to use lang/tclX (currently installing TclX-8.3.5). Notes: svn path=/head/; revision=82053
* 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
* Point dependencies on net/openldap2 to net/openldap20Edwin Groothuis2003-02-241-1/+1
| | | | Notes: svn path=/head/; revision=76346
* BerkeleyDB cleanup - stage 3Ade Lovett2002-08-221-1/+1
| | | | | | | | Version 2 of Berkeley DB has been repo-copied to databases/db2, for naming consistency with the other ports. Fix dependencies accordingly. Notes: svn path=/head/; revision=64839
* Catch up to the new bsd.lib.mk API.Ruslan Ermilov2002-07-211-5/+1
| | | | Notes: svn path=/head/; revision=63332
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;Akinori MUSHA2002-01-291-1/+1
| | | | | | | | | | | the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command. Use command macros where appropriate. Notes: svn path=/head/; revision=53952
* LIB_DEPEND on tclx83 instead of 82, now that the tclX port is upgraded.Mikhail Teterin2001-10-281-1/+2
| | | | Notes: svn path=/head/; revision=49280
* Add the missing MASTER_SITE_SUBDIR...Mikhail Teterin2001-08-171-0/+1
| | | | Notes: svn path=/head/; revision=46351
* Well, ooopss. I hope, I don't need to explain what happened...Mikhail Teterin2001-08-171-0/+0
| | | | Notes: svn path=/head/; revision=46350
* The first part of the NeoWebScript port I'm working on (hard).Mikhail Teterin2001-08-1710-0/+211
The beast comes as part of one GIANT tarball including the entire NeoWebScript as well as outdated Apache, gd, Tcl, itcl, TclX, db-2 (no kidding!), etc. This part is a set of general purpose commands and procedures, which can be used (and appreciated) by regular TCL scripting -- not just web-oriented inside NWS. This port is built without the available LDAP support -- our openldap2 port used db3, but the db-support in NeoTcl only works with db2. If some db-expert can send me a patch for the neoXdb.c, the humanity will remember him/her forev^H^H a while. Notes: svn path=/head/; revision=46349