d8c5 FreshPorts -- x11-toolkits/blt
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
blt 2.4z_7 x11-toolkits on this many watch lists=11 search for ports that depend on this port
A Tk extension (with shared libs)

There is no maintainer for this port.
Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org search for ports maintained by this maintainer
Port Added: unknown
Also Listed In: tk
License: not specified in port


The BLT Toolkit is an extension to Tcl and Tk. It adds new commands
and widgets to the Tcl interpreter. Included widgets are 2D graph,
barchart, stripchart, tab notebook, and tree viewer.

NOTE: This kit requires as a pre-requisite the Tcl and Tk binary kits.
This version uses FreeBSD shared libraries.
SVNWeb : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. x11/libX11
  2. devel/libtool
Required To Run:
  1. x11/libX11
Required Libraries:
  1. graphics/jpeg
  2. x11-toolkits/tk85

This port is required by:

for Libraries for Run

To install the port: cd /usr/ports/x11-toolkits/blt/ && make install clean
To add the package: pkg_add -r blt


Configuration Options
     No options to configure

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. ftp://ftp.csl.sony.co.jp/pub/kjc/ttt-libs/
  3. http://aarnet.dl.sourceforge.net/project/blt/BLT/BLT%202.4z/
  4. http://freefr.dl.sourceforge.net/project/blt/BLT/BLT%202.4z/
  5. http://garr.dl.sourceforge.net/project/blt/BLT/BLT%202.4z/
  6. http://heanet.dl.sourceforge.net/project/blt/BLT/BLT%202.4z/
  7. http://hivelocity.dl.sourceforge.net/project/blt/BLT/BLT%202.4z/
  8. http://ignum.dl.sourceforge.net/project/blt/BLT/BLT%202.4z/
  9. http://internode.dl.sourceforge.net/project/blt/BLT/BLT%202.4z/
  10. http://iweb.dl.sourceforge.net/project/blt/BLT/BLT%202.4z/
  11. http://jaist.dl.sourceforge.net/project/blt/BLT/BLT%202.4z/
  12. http://kaz.dl.sourceforge.net/project/blt/BLT/BLT%202.4z/
  13. http://kent.dl.sourceforge.net/project/blt/BLT/BLT%202.4z/
  14. http://master.dl.sourceforge.net/project/blt/BLT/BLT%202.4z/
  15. http://nchc.dl.sourceforge.net/project/blt/BLT/BLT%202.4z/
  16. http://ncu.dl.sourceforge.net/project/blt/BLT/BLT%202.4z/
  17. http://netcologne.dl.sourceforge.net/project/blt/BLT/BLT%202.4z/
  18. http://sunet.dl.sourceforge.net/project/blt/BLT/BLT%202.4z/
  19. http://superb-dca3.dl.sourceforge.net/project/blt/BLT/BLT%202.4z/
  20. http://switch.dl.sourceforge.net/project/blt/BLT/BLT%202.4z/
  21. http://tenet.dl.sourceforge.net/project/blt/BLT/BLT%202.4z/
  22. http://ufpr.dl.sourceforge.net/project/blt/BLT/BLT%202.4z/
  23. http://waix.dl.sourceforge.net/project/blt/BLT/BLT%202.4z/

Number of commits found: 41

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
23 Apr 2013 11:51:53
Original commit files touched by this commit  2.4z_7
gahr search for other commits by this committer
- Remove lang/tcl83 and x11-toolkits/tk83 (expired)
- Remove references to Tcl/Tk 8.3 from bsd.tcl.mk
- Update ports that required 8.3+ to require 8.4+ (since 8.5 is the
  default, I don't expect this change to cause much trouble)
19 Feb 2013 11:38:03
Original commit files touched by this commit  2.4z_7
gahr search for other commits by this committer
- Set Tcl/Tk 86 as an invalid version for this port
- While at it, trim Makefile headers
04 Dec 2012 10:43:09
Original commit files touched by this commit  2.4z_7
gahr search for other commits by this committer
- Chase 82+ not being a valid Tcl/Tk version anymore

Feature safe:	yes
Reported by:	beat, bapt
04 Jul 2012 21:26:43
Original commit files touched by this commit  2.4z_7
pawel search for other commits by this committer
Remove -Werror from compiler flags to fix build with clang
02 Jul 2011 18:18:48
Original commit files touched by this commit  2.4z_7
miwi search for other commits by this committer
- Kick MD5 support
04 Dec 2010 07:34:27
Original commit files touched by this commit  2.4z_7
ade search for other commits by this committer
Sync to new bsd.autotools.mk
05 Feb 2010 11:46:55
Original commit files touched by this commit  2.4z_7
dinoex search for other commits by this committer
- update to jpeg-8
26 Jan 2010 02:59:16
Original commit files touched by this commit  2.4z_6
mi search for other commits by this committer
Turns out, BLT had its own copies of some important structs, that
Tk does not normally export to extensions. Unfortunately, these
became slightly different in Tk-8.5 resulting in mistery crashes...

Fortunately, some of these structs are available on FreeBSD, where
we install some important headers, that Tcl/Tk themselves don't
install.  Use those, wherever possible.

Where it is not possible (Frame is defined in BLT's own tkFrame.c),
rename the struct (Frame becomes bltFrame) so that the discrepancy
is easier to catch in the future.

Bump PORTREVISION again.

Tested with: tkdesk, ttt
24 Jan 2010 19:27:17
Original commit files touched by this commit  2.4z_5
mi search for other commits by this committer
Fix parallel building. Patch up another run-time problem, that,
apparently, strikes only under Tk-8.5. Bump PORTREVISION.
24 Jan 2010 01:42:28
Original commit files touched by this commit  2.4z_4
mi search for other commits by this committer
There is an X11 problem with RenderCreatePicture, when BLT uses Tk-8.5
and the latter has Xft enabled (which is the default). Add a work-around.

Obtained from:  RedHat
24 Jan 2010 01:18:32
Original commit files touched by this commit  2.4z_4
mi search for other commits by this committer
Add one more hunk, without which BLT will not find Tk at run time and
not offer Tk-functionality. Bump PORTREVISION.
23 Jan 2010 02:14:39
Original commit files touched by this commit  2.4z_3
mi search for other commits by this committer
Add a forgotten new patch, that addresses compatibility with against
newer versions of Tcl (8.5+)
22 Jan 2010 05:13:22
Original commit files touched by this commit  2.4z_3
mi search for other commits by this committer
Allow to build with any Tcl/Tk-8.* version. Fix enough warning to allow
compile with -Wall -Werror. Enable JPEG-support. Bump PORTREVISION.
27 Aug 2009 18:31:08
Original commit files touched by this commit  2.4z_2
amdmi3 search for other commits by this committer
- Fix some more SF URLs, including ones in PATCH_SITES and comments (for
consistency)

Approved by:    portmgr (pav)
22 Aug 2009 00:39:37
Original commit files touched by this commit  2.4z_2
amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with X
02 Aug 2009 19:36:34
Original commit files touched by this commit  2.4z_2
mezz search for other commits by this committer
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:      marcus and kwm
Pointyhat-exp:  a few times by pav
Tested by:      pgollucci, "Romain Tartière" <romain@blogreen.org>, and
                a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:    marcus
Approved by:    portmgr
07 Jul 2009 06:48:54
Original commit files touched by this commit  2.4z_2
mm search for other commits by this committer
- Prepare for lang/tcl80 and x11-toolkits/tk80 removal
- Switch all ports that have USE_TCL=80+ to use USE_TCL=82+
14 Feb 2009 14:14:44
Original commit files touched by this commit  2.4z_2
mm search for other commits by this committer
- Add tcl86 to unsupported tcl versions
09 Apr 2008 13:42:26
Original commit files touched by this commit  2.4z_2
pav search for other commits by this committer
- Move from versioned tcl/tk CATEGORIES to simple tcl and tk categories

With hat:       portmgr
01 Oct 2007 11:09:27
Original commit files touched by this commit  2.4z_2
linimon search for other commits by this committer
Maintainer no longer has time to work on FreeBSD.  We hope to see him
back again sometime.
09 Sep 2007 07:45:34
Original commit files touched by this commit  2.4z_2
rafan search for other commits by this committer
- Fix shared library dependencies

PR:             ports/116130
Submitted by:   TAOKA Fumiyoshi <fmysh at iijmio-mail.jp>
Obtained from: 
http://sourceforge.net/tracker/index.php?func=detail&aid=1470209&group_id=18616&atid=318616
Approved by:    Kenjiro Cho <kjc at iijlab.net> (maintainer)
24 Aug 2007 19:41:04
Original commit files touched by this commit  2.4z_1
mm search for other commits by this committer
- Use USE_TK=80+ and USE_XORG=x11

PR:             ports/115766
Submitted by:   mm
Approved by:    Kenijro Cho <kjc at iijlab.net> (maintainer)
19 May 2007 20:32:57
Original commit files touched by this commit  2.4z_1
flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
13 Feb 2007 10:43:35
Original commit files touched by this commit  2.4z
rafan search for other commits by this committer
- Fix build after objformat is gone

PR:             ports/108958
Submitted by:   CHAO Shin <quakelee at cn.freebsd.org>
Approved by:    Kenjiro Cho <kjc at iijlab.net> (maintainer)
02 Dec 2006 21:51:03
Original commit files touched by this commit  2.4z
rafan search for other commits by this committer
- Respect X11BASE

Approved by:    maintainer (implicit)
24 Jan 2006 03:16:52
Original commit files touched by this commit  2.4z
edwin search for other commits by this committer
SHA256ify

Approved by: krion@
28 Nov 2005 07:08:15
Original commit files touched by this commit  2.4z
fenner search for other commits by this committer
Use PATCH_SITE_SUBDIR instead of substituting %SUBDIR%.

Approved by:    Kenjiro Cho (MAINTAINEr)
26 Feb 2005 16:04:30
Original commit files touched by this commit  2.4z
kjc search for other commits by this committer
do not install manpages for now to avoid conflicts.

update the maintainer's e-mail address while I'm here.
15 Apr 2004 01:49:25
Original commit files touched by this commit  2.4z
ijliao search for other commits by this committer
utilize MASTER_SITE_SOURCEFORGE
31 Mar 2004 03:12:58
Original commit files touched by this commit  2.4z
trevor search for other commits by this committer
SIZEify (maintainer timeout)
22 Oct 2003 10:16:00
Original commit files touched by this commit  2.4z
kjc search for other commits by this committer
update BLT to BLT2.4z, and switch to tcl/tk8.4.
bump the share lib version to libBLT24.so.3.

Submitted by Klaus Robert Suetterlin <robert@mpe.mpg.de> with minor tweak by me.
PR:     57960
29 Aug 2003 03:03:00
Original commit files touched by this commit  2.4u
edwin search for other commits by this committer
Give more hints to configure to make it working on non-/usr/local/
LOCALBASE systems.
21 Feb 2003 14:19:11
Original commit files touched by this commit  2.4u
knu search for other commits by this committer
De-pkg-comment.
24 Apr 2001 11:59:28
files touched by this commit
kjc search for other commits by this committer
instruct configure to respect PREFIX when looking for tcl/tk.    
05 Feb 2001 16:49:18
files touched by this commit
olgeni search for other commits by this committer
Batch of style fixes for x11-toolkits.    
21 Dec 2000 11:57:18
files touched by this commit
kjc search for other commits by this committer
update BLT from 2.4s to 2.4u.   move from tcl8.2/tk8.2 to tcl8.3/tk8.3.    
08 Oct 2000 08:03:53
files touched by this commit
asami search for other commits by this committer
Convert category x11-toolkits to new layout.  
16 Jun 2000 22:52:41
files touched by this commit
asami search for other commits by this committer
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB.  (There was a typo in the   previous
commit message to bsd.port.mk, which said INSTALL_SHLIBS.  Boo.)    
16 Jun 2000 09:19:52
files touched by this commit
sobomax search for other commits by this committer
Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because I  
just cun'n'pasted the name from Satoshi's commit message without checking   it. 
  
15 Jun 2000 18:12:51
files touched by this commit
sobomax search for other commits by this committer
Second round of INSTALL_SHLIBS=yes fixes.    
09 Jun 2000 09:35:54
files touched by this commit
kjc search for other commits by this committer
upgrade BLT2.4m to BLT2.4s    

Number of commits found: 41

2863
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
otrsMay 23
otrsMay 23
otrsMay 23
otrsMay 23
chromiumMay 22
chromiumMay 22
firefox*May 21
firefox-devel*May 21
firefox-esr*May 21
firefox10*May 21
firefox15*May 21
firefox3*May 21
firefox3-devel*May 21
firefox35*May 21
firefox36*May 21

8 vulnerabilities affecting 24 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24537
Broken 218
Deprecated 474
Ignore 633
Forbidden 2
Restricted 292
No CDROM 109
Vulnerable 25
Expired 132
Set to expire 512
Interactive 33
new 24 hours 4
new 48 hours8
new 7 days32
new fortnight63
new month215

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0