nikns [2006-10-18, 11:36:18]:
> COMMENT=                "object-oriented extensions to Tcl"
> 
> [incr Tcl] is an object-oriented extension of the Tcl language.  It
> was created to support more structured programming in Tcl.  Tcl scripts
> that grow beyond a few thousand lines become extremely difficult to
> maintain.  This is because the building blocks of vanilla Tcl are
> procedures and global variables, and all of these building blocks
> must reside in a single global namespace.  There is no support for
> protection or encapsulation.
> 
> http://secure.lv/~nikns/stuff/ports/itcl-3.3.tar
> 
> feedback and corrections appricated.

I think you should make it include/itcl instead of itk3.3 ?
If possible, avoid the version number in these directories, or else
put the version in SUBST_VARS.

It looks like WANTLIB is not needed here, and you should reverse the
RUN_DEPENDS and BUILD_DEPENDS definitions. Put a more restrictive
pkgspec in there, since now it defaults to tcl-* which will also be
satisfied by older tcl versions...

make regress shows no errors on amd64.

Disclaimer: http://www.kuleuven.be/cwis/email_disclaimer.htm

Reply via email to