pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/databases/sqlite3 Import sqlite3-3.0.8, the next major...
details: https://anonhg.NetBSD.org/pkgsrc/rev/dc2e900f133a
branches: trunk
changeset: 487508:dc2e900f133a
user: tv <tv%pkgsrc.org@localhost>
date: Sun Jan 16 02:00:33 2005 +0000
description:
Import sqlite3-3.0.8, the next major release of sqlite. Resides in parallel
with sqlite version 2 (everything in this package ends in `3'). DESCR:
SQLite is a C library that implements an SQL database engine. Programs
that link with 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.
SQLite is not a client library used to connect to a big database server.
SQLite is the server. The SQLite library reads and writes directly to and
from the database files on disk.
diffstat:
databases/sqlite3/DESCR | 10 ++++++++++
databases/sqlite3/Makefile | 27 +++++++++++++++++++++++++++
databases/sqlite3/PLIST | 6 ++++++
databases/sqlite3/buildlink3.mk | 18 ++++++++++++++++++
databases/sqlite3/distinfo | 4 ++++
5 files changed, 65 insertions(+), 0 deletions(-)
diffs (85 lines):
diff -r 92e30ea7e92c -r dc2e900f133a databases/sqlite3/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/sqlite3/DESCR Sun Jan 16 02:00:33 2005 +0000
@@ -0,0 +1,10 @@
+SQLite is a C library that implements an SQL database engine. Programs
+that link with 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.
+
+SQLite is not a client library used to connect to a big database server.
+SQLite is the server. The SQLite library reads and writes directly to and
+from the database files on disk.
diff -r 92e30ea7e92c -r dc2e900f133a databases/sqlite3/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/sqlite3/Makefile Sun Jan 16 02:00:33 2005 +0000
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/01/16 02:00:33 tv Exp $
+
+DISTNAME= sqlite-3.0.8
+PKGNAME= ${DISTNAME:S/-/3-/}
+CATEGORIES= databases
+MASTER_SITES= http://www.hwaci.com/sw/sqlite/ \
+ http://www.sqlite.org/
+
+MAINTAINER= tech-pkg%NetBSD.org@localhost
+HOMEPAGE= http://www.hwaci.com/sw/sqlite/
+COMMENT= SQL Database Engine in a C Library
+
+WRKSRC= ${WRKDIR}/sqlite
+USE_BUILDLINK3= yes
+USE_GNU_TOOLS+= make
+USE_LIBTOOL= yes
+
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS+= --without-tcl
+
+PKGCONFIG_OVERRIDE= ${WRKDIR}/sqlite/sqlite3.pc.in
+
+post-install:
+ ${INSTALL_MAN} ${WRKSRC}/sqlite.1 ${PREFIX}/man/man1/sqlite3.1
+
+.include "../../devel/readline/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 92e30ea7e92c -r dc2e900f133a databases/sqlite3/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/sqlite3/PLIST Sun Jan 16 02:00:33 2005 +0000
@@ -0,0 +1,6 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/01/16 02:00:33 tv Exp $
+bin/sqlite3
+include/sqlite3.h
+lib/libsqlite3.la
+lib/pkgconfig/sqlite3.pc
+man/man1/sqlite3.1
diff -r 92e30ea7e92c -r dc2e900f133a databases/sqlite3/buildlink3.mk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/sqlite3/buildlink3.mk Sun Jan 16 02:00:33 2005 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: buildlink3.mk,v 1.1.1.1 2005/01/16 02:00:33 tv Exp $
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
+SQLITE3_BUILDLINK3_MK:= ${SQLITE3_BUILDLINK3_MK}+
+
+.if !empty(BUILDLINK_DEPTH:M+)
+BUILDLINK_DEPENDS+= sqlite3
+.endif
+
+BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nsqlite3}
+BUILDLINK_PACKAGES+= sqlite3
+
+.if !empty(SQLITE3_BUILDLINK3_MK:M+)
+BUILDLINK_DEPENDS.sqlite3+= sqlite3>=3.0.8
+BUILDLINK_PKGSRCDIR.sqlite3?= ../../databases/sqlite3
+.endif # SQLITE3_BUILDLINK3_MK
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
diff -r 92e30ea7e92c -r dc2e900f133a databases/sqlite3/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/sqlite3/distinfo Sun Jan 16 02:00:33 2005 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2005/01/16 02:00:33 tv Exp $
+
+SHA1 (sqlite-3.0.8.tar.gz) = 03720973e7b5ce6f621a330d1701bbab1a989202
+Size (sqlite-3.0.8.tar.gz) = 1288859 bytes
Home |
Main Index |
Thread Index |
Old Index