summaryrefslogtreecommitdiff
path: root/x11/lesstif
diff options
context:
space:
mode:
authordrochner <drochner>2000-01-31 20:45:43 +0000
committerdrochner <drochner>2000-01-31 20:45:43 +0000
commit3b9718174503564e90d3c4a16ed370bf9d66703d (patch)
treea1a2792211b3ded069cebc2c72f0b182705010d9 /x11/lesstif
parentc4aca77f0f0163784cdc61291f646e62be1e8bbc (diff)
downloadpkgsrc-3b9718174503564e90d3c4a16ed370bf9d66703d.tar.gz
update to 0.89.9
changes since 0.89.4: Implement ScrollOneLineDown and ScrollOneLineUp. This is very usefull once you get one of those wheely type mouses. XmNmenuHistory now working for RadioBoxes. Patches to get mnemonics working in nedit. General code cleanup (getting rid of unused "global" symbols) XmListGetSelectedPosition fixes Lots of geometry fixes XmTextSetHighlight fixes XmList fixes Form widget significantly reworked (breaks binary compatibility) openDX translations now working Add Linas Vesptas's fixes to make XbaeMatrix cope well with cell widgets; these are widgets that stay inside one of the matrix's cells. GnuCash uses this extensively, Oleo will use it too. Add XbaeMatrixGetCellWidget() for API completeness. Patch by Jens Krinke for having multiple highlightings in XmText. Convert Xbae FAQ into HTML Xbae used to have #if CELL_WIDGET, they were now removed to make sure cell widget functionality is always compiled in. Updates to the lesstif.spec (file to create RPMs). Add BuilderXcessory configuration files that allow you to use the Xbae widgets in BX. Add XltCreateSciPlot(), this was a missing API, it was "needed" for the BX integration.
Diffstat (limited to 'x11/lesstif')
-rw-r--r--x11/lesstif/Makefile4
-rw-r--r--x11/lesstif/files/md54
-rw-r--r--x11/lesstif/files/patch-sum9
-rw-r--r--x11/lesstif/patches/patch-ad11
-rw-r--r--x11/lesstif/patches/patch-ah9
-rw-r--r--x11/lesstif/patches/patch-ai13
-rw-r--r--x11/lesstif/patches/patch-aj14
-rw-r--r--x11/lesstif/pkg/PLIST33
8 files changed, 33 insertions, 64 deletions
diff --git a/x11/lesstif/Makefile b/x11/lesstif/Makefile
index 9f720843df4..5fe333910ba 100644
--- a/x11/lesstif/Makefile
+++ b/x11/lesstif/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.43 1999/11/15 21:30:27 drochner Exp $
+# $NetBSD: Makefile,v 1.44 2000/01/31 20:45:43 drochner Exp $
# FreeBSD Id: Makefile,v 1.13 1997/09/08 08:34:13 tg Exp
#
-DISTNAME= lesstif-0.89.4
+DISTNAME= lesstif-0.89.9
CATEGORIES= x11
MASTER_SITES= ftp://ftp.hungry.com/pub/hungry/lesstif/srcdist/ \
ftp://ftp.unicamp.br/pub/X11/lesstif/srcdist/ \
diff --git a/x11/lesstif/files/md5 b/x11/lesstif/files/md5
index 9aa501e81b0..38a2767efa6 100644
--- a/x11/lesstif/files/md5
+++ b/x11/lesstif/files/md5
@@ -1,3 +1,3 @@
-$NetBSD: md5,v 1.16 1999/11/15 21:30:28 drochner Exp $
+$NetBSD: md5,v 1.17 2000/01/31 20:45:44 drochner Exp $
-MD5 (lesstif-0.89.4.tar.gz) = 0aea1eadc89947e5c33e373b0c5ebc57
+MD5 (lesstif-0.89.9.tar.gz) = 23c659df334986eab295ce537dca4b9c
diff --git a/x11/lesstif/files/patch-sum b/x11/lesstif/files/patch-sum
index 1d7156b0cdf..3b63cfea1fd 100644
--- a/x11/lesstif/files/patch-sum
+++ b/x11/lesstif/files/patch-sum
@@ -1,15 +1,14 @@
-$NetBSD: patch-sum,v 1.6 1999/11/24 17:39:13 hubertf Exp $
+$NetBSD: patch-sum,v 1.7 2000/01/31 20:45:44 drochner Exp $
MD5 (patch-aa) = 3593361ccb064c68b0509825f5b955d8
MD5 (patch-ab) = c03a06a1287b3a5106214f82880433df
MD5 (patch-ac) = 2fb615f53abf8ea17ba59cd8fa19793e
-MD5 (patch-ad) = dee592cca8fd6df555d1eea868d877da
+MD5 (patch-ad) = 265670d80c21798ba06e2873621a2601
MD5 (patch-ae) = 9cea4a9f360527ba5128b7cba4e887c0
MD5 (patch-af) = dd59557f80fe49b1933f06d6aca7567c
MD5 (patch-ag) = 77f16e5281edf165c513c1548a5a577d
-MD5 (patch-ah) = 2cd164d3af4c6324534111879df4d172
-MD5 (patch-ai) = fe639b2ba21a816696b7c3a5a2e79e46
-MD5 (patch-aj) = 2b884ff29b9c23506a33a6064964a54e
+MD5 (patch-ah) = c1573a988cdecb0a3af8b06ae9d7df8f
+MD5 (patch-ai) = b19260de913791930a07ad671d03852e
MD5 (patch-ak) = 9ad84fc407e28bb1244b1e2d2a90dca2
MD5 (patch-al) = c1dcc8cc7e14d532236383fe4473f242
MD5 (patch-am) = ea9b1247621700bd1787b3ffcb9f094c
diff --git a/x11/lesstif/patches/patch-ad b/x11/lesstif/patches/patch-ad
index d86acddf477..3484b28f2fc 100644
--- a/x11/lesstif/patches/patch-ad
+++ b/x11/lesstif/patches/patch-ad
@@ -1,14 +1,13 @@
-$NetBSD: patch-ad,v 1.9 1999/11/24 17:38:50 hubertf Exp $
+$NetBSD: patch-ad,v 1.10 2000/01/31 20:45:44 drochner Exp $
-diff -x *.orig -urN ./doc/Makefile.in /usr/pkgsrc/x11/lesstif/work.i386.unpatched/lesstif-0.89.4/doc/Makefile.in
---- ./doc/Makefile.in Fri Nov 5 21:14:58 1999
-+++ /usr/pkgsrc/x11/lesstif/work.i386.unpatched/lesstif-0.89.4/doc/Makefile.in Wed Nov 24 17:30:51 1999
+--- doc/Makefile.in.orig Fri Jan 14 23:42:40 2000
++++ doc/Makefile.in Sat Jan 29 16:48:57 2000
@@ -122,7 +122,7 @@
SUBDIRS = www.lesstif.org lessdox
-rootdir = $(exec_prefix)/LessTif/doc
+rootdir = $(exec_prefix)/share/doc/lesstif
- root_DATA = INSTALL.html All.html Clipboard.txt DragAndDrop.txt Form.txt \
+ root_DATA = All.html Clipboard.txt DragAndDrop.txt Form.txt \
GeoUtils.txt Geometry.html SyntheticResources.txt \
- UIL.txt XmStrings.txt thread.html
+ UIL.txt XmStrings.txt thread.html INSTALL.html
diff --git a/x11/lesstif/patches/patch-ah b/x11/lesstif/patches/patch-ah
index 53b39005256..c4179bd7fd8 100644
--- a/x11/lesstif/patches/patch-ah
+++ b/x11/lesstif/patches/patch-ah
@@ -1,14 +1,13 @@
-$NetBSD: patch-ah,v 1.7 1999/11/24 17:38:50 hubertf Exp $
+$NetBSD: patch-ah,v 1.8 2000/01/31 20:45:44 drochner Exp $
-diff -x *.orig -urN ./doc/www.lesstif.org/Makefile.in /usr/pkgsrc/x11/lesstif/work.i386.unpatched/lesstif-0.89.4/doc/www.lesstif.org/Makefile.in
---- ./doc/www.lesstif.org/Makefile.in Fri Nov 5 21:14:58 1999
-+++ /usr/pkgsrc/x11/lesstif/work.i386.unpatched/lesstif-0.89.4/doc/www.lesstif.org/Makefile.in Wed Nov 24 17:30:52 1999
+--- doc/www.lesstif.org/Makefile.in.orig Fri Jan 14 23:42:41 2000
++++ doc/www.lesstif.org/Makefile.in Sat Jan 29 16:53:43 2000
@@ -127,7 +127,7 @@
# Lets put the informational stuff in a sub directory to avoid
# polluting /usr/local for default installs.
#
-rootdir = $(exec_prefix)/LessTif/doc
+rootdir = $(exec_prefix)/share/doc/lesstif
- root_DATA = COPYING.LIB.html FAQ.html apps.html bug-reporting.html \
+ root_DATA = COPYING.LIB.html FAQ.html apps.html \
bugs.html cdrom.html core.html current.html \
cvs.html download.html index.html links.html lists.html \
diff --git a/x11/lesstif/patches/patch-ai b/x11/lesstif/patches/patch-ai
index ab08bbddd0a..5f4f1eaee2e 100644
--- a/x11/lesstif/patches/patch-ai
+++ b/x11/lesstif/patches/patch-ai
@@ -1,14 +1,13 @@
-$NetBSD: patch-ai,v 1.9 1999/11/24 17:38:50 hubertf Exp $
+$NetBSD: patch-ai,v 1.10 2000/01/31 20:45:45 drochner Exp $
-diff -x *.orig -urN ./doc/www.lesstif.org/images/Makefile.in /usr/pkgsrc/x11/lesstif/work.i386.unpatched/lesstif-0.89.4/doc/www.lesstif.org/images/Makefile.in
---- ./doc/www.lesstif.org/images/Makefile.in Fri Nov 5 21:14:59 1999
-+++ /usr/pkgsrc/x11/lesstif/work.i386.unpatched/lesstif-0.89.4/doc/www.lesstif.org/images/Makefile.in Wed Nov 24 17:30:52 1999
+--- doc/www.lesstif.org/images/Makefile.in.orig Fri Jan 14 23:42:41 2000
++++ doc/www.lesstif.org/images/Makefile.in Sat Jan 29 16:57:47 2000
@@ -126,7 +126,7 @@
# Lets put the informational stuff in a sub directory to avoid
# poluting /usr/local for default installs.
#
-rootdir = $(exec_prefix)/LessTif/doc/images
+rootdir = $(exec_prefix)/share/doc/lesstif/images
- root_DATA = hungry.gif \
- lesstif-realsmall.gif lesstif-small.gif lesstif.gif \
- ltsunlogo.gif
+ root_DATA = hungry.png \
+ lesstif-realsmall.png lesstif-small.png lesstif.png \
+ ltsunlogo.png lesstif.jpg ltsunlogo.jpg
diff --git a/x11/lesstif/patches/patch-aj b/x11/lesstif/patches/patch-aj
deleted file mode 100644
index 621c2842f15..00000000000
--- a/x11/lesstif/patches/patch-aj
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-aj,v 1.7 1999/11/24 17:38:50 hubertf Exp $
-
-diff -x *.orig -urN ./doc/www.lesstif.org/imgs/Makefile.in /usr/pkgsrc/x11/lesstif/work.i386.unpatched/lesstif-0.89.4/doc/www.lesstif.org/imgs/Makefile.in
---- ./doc/www.lesstif.org/imgs/Makefile.in Fri Nov 5 21:14:59 1999
-+++ /usr/pkgsrc/x11/lesstif/work.i386.unpatched/lesstif-0.89.4/doc/www.lesstif.org/imgs/Makefile.in Wed Nov 24 17:30:53 1999
-@@ -126,7 +126,7 @@
- # Lets put the informational stuff in a sub directory to avoid
- # poluting /usr/local for default installs.
- #
--rootdir = $(exec_prefix)/LessTif/doc/imgs
-+rootdir = $(exec_prefix)/share/doc/lesstif/imgs
- root_DATA = lesstif.jpg ltsunlogo.gif
- mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
- CONFIG_HEADER = ../../../include/LTconfig.h
diff --git a/x11/lesstif/pkg/PLIST b/x11/lesstif/pkg/PLIST
index a0e42dbe346..48316fcd3c0 100644
--- a/x11/lesstif/pkg/PLIST
+++ b/x11/lesstif/pkg/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.20 1999/11/15 21:30:29 drochner Exp $
+@comment $NetBSD: PLIST,v 1.21 2000/01/31 20:45:45 drochner Exp $
LessTif/FAQ
LessTif/Motif1.2/include/Mrm/MrmAppl.h
LessTif/Motif1.2/include/Mrm/MrmDecls.h
@@ -305,21 +305,10 @@ lib/libXm.so.2.0
@dirrm lib/X11/lesstif
man/man1/lesstif.1
man/man1/mwm.1
+man/man1/xbae.1
+man/man1/xlt.1
man/man1/xmbind.1
-man/man3/ApplicationShell.3
-man/man3/Composite.3
-man/man3/Constraint.3
-man/man3/Core.3
man/man3/LessTifInternals.3
-man/man3/Object.3
-man/man3/OverrideShell.3
-man/man3/Rect.3
-man/man3/Shell.3
-man/man3/TopLevelShell.3
-man/man3/TransientShell.3
-man/man3/UnNamedObj.3
-man/man3/VendorShell.3
-man/man3/WmShell.3
man/man3/XmArrowButton.3
man/man3/XmArrowButtonGadget.3
man/man3/XmBulletinBoard.3
@@ -404,7 +393,6 @@ share/doc/lesstif/Xbae.html
share/doc/lesstif/Xlt.html
share/doc/lesstif/XmStrings.txt
share/doc/lesstif/apps.html
-share/doc/lesstif/bug-reporting.html
share/doc/lesstif/bugs.html
share/doc/lesstif/cdrom.html
share/doc/lesstif/core.html
@@ -412,13 +400,6 @@ share/doc/lesstif/current.html
share/doc/lesstif/cvs.html
share/doc/lesstif/download.html
share/doc/lesstif/help.html
-share/doc/lesstif/images/hungry.gif
-share/doc/lesstif/images/lesstif-realsmall.gif
-share/doc/lesstif/images/lesstif-small.gif
-share/doc/lesstif/images/lesstif.gif
-share/doc/lesstif/images/ltsunlogo.gif
-share/doc/lesstif/imgs/lesstif.jpg
-share/doc/lesstif/imgs/ltsunlogo.gif
share/doc/lesstif/index.html
share/doc/lesstif/known.html
share/doc/lesstif/links.html
@@ -433,6 +414,12 @@ share/doc/lesstif/testers.html
share/doc/lesstif/thread.html
share/doc/lesstif/versions.html
share/doc/lesstif/web_button.html
-@dirrm share/doc/lesstif/imgs
+share/doc/lesstif/images/hungry.png
+share/doc/lesstif/images/lesstif-realsmall.png
+share/doc/lesstif/images/lesstif-small.png
+share/doc/lesstif/images/lesstif.jpg
+share/doc/lesstif/images/lesstif.png
+share/doc/lesstif/images/ltsunlogo.jpg
+share/doc/lesstif/images/ltsunlogo.png
@dirrm share/doc/lesstif/images
@dirrm share/doc/lesstif