engine. In contrast to other wrappers such as pysqlite it focuses
on being a minimal layer over SQLite attempting just to translate
the complete SQLite API into Python. The documentation has a section
on the differences between APSW and pysqlite. APSW supports CPython
2.3 onwards and CPython 3.1 onwards.
PR: ports/181938
Submitted by: Rusty Nejdl <rnejdl@ringofsaturn.com>
Redigo is a Go client for the Redis database. It supports all Redis
commands, pipelining, publish/subscribe and connection pooling.
Approved by: crees (mentor)
Unfortunately, this also affects some ports using QT3 as a GUI toolkit.
Changes to infrastructure files:
- bsd.kde.mk : obsolete, remove
- bsd.qt.mk : note that a CONFLICTS_BUILD line can probably go after a while
- CHANGES : document the removals from bsd.port.mk
- KNOBS : remove KDE and QT (KDE4 and QT4 should be used instead)
- MOVED : add the removed ports
PR: ports/180745
Submitted by: rene
Approved by: portmgr (bapt)
Exp-run by: bapt
A fork of the shatypes extension which adds additional
data types along with some fixes.
WWW: http://pgxn.org/dist/hashtypes/
PR: ports/180137
Submitted by: Sevan Janiyan <venture37@geeklan.co.uk>
2013-07-11 databases/embedded_innodb: The Embedded InnoDB project was terminated a few years ago
2013-07-11 print/lyx16: Unmaintained upstream, upgrading to the 2.x series is advised
2013-07-11 security/py-crack: Superseded by security/py-cracklib
subclass of SQL::Abstract, fully compatible with the parent class, but
it handles a few additional SQL constructs, and provides a different API
with named parameters instead of positional parameters, so that various
SQL fragments are more easily identified.
This module was designed for the specific needs of DBIx::DataModel, but is
published as a standalone distribution, because it may possibly be useful
for other needs.
WWW: http://search.cpan.org/dist/SQL-Abstract-More/
PR: ports/176883
Submitted by: Espen Tagestad <espen@tagestad.no>
The driver does not have external dependencies, but includes the official
light-weight Tarantool C client (a single C header which implements all
protocol formatting) for packing requests and unpacking server responses.
WWW: https://github.com/dr-co/dr-tarantool/
PR: ports/178618
Submitted by: Veniamin Gvozdikov <g.veniamin@googlemail.com>
- Update the repocopied port to 0.8.1 [1]
- Re-order OPTIONS conditionals [1]
- Make BUILD_DEPENDS use TEST_DEPENDS when TESTS option is true [1]
PR: ports/178498 [1]
Submitted by: koobs
- Update databases/phpmyadmin to 4.0.0
Version 4.0.0 is the first release of a new major version, and
involves some significant changes in functionality. In particular it
now requires Javascript in order to operate.
Provide a new phpmyadmin35 port to track the 3.5.x branch for those
not wishing to upgrade yet. Note that you will have to adjust your
httpd.conf if you switch to this port, as it installs the application to
${LOCALBASE}/www/phpMyAdmin35
2013-04-09 x11-drivers/xf86-video-radeonhd-devel: Unsupported devel version
2013-04-10 devel/ros-image_common: Depends on devel/ros_common which is broken for more than 6 months
2013-04-10 devel/ros-laser_pipeline: Depends on devel/ros_common which is broken for more than 6 months
2013-03-01 databases/php52-rrdtool: PHP 5.2 series is strongly discouraged for new installations, migrate now
2013-03-05 devel/ros-common: Broken for more than 6 month
Feature safe: yes
engine with spatialite extensions.
It is almost fully compliant with the Python database API version 2.0 also
exposes the unique features of SQLite and spatialite.
WWW: https://code.google.com/p/pyspatialite/
PR: ports/173079
Submitted by: lbartoletti <coder@tuxfamily.org>
DBIx::Dump allows you to easily dump database data, retrieved using DBI,
into a variety of formats including Excel, CSV, etc...
WWW: http://search.cpan.org/dist/DBIx-Dump/
Convert to OptionsNG. pet portlint, remove obsolete OSVERSION check
Tweak comment in slaves if needed, add a ldap backend.
PR: ports/161676 (based on update to 4.2.9)
Submitted by: Zhihao Yuan <lichray@gmail.com>
PostgreSQL(and OS). pg_statsinfo gets some statistics information as
snapshot. We can check the DB activity and bottleneck analysis by
using these snapshot information. This utility provides some function
to get the information acquisition easily.
WWW: http://pgstatsinfo.projects.pgfoundry.org/
(currently some OS resource stats are disabled.)