Page MenuHomeFreeBSD

D13872.diff
No OneTemporary

D13872.diff

Index: head/databases/Makefile
===================================================================
--- head/databases/Makefile
+++ head/databases/Makefile
@@ -809,6 +809,7 @@
SUBDIR += py-pg8000
SUBDIR += py-pg_pqueue
SUBDIR += py-pgcli
+ SUBDIR += py-pglite
SUBDIR += py-pgspecial
SUBDIR += py-pgxnclient
SUBDIR += py-pickledb
Index: head/databases/py-pglite/Makefile
===================================================================
--- head/databases/py-pglite/Makefile
+++ head/databases/py-pglite/Makefile
@@ -0,0 +1,21 @@
+# $FreeBSD$
+
+PORTNAME= pglite
+DISTVERSIONPREFIX= v
+DISTVERSION= 1.0.6
+CATEGORIES= databases python
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= lbartoletti@tuxfamily.org
+COMMENT= Light PostgreSQL: use PostgreSQL as a simple SQLite database
+
+LICENSE= LGPL20+
+
+USES= python pgsql
+USE_PYTHON= autoplist distutils
+USE_GITHUB= yes
+GH_ACCOUNT= Oslandia
+NO_ARCH= yes
+WANT_PGSQL= server
+
+.include <bsd.port.mk>
Index: head/databases/py-pglite/distinfo
===================================================================
--- head/databases/py-pglite/distinfo
+++ head/databases/py-pglite/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1515683610
+SHA256 (Oslandia-pglite-v1.0.6_GH0.tar.gz) = 7f7f56cee40f2f5a8459b798d27a605a6ff122e7f0f337a24a8119bc9a5863a5
+SIZE (Oslandia-pglite-v1.0.6_GH0.tar.gz) = 5850
Index: head/databases/py-pglite/pkg-descr
===================================================================
--- head/databases/py-pglite/pkg-descr
+++ head/databases/py-pglite/pkg-descr
@@ -0,0 +1,8 @@
+This a Python module allowing to use a PostgreSQL instance "as if" it was a
+simple SQLite database: no admin privileges, no configuration needed.
+
+It manages a "local" PostgreSQL cluster in user's home (~/.pglite)
+
+By default it opens a TCP port 55432 on localhost.
+
+WWW: https://github.com/Oslandia/pglite

File Metadata

Mime Type
text/plain
Expires
Fri, Dec 20, 2:50 PM (20 h, 24 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15531038
Default Alt Text
D13872.diff (1 KB)

Event Timeline