diff options
author | wollman <wollman@FreeBSD.org> | 1994-12-14 21:21:36 +0000 |
---|---|---|
committer | wollman <wollman@FreeBSD.org> | 1994-12-14 21:21:36 +0000 |
commit | 82671b65fc8b78046ce34b7dc42c80753e19b440 (patch) | |
tree | eefb01a6143cf5f276156d161d354ad424a5b2ca /x11-toolkits/blt | |
parent | e7e452803a814b4c71b817df7762256d483b5b6d (diff) | |
download | FreeBSD-ports-82671b65fc8b78046ce34b7dc42c80753e19b440.zip FreeBSD-ports-82671b65fc8b78046ce34b7dc42c80753e19b440.tar.gz |
Port of BLT version 1.7
Diffstat (limited to 'x11-toolkits/blt')
-rw-r--r-- | x11-toolkits/blt/Makefile | 17 | ||||
-rw-r--r-- | x11-toolkits/blt/files/patch-aa | 41 | ||||
-rw-r--r-- | x11-toolkits/blt/pkg-comment | 1 | ||||
-rw-r--r-- | x11-toolkits/blt/pkg-descr | 7 | ||||
-rw-r--r-- | x11-toolkits/blt/pkg-plist | 24 |
5 files changed, 90 insertions, 0 deletions
diff --git a/x11-toolkits/blt/Makefile b/x11-toolkits/blt/Makefile new file mode 100644 index 0000000..8409746 --- /dev/null +++ b/x11-toolkits/blt/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: blt +# Version required: 1.7 +# Date created: 14 December 1994 +# Whom: wollman +# +# $Id: Makefile,v 1.1.1.1 1994/10/13 00:50:38 wollman Exp $ +# + +DISTNAME= blt-1.7 +DISTFILES= BLT-1.7.tar.gz +MASTER_SITES= ftp://ftp.aud.alcatel.com/tcl/extensions/ +DEPENDS= ${PORTSDIR}/x11/tk +GNU_CONFIGURE= yes +ALL_TARGET= all sharedlib + +.include <bsd.port.mk> + diff --git a/x11-toolkits/blt/files/patch-aa b/x11-toolkits/blt/files/patch-aa new file mode 100644 index 0000000..6f50133 --- /dev/null +++ b/x11-toolkits/blt/files/patch-aa @@ -0,0 +1,41 @@ +*** configure.orig Wed Dec 14 15:17:42 1994 +--- configure Wed Dec 14 15:22:42 1994 +*************** +*** 183,187 **** + # ----------------------------------------------------------------------- + if test -z "$prefix" ; then +! prefix=/usr/local/blt + fi + +--- 183,187 ---- + # ----------------------------------------------------------------------- + if test -z "$prefix" ; then +! prefix=/usr/local + fi + +*************** +*** 1114,1117 **** +--- 1114,1123 ---- + SHLIB_SUFFIX='.so.$(MAJOR_VERSION)' + ;; ++ FreeBSD*) ++ SHLIB_CCFLAGS="-fpic" ++ SHLIB_LDFLAGS="-Bshareable" ++ SHLIB_LOADER="ld" ++ SHLIB_SUFFIX='.so.$(MAJOR_VERSION).$(MINOR_VERSION)' ++ ;; + *) + echo "Don't know how to make shared libraries for $system" +*************** +*** 1137,1141 **** + LIBDIR="$DESTDIR/lib" + MANDIR="$DESTDIR/man" +! BLT_LIBRARY="$DESTDIR/library" + + +--- 1143,1147 ---- + LIBDIR="$DESTDIR/lib" + MANDIR="$DESTDIR/man" +! BLT_LIBRARY="$DESTDIR/lib/blt" + + diff --git a/x11-toolkits/blt/pkg-comment b/x11-toolkits/blt/pkg-comment new file mode 100644 index 0000000..0924520 --- /dev/null +++ b/x11-toolkits/blt/pkg-comment @@ -0,0 +1 @@ +BLT (Tk add-on), version 1.7 (with shared libs) diff --git a/x11-toolkits/blt/pkg-descr b/x11-toolkits/blt/pkg-descr new file mode 100644 index 0000000..b52ea65 --- /dev/null +++ b/x11-toolkits/blt/pkg-descr @@ -0,0 +1,7 @@ +This package contains the binary release of BLT version 1.7, an add-on +library for programs using Tk 3.6. It includes widgets to implement +drag and drop, barcharts and X-Y plots, and including generic Tk +widgets inside a text object. + +NOTE: This kit requires as a pre-requisite the Tcl and Tk binary kits. +This version uses FreeBSD shared libraries. diff --git a/x11-toolkits/blt/pkg-plist b/x11-toolkits/blt/pkg-plist new file mode 100644 index 0000000..6dd64bb --- /dev/null +++ b/x11-toolkits/blt/pkg-plist @@ -0,0 +1,24 @@ +@cwd /usr/local +lib/blt/dd_protocols/dd-color.tcl +lib/blt/dd_protocols/dd-file.tcl +lib/blt/dd_protocols/dd-number.tcl +lib/blt/dd_protocols/dd-text.tcl +lib/blt/dd_protocols/tclIndex +lib/blt/bltGraph.pro +bin/blt_wish +lib/libBLT.a +lib/libBLT.so.1.7 +man/mann/blt_barchart.n +man/mann/blt_bell.n +man/mann/blt_bgexec.n +man/mann/blt_bitmap.n +man/mann/blt_busy.n +man/mann/blt_cutbuffer.n +man/mann/blt_debug.n +man/mann/blt_dragdrop.n +man/mann/blt_graph.n +man/mann/blt_htext.n +man/mann/blt_intro.n +man/mann/blt_table.n +man/mann/blt_watch.n +man/mann/blt_win.n |