head	1.4;
access;
symbols
	RELEASE_8_3_0:1.3
	RELEASE_9_0_0:1.2
	RELEASE_7_4_0:1.1
	RELEASE_8_2_0:1.1
	RELEASE_6_EOL:1.1;
locks; strict;
comment	@# @;


1.4
date	2012.07.01.20.22.46;	author ohauer;	state Exp;
branches;
next	1.3;

1.3
date	2012.01.18.04.50.40;	author pgollucci;	state Exp;
branches;
next	1.2;

1.2
date	2011.03.18.09.38.52;	author miwi;	state Exp;
branches;
next	1.1;

1.1
date	2010.09.09.03.21.49;	author pgollucci;	state Exp;
branches;
next	;


desc
@@


1.4
log
@- update to version 2.0.5

PR:		169468
Submitted by:	Jeff Lawson <jeff@@bovine.net>
Approved by:	Peter Lai <cowbert@@gmail.com> (maintainer)
@
text
@%%APACHEMODDIR%%/mod_rivet.so
lib/rivet/README
lib/rivet/init.tcl
lib/rivet/librivet.so
lib/rivet/librivetparser.so
lib/rivet/packages/README
lib/rivet/packages/calendar/calendar.tcl
lib/rivet/packages/commserver/commserver.tcl
lib/rivet/packages/commserver/server.tcl
lib/rivet/packages/dio/dio.tcl
lib/rivet/packages/dio/dio_Mysql.tcl
lib/rivet/packages/dio/dio_Oracle.tcl
lib/rivet/packages/dio/dio_Postgresql.tcl
lib/rivet/packages/dio/dio_Sqlite.tcl
lib/rivet/packages/dio/diodisplay.tcl
lib/rivet/packages/dtcl/dtcl.tcl
lib/rivet/packages/entities/entities.tcl
lib/rivet/packages/form/form.tcl
lib/rivet/packages/rivet_ncgi/rivet_ncgi.tcl
lib/rivet/packages/session/README.txt
lib/rivet/packages/session/session-class.tcl
lib/rivet/packages/session/session-create-mysql.sql
lib/rivet/packages/session/session-create-oracle.sql
lib/rivet/packages/session/session-create.sql
lib/rivet/packages/session/session-demo.rvt
lib/rivet/packages/session/session-drop.sql
lib/rivet/packages/session/session-httpd.conf
lib/rivet/packages/session/session-purge-mysql.sql
lib/rivet/packages/simpledb/simpledb.tcl
lib/rivet/packages/simpledb/simpledb.test
lib/rivet/packages/tclrivet/README
lib/rivet/packages/tclrivet/parse.tcl
lib/rivet/packages/tclrivet/tclrivet.tcl
lib/rivet/packages/tclrivet/tclrivetparser.tcl
lib/rivet/pkgIndex.tcl
lib/rivet/rivet-tcl/README
lib/rivet/rivet-tcl/cookie.tcl
lib/rivet/rivet-tcl/debug.tcl
lib/rivet/rivet-tcl/html.tcl
lib/rivet/rivet-tcl/http_accept.tcl
lib/rivet/rivet-tcl/import_keyvalue_pairs.tcl
lib/rivet/rivet-tcl/import_switch_args.tcl
lib/rivet/rivet-tcl/incr0.tcl
lib/rivet/rivet-tcl/lassign.tcl
lib/rivet/rivet-tcl/lempty.tcl
lib/rivet/rivet-tcl/lmatch.tcl
lib/rivet/rivet-tcl/load_cookies.tcl
lib/rivet/rivet-tcl/load_response.tcl
lib/rivet/rivet-tcl/parray.tcl
lib/rivet/rivet-tcl/parray_table.tcl
lib/rivet/rivet-tcl/random.tcl
lib/rivet/rivet-tcl/read_file.tcl
lib/rivet/rivet-tcl/rivet_command_document.tcl
lib/rivet/rivet-tcl/tclIndex
lib/rivet/rivet-tcl/wrap.tcl
@@dirrm lib/rivet/packages/tclrivet
@@dirrm lib/rivet/packages/simpledb
@@dirrm lib/rivet/packages/session
@@dirrm lib/rivet/packages/rivet_ncgi
@@dirrm lib/rivet/packages/form
@@dirrm lib/rivet/packages/entities
@@dirrm lib/rivet/packages/dtcl
@@dirrm lib/rivet/packages/dio
@@dirrm lib/rivet/packages/commserver
@@dirrm lib/rivet/packages/calendar
@@dirrm lib/rivet/packages
@@dirrm lib/rivet/rivet-tcl
@@dirrm lib/rivet
@


1.3
log
@- Update to 2.0.4
  Correct some errors in patch from drift and autotools overuse
- Respect PREFIX

PR:		ports/162814
Submitted by:	gahr@@
Approved by:	maintainer timeout (cowbert@@gmail.com; 54 days)
@
text
@d17 1
d40 1
d50 1
d61 1
@


1.2
log
@- Update to 2.0.2

PR:		155164
Submitted by:	Peter C. Lai" <cowbert@@gmail.com> (maintainer)
@
text
@a0 1
%%APACHEMODDIR%%/mod_rivet.la
a3 1
lib/rivet/librivet.la
a4 1
lib/rivet/librivetparser.la
@


1.1
log
@mod_rivet brings together the full power of the Tcl programming language
and the Apache HTTP server. You can use Tcl to manage Apache, respond to
requests for web pages and much more.

mod_rivet gives you a persistent Tcl interpreter embedded in your web
server. This lets you avoid the overhead of starting an external interpreter
and avoids the penalty of Tcl start-up time, giving you super-fast
dynamic content.

As you'd expect from the Tcl community, there are hundreds of modules
written for mod_rivet, everything from persistent database connections, to
templating sytems, to complete XML content delivery systems. Web sites like
FlightAware use mod_rivet.

WWW: http://tcl.apache.org/rivet/

PR:		ports/148248
Submitted by:	Peter Lai <cowbert at gmail.com>
@
text
@d3 3
d7 1
a7 1
lib/rivet/librivet.la
d9 3
a11 19
lib/rivet/librivetparser.la
lib/rivet/rivet-tcl/wrap.tcl
lib/rivet/rivet-tcl/import_keyvalue_pairs.tcl
lib/rivet/rivet-tcl/read_file.tcl
lib/rivet/rivet-tcl/rivet_command_document.tcl
lib/rivet/rivet-tcl/html.tcl
lib/rivet/rivet-tcl/lassign.tcl
lib/rivet/rivet-tcl/incr0.tcl
lib/rivet/rivet-tcl/load_cookies.tcl
lib/rivet/rivet-tcl/parray.tcl
lib/rivet/rivet-tcl/tclIndex
lib/rivet/rivet-tcl/README
lib/rivet/rivet-tcl/lmatch.tcl
lib/rivet/rivet-tcl/lempty.tcl
lib/rivet/rivet-tcl/cookie.tcl
lib/rivet/rivet-tcl/load_response.tcl
lib/rivet/rivet-tcl/import_switch_args.tcl
lib/rivet/rivet-tcl/debug.tcl
lib/rivet/rivet-tcl/random.tcl
d13 9
a21 3
lib/rivet/packages/commserver/commserver.tcl
lib/rivet/packages/session/session-purge-mysql.sql
lib/rivet/packages/session/session-drop.sql
d23 1
a23 1
lib/rivet/packages/session/pkgIndex.tcl
a25 2
lib/rivet/packages/session/session-httpd.conf
lib/rivet/packages/session/session-class.tcl
d28 5
a32 2
lib/rivet/packages/tclrivet/tclrivet.tcl
lib/rivet/packages/tclrivet/pkgIndex.tcl
d35 1
a36 16
lib/rivet/packages/simpledb/pkgIndex.tcl
lib/rivet/packages/simpledb/simpledb.test
lib/rivet/packages/simpledb/simpledb.tcl
lib/rivet/packages/dtcl/pkgIndex.tcl
lib/rivet/packages/dtcl/dtcl.tcl
lib/rivet/packages/rivet_ncgi/rivet_ncgi.tcl
lib/rivet/packages/dio/pkgIndex.tcl
lib/rivet/packages/dio/dio_Oracle.tcl
lib/rivet/packages/dio/dio_Sqlite.tcl
lib/rivet/packages/dio/dio_Postgresql.tcl
lib/rivet/packages/dio/dio.tcl
lib/rivet/packages/dio/dio_Mysql.tcl
lib/rivet/packages/dio/diodisplay.tcl
lib/rivet/packages/form/form.tcl
lib/rivet/packages/form/pkgIndex.tcl
lib/rivet/packages/README
d38 18
a55 2
lib/rivet/init.tcl
lib/rivet/README
d64 1
@

