[incr Tk] is a framework for building mega-widgets using the
[incr Tcl] object system. Mega-widgets are high-level widgets like
a file browser or a tab notebook that act like ordinary Tk widgets
but are constructed using Tk widgets as component parts, without
having to write C code. In effect, a mega-widget looks and acts
exactly like a Tk widget, but is considerably easier to implement.
from nikns at secure.lv
- use new style C++ includes
- clean up some patches
- use __alignof__ for OpenBSD too
- fix destpath in packagelist.txt for sdkoo and ure
- don't generate core file on intentional segfault test in typesconfig.c
- add missing unxobsdi section in stand.lst
- num_put_float.cpp fix in STLport
- add sysconfig.get_config_var('LIBS') to PYTHON_LIBS
- don't hardcode Linux path to 'sum' let path find it
All corrections submitted by or inspired by patches from Fritz Elfert
<fritz at fritz-elfert.de>
[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.
from nikns at secure.lv
ipcalc is a small tool that operates on IPv4 networks. It can operate
in one of four modes: network describing, netmask describing, finding or
splitting.
From Pierre-Yves Ritschard <pyr at spootnik dot org>
ok steven@
Visitors is a very fast web log analyzer for Linux, Windows, and other
Unix-like operating systems. It takes as input a web server log file,
and outputs statistics in form of different reports.
ok bernd@
can be used to run targets that may fail without impacting further stuff,
or to collect stats on anything.
For instance
BULK_DO= mkdir -p ${PORTSDIR}/config/${FULLPKGPATH}; \
cp -f ${WRKBUILD}/config.{log,status} ${PORTSDIR}/config/${FULLPKGPATH} || true; \
cd ${PACKAGE_REPOSITORY}/${MACHINE_ARCH}/all && perl ${PORTSDIR}/infrastructure/package/check-modes ${PKGNAMES} || true