summaryrefslogtreecommitdiff
path: root/x11-toolkits/blt
diff options
context:
space:
mode:
authorGarrett Wollman <wollman@FreeBSD.org>1994-12-14 21:21:36 +0000
committerGarrett Wollman <wollman@FreeBSD.org>1994-12-14 21:21:36 +0000
commit647ced5ced4def730159e2787ac3f2552baddc4e (patch)
treed5ed84342b4459af32565edc67f62aa54dd5d0d4 /x11-toolkits/blt
parentAdd pgp and missing \ (diff)
Port of BLT version 1.7
Notes
Notes: svn path=/head/; revision=570
Diffstat (limited to 'x11-toolkits/blt')
-rw-r--r--x11-toolkits/blt/Makefile17
-rw-r--r--x11-toolkits/blt/files/patch-aa41
-rw-r--r--x11-toolkits/blt/pkg-comment1
-rw-r--r--x11-toolkits/blt/pkg-descr7
-rw-r--r--x11-toolkits/blt/pkg-plist24
5 files changed, 90 insertions, 0 deletions
diff --git a/x11-toolkits/blt/Makefile b/x11-toolkits/blt/Makefile
new file mode 100644
index 000000000000..8409746ab259
--- /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 000000000000..6f501337d1fb
--- /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 000000000000..092452034150
--- /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 000000000000..b52ea656014b
--- /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 000000000000..6dd64bb91bcb
--- /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