Commit graph

47 commits

Author SHA1 Message Date
jlam
9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
wiz
1bef93aac6 Home page disappeared, comment it out. 2005-10-12 12:40:58 +00:00
jlam
f26e5cd9ac The right way to add flags to the xmkmf command line to via XMKMF_FLAGS. 2005-05-16 18:45:29 +00:00
dmcmahill
d793fca5f9 One more try at getting this right on solaris. The last patches fixed
things when X is openwin but broke the pkg for XFree86 and probably Xorg.
So conditionalize things on X being openwin for SunArchitecture.
2005-04-14 01:41:27 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
dmcmahill
97bef8397a fix installation directory to not have .../X11/X11/Xaw3d but .../X11/Xaw3d on solaris 2005-03-01 22:55:26 +00:00
minskim
8c1170628f Enable pkgviews installation. Patches provided by Joachim Kuebart on
tech-pkg@.
2005-02-23 04:09:50 +00:00
wiz
bdb4da483a Update to 1.5E:
New in 1.5A:

The SimpleMenu widget now supports scrolling through entries too
numerous to fit on the screen, with a new resource supporting a
scroll jump value. The record variable is simple_menu.jump_val,
resourced as XtNjumpScroll, and classed as XtCJumpScroll. Adapted
from an early neXtaw toolkit.

Added 3D support to the SimpleMenu, Text, and Viewport widgets.

Four minor changes in ThreeD.c and SmeThreeD.c to have the widgets
use the app's colormap, rather than the screen's default, for those
apps that create their own.

Added the deletion of laygram.h to the Imakefile.

Created Xaw3dP.c, for functions shared by other modules that have
no other appropriate home.

A new directory containing sample resource files for a few apps.
See the README.AD file in that directory.

New in 1.5B:

Made Imakefile a bit more friendly to build options. Makefile now
defines the build options in Xaw3dP.h during the build.

Added to the key translation tables in Panner.c and TextTr.c, and
some rules to Imakefile, to make this distribution X11R5 compliant.
Tested on exactly one X11R5 system; your mileage may vary.

Made internationalization support conditional, for systems lacking
or broken. Tested on exactly two systems, one with and one without;
your mileage may vary.

New in 1.5C:

Enabled multi-plane pixmap support with a new Xt resource type
converter. The "Xaw3d build options" section has more information.

Added private Pixmap resources to the Label and SmeBSB widgets for
stippled copies of the public Pixmap resources (record variables
label.stippled, label.right_stippled, sme_bsb.left_stippled, and
sme_bsb.right_stippled, respectively). Insensitive pixmaps are now
rendered properly.

New in 1.5D:

Added two resources to the SimpleMenu widget for setting margins.
The SmeBSB widgets have a tighter relationship with their parent
and siblings; menus and their entries now respond properly to
changes in themselves or their parent. See the section "The SimpleMenu
widget and margins" below for a detailed explanation.

New in 1.5E:

Enabled a new resource in the ThreeD widget to specify one of five
shadow types. The record variable is threeD.relief (the record part
is transparent), resourced as XtNRelief and classed as XtCRelief.
It accepts as values XtReliefNone, XtReliefRaised, XtReliefSunken,
XtReliefRidge, and XtReliefGroove. Note that the Text, SimpleMenu,
Scrollbar, and Viewport widgets ignore this resource, and display
only raised or sunken shadows. Built on the unfinished work of an
early neXtaw toolkit.

Added support for sub-menus in the SimpleMenu widget. Inspired by
the xfig application, adapted from XFree86's X11R6.6 "Xaw7" toolkit,
and made better than both. See the section "The SimpleMenu widget
and sub-menus" below for usage.

Added a resource to the SmeBSB widget to specify an underlined
character in the label. The record variable is sme_bsb.underline,
resourced as XtNunderline, and classed as XtCUnderline.  It accepts
an integer as an index to the character; a value less than zero or
greater than or equal to the label length inhibits underlining.
Adapted from a recent distribution of the xfig application.

Made the SmeThreeD widget sensitive to the GRAY_BLKWHT_STIPPLES
build option (see the "Xaw3d build options" section for what this
is and does).

Added support for "tooltips". Inspired by the xfig application and
adapted from XFree86's X11R6.6 "Xaw7" toolkit. See the section "The
Tip widget" below for usage.

Fixed some geometry and positioning bugs in the Label widget. It's
internalHeight and internalWidth resources are now used to enforce
a minimum size when it's resize resource is True. The Label (and
superclasses of) widget now resizes properly to changes in label
parts and internal margins (subject to any constraints placed on
the widgets, of course).

Swapped the top and bottom colors in the stippled pixmap shadows.

Fixed a shadow drawing bug in the Command widget, when the shape
is changed.

Fixed the shadow state bug in the SmeBSB widget.

Dropped support for Linux shared a.out libraries.
2005-02-18 15:54:48 +00:00
reed
b59d6329d4 This uses libXpm so include buildlink for it.
And bump PKGREVISION just in case the builtin.mk mechanism
makes it depend on graphics/xpm package.

(No maintainer for this Xaw3d package.)
2005-02-11 21:59:18 +00:00
xtraeme
f5e1830986 bl3ify 2004-03-11 16:19:03 +00:00
agc
24a46ed346 Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:28:26 +00:00
salo
c1b72b269d Trivially USE_BUILDLINK2 to pick the right compiler.
Fixes build (at least) with gcc-3.x from pkgsrc.
2003-08-15 22:25:30 +00:00
grant
ca3be631f2 s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
jschauma
9d90ae57f6 make this work on IRIX 2003-06-12 15:46:03 +00:00
jschauma
e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00
jmmv
0916498c1b Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. 2003-03-29 12:40:00 +00:00
jlam
84962fe776 Remove need for "HAVE_OPENWINDOWS" by just testing whether X11BASE is
*/openwin.
2002-11-14 10:04:46 +00:00
jlam
f79573370a Mechanical changes to 375 files to change dependency patterns of the form
foo-* to foo-[0-9]*.  This is to cause the dependencies to match only the
packages whose base package name is "foo", and not those named "foo-bar".
A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net.  Also
change dependency examples in Packages.txt to reflect this.
2001-09-27 23:17:41 +00:00
tron
cc49f7b2ff - Simplify code to handle detection of what library files (shared, static,
shared library revisions, etc.) were installed.
- Get includes into a sub directorty with OpenWindows.
- Fix package list for OpenWindows systems.
2001-06-13 15:47:28 +00:00
tron
e149c04afd Remove "post-configure" target for Solaris which is not necessary with
revision 1.750 of "mk/bsd.pkg.mk".
2001-06-07 16:23:10 +00:00
tron
c114b07330 Patch "Makefile" only if we are using OpenWindows under Solaris. 2001-03-11 10:06:54 +00:00
tron
cf74f995fa Calculate major number of "Xaw3d" shared library from "${XAWREV}" and
create a missing symbolic link under Solaris.
2001-03-11 10:01:39 +00:00
tron
5f48fd7061 Make this package build with OpenWindows under Solaris. Fixes PR pkg/11640
by Hauke Fath.
2001-03-11 09:45:40 +00:00
hubertf
d32e698de6 Cleanup MKDIR usage => INSTALL_*_DIR
XXX need to teach pkglint to be more picky about this
2001-02-25 04:17:35 +00:00
wiz
a486f11406 Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-17 17:06:11 +00:00
abs
07591dac1f Dip into ${X11BASE}/lib/X11/config/X11.tmpl to determine the version number of
the Xaw library. Fixes PR/10619 - compilgin on XFree86 4.0
2000-12-14 18:21:28 +00:00
tron
8d7d754dfa Remove me as maintainer of those packages. 1999-10-07 17:41:46 +00:00
tron
23e0063766 Completely replace "MASTER_SITE_SUBDIR" and "PATCH_SITE_SUBDIR" with
variable substituition of "MASTER_SITES" and "PATCH_SITES".
1999-04-15 20:39:38 +00:00
hubertf
2a95ad9c6b Fix CONFLICTS (remove redundancy, mostly) 1999-02-20 22:48:24 +00:00
agc
4f8c9d7740 Use automatic shared object handling 1998-07-15 10:39:36 +00:00
mycroft
c6729dbfdc Remove outdated RCS tags. 1998-07-04 09:37:29 +00:00
mycroft
f825d995b9 Add CONFLICTS. 1998-07-04 05:53:12 +00:00
mycroft
5f9a4b6de9 Update to 1.5. 1998-07-04 05:50:24 +00:00
frueauf
52dd58ca2a Add CONFLICTS where its needed so far. 1998-06-05 12:06:11 +00:00
agc
258b808c9f Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.
Remove redundant (and sometimes erroneous) comments.
1998-04-15 10:38:15 +00:00
agc
68016c2d6f Delete the static library from the PLIST if no static library was
built.  Fixes a problem pointed out by Charles Hannum.
1998-03-12 00:58:06 +00:00
hubertf
f6fc8a8a9e Remove -m argument from ldconfig calls, require the system to
have ${PREFIX}/lib in ld.so.conf instead. This ensures things
even work after a reboot.
1998-02-02 08:58:13 +00:00
hubertf
403cfa3d46 Introduce TRUE?=/usr/bin/true, and use it. 1998-02-02 08:10:41 +00:00
tron
61b051d312 Fix "MAINTAINER". 1998-01-29 16:48:09 +00:00
hubertf
94cef4cf64 portlint: add MAINTAINER, fix LDCONFIG 1998-01-24 23:58:04 +00:00
agc
38837df34c Revert yesterday's changes, which didn't work with our xsrc.
Fixes PR/4828, from Perry Metzger.
1998-01-16 17:39:17 +00:00
agc
fdc854d376 Fixes so that headers are installed into the correct directory:
/usr/X11R6/include/X11/Xaw3d and not /usr/X11R6/include/X11/X11/Xaw3d.

Also clean up the PLIST so that it doesn't contain the static library,
whcih isn't built or installed.
1998-01-15 16:25:55 +00:00
hubertf
8bf87c8409 Take README.XAW3D from WRKSRC, fixes PR 4755 reported by
Soren S. Jorvang <soren@t.dk> and Matthias Scheler <tron@lyssa.owl.de>.
1997-12-30 15:13:30 +00:00
hubertf
01a615be89 Note soren@t.dk as contributing to this one. 1997-12-29 02:33:41 +00:00
hubertf
747e31975e Fix for NetBSD, by tron@lyssa.owl.de and soren@t.dk. 1997-12-29 02:31:53 +00:00
hubertf
92b9d87a23 3-D widgets based on the Athena Widget set
Taken from FreeBSD.
1997-12-29 02:22:39 +00:00