diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-04-04 09:25:26 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-04-04 09:25:26 +0000 |
commit | 8f3b1c8030c724ad8adc37529e42226fd7eaea9e (patch) | |
tree | 2501dd8ff7c8215f646758274e0a6a62acd89a95 | |
parent | 4695e6bfc532e687176d2cfbc638ed3c99e03f3d (diff) | |
download | ports-8f3b1c8030c724ad8adc37529e42226fd7eaea9e.tar.gz ports-8f3b1c8030c724ad8adc37529e42226fd7eaea9e.zip |
Notes
-rw-r--r-- | x11-toolkits/Xaw3d/Makefile | 6 | ||||
-rw-r--r-- | x11-toolkits/Xaw3d/distinfo | 2 | ||||
-rw-r--r-- | x11-toolkits/Xaw3d/files/patch-aa | 6 | ||||
-rw-r--r-- | x11-toolkits/Xaw3d/pkg-comment | 2 | ||||
-rw-r--r-- | x11-toolkits/Xaw3d/pkg-descr | 1 |
5 files changed, 9 insertions, 8 deletions
diff --git a/x11-toolkits/Xaw3d/Makefile b/x11-toolkits/Xaw3d/Makefile index dd7b00318530..1acbb21c1f70 100644 --- a/x11-toolkits/Xaw3d/Makefile +++ b/x11-toolkits/Xaw3d/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: Xaw3d -# Version required: 1.0 +# Version required: 1.1 # Date created: 18 November 1994 # Whom: asami # -# $Id: Makefile,v 1.4 1995/03/24 11:11:34 asami Exp $ +# $Id: Makefile,v 1.0 1994/11/18 00:00:00 asami Exp $ # -DISTNAME= Xaw3d-1.0 +DISTNAME= Xaw3d-1.1 USE_IMAKE= yes MASTER_SITES= ftp://crl.dec.com/pub/X11/contrib/widgets/Xaw3d/R6/ CATEGORIES+= x11 diff --git a/x11-toolkits/Xaw3d/distinfo b/x11-toolkits/Xaw3d/distinfo index 49e0e1f18e5b..eaa9190cc68e 100644 --- a/x11-toolkits/Xaw3d/distinfo +++ b/x11-toolkits/Xaw3d/distinfo @@ -1 +1 @@ -MD5 (Xaw3d-1.0.tar.gz) = 950e5813bbe8ad741e545ab00b6e429f +MD5 (Xaw3d-1.1.tar.gz) = fab7e295f64fd8cc5edb0f8800dc1455 diff --git a/x11-toolkits/Xaw3d/files/patch-aa b/x11-toolkits/Xaw3d/files/patch-aa index 9a0b4f141560..9677a61b8459 100644 --- a/x11-toolkits/Xaw3d/files/patch-aa +++ b/x11-toolkits/Xaw3d/files/patch-aa @@ -1,6 +1,6 @@ ---- Imakefile.orig Tue Jul 19 13:26:50 1994 -+++ Imakefile Mon Jan 23 08:44:58 1995 -@@ -16,7 +16,8 @@ +--- ./Imakefile.org Thu Mar 30 15:56:19 1995 ++++ ./Imakefile Tue Apr 4 00:47:40 1995 +@@ -38,7 +38,8 @@ LINTLIBS = $(LINTXLIB) $(LINTXTOOL) diff --git a/x11-toolkits/Xaw3d/pkg-comment b/x11-toolkits/Xaw3d/pkg-comment index b550696ae502..bbf3f1395d98 100644 --- a/x11-toolkits/Xaw3d/pkg-comment +++ b/x11-toolkits/Xaw3d/pkg-comment @@ -1 +1 @@ -Xaw3d-1.0, a 3-D Athena Widget set that looks like Motif. +Xaw3d-1.1, a 3-D Athena Widget set that looks like Motif. diff --git a/x11-toolkits/Xaw3d/pkg-descr b/x11-toolkits/Xaw3d/pkg-descr index dd60d1124a12..229b12865405 100644 --- a/x11-toolkits/Xaw3d/pkg-descr +++ b/x11-toolkits/Xaw3d/pkg-descr @@ -1,5 +1,6 @@ Xaw3d is a Xaw (Athena Widget Set) replacement that looks three-dimensional. The author is Kalib Keithley (kaleb@x.org). +This is version 1.1. Added is a patch by me (Satoshi) to make the arrow scrollbar look real bumpy. |