aboutsummaryrefslogtreecommitdiff
path: root/devel/tcl-neo
Commit message (Collapse)AuthorAgeFilesLines
* 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