You are viewing a plain text version of this content. The canonical link for it is here.
Posted to site-cvs@tcl.apache.org by mx...@apache.org on 2017/08/04 20:52:17 UTC

svn commit: r1804156 - in /tcl/rivet/branches/cmake: ChangeLog Makefile.in rivet/pkgIndex.tcl

Author: mxmanghi
Date: Fri Aug  4 20:52:16 2017
New Revision: 1804156

URL: http://svn.apache.org/viewvc?rev=1804156&view=rev
Log:
    * rivet/pkgIndex.tcl: recreated with a up to date list of packages


Modified:
    tcl/rivet/branches/cmake/ChangeLog
    tcl/rivet/branches/cmake/Makefile.in
    tcl/rivet/branches/cmake/rivet/pkgIndex.tcl

Modified: tcl/rivet/branches/cmake/ChangeLog
URL: http://svn.apache.org/viewvc/tcl/rivet/branches/cmake/ChangeLog?rev=1804156&r1=1804155&r2=1804156&view=diff
==============================================================================
--- tcl/rivet/branches/cmake/ChangeLog (original)
+++ tcl/rivet/branches/cmake/ChangeLog Fri Aug  4 20:52:16 2017
@@ -1,5 +1,6 @@
 2017-08-04 Massimo Manghi <mx...@apache.org>
     * src/mod_rivet_ng/rivetCore.c: changes demanded by windows compiler
+    * rivet/pkgIndex.tcl: recreated with a up to date list of packages
 
 2017-08-04 Georgios Petasis <pe...@apache.org>
 	* cmake\CMakeLists.txt: Various changes for better support build under

Modified: tcl/rivet/branches/cmake/Makefile.in
URL: http://svn.apache.org/viewvc/tcl/rivet/branches/cmake/Makefile.in?rev=1804156&r1=1804155&r2=1804156&view=diff
==============================================================================
--- tcl/rivet/branches/cmake/Makefile.in (original)
+++ tcl/rivet/branches/cmake/Makefile.in Fri Aug  4 20:52:16 2017
@@ -17,7 +17,7 @@
 #
 # top-level Makefile.am for Apache Rivet: gets turned into a Makefile.in by automake
 #
-# $Id: Makefile.am 1779155 2017-01-17 09:16:29Z mxmanghi $
+# $Id: Makefile.am 1802791 2017-07-24 11:47:04Z mxmanghi $
 #
 # 2007/12/25: Added target uninistall-local that removes the tcl stuff (mxmanghi)
 # 2010/06/22: target instal-data-local searches for pkgIndex.tcl files and deletes them

Modified: tcl/rivet/branches/cmake/rivet/pkgIndex.tcl
URL: http://svn.apache.org/viewvc/tcl/rivet/branches/cmake/rivet/pkgIndex.tcl?rev=1804156&r1=1804155&r2=1804156&view=diff
==============================================================================
--- tcl/rivet/branches/cmake/rivet/pkgIndex.tcl (original)
+++ tcl/rivet/branches/cmake/rivet/pkgIndex.tcl Fri Aug  4 20:52:16 2017
@@ -8,14 +8,13 @@
 # script is sourced, the variable $dir must contain the
 # full path name of this file's directory.
 
+package ifneeded AsciiGlyphs 0.1 [list source [file join $dir packages/asciiglyphs/asciiglyphs.tcl]]
 package ifneeded Calendar 1.2 [list source [file join $dir packages/calendar/calendar.tcl]]
 package ifneeded DIO 1.0 [list source [file join $dir packages/dio/dio.tcl]]
 package ifneeded DIODisplay 1.0 [list source [file join $dir packages/dio/diodisplay.tcl]]
-package ifneeded Dtcl 1.0 [list source [file join $dir packages/dtcl/dtcl.tcl]]
-package ifneeded Rivet 2.3 [list source [file join $dir init.tcl]]
+package ifneeded Rivet 3.0 [list source [file join $dir init.tcl]]
 package ifneeded RivetEntities 1.0 [list source [file join $dir packages/entities/entities.tcl]]
 package ifneeded Session 1.0 [list source [file join $dir packages/session/session-class.tcl]]
-package ifneeded commserver 0.1 [list source [file join $dir packages/commserver/commserver.tcl]]
 package ifneeded dio_Mysql 0.2 [list source [file join $dir packages/dio/dio_Mysql.tcl]]
 package ifneeded dio_Oracle 0.1 [list source [file join $dir packages/dio/dio_Oracle.tcl]]
 package ifneeded dio_Postgresql 0.1 [list source [file join $dir packages/dio/dio_Postgresql.tcl]]
@@ -23,10 +22,8 @@ package ifneeded dio_Sqlite 0.1 [list so
 package ifneeded dio_Tdbc 0.1 [list source [file join $dir packages/dio/dio_Tdbc.tcl]]
 package ifneeded form 1.0 [list source [file join $dir packages/form/form.tcl]]
 package ifneeded form 2.1 [list source [file join $dir packages/form/form2.tcl]]
-package ifneeded ncgi 1.0 [list source [file join $dir packages/rivet_ncgi/rivet_ncgi.tcl]]
-package ifneeded rivetlib 2.3.0 [list load [file join $dir librivetlib.so]]
+package ifneeded formbroker 1.0 [list source [file join $dir packages/formbroker/formbroker.tcl]]
+package ifneeded rivetlib 3.0.0 [list load [file join $dir librivetlib.so]]
 package ifneeded rivetparser 0.2 [list load [file join $dir librivetparser.so]]
-package ifneeded simpledb 0.1 [list source [file join $dir packages/simpledb/simpledb.tcl]]
 package ifneeded tclrivet 0.1 [list source [file join $dir packages/tclrivet/tclrivet.tcl]]
 package ifneeded tclrivetparser 0.1 [list source [file join $dir packages/tclrivet/tclrivetparser.tcl]]
-package ifneeded formbroker 1.0 [list source [file join $dir packages/formbroker/formbroker.tcl]]



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