Port of BLT version 1.7

This commit is contained in:
Garrett Wollman 1994-12-14 21:21:36 +00:00
parent c4a034a3a2
commit 647ced5ced
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=570
5 changed files with 90 additions and 0 deletions

17
x11-toolkits/blt/Makefile Normal file
View file

@ -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>

View file

@ -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"

View file

@ -0,0 +1 @@
BLT (Tk add-on), version 1.7 (with shared libs)

View file

@ -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.

View file

@ -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