FreshPorts -- The Place For Ports notbug Sun, 12 Feb 2012 1:18 PM GMT
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.
CVSWeb : Sources : Distfiles Availability : PortsMon
NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required To Build: x11/libX11, devel/libtool
Required To Run: x11/libX11
Required Libraries: graphics/jpeg, x11-toolkits/tk85
There are no ports dependent upon this port

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:
http://heanet.dl.sourceforge.net/project/blt/BLT/BLT%202.4z/
http://sunet.dl.sourceforge.net/project/blt/BLT/BLT%202.4z/
http://iweb.dl.sourceforge.net/project/blt/BLT/BLT%202.4z/
http://switch.dl.sourceforge.net/project/blt/BLT/BLT%202.4z/
http://surfnet.dl.sourceforge.net/project/blt/BLT/BLT%202.4z/
http://kent.dl.sourceforge.net/project/blt/BLT/BLT%202.4z/
http://freefr.dl.sourceforge.net/project/blt/BLT/BLT%202.4z/
http://voxel.dl.sourceforge.net/project/blt/BLT/BLT%202.4z/
http://jaist.dl.sourceforge.net/project/blt/BLT/BLT%202.4z/
http://osdn.dl.sourceforge.net/project/blt/BLT/BLT%202.4z/
http://nchc.dl.sourceforge.net/project/blt/BLT/BLT%202.4z/
http://ncu.dl.sourceforge.net/project/blt/BLT/BLT%202.4z/
http://transact.dl.sourceforge.net/project/blt/BLT/BLT%202.4z/
http://softlayer.dl.sourceforge.net/project/blt/BLT/BLT%202.4z/
http://internode.dl.sourceforge.net/project/blt/BLT/BLT%202.4z/
http://ufpr.dl.sourceforge.net/project/blt/BLT/BLT%202.4z/
http://waix.dl.sourceforge.net/project/blt/BLT/BLT%202.4z/
ftp://ftp.csl.sony.co.jp/pub/kjc/ttt-libs/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 37

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
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: 37

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
webcalendarFeb 12
webcalendar-develFeb 12
bipFeb 11
firefoxFeb 11
linux-firefoxFeb 11
linux-seamonkeyFeb 11
linux-thunderbirdFeb 11
seamonkeyFeb 11
surfFeb 11
thunderbirdFeb 11
chromiumFeb 09
chromiumFeb 09
drupal6Feb 07
drupal7Feb 07
bugzillaFeb 06

15 vulnerabilities affecting 34 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 23151
Broken 192
Deprecated 96
Ignore 728
Forbidden 2
Restricted 329
No CDROM 109
Vulnerable 0
Expired 7
Set to expire 93
Interactive 59
new 24 hours 2
new 48 hours7
new 7 days44
new fortnight69
new month138

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

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.238 seconds.