diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1998-04-08 13:28:21 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1998-04-08 13:28:21 +0000 |
commit | 8744b69afa5f90ae06a2d7371107c490ce213014 (patch) | |
tree | 0b77e8944c99c4e5f6a9925dc2ebcc81e0ceb3c2 /x11-toolkits/xbae | |
parent | fc8d82eaa967a27c8275e7d154265252d7f56b5e (diff) | |
download | ports-8744b69afa5f90ae06a2d7371107c490ce213014.tar.gz ports-8744b69afa5f90ae06a2d7371107c490ce213014.zip |
Notes
Diffstat (limited to 'x11-toolkits/xbae')
-rw-r--r-- | x11-toolkits/xbae/Makefile | 22 | ||||
-rw-r--r-- | x11-toolkits/xbae/distinfo | 1 | ||||
-rw-r--r-- | x11-toolkits/xbae/files/patch-aa | 26 | ||||
-rw-r--r-- | x11-toolkits/xbae/pkg-comment | 1 | ||||
-rw-r--r-- | x11-toolkits/xbae/pkg-descr | 8 | ||||
-rw-r--r-- | x11-toolkits/xbae/pkg-plist | 16 |
6 files changed, 74 insertions, 0 deletions
diff --git a/x11-toolkits/xbae/Makefile b/x11-toolkits/xbae/Makefile new file mode 100644 index 000000000000..609e5da77fc2 --- /dev/null +++ b/x11-toolkits/xbae/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: Xbae +# Version required: 4.6.2 +# Date created: 11 December 96 +# Whom: Lars Koeller <Lars_Koeller@odie.physik2.uni-rostock.de> +# With some +# modifications from: Andreas Klemm <andreas@FreeBSD.ORG> +# +# $Id$ +# + +DISTNAME= Xbae-4.6.2 +PKGNAME= xbae-4.6.2 +CATEGORIES= x11 +MASTER_SITES= ${MASTER_SITE_XCONTRIB} +MASTER_SITE_SUBDIR= widgets/motif + +MAINTAINER= Lars.Koeller@Uni-Bielefeld.de + +REQUIRES_MOTIF= YES +USE_IMAKE= YES + +.include <bsd.port.mk> diff --git a/x11-toolkits/xbae/distinfo b/x11-toolkits/xbae/distinfo new file mode 100644 index 000000000000..f98134646172 --- /dev/null +++ b/x11-toolkits/xbae/distinfo @@ -0,0 +1 @@ +MD5 (Xbae-4.6.2.tar.gz) = 733fed059a8b1570860ef30c89aed93d diff --git a/x11-toolkits/xbae/files/patch-aa b/x11-toolkits/xbae/files/patch-aa new file mode 100644 index 000000000000..9cc7615df62b --- /dev/null +++ b/x11-toolkits/xbae/files/patch-aa @@ -0,0 +1,26 @@ +*** ../Xbae-4.6.2-port/work/Xbae-4.6.2/Xbae.tmpl Thu Jul 10 10:15:47 1997 +--- ./Xbae.tmpl Wed Oct 29 15:42:55 1997 +*************** +*** 11,17 **** + XCOMM yes as the demos may have trouble finding the shared library. + + #define DoNormalLib YES +! #define DoSharedLib NO /* Don't define if you want the demos! */ + #define DoDebugLib NO + + XCOMM Some of the examples use Wcl. If you haven't got Wcl, it doesn't +--- 11,17 ---- + XCOMM yes as the demos may have trouble finding the shared library. + + #define DoNormalLib YES +! #define DoSharedLib YES /* Don't define if you want the demos! */ + #define DoDebugLib NO + + XCOMM Some of the examples use Wcl. If you haven't got Wcl, it doesn't +*************** +*** 172,175 **** + osaber: + XCOMM load $(ALLDEFINES) $(OBJS) + #endif +- +--- 172,174 ---- diff --git a/x11-toolkits/xbae/pkg-comment b/x11-toolkits/xbae/pkg-comment new file mode 100644 index 000000000000..cc23c257c28a --- /dev/null +++ b/x11-toolkits/xbae/pkg-comment @@ -0,0 +1 @@ +A Motif-based widget which displays a grid of cells as a spreadsheet. diff --git a/x11-toolkits/xbae/pkg-descr b/x11-toolkits/xbae/pkg-descr new file mode 100644 index 000000000000..92f19ed78903 --- /dev/null +++ b/x11-toolkits/xbae/pkg-descr @@ -0,0 +1,8 @@ +The XbaeMatrix is a Motif-based widget which displays a grid of cells +in the same manner as a spreadsheet. The cell array is scrollable, +editable, and otherwise reasonably configurable in appearance. Each +cell usually displays text, but pixmaps can also be displayed (not +editeable). The XbaeMatrix looks to some extent like a grid of +XmTextField widgets, but is actually implemented with a single +XmTextField. This means a big performance improvement due to less +overhead. diff --git a/x11-toolkits/xbae/pkg-plist b/x11-toolkits/xbae/pkg-plist new file mode 100644 index 000000000000..b77bdabef77d --- /dev/null +++ b/x11-toolkits/xbae/pkg-plist @@ -0,0 +1,16 @@ +lib/libXbae-4.6.a +lib/libXbae.a +lib/libXbae.so.6.2 +include/Xbae-4.6/Caption.h +include/Xbae-4.6/CaptionP.h +include/Xbae-4.6/Cell.h +include/Xbae-4.6/CellP.h +include/Xbae-4.6/Clip.h +include/Xbae-4.6/ClipP.h +include/Xbae-4.6/Matrix.h +include/Xbae-4.6/MatrixP.h +include/Xbae-4.6/patchlevel.h +@dirrm include/Xbae-4.6 +include/Xbae +man/man3/XbaeMatrix.3.gz +man/man3/XbaeCaption.3.gz |