FreshPorts -- The Place For Ports Mon, 13 Oct 2008 3:58 PM GMT
There is a PORTS FREEZE in effect!

A ports freeze means that commits will be few and far between and only by approval.

Port details
tkdesk 2.0.2_1 x11-fm on this many watch lists=3 search for ports that depend on this port
A graphical, highly configurable and powerful file manager

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


  TkDesk is a graphical, highly configurable and powerful file manager
  for Unix and the X Window System.

WWW: http://sd.znet.com/~jchris/tkdesk/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Required To Build: devel/gmake
Required Libraries: x11-toolkits/blt, lang/itcl, x11-toolkits/tk84

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


Configuration Options
     No options to configure

Master Sites:
http://nchc.dl.sourceforge.net/sourceforge/tkdesk/
http://kent.dl.sourceforge.net/sourceforge/tkdesk/
http://easynews.dl.sourceforge.net/sourceforge/tkdesk/
http://ufpr.dl.sourceforge.net/sourceforge/tkdesk/
http://umn.dl.sourceforge.net/sourceforge/tkdesk/
http://heanet.dl.sourceforge.net/sourceforge/tkdesk/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 24

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
21 Aug 2008 07:18:49
Original commit files touched by this commit  2.0.2_1
rafan search for other commits by this committer
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
(Only the first 15 lines of the commit message are shown above View all of this commit message)
09 Apr 2008 14:42:26
Original commit files touched by this commit  2.0.2_1
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 21:32:57
Original commit files touched by this commit  2.0.2_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}.
17 May 2006 21:35:55
Original commit files touched by this commit  2.0.2
mi search for other commits by this committer
Update the itcl/itk from 3.2 to 3.3 (released in April 2005). The
installed libraries are now named libitcl.so.3 & libitk.so.3 instead
of having the version be part of the libname (libitcl33.so.1). The
itclConfig.sh and itkConfig.sh are now also installed, which is required
by some software (such as the insight -- a gdb frontend).

Fix-up the (unchanged) iwidgets port to reflect the above and improve it
to not require its own copy of the itcl tree at install time.

Approved by:    maintainer

Fix-up the tkdesk port to reflect the itcl/itk changes, which required
updating it to the 2.0p2 (from 2.0). (This lovely piece of software
badly needs a caring maintainer, BTW.) While here, teach tkdesk to use
installed blt instead of building its own.

The only iwidget/itk/itcl consumer that remains broken is net/smm++ (a
MUD client). This should change as soon as the maintainer get back to
me.
13 May 2006 06:00:46
Original commit files touched by this commit  2.0
edwin search for other commits by this committer
Remove USE_REINPLACE from categories starting with X
25 Nov 2005 19:16:38
Original commit files touched by this commit  2.0
pav search for other commits by this committer
- Add SHA256
12 Apr 2005 04:26:57
Original commit files touched by this commit  2.0
obrien search for other commits by this committer
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
11 Apr 2005 09:04:41
Original commit files touched by this commit  2.0
obrien search for other commits by this committer
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
30 Jul 2004 11:09:42
Original commit files touched by this commit  2.0
keramida search for other commits by this committer
Unbreak build of TkDesk on CURRENT.

Approved by:    krion
18 Apr 2004 18:01:12
Original commit files touched by this commit  2.0
krion search for other commits by this committer
- Update to version 2.0

PR:             ports/65720
Submitted by:   Ports Fury
10 Apr 2004 18:26:55
Original commit files touched by this commit  1.2_2
trevor search for other commits by this committer
Tidy up whitespace.
17 Mar 2004 18:29:46
Original commit files touched by this commit  1.2_2
trevor search for other commits by this committer
SIZEify.
12 Feb 2004 00:01:00
Original commit files touched by this commit  1.2_2
linimon search for other commits by this committer
mat@FreeBSD.org reports no response from this maintainer for several
months about his other ports, so reset this one too.  His last
approved update was several months ago.

Maintainer, if this is in error, please contact me directly.
04 Feb 2004 05:10:27
Original commit files touched by this commit  1.2_2
marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 1)
13 Nov 2003 12:03:59
Original commit files touched by this commit  1.2_1
trevor search for other commits by this committer
Use the FIND and XARGS macros introduced in bsd.port.mk 1.391.
26 Oct 2003 09:12:06
Original commit files touched by this commit  1.2_1
kjc search for other commits by this committer
add tk83 to LIB_DEPENDS.  it should have been added when BLT was
removed from LIB_DEPENDS.

reported by kris.  found by bento.
20 Oct 2003 05:58:06
Original commit files touched by this commit  1.2_1
kjc search for other commits by this committer
make tkdesk not to depend on the ports version of the BLT library.
use the internal version instead.

this is a preparation for switching BLT to tcl/tk 8.4 since tkdesk is
also dependent on 8.3 through itcl.

OKed by the maintainer, Andy Sparrow <spadger@best.com>
24 Sep 2003 10:37:11
Original commit files touched by this commit  1.2_1
osa search for other commits by this committer
Make portlint(1) happy by changing strip to ${STRIP_CMD}

Submitted by:   Oleg Karachevtsev <ok@etrust.ru>
PR:             56998
21 Feb 2003 14:08:24
Original commit files touched by this commit  1.2_1
knu search for other commits by this committer
De-pkg-comment.
03 Sep 2001 20:17:47
files touched by this commit
knu search for other commits by this committer
Update to use Tcl/Tk 8.2, itcl3.2 and the latest version of BLT.    
05 Feb 2001 21:00:56
files touched by this commit
olgeni search for other commits by this committer
Spaces -> tabs in ports/x11-fm.    
08 Oct 2000 08:37:12
files touched by this commit
asami search for other commits by this committer
Convert category x11-fm to new layout.  
09 Jun 2000 22:46:12
files touched by this commit
will search for other commits by this committer
Fix URL.    
29 May 2000 05:33:10
files touched by this commit
steve search for other commits by this committer
- Use itcl as a dependency instead of itk.   - Include extra patches from master
web site fixing various problems.   - Use FreeBSD-specific utils (e.g. 'vipw'
instead of 'vi /etc/passwd') or     correct non-FreeBSD flags to system programs
(e.g. 'du -D' will not work on     FreeBSD).    

Number of commits found: 24

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
drupal5Oct 12
drupal6Oct 12
cups-baseOct 10
mysql41-server*Oct 10
mysql50-client*Oct 10
mysql50-server*Oct 10
mysql51-client*Oct 10
mysql51-server*Oct 10
mysql60-client*Oct 10
operaOct 10
bitlbee*Oct 03
gallery*Oct 03
gallery2*Oct 03
horde-base*Oct 03
phpmyadmin*Oct 03

12 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 19305
Broken 157
Deprecated 80
Ignore 437
Forbidden 7
Restricted 279
No CDROM 132
Vulnerable 55
Expired 55
Set to expire 62
Interactive 78
new 24 hours 12
new 48 hours25
new 7 days43
new fortnight80
new month137

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

Add tab to Netscape 6

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