From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23149 invoked by alias); 13 Jan 2014 10:57:06 -0000 Mailing-List: contact cygwin-apps-help@cygwin.com; run by ezmlm Precedence: bulk Sender: cygwin-apps-owner@cygwin.com List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Mail-Followup-To: cygwin-apps@cygwin.com Received: (qmail 23136 invoked by uid 89); 13 Jan 2014 10:57:06 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=1.8 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SEM_URI,SEM_URIRED,SPF_PASS autolearn=no version=3.3.2 X-HELO: mail-lb0-f178.google.com Received: from mail-lb0-f178.google.com (HELO mail-lb0-f178.google.com) (209.85.217.178) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Mon, 13 Jan 2014 10:57:05 +0000 Received: by mail-lb0-f178.google.com with SMTP id u14so1216508lbd.9 for ; Mon, 13 Jan 2014 02:57:01 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.152.28.137 with SMTP id b9mr5448961lah.4.1389610621379; Mon, 13 Jan 2014 02:57:01 -0800 (PST) Received: by 10.114.61.236 with HTTP; Mon, 13 Jan 2014 02:57:01 -0800 (PST) Date: Mon, 13 Jan 2014 10:57:00 -0000 Message-ID: Subject: [ITA] tcl-sqlite3 From: Jan Nijtmans To: cygapps Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes X-SW-Source: 2014-01/txt/msg00034.txt.bz2 Cygwin64 has an exisiting "tcl-sqlite3" package (version 3.7.15.2-1) which doesn't exist in Cygwin32. This package is not in cygwin-pkg-maint, so I assume someone (other than Warren Young) uploaded it as part of the Cygwin64 bootstrap process. This package was very useful to me: The source code of the bindings is already included in the sqlite3 source package, all that needed to be added is a few lines to actually build it. I think it is useful to more people than only me: It is part of the "batteries included" Tcl 8.6 package, but it works fine with Tcl 8.5 as well without re-compilation (I tested it with both!) I'm thus offering to take over the following package: - tcl-sqlite3 Following http://cygwin.com/setup.html, I've copied the assorted setup.hint files below and uploaded the packages to my dropbox area: https://dl.dropboxusercontent.com/u/69449580/Cygwin/sqlite3/tcl-sqlite3/setup.hint https://dl.dropboxusercontent.com/u/69449580/Cygwin/sqlite3/tcl-sqlite3/tcl-sqlite3-3.8.2-3.tar.xz https://dl.dropboxusercontent.com/u/69449580/Cygwin64/sqlite3/tcl-sqlite3/setup.hint https://dl.dropboxusercontent.com/u/69449580/Cygwin64/sqlite3/tcl-sqlite3/tcl-sqlite3-3.8.2-3.tar.xz I'm not sure if a GTG is needed from another package maintainer, otherwise Warren Young would be the most logical choice. Anyway, whatever feedback from Warren (or anyone else) is appreciated! Jan Nijtmans ========================================= tcl-sqlite3/setup.hint category: Database Tcl requires: libsqlite3_0 tcl sdesc: "Tcl bindings for SQLite" ldesc: "SQLite is a C library that implements an embeddable 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 (sqlite3) that can be used to administer an SQLite database and which serves as an example of how to use the SQLite library." external-source: sqlite3 prev: 3.7.15.2-1 curr: 3.8.2-3