Port details |
- tcl-neo The NeoTCL part of NeoWebScript -- an Apache TCL mod
- 8.2.2_4 devel
=1 8.2.2_4Version of this port present on the latest quarterly branch. BROKEN: db2 is deprecated and no longer provided
DEPRECATED: db2 was deprecated and port has been broken since 2011-04-12
This port expired on: 2011-05-21
IGNORE: is marked as broken: db2 is deprecated and no longer provided
- Maintainer: mi@aldan.algebra.com
 - Port Added: 2001-08-17 02:07:16
- Last Update: 2011-05-22 21:34:32
- SVN Revision: UNKNOWN
- People watching this port, also watch:: pure-ftpd, tcllib, mimedefang
- Also Listed In: tcl
- License: not specified in port
- WWW:
- http://sourceforge.net/projects/nws/
- Description:
- Part of the NewWebScript an Apache module that allows webpage
developers to embed Tcl code into their HTML, creating webpages
with active content.
This part is a general purpose part of NWS adding many convenience
commands and procedures, including operating with serial devices,
Berkeley DB2, and some client/server databases (Oracle, Postgres --
if you have those installed).
SYNOPSIS: package require Neo
Unfortunately, the authors only distribute a GIANT source tarball
including the entire Apache, db-2, TCL, itcl, gd, TclX, etc. This
port will download the whole beast, but will only extract the neotcl
part of it.
The port is built without the LDAP support. Our port of OpenLDAP2
uses DB3, and linking both DB2 and DB3 into the same executable is
too ugly. Some day, Neo will be updated to use DB3, and we will all
rejoice.
WWW: http://sourceforge.net/projects/nws/
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- No installation instructions:
- This port has been deleted.
- PKGNAME: neotcl
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- tclExtend.h : lang/tclX
- Runtime dependencies:
-
- tclExtend.h : lang/tclX
- Library dependencies:
-
- tcl85 : lang/tcl85
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
8.2.2_4 22 May 2011 21:34:32
 |
mandree  |
Kill deprecated ports: devel/tcl-neo and www/neowebscript.
These have been broken and deprecated for weeks, the maintainer
has not responded, and there was no discussion in the PR or on ports@.
PR: ports/155759 |
8.2.2_4 13 Apr 2011 02:46:52
 |
mandree  |
Unbreak index, by commenting out unprovisioned LIB_DEPENDS=db2:...
Reported by: erwin |
8.2.2_4 12 Apr 2011 22:03:37
 |
mandree  |
Deprecate and mark for expiry www/neowebscript and devel/tcl-neo.
See also - pending since 2011-03-21 -
PR: ports/155759 |
8.2.2_4 12 Apr 2011 21:54:04
 |
mandree  |
Mark broken in anticipation of the imminent db2 removal.
Maintainer failed to respond since 2011-03-21, see
PR: ports/155759 |
8.2.2_4 19 Jan 2010 14:29:04
 |
mi  |
Fix my cvs-mishap and commit the correct version of patch-warnings. |
8.2.2_4 19 Jan 2010 05:43:57
 |
mi  |
Allow use of Tcl-8.5 in both tcl-neo and neowebscript (its the former's primary
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. |
8.2.2_4 08 Dec 2009 06:21:29
 |
mi  |
Allow building with various Tcl versions (83+) instead of defaulting to
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 |
8.2.2_3 22 Aug 2009 00:18:43
 |
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with D |
8.2.2_3 01 Jun 2008 09:42:37
 |
olgeni  |
Large round of typo fixes in ports/devel (pkg-descr). |
8.2.2_3 09 Apr 2008 13:42:26
 |
pav  |
- Move from versioned tcl/tk CATEGORIES to simple tcl and tk categories
With hat: portmgr |
8.2.2_3 28 Jan 2007 13:43:25
 |
pav  |
- Prepare for removal of shlib filtering |
8.2.2_3 27 Jun 2006 23:23:20
 |
mi  |
Upgrade tclX from 8.3.5 to 8.4 released last November after several
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. |
8.2.2_2 22 Jan 2006 08:30:12
 |
edwin  |
SHA256ify
Approved by: krion@ |
8.2.2_2 20 Apr 2004 19:43:40
 |
mi  |
s/SHLIBDIR/LIBDIR to stop polluting /usr/lib and breaking packaging
Submitted by: bento via kris |
8.2.2_2 12 Apr 2004 18:26:49
 |
mi  |
Make the TCL_VER(sion) a knob, rather than hardcoding the 8.3.
Default to 8.4 (as TclX does now), thus bump PORTREVISION.
Thanks to: kris and the bento cluster |
8.2.2_1 31 Mar 2004 03:12:58
 |
trevor  |
SIZEify (maintainer timeout) |
8.2.2_1 09 Feb 2004 01:55:41
 |
kris  |
BROKEN on 5.x: broken pkg-plist |
8.2.2_1 15 Aug 2003 00:49:31
 |
kuriyama  |
Fix non-default dependency on openldap2[012] which is broken by splitting.
# I'm not bumped port revision of them because this should not affect
# packages built on bento... |
8.2.2_1 02 Jun 2003 20:19:28
 |
mi  |
Finaly delete lang/tclX82 (installing TclX-8.3) and point devel/tcl-neo
to use lang/tclX (currently installing TclX-8.3.5). |
8.2.2_1 07 Mar 2003 06:01:16
 |
ade  |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
8.2.2_1 24 Feb 2003 02:56:37
 |
edwin  |
Point dependencies on net/openldap2 to net/openldap20 |
8.2.2_1 22 Aug 2002 19:34:32
 |
ade  |
BerkeleyDB cleanup - stage 3
Version 2 of Berkeley DB has been repo-copied to databases/db2, for
naming consistency with the other ports. Fix dependencies accordingly. |
8.2.2_1 21 Jul 2002 19:59:08
 |
ru  |
Catch up to the new bsd.lib.mk API. |
29 Jan 2002 10:16:28
    |
knu  |
Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command; 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.
|
28 Oct 2001 07:02:59
    |
mi  |
LIB_DEPEND on tclx83 instead of 82, now that the tclX port is upgraded. |
17 Aug 2001 06:38:43
    |
mi  |
Add the missing MASTER_SITE_SUBDIR... |
17 Aug 2001 06:13:56
    |
mi  |
Well, ooopss. I hope, I don't need to explain what happened... |
17 Aug 2001 06:07:16
    |
mi  |
The first part of the NeoWebScript port I'm working on (hard). |