mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
55b0526ba9
. changed maintainership to ports@; . build with TCL support (``package require sqlite''); . run the vendor's tests after build (sorry, Maxim) -- zero errors; . generate from the TCL sources and install the HTML documentation; (unless NOPORTDOCS is set); . build and install two usefull tools, which come with the software: gdbmdump and gdbmstat; . build and install the shared version of -lsqlite -- usefull and needed for dynamic loading into TCL interpreter; . lastly: the new functionality (TCL, tools, docs) called for the PORTREVISION bump. Approved by: after the previous maintainer suggested the first point above, the rest was easy :-)
31 lines
981 B
Plaintext
31 lines
981 B
Plaintext
--- www/index.tcl Thu Apr 5 12:49:44 2001
|
|
+++ www/index.tcl Fri Jun 8 17:46:08 2001
|
|
@@ -117,12 +117,6 @@
|
|
|
|
-puts {<h2>Download</h2>
|
|
+puts "<!-- h2>Download</h2 --><h3>This installation of Sqlite $vers was made"
|
|
+puts {by the <A href="http://www.freebsd.org/cgi/ports.cgi?query=sqlite">FreeBSD
|
|
+Port</A>.</h3>}
|
|
|
|
-<p>You can download a tarball containing all source
|
|
-code for SQLite
|
|
-}
|
|
-puts "version $vers"
|
|
-puts {
|
|
-(including the TCL scripts that generate the
|
|
-HTML files for this website) at <a href="sqlite.tar.gz">sqlite.tar.gz</a>.}
|
|
-puts "This is a [file size sqlite.tar.gz] byte download."
|
|
puts {</p>
|
|
--- www/dynload.tcl Sun Feb 11 11:58:22 2001
|
|
+++ www/dynload.tcl Mon Jun 11 19:09:47 2001
|
|
@@ -15,3 +15,3 @@
|
|
<i>This note was contributed by
|
|
-<a href="bsaunder@tampabay.rr.com.nospam">Bill Saunders</a>. Thanks, Bill!</i>
|
|
+<a href="mailto:bsaunder@tampabay.rr.com.nospam">Bill Saunders</a>. Thanks, Bill!</i>
|
|
|
|
@@ -67,3 +67,3 @@
|
|
Have fun....</p></li>
|
|
-</ul>
|
|
+</ol>
|
|
|