aboutsummaryrefslogtreecommitdiff
path: root/databases/postgresql-plv8js
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2018-09-12 12:00:06 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2018-09-12 12:00:06 +0000
commit9457567441f4ffc32f5fbba90d1d6ec310e6847e (patch)
tree046c702c07f2bba4df57c852596ccd401508b6c2 /databases/postgresql-plv8js
parentd7add71254df63a04d66ac1b71c10486c5f8d6d8 (diff)
downloadports-9457567441f4ffc32f5fbba90d1d6ec310e6847e.tar.gz
ports-9457567441f4ffc32f5fbba90d1d6ec310e6847e.zip
Augment port description text and WWW address.
Notes
Notes: svn path=/head/; revision=479598
Diffstat (limited to 'databases/postgresql-plv8js')
-rw-r--r--databases/postgresql-plv8js/pkg-descr10
1 files changed, 6 insertions, 4 deletions
diff --git a/databases/postgresql-plv8js/pkg-descr b/databases/postgresql-plv8js/pkg-descr
index 58f34f9238a4..e8ef618b4aa7 100644
--- a/databases/postgresql-plv8js/pkg-descr
+++ b/databases/postgresql-plv8js/pkg-descr
@@ -1,5 +1,7 @@
-plv8js is a procedural language add-on for PostgreSQL,
-which means you can define JavaScript functions
-that run inside a PostgreSQL server using google V8 Engine.
+PLV8 is a trusted JavaScript language extension for PostgreSQL, using Google
+V8 Engine. It can be used for stored procedures, triggers, etc.
-WWW: https://github.com/plv8/plv8
+PLV8 works with most versions of Postgres, but works best with 9.1 and above,
+including 10.0 and 10.1.
+
+WWW: https://plv8.github.io/