Bug 109852 - [NEW PORT] lang/tcl-tk-wrapper
Summary: [NEW PORT] lang/tcl-tk-wrapper
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-04 13:50 UTC by Martin Matuska
Modified: 2007-03-06 19:40 UTC (History)
0 users

See Also:


Attachments
file.shar (6.12 KB, text/plain)
2007-03-04 13:50 UTC, Martin Matuska
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Matuska 2007-03-04 13:50:02 UTC
New port: tcl-tk-wrapper
This ports installs bin/tclsh and bin/wish that wrap to user-defined versions
of the shells defined in etc/tcltk.conf
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-03-04 13:50:10 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

miwi@ wants this PRs
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2007-03-06 19:37:54 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2007-03-06 19:38:16 UTC
miwi        2007-03-06 19:38:10 UTC

  FreeBSD ports repository

  Modified files:
    lang                 Makefile 
  Added files:
    lang/tcl-tk-wrapper  Makefile pkg-descr 
    lang/tcl-tk-wrapper/files pkg-message.in tclsh.in 
                              tcltk.conf.sample.in wish.in 
  Log:
  Tcl-tk-wrapper installs shell wrappers for "tclsh" and "wish" commands that
  come with different versions of tcl and tk. Users can define which version
  of the tcl and tk shells should be called.
  
  To make use of the "tclsh" wrapper, users need to install tcl.
  Recommended tcl ports: lang/tcl84 lang/tcl85
  
  To make use of the "wish" wrapper, users need to install tk.
  Recommended tk ports: x11-toolkits/tk84 x11-toolkits/tk85
  
  - Martin Matuska
  martin@matuska.org
  
  PR:             ports/109852
  Submitted by:   martin at matuska.org
  
  Revision  Changes    Path
  1.547     +1 -0      ports/lang/Makefile
  1.1       +36 -0     ports/lang/tcl-tk-wrapper/Makefile (new)
  1.1       +13 -0     ports/lang/tcl-tk-wrapper/files/pkg-message.in (new)
  1.1       +31 -0     ports/lang/tcl-tk-wrapper/files/tclsh.in (new)
  1.1       +17 -0     ports/lang/tcl-tk-wrapper/files/tcltk.conf.sample.in (new)
  1.1       +31 -0     ports/lang/tcl-tk-wrapper/files/wish.in (new)
  1.1       +12 -0     ports/lang/tcl-tk-wrapper/pkg-descr (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"