From 579520ca91a009a020b61736d1dc95a3a53d5838 Mon Sep 17 00:00:00 2001 From: Greg Larkin Date: Wed, 11 Aug 2010 14:39:09 +0000 Subject: These SQLite extension libraries provide the following functions: IPv4 functions (loaded with ".load libsqliteipv4.so"): ISINNET, ISSAMENET IP2INT, INT2IP NETFROM, NETTO NETLENGTH, NETMASKLENGTH Shell environment functions (loaded with ".load libsqliteenv.so"): CURRENT_USER CURRENT_LOCALE GETENV MD5 message-digest algorithm functions (loaded with ".load libsqlitemd5.so"): GROUP_MD5 MD5 MD5FILE WWW: http://sqlite.mobigroup.ru/wiki?name=extensions PR: ports/149053 Submitted by: Pavel Volkov --- databases/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'databases/Makefile') diff --git a/databases/Makefile b/databases/Makefile index 35d8f1b91d9a..1b0d4cfa2fcf 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -716,6 +716,7 @@ SUBDIR += sqldeveloper SUBDIR += sqlite-ext-inet SUBDIR += sqlite-ext-miscfuncs + SUBDIR += sqlite-ext-mobigroup SUBDIR += sqlite2 SUBDIR += sqlite3 SUBDIR += sqlite34 -- cgit v1.2.3