[57463] trunk/dports/databases
snc at macports.org
snc at macports.org
Fri Sep 11 05:01:11 PDT 2009
Revision: 57463
http://trac.macports.org/changeset/57463
Author: snc at macports.org
Date: 2009-09-11 05:01:10 -0700 (Fri, 11 Sep 2009)
Log Message:
-----------
create sqlitewrapped, ticket #21301
Added Paths:
-----------
trunk/dports/databases/sqlitewrapped/
trunk/dports/databases/sqlitewrapped/Portfile
trunk/dports/databases/sqlitewrapped/files/
trunk/dports/databases/sqlitewrapped/files/patch-Makefile.diff
Added: trunk/dports/databases/sqlitewrapped/Portfile
===================================================================
--- trunk/dports/databases/sqlitewrapped/Portfile (rev 0)
+++ trunk/dports/databases/sqlitewrapped/Portfile 2009-09-11 12:01:10 UTC (rev 57463)
@@ -0,0 +1,37 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem 1.0
+
+name sqlitewrapped
+version 1.3.1
+categories databases devel
+platforms darwin
+
+maintainers uwe-arzt.de:mail
+
+description a C++ wrapper for the Sqlite database C API
+long_description This is a C++ wrapper for the Sqlite database \
+ C application programming interface. The code works \
+ for linux/unix, as well as win32. This library \
+ supports version 3 of the sqlite database. From \
+ version 1.2 the connection pool can be made threadsafe.
+
+homepage http://www.alhem.net/project/sqlite/index.html
+
+master_sites http://www.alhem.net/project/sqlite
+checksums md5 a6709476d04dd89acb2b16332e4fdf37 \
+ sha1 d95614429d2397477445013ed3c0b3e1947ee883
+
+# build without the SysLog feature at the moment, if there are requests add variant
+patchfiles patch-Makefile.diff
+
+depends_build port:sqlite3
+
+use_configure no
+
+destroot {
+ xinstall libsqlitewrapped.a ${destroot}${prefix}/lib
+ xinstall libsqlitewrapped.h ${destroot}${prefix}/include
+}
+
Property changes on: trunk/dports/databases/sqlitewrapped/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native
Added: trunk/dports/databases/sqlitewrapped/files/patch-Makefile.diff
===================================================================
--- trunk/dports/databases/sqlitewrapped/files/patch-Makefile.diff (rev 0)
+++ trunk/dports/databases/sqlitewrapped/files/patch-Makefile.diff 2009-09-11 12:01:10 UTC (rev 57463)
@@ -0,0 +1,19 @@
+--- Makefile 2008-06-29 10:48:43.000000000 +0200
++++ Makefile.patched 2009-09-11 09:08:56.000000000 +0200
+@@ -20,13 +20,13 @@
+ all: $(PROGS) $(LIBNAME).a $(LIBNAME).h
+
+
+-LIBM = Database.o Query.o StderrLog.o SysLog.o
++LIBM = Database.o Query.o StderrLog.o
+ $(LIBNAME).a: $(LIBM)
+ ar cru $(LIBNAME).a $(LIBM)
+ ranlib $(LIBNAME).a
+
+-$(LIBNAME).h: IError.h StderrLog.h SysLog.h Database.h Query.h
+- cat IError.h StderrLog.h SysLog.h Database.h Query.h > $(LIBNAME).h
++$(LIBNAME).h: IError.h StderrLog.h Database.h Query.h
++ cat IError.h StderrLog.h Database.h Query.h > $(LIBNAME).h
+
+ install: all
+ @mkdir -p $(INSTALL_LIB)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090911/1ccdf049/attachment.html>
More information about the macports-changes
mailing list