Bug 108041 - [NEW PORT] lang/tcl85 lang/tcl85-thread 8.5.a.5
Summary: [NEW PORT] lang/tcl85 lang/tcl85-thread 8.5.a.5
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: Cheng-Lung Sung
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-17 15:50 UTC by Martin Matuska
Modified: 2007-01-29 03:20 UTC (History)
0 users

See Also:


Attachments
file.shar (72.10 KB, text/plain)
2007-01-17 15:50 UTC, Martin Matuska
no flags Details
file.shar (787 bytes, text/plain)
2007-01-17 15: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-01-17 15:50:17 UTC
	Port of the development version of tcl - 8.5a5
	A port of corresponding tk will follow

	I suggest creating a tcl85 category and adding it to this port 
	(as there are categories tcl83 tcl84)
	
	Patches merged from: lang/tcl84
	Tested with: portlint tinderbox
	
	Build logs:
	http://tinderbox.vx.sk/logs/6.2-FreeBSD-amd64/tcl-8.5.a.5.log
	http://tinderbox.vx.sk/logs/6.2-FreeBSD-amd64/tcl-threads-8.5.a.5.log
Comment 1 Cheng-Lung Sung freebsd_committer freebsd_triage 2007-01-18 00:39:03 UTC
Responsible Changed
From-To: freebsd-ports-bugs->clsung

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-01-29 03:07:07 UTC
clsung      2007-01-29 03:06:56 UTC

  FreeBSD ports repository

  Modified files:
    lang                 Makefile 
  Added files:
    lang/tcl85           Makefile distinfo pkg-deinstall.tclsh 
                         pkg-descr pkg-install.tclsh pkg-plist 
    lang/tcl85/files     patch-generic-tclPosixStr.c 
                         patch-tests-fCmd.test 
                         patch-unix-Makefile.in 
                         patch-unix-configure 
                         patch-unix-tclUnixPort.h 
  Log:
  Add tcl85 8.5.a.5, tool Command Language (development version).
  
  PR:             ports/108041
  Submitted by:   martin at matuska.org
  
  Revision  Changes    Path
  1.533     +1 -0      ports/lang/Makefile
  1.1       +728 -0    ports/lang/tcl85/Makefile (new)
  1.1       +3 -0      ports/lang/tcl85/distinfo (new)
  1.1       +22 -0     ports/lang/tcl85/files/patch-generic-tclPosixStr.c (new)
  1.1       +20 -0     ports/lang/tcl85/files/patch-tests-fCmd.test (new)
  1.1       +143 -0    ports/lang/tcl85/files/patch-unix-Makefile.in (new)
  1.1       +45 -0     ports/lang/tcl85/files/patch-unix-configure (new)
  1.1       +12 -0     ports/lang/tcl85/files/patch-unix-tclUnixPort.h (new)
  1.1       +22 -0     ports/lang/tcl85/pkg-deinstall.tclsh (new)
  1.1       +8 -0      ports/lang/tcl85/pkg-descr (new)
  1.1       +35 -0     ports/lang/tcl85/pkg-install.tclsh (new)
  1.1       +846 -0    ports/lang/tcl85/pkg-plist (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"
Comment 3 dfilter service freebsd_committer freebsd_triage 2007-01-29 03:10:29 UTC
clsung      2007-01-29 03:10:23 UTC

  FreeBSD ports repository

  Modified files:
    lang                 Makefile 
  Added files:
    lang/tcl85-thread    Makefile 
  Log:
  Add tcl85-thread , tool Command Language (development version).
  
  PR:             ports/108041
  Submitted by:   martin at matuska.org
  
  Revision  Changes    Path
  1.534     +1 -0      ports/lang/Makefile
  1.1       +12 -0     ports/lang/tcl85-thread/Makefile (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"
Comment 4 Cheng-Lung Sung freebsd_committer freebsd_triage 2007-01-29 03:13:52 UTC
State Changed
From-To: open->closed

New port added. Thank You.