giovanni
dbceaea703
Fix reporting via rss
2012-04-24 15:56:25 +00:00
espie
4ed7caa04f
first pass at handling sqlite3 move
2012-04-23 17:15:17 +00:00
sthen
688e6a1578
+3 p5-'s
2012-04-22 20:40:28 +00:00
sthen
f63d5ab751
import ports/databases/p5-DBIx-Class-TimeStamp, from Andreas Voegele, ok okan@
...
DBIx::Class::TimeStamp automatically sets and updates time based columns
in a table. The module effectively emulates triggers to get consistent
behavior across databases that either implement them poorly or not at
all.
2012-04-22 20:36:53 +00:00
sthen
972317e201
import ports/databases/p5-DBIx-Class-DynamicDefault, from Andreas Voegele, ok okan@
...
DBIx::Class::DynamicDefault automatically sets and updates columns in a
database table with values calculated at runtime.
2012-04-22 20:35:44 +00:00
sthen
9739d5eecb
import ports/databases/p5-DBICx-TestDatabase, from Andreas Voegele, ok okan@
...
DBICx::TestDatabase creates a temporary SQLite database, deploys your
DBIC schema, and then connects to it. This lets you easily test your
schema. Since you have a fresh database for every test, you don't have
to worry about cleaning up after your tests, ordering of tests affecting
failure, etc.
2012-04-22 20:34:16 +00:00
ajacoutot
0691c69586
Use RCDIR instead of /etc/rc.d when refering to packages rc scripts.
...
discussed with espie and sthen
ok sthen@
2012-04-22 11:41:55 +00:00
benoit
99757752e7
- update p5-Redis to 1.951
...
- update REGRESS_DEPENDS
from Wen Heping (thanks).
2012-04-21 14:29:33 +00:00
dcoppa
019e46614f
Bugfix update to redis-2.4.11
2012-04-20 11:39:27 +00:00
dcoppa
9ad7f04ce2
Update hs-redis to 0.12.1.
...
New dependency on devel/hs-concurrent-extra.
OK kili@
2012-04-19 07:29:15 +00:00
giovanni
b049095bc8
Update to 2.1.1
2012-04-18 13:24:21 +00:00
nigel
37d6d73b38
Remove the incorrect --with-dbi-incdir configure argument,
...
configure find the dbi includes without this.
Ok sthen@
2012-04-16 15:42:56 +00:00
jasper
5680c2de97
- update to 3.4.1
...
* translation updates and bug fixes
2012-04-16 14:22:30 +00:00
sthen
e1add271e0
Add steps to copy SSL certs and a reminder about UTF8 to postgresql-server's
...
upgrade notes. ok pea@
2012-04-12 11:47:05 +00:00
sthen
0b8efc0c49
Update databases/p5-Catalyst-Model-DBIC-Schema to version 0.59.
2012-04-08 22:01:20 +00:00
sthen
1b8ab3a893
sync new p5-*
2012-04-08 21:09:49 +00:00
sthen
5496547d1a
import databases/p5-DBIx-Class-Cursor-Cached, ok landry@
...
DBIx::Class::Cursor::Cached provides a query cursor on a
DBIx::Class::ResultSet with built-in caching support.
2012-04-08 21:01:07 +00:00
ajacoutot
6ce2569122
Bump after spidermonkey ports change.
2012-04-08 17:21:49 +00:00
sthen
1955fe3aee
regress tweaks from the version of this in Andreas Voegele's tree
2012-04-07 14:49:04 +00:00
sthen
e2535a6426
update to DBIx-Class-UUIDColumns-0.02005; Andreas Voegele
2012-04-07 14:35:06 +00:00
sthen
6eb8450608
update to DBIx-Class-Validation-0.02005; Andreas Voegele
2012-04-07 14:32:37 +00:00
sthen
0344efdcbd
add a few deps, tweak DESCR and regress stage; adapted from Andreas Voegele's repo
2012-04-07 14:31:57 +00:00
sthen
c82c0ee90b
update p5-DBIx-Class-HTMLWidget to 0.16; Andreas Voegele
2012-04-07 14:27:35 +00:00
sthen
3bbffd01db
missing build deps; from RD Thrush
2012-04-07 08:35:10 +00:00
jeremy
f16bb1b2bc
Update ruby-data_objects and ruby-do_{mysql,postgres,sqlite3} to
...
0.10.8.
2012-04-06 19:28:22 +00:00
jeremy
b8d6446e2f
Update to ruby-swift 0.14.0. Respect patches to respect LOCALBASE.
2012-04-06 19:26:13 +00:00
jeremy
e2ae866641
Update to dbic++ 0.6.0. Minor Makefile cleanup so that
...
WRKDIST doesn't need to change. Remove getline->fgenln
patch now that getline is natively supported.
2012-04-06 19:25:23 +00:00
jeremy
3593386850
Update to ruby-sequel_pg 1.3.0.
2012-04-06 19:23:37 +00:00
jeremy
b942a72df3
Update to ruby-sequel 3.34.1.
2012-04-06 19:23:07 +00:00
jeremy
334f11582f
Update to ruby-pg 0.13.2. Remove patch committed upstream.
2012-04-06 19:22:29 +00:00
sthen
ac7fa6a05b
don't use groff
2012-04-06 10:04:39 +00:00
sthen
3ebef908e2
update p5-DBIx-Class to 0.08196, from Andrew Fresh
2012-04-06 10:00:10 +00:00
sthen
2d1630068b
update p5-DBIx-Class-Schema-Loader to 0.07015 from Andrew Fresh
2012-04-06 09:59:14 +00:00
sthen
7ce76688cc
hook in new p5-* thingys
2012-04-06 09:30:14 +00:00
sthen
fbfb846c74
import p5-DBIx-Class-IntrospectableM2M from Andrew Fresh, ok landry@
...
Because the many-to-many relationships are not real relationships,
they can not be introspected with DBIx::Class. Many-to-many
relationships are actually just a collection of convenience methods
installed to bridge two relationships. This DBIx::Class component
can be used to store all relevant information about these
non-relationships so they can later be introspected and examined.
2012-04-06 09:23:09 +00:00
ajacoutot
39247360ed
Pick a less generic variable for a MODULE: VERSION -> NPM_VERSION
...
no objection from jeremy@
2012-04-04 05:48:15 +00:00
jeremy
1f3fa71a68
Hookup new node ports
2012-04-03 18:58:01 +00:00
jeremy
ec25d45193
Import node-pg-0.6.10.
...
Non-blocking PostgreSQL client for node.js. Pure JavaScript and native
libpq bindings. Active development, well tested, and production use.
OK sthen@
2012-04-03 18:49:11 +00:00
giovanni
eae15e525b
Fix incremental backups
2012-04-03 10:56:03 +00:00
dcoppa
60f2b549f6
Bugfix update to redis-2.4.10.
2012-04-02 12:14:31 +00:00
sthen
88ea72915d
Change SEPARATE_BUILD=(concurrent|simple) to Yes; bsd.port.mk doesn't
...
make a distinction between these. ok aja@ dcoppa@
2012-03-29 13:38:12 +00:00
ajacoutot
c11a2202e8
Unbreak by updating to gq-1.3.4.
2012-03-29 12:43:21 +00:00
giovanni
41b2a69cfb
Fix scheduler and backup checksum handling in synchronous mode
2012-03-29 09:30:05 +00:00
ajacoutot
28494c17d2
Update to evolution-data-server-3.4.0.
2012-03-29 06:45:21 +00:00
sthen
d0207e3e8a
update to SQLite 3.7.11 - requested by / OK landry@
...
Thanks to Landry and Jan Stary for testing.
2012-03-27 18:34:04 +00:00
giovanni
014ac242d5
Update to 5.1.62, fixes 2 security bugs and other things
...
ok Brad (Maintainer)
2012-03-26 08:05:01 +00:00
ajacoutot
e3ee0c78b0
Mark BROKEN for now. There is an update that will unbreak it which I am
...
going to work on.
2012-03-23 13:30:03 +00:00
dcoppa
c9dc08fd47
bugfix update to redis-2.4.9
2012-03-19 09:27:36 +00:00
jmatthew
d2db4af8ad
include the headers in the package
...
ok aja sthen
2012-03-18 12:56:56 +00:00
naddy
9b5a025334
getline -> get_line
2012-03-17 22:50:56 +00:00
william
a7c31d280a
fix typo in readme; ok brad sthen
2012-03-16 00:47:54 +00:00
pea
7b2a20e82b
Update to 2.19.0
...
ok sthen@
2012-03-12 13:29:19 +00:00
pea
174a9e6921
Update to 2.18.1
...
Add a patch to fix format string security issues (spotted by sthen@).
ok sthen@
2012-03-09 13:46:05 +00:00
espie
e0fece8b85
java builds again
2012-03-09 12:59:25 +00:00
pea
fcab1e4a5d
Update to 2.4.30
...
ok sthen@
2012-03-09 09:48:32 +00:00
giovanni
90d84afc23
Update to 2.0.4
2012-03-08 14:27:17 +00:00
giovanni
4ee9e37040
Add a couple of patches from Debian and take maintainership
...
ok Dave Steinberg (old maintainer)
2012-03-08 09:30:59 +00:00
pea
af6fa238bd
Update to 9.1.3
...
ok ajacoutot@
2012-03-05 15:00:57 +00:00
landry
d42fd9d503
+pear-MDB2-pgsql
2012-03-03 12:47:47 +00:00
landry
ed04826555
Import pear-MDB2-pgsql, from maintainer Johan Huldtgren.
...
This is the PostgreSQL MDB2 driver, needed if one wants to use
www/horde with a PostgreSQL backend.
ok & whitespace tweaks sthen@ (i also added 'PostgreSQL' to COMMENT while here)
2012-03-03 12:46:58 +00:00
dcoppa
e7c31efada
Update to HDBC-mysql-0.6.6.0
2012-03-01 09:50:30 +00:00
dcoppa
c261b497b0
Update to HDBC-2.3.1.1
2012-03-01 09:42:54 +00:00
dcoppa
25606a6d58
Update to hs-redis-0.12
2012-03-01 09:27:32 +00:00
dcoppa
2ec893b722
Update to 2.4.8
2012-02-28 11:57:11 +00:00
giovanni
435ba6e65a
Put maatkit to the attic
...
ok okan@
2012-02-28 10:56:00 +00:00
giovanni
6b2af21b77
-maatkit
...
+percona-toolkit
2012-02-27 10:22:39 +00:00
giovanni
6a2b1d222c
Import Percona MySQL tools
...
Percona Toolkit is a collection of advanced command-line tools used
to perform a variety of MySQL and system tasks that are too difficult
or complex to perform manually.
ok okan@ william@
2012-02-27 10:18:12 +00:00
dcoppa
618e5ba674
Bugfixing update to redis-2.4.7
2012-02-21 15:25:32 +00:00
espie
cbd86a6d2e
actually, BROKEN is not subpackage dependent, so use IGNORE-java
2012-02-20 02:31:40 +00:00
espie
ee77842490
classpath hangs with rthreads, so this takes java out.
...
mark the -java subpackage as broken, so that stuff that depends on other
db/v4 pieces can proceed.
(as discussed with sthen@, aja@, naddy@)
2012-02-19 22:07:51 +00:00
espie
95fefd0c50
make sure we don't pass FLAVOR/SUBPACKAGE info thru subdirs.
...
count number of passes (purely cosmetic)
2012-02-17 07:31:26 +00:00
landry
db1388714b
It's pointless to add BROKEN-* for each and every arch when the code
...
explicitely checks for i386/amd64/arm and #errors out otherwise. Mark as
ONLY_FOR_ARCHS accordingly.
2012-02-16 21:27:37 +00:00
landry
294753acf4
It's pointless to add BROKEN-* on each and every arch when the code has
...
an explicit #if (defined(__i386__) || defined(__x86_64__)) #else #error.
Mark as ONLY_FOR_ARCHS accordingly.
2012-02-16 21:22:42 +00:00
espie
bd7f323cd1
openldap doesn't require db,-java, so avoid it.
2012-01-29 13:46:18 +00:00
william
ed029b220e
update maintainer; ok sthen
2012-01-29 02:26:17 +00:00
espie
c757bb306d
fix description of DEPENDS table.
2012-01-28 11:40:34 +00:00
naddy
849196b437
Belatedly bump versions for libraries we know had symbol changes due
...
to the addition of stpcpy(). Prodded by espie@
2012-01-26 22:08:26 +00:00
ajacoutot
373d4ceeb4
Add a comment, LIBdb_VERSION needs to be synced to databases/db/v4.
2012-01-25 11:32:34 +00:00
sthen
3039a9230c
- show an example command line for initializing the database with UTF8,
...
it's mentioned in text but this makes it clearer (and it's a pain to switch
it afterwards :)
- s/task/tasks
ok pea@
2012-01-24 09:20:17 +00:00
nigel
958538f2bb
Update to version 1.35
...
Ok sthen@ robert@ (Maintainer)
2012-01-22 11:29:55 +00:00
jeremy
52d164f284
Update to 1.3.5.
...
OK dcoppa@
2012-01-22 00:53:30 +00:00
rpointel
7adc203748
Update py-redis to 2.4.1.11.
...
ok dcoppa@, ajacoutot@.
2012-01-20 20:01:37 +00:00
dcoppa
e3dccc5f24
Bugfixing update to redis-2.4.6
2012-01-19 08:25:53 +00:00
naddy
0b17af916d
We need to include m_string.h if we use MySQL-defined string functions
...
like strmov(). This fixes the build after the addition of stpcpy() to
libc, which has caused some symbol shuffling in libmysqlclient.
2012-01-18 20:01:11 +00:00
pea
dfdddf3599
Update to 1.5
...
ok aja@
2012-01-17 13:57:24 +00:00
espie
587504b607
those too
2012-01-10 17:53:30 +00:00
espie
a5323b4f33
... and zap ill-named stuff
2012-01-10 17:52:44 +00:00
espie
0babbdfa44
tsk tsk tsk. reimport with correct name
2012-01-10 17:50:23 +00:00
landry
dbe8fcb322
+py-sqlachemy-migrate
2012-01-09 19:35:41 +00:00
landry
3cc69a35d3
Import py-sqlalchemy-migrate 0.7.1, from Piotr Sikora back in
...
september.. dependency of pending buildbot update.
Schema migration tools for SQLAlchemy, designed to support an agile
approach to database design, and make it easier to keep development
and production databases in sync, as schema changes are required.
ok/feedback rpointel@
2012-01-09 19:34:52 +00:00
ajacoutot
dd112a1b9e
Bugfix update to evolution-data-server-3.2.3.
...
This update fixes a couple of crashes.
2012-01-09 13:39:30 +00:00
naddy
4b0fead1bd
catch up with change KERN_PROC2 -> KERN_PROC
2012-01-08 20:56:03 +00:00
sthen
e35afec60e
Do a little check with objdump in post-install, to make sure lib isn't
...
inadvertently linked with -lpthread.
2012-01-07 14:50:18 +00:00
sthen
c4d936d08a
Use -pthread not -lpthread. Library major bump for safety.
...
Inadvertently broken in last commit; the patch to the configure script
is fiddly and easily broken, so use extra lines of context for this patch
and add a warning comment.
Problem reported by James Turner, thanks!
2012-01-07 13:47:52 +00:00
sthen
8214c8ed23
update to Xapian 1.28, ok aja@
2012-01-07 12:03:29 +00:00
kili
94f4cad048
Bump after previous hs- library updates.
...
Necessary because of ghc's over-aggressive inlining
which causes ABI changes in libraries depending on
updated libraries.
ok jasper@
2011-12-31 22:19:45 +00:00
ajacoutot
60ab4a5949
Tweak patches to please our time_t.
2011-12-29 09:23:19 +00:00
giovanni
c252beccd1
Update to 1.7.14
...
same diff from Wen Heping a while ago
2011-12-29 08:48:30 +00:00
kili
bb478fef93
This needs a bump after the ghc patch.
...
(and sorry for the bump of databases/redis, which wasn't necessary)
2011-12-28 09:29:36 +00:00
kili
851b11be82
This needs a bump after the ghc patch.
2011-12-28 09:24:08 +00:00
dcoppa
6293ec89ee
Bugfixing update to redis-2.4.5
2011-12-27 12:07:16 +00:00
sthen
0f7a0ec1f7
BROKEN on sparc64
2011-12-22 15:25:42 +00:00
jeremy
e70e344141
Update to pg 0.12.0. Add patch to not depend on rake-compiler, already
...
accepted upstream.
2011-12-21 20:01:16 +00:00
pea
6126ca135c
Add pgpool
...
ok ajacoutot@
2011-12-21 15:54:47 +00:00
pea
17bbcb18de
pgpool-II is a middleware that sits between PostgreSQL servers and a
...
PostgreSQL database client. It provides the following features:
+ Connection Pooling
+ Replication
+ Load Balance
+ Limiting Exceeding Connections
+ Parallel Query
with tweaks from ajacoutot@, thanks.
ok ajacoutot@
2011-12-21 15:51:04 +00:00
nigel
4bb6465024
Update to v3.7.9 required for firefox, chrome
...
regression tests run on amd64,i386 and sparc64 by sthen@ thanks.
Ok sthen@
2011-12-21 00:38:11 +00:00
jasper
f1d966bdec
- moar REVISION bumps after several python modules had their flavor dropped.
2011-12-20 19:07:07 +00:00
jasper
9c62d3985b
- bump REVISION after several python modules had their flavor dropped.
2011-12-20 18:55:08 +00:00
sthen
9c4d7365a0
more @pkgpaths
2011-12-20 11:39:23 +00:00
sthen
e74887cc94
zap useless PY_FLAVOR
2011-12-20 11:26:24 +00:00
sthen
a3df91bf98
unbreak; py-mxDateTime is now flavourless
2011-12-20 11:20:41 +00:00
sthen
6f4f49965f
unbreak; py-ldap is now flavourless
2011-12-20 11:18:42 +00:00
fgsch
50c8b4e058
kill python2.4 flavour. this was previously used for zope.
2011-12-20 07:00:18 +00:00
sthen
91faa22c52
Where a program with an rc script _requires_ a certain command line
...
parameter to daemonize, move the parameter from daemon to daemon_flags,
so that the user cannot inadvertently prevent it from daemonizing by
adjusting the flags.
Discussed with ajacoutot and schwarze, this method was suggested
by schwarze@ as a simpler alternative to my diff. ok aja@
2011-12-17 22:01:12 +00:00
kili
e8d692d3af
Update to postgresql-jdbc-9.1.901.
2011-12-17 18:02:44 +00:00
kili
69376523ff
- Make it at least startable (it was unusable after the removal of
...
jdk-1.5, and nobody noticed/complained).
- Remove MAINTAINER, because of inactivity.
kind of ok@ all those people who find it still usefull (but didn't
use it since the removal of jdk-1.5)
2011-12-15 21:53:25 +00:00
jeremy
2e08f19f0b
Update to 0.3.10, since the ActiveRecord adapter moved from this gem
...
to the activerecord gem in ActiveRecord 3.1 and mysql2 0.3.
2011-12-13 18:06:20 +00:00
jeremy
b0bf86766c
Update to 2.2.1
...
OK claudio@
2011-12-13 17:49:22 +00:00
jeremy
29cd3462e8
Update to 3.1.3
...
OK claudio@
2011-12-13 17:48:20 +00:00
pea
a8ca6dfb36
Update to 9.1.2
...
Two important things:
+ Fix bugs in information_schema.referential_constraints view
If you need to fix this in an existing installation, you
can (as a superuser) drop the information_schema schema then re-create it
by sourcing /usr/local/share/postgresql/information_schema.sql.
This must be repeated in each database to be fixed.
+ Make contrib/citext's upgrade script fix collations of
citext columns and indexes.
If you have a previously-upgraded database that is suffering
from this problem, and you already ran the CREATE EXTENSION command,
you can manually run (as superuser) the UPDATE commands found
at the end of /usr/local/share/postgresql/extension/citext--unpackaged--1.0.sql.
ok jeremy@
2011-12-07 08:32:18 +00:00
naddy
e893d6cfb5
remove obsolete workaround for alpha/gcc3; ok Brad
2011-12-05 16:42:07 +00:00
dcoppa
5a10eaa1e1
Updates:
...
HDBC-2.3.1.0
HDBC-mysql-0.6.5.1
HDBC-sqlite3-2.3.3.0
2011-12-05 14:56:30 +00:00
jeremy
cd8b3c3096
Remove NO_REGRESS setting, now handled by ruby.port.mk.
2011-12-02 19:34:42 +00:00
dcoppa
85ae4cb798
Use -o ${SHAREOWN} -g ${SHAREGRP}. No pkg change.
2011-12-01 22:16:53 +00:00
dcoppa
13e8687552
- Update to redis-2.4.4
...
- Enable backtracing support using libexecinfo's backtrace()
- Add a rc script
rc_script diff from william@, who seems to have disappeared...
2011-11-29 16:07:23 +00:00
kili
0132b0aa29
Fill in the master_sites* columns of the sqlports.ports table.
...
From espie@, after a short discussion on icb.
2011-11-26 22:30:30 +00:00
giovanni
368d74b01a
Update to 5.1.60
...
hints and ok Brad (Maintainer)
2011-11-22 14:38:51 +00:00
espie
c952698a78
finish converting, as the no_tcl thingy obviously is a NO_SHARED issue.
2011-11-18 09:39:09 +00:00
espie
625876ccdf
FLAVOR:L
2011-11-18 00:35:08 +00:00
espie
31c68c1560
convert to bsd.port.arch.mk
2011-11-18 00:33:30 +00:00
jeremy
16703d23fa
Update ruby ports to deal with the regress changes to ruby.port.mk.
...
Start using MODRUBY_REGRESS with ruby, rspec2, and testrb entries.
Switch away from manual do_regress targets where possible. Add
some patches to make regress tests run for some ports.
2011-11-17 16:08:00 +00:00
robert
93923bd770
switch php to version 5.3 by default
2011-11-16 15:56:36 +00:00
eric
4667ea2fae
update to storm-0.19
...
increase verbosity in regress
ok ajacoutot@
2011-11-14 16:20:43 +00:00
jasper
f360f5a9e6
- bugfix update to 3.2.2
2011-11-14 11:42:35 +00:00
sthen
d926c5a240
BROKEN on sparc64
2011-11-14 10:52:28 +00:00
fgsch
3214a720dd
Update to 2.0.1
...
ajacoutot@ benoit@ dcoppa@ ok
2011-11-13 03:55:30 +00:00
jeremy
49fa74d065
Update to jdbc-sqlite3-3.7.2.
2011-11-13 00:26:22 +00:00
jeremy
96f35d0df1
Build jruby FLAVOR of ruby-sqlite3 by default, to detect breakage of
...
JRuby's C extension support.
2011-11-12 17:18:55 +00:00
jeremy
519df994a4
Update to sequel_pg 1.2.0.
2011-11-12 17:15:32 +00:00
jeremy
78360db1a2
Update to Sequel 3.29.0.
2011-11-12 17:02:17 +00:00
espie
378f11a5ea
handle loop: this requires doxygen,no_gui,bootstrap
2011-11-11 11:37:54 +00:00
espie
a400ce85b6
switch to bsd.port.arch.mk
2011-11-11 11:37:08 +00:00
giovanni
e6a05f7952
Update to 0.06
...
from Wen Heping, mantainer wilfried@ timed out.
2011-11-10 16:37:40 +00:00
jeremy
9c4d2b3822
Remove .require_paths from PLISTs from gems that used to use
...
them. After recent updates to the ruby interpreters, these
files are no longer created.
2011-11-09 00:17:37 +00:00
jeremy
33be4b6157
Upgrade ruby-data_objects and ruby-do_{postgres,mysql,sqlite3}
...
to 0.10.7 so they work with ruby 1.9.3.
2011-11-09 00:05:40 +00:00
rpointel
0dbd26fc87
Update py-redis to 2.4.10, with few tweaks by dcoppa@.
...
Added regress tests.
ok dcoppa@.
2011-11-06 11:44:06 +00:00
rpointel
b0e857f6d5
update redis to 2.4.2 with few tweaks by dcoppa@.
...
ok dcoppa@ (maintainer).
2011-11-06 11:43:00 +00:00
jasper
195ef8b931
- regen WANTLIB
2011-11-04 08:16:23 +00:00
nigel
18b442fd0c
Update to pgadmin3-1.14.0
...
ok pea@ (maintainer)
2011-11-03 14:27:05 +00:00
gsoares
12fbdc6901
security fix to SA46599;
...
"UTF8StringNormalize()" Off-by-One Denial of Service Vulnerability
ok jasper@
2011-10-29 11:56:04 +00:00