sthen
9c39c314cc
bugfix update to sqliteman 1.2.2
2013-11-10 22:28:59 +00:00
ajacoutot
ac229980e2
Update to evolution-data-server-3.10.2.
2013-11-10 16:09:36 +00:00
naddy
725de75f3a
move http://www.gnu.org to https
2013-11-09 23:19:01 +00:00
sthen
c762dcbbcb
fix a failing test, tracked down by jca
2013-11-08 22:54:29 +00:00
sthen
0012f5f73d
+py-apsw
2013-11-08 22:53:22 +00:00
sthen
1b2fabc85a
import databases/py-apsw, ok jca@
...
A Python wrapper for the SQLite embedded relational database 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.
2013-11-08 22:52:27 +00:00
zhuk
2ffc14615c
Oops, forgot to remove the patch committed upstream in _this_ directory.
...
No bump needed.
Noticed by kili@, thanks!
2013-11-05 18:31:38 +00:00
abieber
24b11f3986
bump to pick up the node libv8 change.
...
OK sthen@
2013-11-05 16:24:14 +00:00
zhuk
21048541d3
Pure bugfix update for Soprano. No major lib bump needed.
2013-11-05 13:29:38 +00:00
jmatthew
f918b2df9a
meck doesn't need to be in the package (it's only used for tests)
...
and on some systems reltool doesn't include it in the release which
makes the package build fail.
help from Alex Wilson, tested by naddy
2013-11-02 23:07:49 +00:00
sthen
9d5dad9e4d
tweak login.conf fragment to use openfiles rather than openfiles-cur thus
...
avoiding any issues with it being higher than whatever value openfiles-max
ends up taking (which may be non-obvious as it may be inherited from
"openfiles" in "default"). ok ajacoutot@ pea@
2013-11-01 21:07:59 +00:00
espie
5e63d2c808
oops, missed the conflict. Oh well, rename it correctly, and bump to 3.0,
...
that's an important enough change in my opinion.
2013-11-01 17:19:18 +00:00
espie
63d9d83bd5
use the new sqlports,-list list which contains the result of the old sqlite3.
2013-11-01 14:54:49 +00:00
espie
8bd186ad57
add a 3rd package that's not really a database, but just the pkgpath list
...
used by pkglocatedb.
mkdblite is a very small version of mksqlitedb that does NOT use DBI at all,
and can create that list only.
allows pkglocatedb to build on arches without dbi, e.g., vax.
(real benefit: separate the code a bit more)
2013-11-01 14:52:47 +00:00
espie
004c046d9d
have comment reflect reality
2013-11-01 14:50:29 +00:00
espie
b3fc396048
specialize FULLKPGNAME and STATIC_PLIST variable classes, to be able to
...
special-case them easily
2013-11-01 14:50:11 +00:00
jmatthew
c00b3212ab
Instead of running make install for snappy, get the headers and static
...
library from its source tree. Should make it possible for dpb to build this.
2013-11-01 12:37:46 +00:00
espie
1836068583
move the TreeWalker code to its own file, no functional change
2013-11-01 11:46:19 +00:00
jmatthew
2b2840549f
remove empty patch file
2013-11-01 10:17:15 +00:00
ajacoutot
9b557d0ce6
+py-sql
2013-10-30 10:45:42 +00:00
ajacoutot
0bdeb11003
Import py-sql-0.2.
...
python-sql is a library to write SQL queries in a pythonic way.
ok robert@
2013-10-30 10:45:12 +00:00
landry
d3c087581d
Add missing BDEP on postgresql,-server, originally from kili@, forgotten
...
in previous commit, and reminded by naddy@
2013-10-27 13:35:34 +00:00
jmatthew
bbe9cc7ca7
update to riak 1.4.2
...
help from naddy@ and ajacoutot@, ok ajacoutot@
2013-10-27 11:24:05 +00:00
jeremy
e79a176be2
Bump all ruby gem ports supporting rbx FLAVOR due to change to rubinius
...
gem directory when upgrading rubinius from 1.2.4 to 2.1.1.
2013-10-26 23:55:34 +00:00
jeremy
56f6f80bf4
Update to ruby-mysql2 0.3.13
2013-10-26 23:48:40 +00:00
jeremy
30d25ffd7f
Update to ruby-sqlite3 1.3.8
2013-10-26 23:48:05 +00:00
landry
9164dc5e9a
Unbreak by allowing it to build against new PostgreSQL 9.3 API. Totally
...
untested @runtime though..
2013-10-25 21:44:48 +00:00
benoit
a9b91bbd25
Update to p5-Redis 1.962.
2013-10-25 16:16:57 +00:00
landry
df0487b199
Mark BROKEN, doesnt build with pg 9.3 as reported by kili@.
...
That'll teach me to import stuff lying in mystuff for ages without
rebuilding it... fix pending.
2013-10-24 21:24:51 +00:00
landry
db6d65b845
+pg_stats{_reporter,info}
2013-10-23 22:06:11 +00:00
landry
fa8f36c4f4
Import pg_stats_reporter 1.0.1.
...
Pg_stats_reporter can show statistical and graphical reports using
data generated by pg_statsinfo. It doesnt RDEP on it as obviously this
can run on (several|a) different host(s)..
Patch out the dependency on php-intl until we have it enabled in our
php. Tested by Jean-Gerard Pailloncy.
ok ajacoutot@
2013-10-23 22:04:58 +00:00
landry
fe273f85f7
Import pg_statsinfo-2.4.1.
...
pg_statsinfo is a utility that monitor statistics and the activity of
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.
Low-level os monitoring (cpu/loadavg/memory only for now) tweaked from
a patch in FreeBSD's portstree.
Refer to ${HOMEPAGE} for how to configure it, no need to replicate the
provided extensive doc in a README.
ok ajacoutot@
2013-10-23 22:00:19 +00:00
kili
6440285682
Bump because of library signature change in hs-postgresql-libpq.
...
From maintainer David Schaefer.
2013-10-22 20:15:32 +00:00
kili
67fc2395cc
Update to hs-postgresql-libpq-0.8.2.4.
...
From David Schaefer (maintainer).
2013-10-22 20:14:18 +00:00
zhuk
0e3d15242b
Do a massive change on the placement of some KDE3 apps data:
...
* share/apps => share/apps.kde3
* share/doc/HTML => share/doc/HTML.kde3
This is a part of KDE3/4 deconflicting work.
Build tested in a bulk by landry@, also sat over a week on ports@.
Run-time tested with some KDE3 apps, including KMail, taxipilot, yakuake...
"do it" landry@
2013-10-22 11:33:55 +00:00
kili
e80a5ea162
Crank the @ask-update entry in pkg/PLIST-server and add a reminder
...
to do so for every major update.
ok jeremy@, pea@ (maintainer)
2013-10-22 06:26:09 +00:00
bentley
556a84e866
Use .Mt for email address. No need for -nosplit.
...
ok jmc@
2013-10-21 09:04:47 +00:00
jung
794e44b0af
update directoryassistant to 2.1
...
drop myself as maintainer
OK landry@
2013-10-19 10:02:11 +00:00
miod
6d3c30fd7f
One more port which includes <tr1/....> and thus NOT_FOR_ARCHS=${GCC3_ARCHS}
2013-10-18 14:46:59 +00:00
dcoppa
57c3d84f54
Bugfix update to ruby-redis-3.0.5
2013-10-15 10:01:00 +00:00
ajacoutot
025ef80d2d
Use MODGNOME_MIME_FILE.
2013-10-15 09:43:53 +00:00
jeremy
37c1cff885
Update to sequel_pg-1.6.8.
2013-10-15 02:27:46 +00:00
jeremy
d73bad3b11
Update to sequel 4.3.0.
2013-10-15 02:27:22 +00:00
jeremy
055a059b05
Update to pg 0.17.0.
2013-10-15 02:26:50 +00:00
jeremy
5da1ad4b32
Add patch to build on PostgreSQL 9.3
...
OK pea@, bulk testing by landry@
2013-10-15 02:22:00 +00:00
jeremy
79659e4a8e
Update to 1.0, depend on PostgreSQL 9.3, and add patches
...
to build on PostgreSQL 9.3.
OK pea@, bulk testing by landry@
2013-10-15 02:21:13 +00:00
jeremy
be345faceb
Update RUN_DEPENDS after PostgreSQL 9.3 update.
...
OK pea@ (MAINTAINER), bulk testing by landry@
2013-10-15 02:19:18 +00:00
jeremy
6fe1722afb
Major update to 9.3.0. As usual, a dump/restore is required.
...
Add plpython subpackage. Move some contrib module .so files to the
contrib subpackage.
OK pea@ (MAINTAINER), bulk testing by landry@
2013-10-15 02:18:16 +00:00
ajacoutot
cffde34944
Update to evolution-data-server-3.10.1.
2013-10-13 16:38:45 +00:00
naddy
06a9102560
Drop USE_GROFF since groff and mandoc produce identical output.
2013-10-11 23:48:03 +00:00