NOTICE: This package has been removed from pkgsrc

./x11/Xaw3d, 3-D widgets based on the Athena Widget set

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 1.5Enb4, Package name: Xaw3d-1.5Enb4, Maintainer: pkgsrc-users

This is a set of 3-D widgets based on the R6.1 Athena Widget set.
The Three-D Athena may be used as a general replacement for the
Athena (Xaw) Widget set.

In general, you may relink almost any Athena Widget based application
with the Three-D Athena Widget set and obtain a three dimensional
appearance on some of the widgets. On systems with shared libraries,
you can usually replace your shared libXaw with libXaw3d and obtain
the three dimensional appearance without even relinking.


Required to run:
[x11/libXpm]

Required to build:
[pkgtools/x11-links] [x11/xproto]

Master sites:

SHA1: efc5b923feda52866c859c59a5b553cb675a69d1
RMD160: 086cbabaa45ce5c110815aea24eebcbb54613118
Filesize: 302.016 KB

Version history: (Expand)


CVS history: (Expand)


   2015-10-14 22:19:59 by Thomas Klausner | Files touched by this commit (10) | Package removed
Log message:
Remove Xaw3d, replaced by libXaw3d.
   2014-10-09 16:07:17 by Thomas Klausner | Files touched by this commit (1163)
Log message:
Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.
   2013-01-15 17:21:37 by Daniel Horecki | Files touched by this commit (30)
Log message:
Clean up libXaw handling. [1/2]

- remove LIBXAW variable. It is handled by buildlink3.mk now
- simplify patches and Makefile in packages using libXaw
- in some cases force use of Xaw3d (won't build with Xaw)
- replace some directly included of x11/Xaw3d with mk/xaw.buildlink3.mk

In next part:
- replace more includes with mk/xaw.buildlink3.mk
   2012-10-29 06:07:25 by Aleksej Saushev | Files touched by this commit (563)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
   2012-10-23 12:24:24 by Thomas Klausner | Files touched by this commit (215)
Log message:
Remove xextproto/buildlink3.mk in most cases where it occurs with
libXext/buildlink3.mk, now that it is included there.
Leave the places where its API version is set or variables from it
are used directly (about 3 packages).
   2012-05-07 03:54:16 by David A. Holland | Files touched by this commit (473)
Log message:
Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)
It turns out there were a lot of these.
   2011-11-29 18:49:01 by Matthias Drochner | Files touched by this commit (1)
Log message:
g/c stale libXp bl3 inclusion
   2011-02-17 17:59:22 by Greg Troxel | Files touched by this commit (1)
Log message:
Ensure created file ${PLIST_SRC} is writable.

Without a chmod +w, building fails because the file copied from pkgsrc
is not writable if the sources are 444, as is the case with CVSREAD=t.