From db3dca6dbd32fe6ea3d51bc037e6f9cdc66c343b Mon Sep 17 00:00:00 2001 From: cvs2svn Date: Sun, 16 Sep 2001 01:02:46 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'RELEASE_4_4_0'. --- databases/sqlite2/files/Makefile.bsd | 37 ----------------------------------- databases/sqlite2/files/Makefile.docs | 25 ----------------------- databases/sqlite2/files/patch-docs | 30 ---------------------------- databases/sqlite2/files/patch-test | 12 ------------ databases/sqlite2/files/pkgIndex.tcl | 1 - 5 files changed, 105 deletions(-) delete mode 100644 databases/sqlite2/files/Makefile.bsd delete mode 100644 databases/sqlite2/files/Makefile.docs delete mode 100644 databases/sqlite2/files/patch-docs delete mode 100644 databases/sqlite2/files/patch-test delete mode 100644 databases/sqlite2/files/pkgIndex.tcl (limited to 'databases/sqlite2/files') diff --git a/databases/sqlite2/files/Makefile.bsd b/databases/sqlite2/files/Makefile.bsd deleted file mode 100644 index 1e04897443de..000000000000 --- a/databases/sqlite2/files/Makefile.bsd +++ /dev/null @@ -1,37 +0,0 @@ -TCL_VER ?= 8.3 -TCL_DVER = ${TCL_VER:S/.//} -PREFIX ?= /usr/local - -CFLAGS += -DHAVE_READLINE=1 -DOS_UNIX=1 -DOS_WIN=0 -CFLAGS += -I${PREFIX}/include/tcl${TCL_VER} -I${PREFIX}/include -CFLAGS += -I${.CURDIR}/src -I${.CURDIR} - -LDADD += -lreadline -L${PREFIX}/lib -ltcl${TCL_DVER} -lm -lgdbm - -.PATH: ${.CURDIR}/src - -SRCS = btree.c build.c dbbe.c dbbegdbm.c dbbemem.c delete.c expr.c \ - insert.c main.c pager.c parse.y printf.c random.c select.c \ - shell.c table.c tokenize.c update.c util.c vdbe.c where.c \ - tclsqlite.c - -INCS = sqlite.h - -LIB = sqlite -SHLIB_MAJOR= 1 -SHLIB_MINOR= 0 - -sqlite.h: sqlite.h.in VERSION - sed -e s/--VERS--/`cat ${.CURDIR}/VERSION`/ \ - -e s/--ENCODING--/ISO8859/ \ - ${.CURDIR}/src/sqlite.h.in > sqlite.h - -parse.h parse.c: parse.y - lemon o=parse ${.ALLSRC} - -INCDIR = ${PREFIX}/include -LIBDIR = ${PREFIX}/lib - -.include - -${OBJS} ${SOBJS}: parse.h sqlite.h diff --git a/databases/sqlite2/files/Makefile.docs b/databases/sqlite2/files/Makefile.docs deleted file mode 100644 index 77d95a57d548..000000000000 --- a/databases/sqlite2/files/Makefile.docs +++ /dev/null @@ -1,25 +0,0 @@ -TCL_VER ?= 8.3 - -SRCS != echo ${.CURDIR}/*.tcl -DOCS = ${SRCS:Nopcode.tcl:.tcl=.html} -CODE != echo ${.CURDIR}/../src/*.[chy] - -all: ${DOCS} opcode.html - -opcode.html:: opcode.tcl vdbe.c - tclsh${TCL_VER} ${.ALLSRC} > opcode.html - -.SUFFIXES: .tcl .html - -.tcl.html: - tclsh${TCL_VER} $*.tcl > $*.html - -${DOCS}: last_change - -.PATH: ${.CURDIR}/../src - -last_change: ${CODE} - awk '/\$$Id:/ && NF > 4 { \ - if ($$2 == "\$$Id:") print $$5 "," $$6; \ - else print $$6 "," $$7 \ - }' ${.ALLSRC} | sort -t, | tail -1 > lc && mv lc last_change diff --git a/databases/sqlite2/files/patch-docs b/databases/sqlite2/files/patch-docs deleted file mode 100644 index ce5498da4d16..000000000000 --- a/databases/sqlite2/files/patch-docs +++ /dev/null @@ -1,30 +0,0 @@ ---- 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 {

Download

-+puts "

This installation of Sqlite $vers was made" -+puts {by the FreeBSD -+Port.

} - --

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 sqlite.tar.gz.} --puts "This is a [file size sqlite.tar.gz] byte download." - puts {

---- www/dynload.tcl Sun Feb 11 11:58:22 2001 -+++ www/dynload.tcl Mon Jun 11 19:09:47 2001 -@@ -15,3 +15,3 @@ - This note was contributed by --Bill Saunders. Thanks, Bill! -+Bill Saunders. Thanks, Bill! - -@@ -67,3 +67,3 @@ - Have fun....

-- -+ - diff --git a/databases/sqlite2/files/patch-test b/databases/sqlite2/files/patch-test deleted file mode 100644 index 3adee03362f9..000000000000 --- a/databases/sqlite2/files/patch-test +++ /dev/null @@ -1,12 +0,0 @@ ---- test/all.test Tue Feb 6 08:29:31 2001 -+++ test/all.test Fri Jun 8 16:28:34 2001 -@@ -27,2 +27,3 @@ - set testdir [file dirname $argv0] -+load [lindex $argv 0] - source $testdir/tester.tcl ---- test/tableapi.test.orig Wed Apr 11 23:28:43 2001 -+++ test/tableapi.test Mon Sep 3 21:24:06 2001 -@@ -30,2 +30,3 @@ - source $testdir/tester.tcl -+set ::big_str "" - diff --git a/databases/sqlite2/files/pkgIndex.tcl b/databases/sqlite2/files/pkgIndex.tcl deleted file mode 100644 index df0b6bb0a82d..000000000000 --- a/databases/sqlite2/files/pkgIndex.tcl +++ /dev/null @@ -1 +0,0 @@ -package ifneeded sqlite 1.0 [list load $dir/../libsqlite.so] -- cgit v1.2.3