Bug 110626 - [NEW PORT] lang/tcl-wrapper
Summary: [NEW PORT] lang/tcl-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-21 16:50 UTC by Martin Matuska
Modified: 2007-03-27 12:00 UTC (History)
0 users

See Also:


Attachments
file.shar (5.93 KB, text/plain)
2007-03-21 16: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-21 16:50:15 UTC
New port: lang/tcl-wrapper

This ports installs bin/tclsh that wraps to user-defined versions
of the Tcl shells defined in etc/tclsh.conf

Obsoletes port: tcl-tk-wrapper
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-03-21 16:50:22 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

miwi@ wants this PRs
Comment 2 Martin Matuska 2007-03-21 17:06:27 UTC
There is a bug in the port regarding TCL_VER and TK_VER.

Please use from .tar.gz instead:
http://www.matuska.org/martin/freebsd/ports/patches/tcl-wrapper.tar.gz

Patch against empty:
http://www.matuska.org/martin/freebsd/ports/patches/tcl-wrapper.patch
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2007-03-27 11:52:04 UTC
State Changed
From-To: open->closed

New port added. Thanks!
Comment 4 dfilter service freebsd_committer freebsd_triage 2007-03-27 11:52:24 UTC
miwi        2007-03-27 10:52:18 UTC

  FreeBSD ports repository

  Modified files:
    lang                 Makefile 
  Added files:
    lang/tcl-wrapper     Makefile pkg-descr 
    lang/tcl-wrapper/files conf.sample.in pkg-deinstall.in 
                           pkg-install.in pkg-message.in 
                           wrapper.in 
  Log:
  Tcl-wrapper installs a shell wrapper for the "tclsh" command that
  comes with different versions of Tcl. Users can define in a configuration file
  which version of the Tcl shell should be called.
  
  - Martin Matuska
  martin@matuska.org
  
  PR:             ports/110626
  Submitted by:   martin at matuska.org
  
  Revision  Changes    Path
  1.550     +1 -0      ports/lang/Makefile
  1.1       +71 -0     ports/lang/tcl-wrapper/Makefile (new)
  1.1       +6 -0      ports/lang/tcl-wrapper/files/conf.sample.in (new)
  1.1       +17 -0     ports/lang/tcl-wrapper/files/pkg-deinstall.in (new)
  1.1       +12 -0     ports/lang/tcl-wrapper/files/pkg-install.in (new)
  1.1       +7 -0      ports/lang/tcl-wrapper/files/pkg-message.in (new)
  1.1       +28 -0     ports/lang/tcl-wrapper/files/wrapper.in (new)
  1.1       +6 -0      ports/lang/tcl-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"