8a07 FreshPorts -- japanese/tk80
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
tk80 8.0.5_5 japanese on this many watch lists=0 search for ports that depend on this port
Graphical toolkit for Japanized TCL, version 8.0

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: x11-toolkits tk
License: not specified in port


This package contains the binary release of Japanized Tk 8.0, 
a GUI toolkit for Tcl.

Many thanks to Mr. Nishinaka and tcl-jp team.

The best way to get started with Tcl is to read ``Tcl and the Tk
Toolkit'' by John K. Ousterhout, Addison-Wesley, ISBN 0-201-63337-X. 
And Japanized version of this document is available. 
`` Tcl and Tk Toolkit'', SOFTBANK, ISBN4-89052-819-9.

NOTE: A full set of manual pages is provided by the package "tk-8.0".
This package does NOT contain it. 
And this kit requires a Japanized Tcl8.0 binary kit.
SVNWeb : Distfiles Availability : PortsMon

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

Required To Build:
  1. x11/libX11
  2. devel/autoconf213
Required To Run:
  1. x11/libX11
Required Libraries:
  1. japanese/tcl80

This port is required by:

for Libraries for Run

To install the port: cd /usr/ports/japanese/tk80/ && make install clean
To add the package: pkg_add -r ja-tk


Configuration Options
     No options to configure

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. ftp://ftp.funet.fi/pub/languages/tcl/tcl/tcl8_0/
  3. ftp://ftp.kddlabs.co.jp/lang/tcl/ftp.scriptics.com/tcl8_0/
  4. ftp://ftp.mirrorservice.org/sites/ftp.tcl.tk/pub/tcl/tcl8_0/
  5. ftp://ftp.tcl.tk/pub/tcl/tcl8_0/
  6. ftp://sunsite.utk.edu/pub/tcl/tcl8_0/

Number of commits found: 24

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
23 Sep 2011 22:26:39
Original commit files touched by this commit  8.0.5_5
amdmi3 search for other commits by this committer
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:             157936
Submitted by:   myself
Exp-runs by:    pav
Approved by:    pav
18 Mar 2011 17:59:51
Original commit files touched by this commit  8.0.5_5
miwi search for other commits by this committer
- Get Rid MD5 support

With hat:       portmgr (myself)
04 Dec 2010 07:34:27
Original commit files touched by this commit  8.0.5_5
ade search for other commits by this committer
Sync to new bsd.autotools.mk
18 Jun 2008 18:48:51
Original commit files touched by this commit  8.0.5_5
pav search for other commits by this committer
- Reset maintainer address:
  550 5.1.2 <taguchi@tohoku.iij.ad.jp>... Host unknown (Name server:
  tohoku.iij.ad.jp: no data known)
19 Apr 2008 17:56:05
Original commit files touched by this commit  8.0.5_5
  Sanity Test Failure
miwi search for other commits by this committer
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
        Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
        ehaupt, nox, itetcu, flz, pav

PR:             116263
Tested on:      pointyhat
Approved by:    portmgr (pav)
09 Apr 2008 13:42:26
Original commit files touched by this commit  8.0.5_4
pav search for other commits by this committer
- Move from versioned tcl/tk CATEGORIES to simple tcl and tk categories

With hat:       portmgr
19 May 2007 20:32:57
Original commit files touched by this commit  8.0.5_4
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}.
30 Jan 2007 10:25:34
Original commit files touched by this commit  8.0.5_3
pav search for other commits by this committer
- Remove support for a.out format and PORTOBJFORMAT variable from individual
  ports

With hat:       portmgr
30 Jan 2007 04:14:53
Original commit files touched by this commit  8.0.5_3
kris search for other commits by this committer
Retire obsolete a.out shared library support
07 Jan 2007 11:59:03
Original commit files touched by this commit  8.0.5_3
gabor search for other commits by this committer
- Fix build with X.org 7 [1]
- Change MASTER_SITES [1]
- Fix maintainer's e-mail [1]
- Fix build with gcc4 [2]
- Fix wrongly implemented NOPORTDOCS
- Bump PORTREVISION

PR:             ports/106913 [1],
                ports/106914 [2]
Submitted by:   Takeshi Taguchi <taguchi@iij.ad.jp> (maintainer) [1] [2]
Approved by:    erwin (mentor)
09 May 2006 00:18:07
Original commit files touched by this commit  8.0.5_2
edwin search for other commits by this committer
Remove USE_REINPLACE from categories starting with a J
22 Jan 2006 12:39:13
Original commit files touched by this commit  8.0.5_2
edwin search for other commits by this committer
SHA256ify

Approved by: krion@
15 Nov 2005 06:52:12
Original commit files touched by this commit  8.0.5_2
ade search for other commits by this committer
Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
        http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
15 Apr 2005 18:45:42
Original commit files touched by this commit  8.0.5_2
sf search for other commits by this committer
unbreak (libxpg4.)
10 Apr 2005 21:28:10
Original commit files touched by this commit  8.0.5_2
kris search for other commits by this committer
BROKEN on 6.0: Depends on libxpg4 which was prematurely removed by tjr
31 Mar 2004 03:12:58
Original commit files touched by this commit  8.0.5_2
trevor search for other commits by this committer
SIZEify (maintainer timeout)
14 Mar 2004 06:17:56
Original commit files touched by this commit  8.0.5_2
ade search for other commits by this committer
Whoa there, boy, that's a mighty big commit y'all have there...

Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

        USE_LIBTOOL=YES         ->      USE_LIBTOOL_VER=13
        USE_AUTOCONF=YES        ->      USE_AUTOCONF_VER=213
        USE_AUTOMAKE=YES        ->      USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
21 Feb 2003 12:29:08
Original commit files touched by this commit  8.0.5_2
knu search for other commits by this committer
De-pkg-comment.
22 May 2002 00:18:56
Original commit files touched by this commit  8.0.5_2
mita search for other commits by this committer
PORTREVISION bump.
21 May 2002 13:42:30
Original commit files touched by this commit  8.0.5_1
mita search for other commits by this committer
Make japanese/tk80 compatible to XFree86 4.2

Submitted by:   Maintainer (taguchi@tohoku.iij.ad.jp)
09 Apr 2001 10:31:03
files touched by this commit
knu search for other commits by this committer
Fix up {tcl,tk}Config.sh breakage.    
08 Oct 2000 11:23:49
files touched by this commit
asami search for other commits by this committer
Change PKGDIR from pkg/ to .  Also fix places where ${PKGDIR} is   spelled out
(many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type   fixes that
shouldn't have been necessary) and the string "/pkg/"   appear.    
08 Oct 2000 03:24:23
files touched by this commit
asami search for other commits by this committer
Convert category japanese to new layout.  
17 Jun 2000 06:34:04
files touched by this commit
knu search for other commits by this committer
Tell these port to use INSTALLS_SHLIB/LDCONFIG_DIRS.    

Number of commits found: 24

2851
Login
User Login
Create account

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

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
couchdbMay 26
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

9 vulnerabilities affecting 25 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 24543
Broken 216
Deprecated 487
Ignore 633
Forbidden 2
Restricted 292
No CDROM 109
Vulnerable 26
Expired 123
Set to expire 525
Interactive 33
new 24 hours 12
new 48 hours15
new 7 days38
new fortnight62
new month226

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