diff options
Diffstat (limited to 'databases/sqlite2')
| -rw-r--r-- | databases/sqlite2/Makefile | 59 | ||||
| -rw-r--r-- | databases/sqlite2/distinfo | 1 | ||||
| -rw-r--r-- | databases/sqlite2/files/example.tcl | 14 | ||||
| -rw-r--r-- | databases/sqlite2/files/patch-ltmain.sh | 11 | ||||
| -rw-r--r-- | databases/sqlite2/files/patch-makefile | 34 | ||||
| -rw-r--r-- | databases/sqlite2/files/pkgIndex.tcl | 1 | ||||
| -rw-r--r-- | databases/sqlite2/pkg-comment | 1 | ||||
| -rw-r--r-- | databases/sqlite2/pkg-descr | 7 | ||||
| -rw-r--r-- | databases/sqlite2/pkg-plist | 31 |
9 files changed, 0 insertions, 159 deletions
diff --git a/databases/sqlite2/Makefile b/databases/sqlite2/Makefile deleted file mode 100644 index f64e10bdf3cd..000000000000 --- a/databases/sqlite2/Makefile +++ /dev/null @@ -1,59 +0,0 @@ -# ex:ts=8 -# New ports collection makefile for: sqlite -# Date created: Feb 21, 2001 -# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= sqlite -PORTVERSION= 2.7.1 -PORTREVISION= 2 -CATEGORIES= databases -MASTER_SITES= http://www.hwaci.com/sw/sqlite/ -DISTNAME= ${PORTNAME}-${PORTVERSION} - -MAINTAINER= gerhard.haering@gmx.de - -LIB_DEPENDS= tcl${TCL_VER:S/.//}:${PORTSDIR}/lang/tcl${TCL_VER:S/.//} - -USE_GMAKE= YES -GNU_CONFIGURE= YES -USE_REINPLACE= YES -CONFIGURE_ARGS= --prefix=${PREFIX} --with-hints=freebsd.hints -ALL_TARGET= all libtclsqlite.la -INSTALLS_SHLIB= YES - -WRKSRC= ${WRKDIR}/${PORTNAME} -MAKE_ARGS+= TCLSH=tclsh${TCL_VER} -MAKE_ENV+= TCL_VER=${TCL_VER} -TCL_VER?= 8.3 - -DOCFILES= arch.html arch.png c_interface.html changes.html \ - crosscompile.html download.html faq.html index.html \ - lang.html lemon.html mingw.html opcode.html report1.txt \ - speed.html sqlite.html tclsqlite.html vdbe.html - -DOCSDIR= ${PREFIX}/share/doc/${PORTNAME} - -post-patch: - ${REINPLACE_CMD} -e "s/tclsh \$$(TOP)/\$$(TCLSH) \$$(TOP)/g" ${WRKSRC}/Makefile.in - ${ECHO} "config_TARGET_TCL_INC=\"-I${PREFIX}/include/tcl${TCL_VER}\"" >${WRKSRC}/freebsd.hints - ${ECHO} "config_TARGET_TCL_LIBS=\"-L${PREFIX}/lib -ltcl${TCL_VER:S/.//}\"" >>${WRKSRC}/freebsd.hints - #${ECHO} "config_TARGET_CFLAGS=\"-DTHREADSAFE=1 -pthread\"" >>${WRKSRC}/freebsd.hints - -post-build: - # Build the docs - cd ${WRKSRC} && ${MAKE} ${MAKE_ARGS} doc - -post-install: - ${INSTALL_DATA} ${FILESDIR}/pkgIndex.tcl ${PREFIX}/lib/sqlite/ -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - @${INSTALL_DATA} ${FILESDIR}/example.tcl ${DOCSDIR} -.for file in ${DOCFILES} - @${INSTALL_DATA} ${WRKSRC}/doc/${file} ${DOCSDIR} -.endfor -.endif - -.include <bsd.port.mk> diff --git a/databases/sqlite2/distinfo b/databases/sqlite2/distinfo deleted file mode 100644 index 898ae5ffcc69..000000000000 --- a/databases/sqlite2/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (sqlite-2.7.1.tar.gz) = 4910d3603365ab042cf78a1ec6304bb6 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-ltmain.sh b/databases/sqlite2/files/patch-ltmain.sh deleted file mode 100644 index a36adacb710c..000000000000 --- a/databases/sqlite2/files/patch-ltmain.sh +++ /dev/null @@ -1,11 +0,0 @@ ---- ltmain.sh.orig Fri Sep 28 10:34:45 2001 -+++ ltmain.sh Fri Sep 20 15:00:05 2002 -@@ -852,7 +852,7 @@ - perm_rpath= - temp_rpath= - thread_safe=no -- vinfo= -+ vinfo=2:0:0 - - # We need to know -static, to get the right output filenames. - for arg diff --git a/databases/sqlite2/files/patch-makefile b/databases/sqlite2/files/patch-makefile deleted file mode 100644 index e6eb78ae096c..000000000000 --- a/databases/sqlite2/files/patch-makefile +++ /dev/null @@ -1,34 +0,0 @@ -diff -r -C 3 ../sqlite.orig/Makefile.in ./Makefile.in -*** ../sqlite.orig/Makefile.in Sat Aug 31 18:29:58 2002 ---- ./Makefile.in Mon Sep 2 00:51:27 2002 -*************** -*** 310,322 **** - mkdir -p doc - mv $(DOC) doc - -! install: sqlite libsqlite.la sqlite.h - $(INSTALL) -d $(exec_prefix)/lib - $(LIBTOOL) $(INSTALL) libsqlite.la $(exec_prefix)/lib - $(INSTALL) -d $(exec_prefix)/bin - $(LIBTOOL) $(INSTALL) sqlite $(exec_prefix)/bin - $(INSTALL) -d $(prefix)/include - $(INSTALL) -m 0644 sqlite.h $(prefix)/include - - clean: - rm -f *.lo *.la *.o sqlite libsqlite.la sqlite.h ---- 310,324 ---- - mkdir -p doc - mv $(DOC) doc - -! install: sqlite libsqlite.la sqlite.h libtclsqlite.la - $(INSTALL) -d $(exec_prefix)/lib - $(LIBTOOL) $(INSTALL) libsqlite.la $(exec_prefix)/lib - $(INSTALL) -d $(exec_prefix)/bin - $(LIBTOOL) $(INSTALL) sqlite $(exec_prefix)/bin - $(INSTALL) -d $(prefix)/include - $(INSTALL) -m 0644 sqlite.h $(prefix)/include -+ mkdir -p $(prefix)/lib/sqlite -+ $(LIBTOOL) $(INSTALL) libtclsqlite.la $(prefix)/lib/sqlite - - clean: - rm -f *.lo *.la *.o sqlite libsqlite.la sqlite.h diff --git a/databases/sqlite2/files/pkgIndex.tcl b/databases/sqlite2/files/pkgIndex.tcl deleted file mode 100644 index dba694a3bc8b..000000000000 --- a/databases/sqlite2/files/pkgIndex.tcl +++ /dev/null @@ -1 +0,0 @@ -package ifneeded sqlite 0.0 [list load [file join $dir libtclsqlite.so.0] sqlite] diff --git a/databases/sqlite2/pkg-comment b/databases/sqlite2/pkg-comment deleted file mode 100644 index b10cb4bd83ea..000000000000 --- a/databases/sqlite2/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -An SQL database engine in a C library, including a Tcl wrapper 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 1eb257c646eb..000000000000 --- a/databases/sqlite2/pkg-plist +++ /dev/null @@ -1,31 +0,0 @@ -bin/sqlite -include/sqlite.h -lib/libsqlite.a -lib/libsqlite.la -lib/libsqlite.so -lib/libsqlite.so.2 -lib/sqlite/libtclsqlite.a -lib/sqlite/libtclsqlite.la -lib/sqlite/libtclsqlite.so -lib/sqlite/libtclsqlite.so.2 -lib/sqlite/pkgIndex.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/crosscompile.html -%%PORTDOCS%%share/doc/sqlite/download.html -%%PORTDOCS%%share/doc/sqlite/example.tcl -%%PORTDOCS%%share/doc/sqlite/faq.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/opcode.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 |
