<ChangeLog>
*) Change: "make install" now installs Node.js module as well if it was
configured.
*) Feature: "--local" ./configure option to install Node.js module
locally.
*) Bugfix: Node.js module might have crashed due to broken reference
counting.
*) Bugfix: asynchronous operations in Node.js might not have worked.
*) Bugfix: various compatibility issues with Node.js applications.
*) Bugfix: "freed pointer is out of pool" alerts might have appeared in
log.
*) Bugfix: module discovery didn't work on 64-bit big-endian systems
like IBM/S390x.
</ChangeLog>
pgpool is a connection pool server for PostgreSQL. pgpool runs between
PostgreSQL's clients(front ends) and servers(back ends). A PostgreSQL client can
connect to pgpool as if it were a standard PostgreSQL server.
pgpool caches the connection to PostgreSQL server to reduce the overhead to
establish the connection to it.
WWW: http://pgpool.net/
PR: 232957
Reported by: Franco Ricci <franco.ricc@gmail.com>
Approved by: tz (implicit)
Sponsored by: Netzkommune GmbH
Dominate is a Python library for creating and manipulating HTML documents using
an elegant DOM API. It allows you to write HTML pages in pure Python very
concisely, which eliminates the need to learn another template language, and
lets you take advantage of the more powerful features of Python.
WWW: https://github.com/Knio/dominate
visitor is a tiny library to facilitate visitor implementation in Python (which
are slightly peculiar due to dynamic typing). In fact, it is so small, you may
just be better off copy & pasting the source straight into your project.
WWW: https://github.com/mbr/visitor
- adopted the port;
- made better use of port's Go framework;
- removed 'shells/bash' and 'devel/gmake' from BUILD_DEPENDS;
- added 'devel/git' to RUN_DEPENDS;
- added 'pkg-message' with info from upstream on how to setup LFS;
- added new 'MANPAGES' option.
Approved by: araujo (mentor), mat
Differential Revision: https://reviews.freebsd.org/D17904
- Switch to new maintained upstream
While here
- Hook up the regression tests via TEST_TARGET
PR: 231959
Submitted by: Maciej Pasternacki <maciej@pasternacki.net>
Approved by: rodrigo (maintainer timeout, ~1 month)
When configure sees procmail in the environment building of
jk_procmailwrapper is enabled. Add a new non-default PROCMAIL
option to make it explicit.
PR: 230132
Submitted by: John Hein <z7dr6ut7gs@snkmail.com>
Approved by: woodsb02 (maintainer timeout, 3.5 months)
* Python3 Compatibility with the plugins
* Nose2 support!
* NoseOfYeti now understands and respects the async keyword.
Only really useful if you use something like
https://asynctest.readthedocs.io/en/latest/
* Changed the license to MIT from GPL
Add LICENSE.
Pet portlint.
Sponsored by: Farsight Security, Inc.
The conflict was solved in ports r467861 by suffixing all files
installed by liblas12 with 12.
PR: 227985
Submitted by: rhurlin@gwdg.de (maintainer of liblas12)
Approved by: wen (maintainer timeout, 6 months)