Page MenuHomeFreeBSD

D13872.id37832.diff
No OneTemporary

D13872.id37832.diff

Index: databases/Makefile
===================================================================
--- databases/Makefile
+++ databases/Makefile
@@ -21,6 +21,7 @@
SUBDIR += apq-odbc
SUBDIR += apq-pgsql
SUBDIR += arangodb32
+ SUBDIR += arangodb33
SUBDIR += ateam_mysql_ldap_auth
SUBDIR += autobackupmysql
SUBDIR += bbdb
@@ -808,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: databases/py-pglite/Makefile
===================================================================
--- /dev/null
+++ 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 an SQLite database
+
+LICENSE= LGPL20+
+
+USES= python pgsql
+WANT_PGSQL= server
+USE_PYTHON= autoplist distutils
+USE_GITHUB= yes
+GH_ACCOUNT= Oslandia
+NO_ARCH= yes
+
+.include <bsd.port.mk>
Index: databases/py-pglite/distinfo
===================================================================
--- /dev/null
+++ 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: databases/py-pglite/pkg-descr
===================================================================
--- /dev/null
+++ databases/py-pglite/pkg-descr
@@ -0,0 +1,8 @@
+This a Python module allowing to use a PostgreSQL instance "as if" it was a simp
+le 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
Wed, Mar 12, 6:52 AM (4 h, 25 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
17114835
Default Alt Text
D13872.id37832.diff (1 KB)

Event Timeline