Commit graph

10 commits

Author SHA1 Message Date
wiz
fa882c3413 Add missing x11.bl3.mk. 2006-02-22 07:11:37 +00:00
rillig
729bdb8b7a Converted to the SUBST framework. Fixed all pkglint warnings. 2006-02-15 22:02:56 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
rillig
b71a1d488b Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-05 20:49:47 +00:00
jschauma
c7b474b6d9 As with tcl and tk, patch the itclConfig.sh file to contain the
proper directories etc.

While here, add a buildlink transformation to let packages to pass
-litk or -litcl and get -litk33 and -litcl33.
2005-04-13 20:06:24 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
dmcmahill
a0dfd2e4fb Pull in various tcl.m4 patches from the lang/tcl package. In particular
this makes the shared lib naming match what tcl uses with regards
to dots or no dots.  This includes fixes for older a.out netbsd systems
and several other OS's as well.
2005-04-05 01:42:46 +00:00
tv
08eb30fe42 Use only .la files in the PLIST. 2004-10-07 16:21:38 +00:00
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00
dmcmahill
590b36720f import tcl-itcl-current-20040920. This is a snapshot from the [incr Tcl] CVS
repository.  They have not made a release in years but development
has continued.

The largest item of note is this version works with tcl-8.4.


[incr Tcl] provides the extra language support needed to build large Tcl/Tk
applications. It introduces the notion of objects, which act as building
blocks for an application. Each object is a bag of data with a set of
procedures or "methods" that are used to manipulate it. Objects are organized
into "classes" with identical characteristics, and classes can inherit
functionality from one another. This object-oriented paradigm adds another
level of organization on top of the basic variable/procedure elements, and
the resulting code is easier to understand and maintain.

This package is based on CVS sources for [incr Tcl].
2004-09-24 21:16:02 +00:00