You are viewing a plain text version of this content. The canonical link for it is here.
Posted to websh-cvs@tcl.apache.org by ro...@apache.org on 2009/06/17 16:19:42 UTC

svn commit: r785615 - in /tcl/websh/trunk: CHANGES src/ChangeLog src/unix/Makefile.in src/unix/pkgIndex.tcl src/win/Makefile src/win/pkgIndex.tcl

Author: ronnie
Date: Wed Jun 17 14:19:41 2009
New Revision: 785615

URL: http://svn.apache.org/viewvc?rev=785615&view=rev
Log:
- added pkgIndex.tcl

Added:
    tcl/websh/trunk/src/unix/pkgIndex.tcl
    tcl/websh/trunk/src/win/pkgIndex.tcl
Modified:
    tcl/websh/trunk/CHANGES
    tcl/websh/trunk/src/ChangeLog
    tcl/websh/trunk/src/unix/Makefile.in
    tcl/websh/trunk/src/win/Makefile

Modified: tcl/websh/trunk/CHANGES
URL: http://svn.apache.org/viewvc/tcl/websh/trunk/CHANGES?rev=785615&r1=785614&r2=785615&view=diff
==============================================================================
--- tcl/websh/trunk/CHANGES (original)
+++ tcl/websh/trunk/CHANGES Wed Jun 17 14:19:41 2009
@@ -9,6 +9,8 @@
 Trunk
 -----
 
+- Added simple pkgIndex.tcl to installation
+
 - Bug fix in web::cmdurl when using -urlformat
 
 - Dynamic linking of libwebsh.so|dll to websh binary and mod_websh.so

Modified: tcl/websh/trunk/src/ChangeLog
URL: http://svn.apache.org/viewvc/tcl/websh/trunk/src/ChangeLog?rev=785615&r1=785614&r2=785615&view=diff
==============================================================================
--- tcl/websh/trunk/src/ChangeLog (original)
+++ tcl/websh/trunk/src/ChangeLog Wed Jun 17 14:19:41 2009
@@ -4,6 +4,10 @@
 	  now needed to run the Apache module
 	* src/apachetests/README:
 	- hint on running apachetests on Windows
+	* src/unix/pkgIndex.tcl, src/win/pkgIndex.tcl:
+	- provide simple pkgIndex.tcl
+	* src/win/Makefile, src/unix/Makefile.in:
+	- also install pkgIndex.tcl
 
 2009-06-12 Brunner Ronnie <ro...@netcetera.ch>
 	* src/tests/logtosyslog.test:

Modified: tcl/websh/trunk/src/unix/Makefile.in
URL: http://svn.apache.org/viewvc/tcl/websh/trunk/src/unix/Makefile.in?rev=785615&r1=785614&r2=785615&view=diff
==============================================================================
--- tcl/websh/trunk/src/unix/Makefile.in (original)
+++ tcl/websh/trunk/src/unix/Makefile.in Wed Jun 17 14:19:41 2009
@@ -338,6 +338,7 @@
 	rm -f $(libdir)/libwebsh.a; \
 	ln -s libwebsh$(UNSHARED_LIB_SUFFIX) $(libdir)/libwebsh.a; \
 	fi
+	cp -f $(TOP_DIR)/../src/unix/pkgIndex.tcl $(libdir)
 
 # mod_websh
 install-libraries: install-dirs libraries

Added: tcl/websh/trunk/src/unix/pkgIndex.tcl
URL: http://svn.apache.org/viewvc/tcl/websh/trunk/src/unix/pkgIndex.tcl?rev=785615&view=auto
==============================================================================
--- tcl/websh/trunk/src/unix/pkgIndex.tcl (added)
+++ tcl/websh/trunk/src/unix/pkgIndex.tcl Wed Jun 17 14:19:41 2009
@@ -0,0 +1,2 @@
+package ifneeded websh 3.6.0 [list load [file join \
+	$dir libwebsh3.6.0b4[info sharedlibextension]]]

Modified: tcl/websh/trunk/src/win/Makefile
URL: http://svn.apache.org/viewvc/tcl/websh/trunk/src/win/Makefile?rev=785615&r1=785614&r2=785615&view=diff
==============================================================================
--- tcl/websh/trunk/src/win/Makefile (original)
+++ tcl/websh/trunk/src/win/Makefile Wed Jun 17 14:19:41 2009
@@ -292,6 +292,7 @@
 		$(INSTALL) websh$(VERSION).exp "$(libdir)"
 	if exist websh$(VERSION).dll \
 		copy /Y websh$(VERSION).dll "$(bindir)/websh.dll"
+	copy /Y "$(TOP_DIR)\..\src\win\pkgIndex.tcl" "$(bindir)"
 
 installdocs:
 #	$(INSTALL) "$(TOP_DIR)\..\doc\html\*.html" "$(docdir)"

Added: tcl/websh/trunk/src/win/pkgIndex.tcl
URL: http://svn.apache.org/viewvc/tcl/websh/trunk/src/win/pkgIndex.tcl?rev=785615&view=auto
==============================================================================
--- tcl/websh/trunk/src/win/pkgIndex.tcl (added)
+++ tcl/websh/trunk/src/win/pkgIndex.tcl Wed Jun 17 14:19:41 2009
@@ -0,0 +1,2 @@
+package ifneeded websh 3.6.0 [list load [file join \
+	$dir websh3.6.0b4.dll]]



---------------------------------------------------------------------
To unsubscribe, e-mail: websh-cvs-unsubscribe@tcl.apache.org
For additional commands, e-mail: websh-cvs-help@tcl.apache.org