diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2003-12-12 19:19:02 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2003-12-12 19:19:02 +0000 |
commit | a0848d727648aa70f6a89c013203f2b82a4e972e (patch) | |
tree | 37ec8e378ec2d731e9ba9c15cd58724325a5637c /databases/sqlite2 | |
parent | Fix build by syncing with gaim-0.73. (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_5_2_0'.release/5.2.0
Notes
Notes:
svn path=/head/; revision=95679
svn path=/tags/RELEASE_5_2_0/; revision=95680; tag=release/5.2.0
Diffstat (limited to 'databases/sqlite2')
-rw-r--r-- | databases/sqlite2/Makefile | 108 | ||||
-rw-r--r-- | databases/sqlite2/distinfo | 1 | ||||
-rw-r--r-- | databases/sqlite2/files/example.tcl | 14 | ||||
-rw-r--r-- | databases/sqlite2/files/patch-Makefile.in | 136 | ||||
-rw-r--r-- | databases/sqlite2/files/pkgIndex.tcl | 1 | ||||
-rw-r--r-- | databases/sqlite2/pkg-descr | 7 | ||||
-rw-r--r-- | databases/sqlite2/pkg-plist | 34 |
7 files changed, 0 insertions, 301 deletions
diff --git a/databases/sqlite2/Makefile b/databases/sqlite2/Makefile deleted file mode 100644 index 28bea54581f9..000000000000 --- a/databases/sqlite2/Makefile +++ /dev/null @@ -1,108 +0,0 @@ -# ex:ts=8 -# New ports collection makefile for: sqlite -# Date created: Feb 21, 2001 -# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org> -# -# $FreeBSD$ -# - -# By default, this port depends on TCL for building docs. If you want to build -# without TCL (and thus get no docs), define NOPORTDOCS. -# If you want to build the TCL wrapper, you have to choose between -# SQLITE_WITH_TCL83 and SQLITE_WITH_TCL84. - -PORTNAME= sqlite -PORTVERSION= 2.8.6 -PORTREVISION= 0 -CATEGORIES= databases -MASTER_SITES= http://www.hwaci.com/sw/sqlite/ -DISTNAME= ${PORTNAME}-${PORTVERSION} - -MAINTAINER= gh@ghaering.de -COMMENT= An SQL database engine in a C library, including a Tcl wrapper - -# Defaults, for building the docs: -TCL_V= 8.4 -TCL_SHORT_V= 84 - -.if defined(SQLITE_WITH_TCL83) -CATEGORIES+= tcl83 -TCL_V= 8.3 -TCL_SHORT_V= 83 -WITH_TCL= YES -.endif - -.if defined(SQLITE_WITH_TCL84) -CATEGORIES+= tcl84 -TCL_V= 8.4 -TCL_SHORT_V= 84 -WITH_TCL= YES -.endif - -.if defined(WITH_TCL) -LIB_DEPENDS= tcl${TCL_SHORT_V}:${PORTSDIR}/lang/tcl${TCL_SHORT_V} -PLIST_SUB+= WITH_TCL="" -.else -PLIST_SUB+= WITH_TCL="@comment " -.endif - -.if !defined(NOPORTDOCS) -BUILD_DEPENDS= tclsh${TCL_V}:${PORTSDIR}/lang/tcl${TCL_SHORT_V} -MAKE_ARGS+= TCLSH=tclsh${TCL_V} -MAKE_ENV+= TCL_VER=${TCL_V} -.endif - -USE_GMAKE= YES -USE_LIBTOOL= YES -GNU_CONFIGURE= YES -USE_REINPLACE= YES -CONFIGURE_ARGS= --prefix=${PREFIX} --with-hints=freebsd.hints -ALL_TARGET= all -#.if defined(WITH_TCL) -#ALL_TARGET+= libtclsqlite.la -#.endif - -INSTALLS_SHLIB= YES - -WRKSRC= ${WRKDIR}/${PORTNAME} - -DOCFILES= arch.html arch.png c_interface.html changes.html \ - conflict.html datatypes.html download.html faq.html \ - fileformat.html formatchng.html index.html lang.html \ - lemon.html mingw.html nulls.html omitted.html \ - opcode.html quickstart.html report1.txt speed.html \ - sqlite.html tclsqlite.html vdbe.html - -DOCSDIR= ${PREFIX}/share/doc/${PORTNAME} -EXAMPLESDIR= ${PREFIX}/share/examples/${PORTNAME} - -post-patch: - ${REINPLACE_CMD} -e "s/tclsh \$$(TOP)/\$$(TCLSH) \$$(TOP)/g" \ - -e "s|%%LIBTOOL%%|${LIBTOOL}|g" \ - ${WRKSRC}/Makefile.in - ${ECHO} "config_TARGET_TCL_INC=\"-I${PREFIX}/include/tcl${TCL_V}\"" >${WRKSRC}/freebsd.hints - ${ECHO} "config_TARGET_TCL_LIBS=\"-L${PREFIX}/lib -ltcl${TCL_SHORT_V}\"" >>${WRKSRC}/freebsd.hints - #${ECHO} "config_TARGET_CFLAGS=\"-DTHREADSAFE=1 -pthread\"" >>${WRKSRC}/freebsd.hints - -post-build: - # Build the docs -.if !defined(NOPORTDOCS) - cd ${WRKSRC} && ${GMAKE} ${MAKE_ARGS} doc -.endif - -post-install: -.if defined(WITH_TCL) - cd ${WRKSRC} && ${GMAKE} install-tcl - ${INSTALL_DATA} ${FILESDIR}/pkgIndex.tcl ${PREFIX}/lib/sqlite/ -.endif -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} -.for file in ${DOCFILES} - @${INSTALL_DATA} ${WRKSRC}/doc/${file} ${DOCSDIR} -.endfor - @${MKDIR} ${EXAMPLESDIR} - @${INSTALL_DATA} ${FILESDIR}/example.tcl ${EXAMPLESDIR} - -.endif - -.include <bsd.port.mk> diff --git a/databases/sqlite2/distinfo b/databases/sqlite2/distinfo deleted file mode 100644 index 4d0e52703ddc..000000000000 --- a/databases/sqlite2/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (sqlite-2.8.6.tar.gz) = 3047e24370d7e49d7bfd9728addf76cf diff --git a/databases/sqlite2/files/example.tcl b/databases/sqlite2/files/example.tcl deleted file mode 100644 index 765c3f9ba715..000000000000 --- a/databases/sqlite2/files/example.tcl +++ /dev/null @@ -1,14 +0,0 @@ -package require sqlite - -if {$argc!=2} { - puts stderr "Usage: %s DATABASE SQL-STATEMENT" - exit 1 -} -sqlite db [lindex $argv 0] -db eval [lindex $argv 1] x { - foreach v $x(*) { - puts "$v = $x($v)" - } - puts "" -} -db close diff --git a/databases/sqlite2/files/patch-Makefile.in b/databases/sqlite2/files/patch-Makefile.in deleted file mode 100644 index 76834ce6f015..000000000000 --- a/databases/sqlite2/files/patch-Makefile.in +++ /dev/null @@ -1,136 +0,0 @@ ---- Makefile.in.orig Thu Aug 21 22:36:16 2003 -+++ Makefile.in Tue Nov 11 14:02:32 2003 -@@ -33,7 +33,7 @@ - prefix = @prefix@ - exec_prefix = @exec_prefix@ - INSTALL = @INSTALL@ --LIBTOOL = ./libtool -+LIBTOOL = %%LIBTOOL%% - - # Compiler options needed for programs that use the TCL library. - # -@@ -168,12 +168,12 @@ - - libsqlite.la: $(LIBOBJ) - $(LIBTOOL) $(TCC) -o libsqlite.la $(LIBOBJ) -rpath $(exec_prefix)/lib \ -- -version-info "8:6:8" -+ -version-info "2:0:0" - - libtclsqlite.la: tclsqlite.lo libsqlite.la - $(LIBTOOL) $(TCC) -o libtclsqlite.la tclsqlite.lo \ - libsqlite.la $(LIBTCL) -rpath $(exec_prefix)/lib \ -- -version-info "8:6:8" -+ -version-info "2:0:0" - - sqlite: $(TOP)/src/shell.c libsqlite.la sqlite.h - $(LIBTOOL) $(TCC) $(READLINE_FLAGS) -o sqlite $(TOP)/src/shell.c \ -@@ -341,67 +341,67 @@ - ./testfixture $(TOP)/test/quick.test - - index.html: $(TOP)/www/index.tcl last_change -- tclsh $(TOP)/www/index.tcl `cat $(TOP)/VERSION` >index.html -+ $(TCLSH) $(TOP)/www/index.tcl `cat $(TOP)/VERSION` >index.html - - sqlite.html: $(TOP)/www/sqlite.tcl -- tclsh $(TOP)/www/sqlite.tcl >sqlite.html -+ $(TCLSH) $(TOP)/www/sqlite.tcl >sqlite.html - - c_interface.html: $(TOP)/www/c_interface.tcl -- tclsh $(TOP)/www/c_interface.tcl >c_interface.html -+ $(TCLSH) $(TOP)/www/c_interface.tcl >c_interface.html - - changes.html: $(TOP)/www/changes.tcl -- tclsh $(TOP)/www/changes.tcl >changes.html -+ $(TCLSH) $(TOP)/www/changes.tcl >changes.html - - lang.html: $(TOP)/www/lang.tcl -- tclsh $(TOP)/www/lang.tcl >lang.html -+ $(TCLSH) $(TOP)/www/lang.tcl >lang.html - - vdbe.html: $(TOP)/www/vdbe.tcl -- tclsh $(TOP)/www/vdbe.tcl >vdbe.html -+ $(TCLSH) $(TOP)/www/vdbe.tcl >vdbe.html - - arch.html: $(TOP)/www/arch.tcl -- tclsh $(TOP)/www/arch.tcl >arch.html -+ $(TCLSH) $(TOP)/www/arch.tcl >arch.html - - arch.png: $(TOP)/www/arch.png - cp $(TOP)/www/arch.png . - - opcode.html: $(TOP)/www/opcode.tcl $(TOP)/src/vdbe.c -- tclsh $(TOP)/www/opcode.tcl $(TOP)/src/vdbe.c >opcode.html -+ $(TCLSH) $(TOP)/www/opcode.tcl $(TOP)/src/vdbe.c >opcode.html - - mingw.html: $(TOP)/www/mingw.tcl -- tclsh $(TOP)/www/mingw.tcl >mingw.html -+ $(TCLSH) $(TOP)/www/mingw.tcl >mingw.html - - tclsqlite.html: $(TOP)/www/tclsqlite.tcl -- tclsh $(TOP)/www/tclsqlite.tcl >tclsqlite.html -+ $(TCLSH) $(TOP)/www/tclsqlite.tcl >tclsqlite.html - - speed.html: $(TOP)/www/speed.tcl -- tclsh $(TOP)/www/speed.tcl >speed.html -+ $(TCLSH) $(TOP)/www/speed.tcl >speed.html - - faq.html: $(TOP)/www/faq.tcl -- tclsh $(TOP)/www/faq.tcl >faq.html -+ $(TCLSH) $(TOP)/www/faq.tcl >faq.html - - formatchng.html: $(TOP)/www/formatchng.tcl -- tclsh $(TOP)/www/formatchng.tcl >formatchng.html -+ $(TCLSH) $(TOP)/www/formatchng.tcl >formatchng.html - - conflict.html: $(TOP)/www/conflict.tcl -- tclsh $(TOP)/www/conflict.tcl >conflict.html -+ $(TCLSH) $(TOP)/www/conflict.tcl >conflict.html - - download.html: $(TOP)/www/download.tcl -- tclsh $(TOP)/www/download.tcl >download.html -+ $(TCLSH) $(TOP)/www/download.tcl >download.html - - omitted.html: $(TOP)/www/omitted.tcl -- tclsh $(TOP)/www/omitted.tcl >omitted.html -+ $(TCLSH) $(TOP)/www/omitted.tcl >omitted.html - - datatypes.html: $(TOP)/www/datatypes.tcl -- tclsh $(TOP)/www/datatypes.tcl >datatypes.html -+ $(TCLSH) $(TOP)/www/datatypes.tcl >datatypes.html - - quickstart.html: $(TOP)/www/quickstart.tcl -- tclsh $(TOP)/www/quickstart.tcl >quickstart.html -+ $(TCLSH) $(TOP)/www/quickstart.tcl >quickstart.html - - fileformat.html: $(TOP)/www/fileformat.tcl -- tclsh $(TOP)/www/fileformat.tcl >fileformat.html -+ $(TCLSH) $(TOP)/www/fileformat.tcl >fileformat.html - - nulls.html: $(TOP)/www/nulls.tcl -- tclsh $(TOP)/www/nulls.tcl >nulls.html -+ $(TCLSH) $(TOP)/www/nulls.tcl >nulls.html - - - # Files to be published on the website. -@@ -435,13 +435,19 @@ - - install: sqlite libsqlite.la sqlite.h - $(INSTALL) -d $(exec_prefix)/lib -- $(LIBTOOL) $(INSTALL) libsqlite.la $(exec_prefix)/lib -+ $(INSTALL) .libs/libsqlite.a $(exec_prefix)/lib -+ $(INSTALL) .libs/libsqlite.so $(exec_prefix)/lib -+ $(INSTALL) .libs/libsqlite.so.2 $(exec_prefix)/lib - $(INSTALL) -d $(exec_prefix)/bin -- $(LIBTOOL) $(INSTALL) sqlite $(exec_prefix)/bin -+ $(INSTALL) .libs/sqlite $(exec_prefix)/bin - $(INSTALL) -d $(prefix)/include - $(INSTALL) -m 0644 sqlite.h $(prefix)/include - $(INSTALL) -d $(exec_prefix)/lib/pkgconfig; \ - $(INSTALL) -m 0644 sqlite.pc $(exec_prefix)/lib/pkgconfig; \ -+ -+install-tcl: libtclsqlite.la -+ $(INSTALL) -d $(prefix)/lib/sqlite -+ $(INSTALL) .libs/libtclsqlite.so $(prefix)/lib/sqlite - - clean: - rm -f *.lo *.la *.o sqlite libsqlite.la sqlite.h opcodes.* diff --git a/databases/sqlite2/files/pkgIndex.tcl b/databases/sqlite2/files/pkgIndex.tcl deleted file mode 100644 index d96e27a1bc55..000000000000 --- a/databases/sqlite2/files/pkgIndex.tcl +++ /dev/null @@ -1 +0,0 @@ -package ifneeded sqlite 0.0 [list load [file join $dir libtclsqlite.so] sqlite] diff --git a/databases/sqlite2/pkg-descr b/databases/sqlite2/pkg-descr deleted file mode 100644 index 391d99ee6abf..000000000000 --- a/databases/sqlite2/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -SQLite is an SQL database engine in a C library. Programs that link the SQLite -library can have SQL database access without running a separate RDBMS process. -The distribution comes with a standalone command-line access program (sqlite) -that can be used to administer an SQLite database and which serves as an -example of how to use the SQLite library. - -WWW: http://www.hwaci.com/sw/sqlite/ diff --git a/databases/sqlite2/pkg-plist b/databases/sqlite2/pkg-plist deleted file mode 100644 index a94288e3aa17..000000000000 --- a/databases/sqlite2/pkg-plist +++ /dev/null @@ -1,34 +0,0 @@ -bin/sqlite -include/sqlite.h -lib/libsqlite.a -lib/libsqlite.so -lib/libsqlite.so.2 -%%WITH_TCL%%lib/sqlite/libtclsqlite.so -%%WITH_TCL%%lib/sqlite/pkgIndex.tcl -%%WITH_TCL%%@dirrm lib/sqlite -%%PORTDOCS%%share/doc/sqlite/arch.html -%%PORTDOCS%%share/doc/sqlite/arch.png -%%PORTDOCS%%share/doc/sqlite/c_interface.html -%%PORTDOCS%%share/doc/sqlite/changes.html -%%PORTDOCS%%share/doc/sqlite/conflict.html -%%PORTDOCS%%share/doc/sqlite/datatypes.html -%%PORTDOCS%%share/doc/sqlite/download.html -%%PORTDOCS%%share/doc/sqlite/faq.html -%%PORTDOCS%%share/doc/sqlite/fileformat.html -%%PORTDOCS%%share/doc/sqlite/formatchng.html -%%PORTDOCS%%share/doc/sqlite/index.html -%%PORTDOCS%%share/doc/sqlite/lang.html -%%PORTDOCS%%share/doc/sqlite/lemon.html -%%PORTDOCS%%share/doc/sqlite/mingw.html -%%PORTDOCS%%share/doc/sqlite/nulls.html -%%PORTDOCS%%share/doc/sqlite/omitted.html -%%PORTDOCS%%share/doc/sqlite/opcode.html -%%PORTDOCS%%share/doc/sqlite/quickstart.html -%%PORTDOCS%%share/doc/sqlite/report1.txt -%%PORTDOCS%%share/doc/sqlite/speed.html -%%PORTDOCS%%share/doc/sqlite/sqlite.html -%%PORTDOCS%%share/doc/sqlite/tclsqlite.html -%%PORTDOCS%%share/doc/sqlite/vdbe.html -%%PORTDOCS%%@dirrm share/doc/sqlite -%%PORTDOCS%%share/examples/sqlite/example.tcl -%%PORTDOCS%%@dirrm share/examples/sqlite |