jasper
ac44ce0243
- bump after uuid rename, reminded by aja@
2010-12-24 09:07:38 +00:00
jeremy
1c5550fb81
Clean up regression code in some ruby database ports, adding
...
NO_REGRESS and REGRESS_IS_INTERACTIVE when appropriate, and
comments for some broken regression tests.
Prompted and OK ajacoutot@
2010-12-21 17:10:58 +00:00
jeremy
5601827e41
Remove implied LIB_DEPENDS and switch dbic++ from a LIB_DEPENDS to a
...
BUILD_DEPENDS, since it uses a static library.
Prompted by and OK ajacoutot@
2010-12-21 17:07:06 +00:00
jasper
9f6f035422
- update hs-HDBC-postgresql to 2.2.3.2
2010-12-21 13:37:28 +00:00
jeremy
e4a36d1e6b
+=dbic++
...
+=ruby-amalgalite
+=ruby-amalgalite,ruby19
+=ruby-do_mysql
+=ruby-do_mysql,ruby19
+=ruby-do_mysql,rbx
+=ruby-do_postgres
+=ruby-do_postgres,ruby19
+=ruby-do_postgres,rbx
+=ruby-mysql2
+=ruby-mysql2,ruby19
+=ruby-mysqlplus
+=ruby-swift
2010-12-20 18:49:47 +00:00
jeremy
e5881d646a
Import ruby-mysql2 0.2.6
...
The Mysql2 gem is meant to serve the extremely common use-case of
connecting, querying and iterating on results. Some database libraries
out there serve as direct 1:1 mappings of the already complex C APIs
available. This one is not.
2010-12-20 18:00:52 +00:00
jeremy
1735e13fbe
Import ruby-mysqlplus 0.1.2
...
An enhanced MySQL database driver. With support for async operations and
threaded database access.
2010-12-20 17:45:27 +00:00
jeremy
00d58d2b3f
Import ruby-swift 0.7.2
...
Swift is a fast database API and ORM for ruby 1.9, featuring:
* Multiple databases.
* Prepared statements.
* Bind values.
* Transactions and named save points.
* EventMachine asynchronous interface.
* IdentityMap.
* Migrations.
2010-12-20 17:43:58 +00:00
jeremy
03f960d5d6
Import dbic++ 0.4.1, dependency of ruby-swift
...
dbic++ is a database client library written in C++ which comes with
support for PostgreSQL and MySQL. It's main features are:
* Simple API to maximize cross database support.
* Supports nested transactions.
* Auto reconnect, re-prepare & execute statements again unless inside
a transaction.
* Provides APIs for async queries and a simple reactor API built on
libevent.
2010-12-20 17:39:55 +00:00
jeremy
579020bb6e
Import ruby-do_postgres 0.10.2
...
PostgreSQL plugin for DataObjects.
2010-12-20 17:37:39 +00:00
jeremy
0e85305bea
Import ruby-do_mysql 0.10.2
...
MySQL plugin for DataObjects.
2010-12-20 17:36:22 +00:00
jeremy
99c97501a8
Import ruby-amalgalite 0.15.0
...
Amalgalite embeds the SQLite database engine in a ruby extension. There
is no need to install SQLite separately.
2010-12-20 17:34:10 +00:00
jeremy
127980ac4e
Bump ruby-pg version to 0.10.0, add patch so that it continues to
...
work on rubinius.
2010-12-20 17:31:08 +00:00
pea
f0bf60f4e0
Bugfixes update to 9.0.2
...
Changelog: http://www.postgresql.org/docs/9.0/static/release-9-0-2.html
ok ajacoutot@
2010-12-17 10:27:18 +00:00
jasper
fa7c99f348
- update maatkit to 7119
...
ok giovanni@ (MAINTAINER)
2010-12-15 12:20:57 +00:00
ajacoutot
a790ad3f29
Fix variable names in rc script. Breakage spotted by pea@
...
While here, deal with the pidfile in pre, not post.
ok pea@ (maintainer)
2010-12-15 11:32:26 +00:00
ajacoutot
a973364d79
Move to using daemon_user.
...
ok pea@ (maintainer)
2010-12-13 16:14:38 +00:00
ajacoutot
73ebcb7514
Cope with recent rc.subr changes.
2010-12-13 16:13:04 +00:00
jasper
1552f48bdc
- unbreak rc_stop()
...
from frantisek holop, ok brad (MAINTAINER)
2010-12-12 20:18:40 +00:00
ajacoutot
8a39ef78ea
Move these to rc_reload=NO.
2010-12-11 12:57:37 +00:00
ajacoutot
baffaea96e
Cope again with rc.subr changes.
2010-12-11 09:59:25 +00:00
ajacoutot
edb6d63e81
Adapt to new rc_start and fix RCS Id.
...
ok robert@
2010-12-11 08:48:24 +00:00
jasper
933e2fd57e
- missing dependency, spotted by landry@
2010-12-10 13:57:34 +00:00
jeremy
b0efc65894
sync
2010-12-09 20:58:37 +00:00
jeremy
c771e09db8
Import ruby-jdbc-sqlite3.
...
With jdbc-sqlite3 you can connect to an SQLite3 embedded database from
JRuby without messing around with your Java classpath.
ok landry
2010-12-09 20:12:46 +00:00
jeremy
5a6e000133
Import ruby-jdbc-postgres.
...
With jdbc-postgres you can connect to a PostgreSQL database from JRuby
without messing around with your Java classpath.
ok landry
2010-12-09 20:12:06 +00:00
jeremy
bd91e4702c
Import ruby-jdbc-mysql.
...
With jdbc-mysql you can connect to a MySQL database from JRuby without
messing around with your Java classpath.
ok landry
2010-12-09 20:11:28 +00:00
jeremy
efd604ff64
Import ruby-jdbc-h2.
...
With jdbc-h2 you can connect to an H2 embedded database from JRuby
without messing around with your Java classpath.
ok landry
2010-12-09 20:10:48 +00:00
jeremy
4adf4ca7a1
Update ruby-datamapper to 1.0.2.
...
OK landry
2010-12-08 22:26:18 +00:00
jeremy
bc1b98ae09
Import ruby-datamapper/data_mapper, a meta gem that depends on the
...
other data_mapper gems.
DataMapper is a Object Relational Mapper written in Ruby. The goal is to
create an ORM which is fast, thread-safe and feature rich.
ok landry
2010-12-08 22:23:57 +00:00
jeremy
2b50d7c07f
Import ruby-datamapper/transactions.
...
This gem adds transaction support for datamapper. The currently
supported adapters are:
* postgres
* mysql
* sqlite3
* oracle
* sqlserver
ok landry
2010-12-08 22:20:07 +00:00
jeremy
ab195f8e40
Import ruby-datamapper/constraints.
...
DataMapper Plugin that adds foreign key constraints to associations.
Currently supports only PostgreSQL and MySQL. All constraints are added
to the underlying database, but constraining is implemented in pure
ruby.
ok landry
2010-12-08 22:19:21 +00:00
jeremy
f6f7353f5a
Update to 3.0.3.
...
ok landry
2010-12-08 21:44:48 +00:00
jeremy
4b91a91317
sync
2010-12-08 21:37:06 +00:00
jeremy
787423d21d
Import ruby-arel, one of the dependencies for Rails 3.
...
Arel is a Relational Algebra for Ruby. It 1) simplifies the generation
complex of SQL queries and it 2) adapts to various RDBMS systems. It is
intended to be a framework framework; that is, you can build your own
ORM with it, focusing on innovative object and collection modeling as
opposed to database compatibility and query generation.
ok landry
2010-12-08 21:21:45 +00:00
jasper
87cb121ade
- tyop
2010-12-05 21:38:19 +00:00
jasper
85a6156975
- use REVISION instead of a patch-level
...
from mikolaj kucharski, with a tweak by me in qt3-sqlite3-plugin
2010-12-05 18:24:33 +00:00
jasper
de217ce23d
- add missing build dependency
2010-12-03 11:50:16 +00:00
ajacoutot
aaa1885833
Bump after recent cpan.port.mk change.
...
ok jasper@
2010-12-03 11:44:22 +00:00
pea
46d0d82bbf
Update to 2.2.2
...
ok martynas@ (maintainer), eric@
2010-12-01 08:49:50 +00:00
jasper
6225a2bbca
Remove, it's been EOL'd and abondoned upstream. It also didn't built anymore
...
since a recent MySQL update.
long maintainer time-out (wilfried@)
ok sthen@
2010-11-30 10:33:40 +00:00
jasper
61aaa69278
- unhook mysql-administrator, mysql-query-browser
2010-11-30 10:33:27 +00:00
espie
871eb8299d
handle USE_MOTIF, add PKGSPEC
2010-11-26 20:32:38 +00:00
espie
213212a68d
report Yes/No variables with wrong values.
...
common work with Florent Tribouilloy
also rework Yes/No variables as valued variables.
2010-11-26 20:11:12 +00:00
espie
be2f93f11d
since db/v4 has db->=4,<5 as default, no need to specify it explicitly
2010-11-26 14:50:09 +00:00
espie
15196452e1
default db-* for db/v4 is incorrect, set PKGSPEC=db->=4,<5, bump packages
...
with erroneous depends.
2010-11-26 14:44:27 +00:00
espie
7bd809aca3
db/v3 meets PKGSPEC
2010-11-26 14:23:31 +00:00
sthen
8347a8a8e1
update MySQL to 5.1.53; from Brad
2010-11-26 10:21:17 +00:00
espie
fe13b4748a
make use of PKGSPEC to simplify depends, requires most recent security/gnupg
...
to compile correctly
2010-11-26 07:51:00 +00:00
espie
9139a53b56
newer depends with >=
2010-11-26 07:18:59 +00:00
jeremy
a8bf115817
REVISION bump all ruby ports due to a change in the pkgspec.
...
Previously, we were using ruby->=1.8,<=1.9, instead of
ruby->=1.8,<1.9. While this wouldn't cause an issue, since
our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
it's still wrong and should be fixed. This also fixes the
following minor issues:
Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
Currently we don't have a ruby port that uses FLAVORs that
would differ from MODRUBY_FLAVOR, but it's possible we will
in the future.
Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
REGRESS_DEPENDS. This probably is not strictly necessary, but
BUILD_PKGPATH is used in more cases, so it is good for
consistency.
Switch to new style *_DEPENDS, with the version specification
at the end. The remaining cases where this is not done is
because a specific version is used.
Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
the old version is installed when you run a regress test, it
will install the new version first.
Some conversion of spaces to tabs for consistency.
OK landry@
2010-11-24 21:35:13 +00:00
jasper
fdd43ae65e
- Update p5-Sort-SQL 0.08
2010-11-24 15:53:59 +00:00
jasper
ab59d7e919
- Update p5-AnyEvent-CouchDB to 1.22
2010-11-24 15:28:28 +00:00
dcoppa
540e981532
+hs-HDBC-mysql
2010-11-24 14:42:22 +00:00
dcoppa
add4fbedb6
Import HDBC-mysql-0.6.3
...
MySQL driver for HDBC, the generic database access system for Haskell.
ok kili@, jasper@
2010-11-24 14:40:49 +00:00
dcoppa
75fdac8ac8
Update to HDBC-sqlite3-2.3.1.0
2010-11-24 09:04:20 +00:00
landry
ea1a4404ae
Update to apache-couchdb 1.0.1, from MAINTAINER Benoit Chesneau.
2010-11-24 08:18:09 +00:00
jasper
0273b99582
style
2010-11-23 18:14:19 +00:00
jeremy
9d51c5984b
Build rubinius/rbx versions of some ruby gem ports
2010-11-19 22:50:56 +00:00
jasper
35cccbaec4
- sync
2010-11-19 16:00:39 +00:00
jasper
50d0333c59
import hs-HDBC-postgresql 2.2.3.1
...
PostgreSQL driver for HDBC, the generic database access system for
Haskell.
ok dcoppa@
2010-11-19 16:00:17 +00:00
jasper
3ebc791b85
- update hs-HDBC to 2.2.6.1
...
ok dcoppa@ (MAINTAINER)
2010-11-19 10:21:35 +00:00
benoit
6df73975c1
- unbreak py-pygresql under i386, spotted by naddy@
...
- take maintainership on it
ok Laurence Tratt
2010-11-18 20:48:03 +00:00
dcoppa
6c366f8fa6
Bugfix update to redis-2.0.4
2010-11-17 08:44:54 +00:00
jasper
73d695f89f
- and revert this too of espie's overeager commit
2010-11-16 14:36:34 +00:00
jasper
b64cc55848
- revert this too
2010-11-16 13:58:21 +00:00
pea
fab59e9697
Update to 2.1.12.
...
This version works with PostgreSQL 9
"comitski" landry@
2010-11-16 12:28:41 +00:00
ajacoutot
1438e4ca7e
Bugfix update to evolution-data-server-2.32.0.
2010-11-15 18:34:33 +00:00
espie
b922dbf9a2
overeager commit, revert. noticed by naddy@
2010-11-15 13:11:24 +00:00
espie
99fe429f1a
missed libspecs
2010-11-15 13:08:37 +00:00
espie
9de7d94549
a few depends I missed
2010-11-15 12:44:20 +00:00
espie
2314c85f45
convert to new style depends
...
zap default spec that are not needed
convert libspecs as well
convert p* to REVISION.
No package changes
2010-11-15 00:22:45 +00:00
benoit
774bdc3d6b
- update py-mysql to 1.2.3
...
- regen patches, PLIST
- take maintainership
- use MODPY_EGG_VERSION
2010-11-14 08:57:16 +00:00
espie
4d961263ee
prepare for new specs
2010-11-14 08:42:00 +00:00
espie
c3228e20f8
fix typo
2010-11-13 11:53:16 +00:00
sthen
b7a07d2cf6
The patchsets are no longer available at their old location on
...
oracle.com; I've mirrored them. Pointed out by Diana Eichert, thanks!
2010-11-12 08:06:42 +00:00
sthen
c8e930b871
Update MySQL to 5.1.52, from Brad.
2010-11-10 21:03:03 +00:00
eric
9d72827680
- update to 0.18
...
- take maintainership
ok wcmaier@ (former maintainer)
2010-11-10 13:24:41 +00:00
ajacoutot
eb9003add0
Trailing space.
2010-11-10 07:33:02 +00:00
jasper
8e9891d667
- switch to pkg-readmes
2010-11-09 21:33:24 +00:00
jeremy
66b04c978c
Build ruby 1.9 packages of some ruby database adapters by default.
...
OK landry@
2010-11-09 16:08:57 +00:00
ajacoutot
088d74ef7a
Move to pkg-readmes.
2010-11-09 09:55:56 +00:00
landry
71d721d201
pkg-readme filename comes from ${FULLPKGNAME}, fixes packaging.
2010-11-09 09:07:28 +00:00
ajacoutot
67eef87141
Add missing RCS id. Protect variable names.
2010-11-09 08:58:06 +00:00
robert
5e9a799ce8
Add an rc script for mysqld
2010-11-09 08:55:32 +00:00
jeremy
f7c6eaff83
Update ruby-sqlite3 to 1.3.1 and update PLIST for ruby.port.mk
...
changes.
OK landry@
2010-11-08 23:35:15 +00:00
jeremy
b7aca0f198
Update ruby-do_sqlite3 to 0.10.2 and update PLIST for ruby.port.mk
...
changes.
OK landry@
2010-11-08 23:34:25 +00:00
jeremy
933a724348
Update ruby-data_objects to 0.10.2 and update PLIST for ruby.port.mk
...
changes.
OK landry@
2010-11-08 23:33:27 +00:00
jeremy
f4542e4eb3
REVISION bumps for most ruby ports after the ruby.port.mk update.
...
PKG_ARCH = * removed from many ports as it is added automatically
for pure ruby gem ports. Switch ports that previously used
GEM_SKIPDEPENDS to adding dependencies or modifying the underlying
gem metadata with patches.
OK landry@
2010-11-08 23:28:53 +00:00
jeremy
cb1c9c889a
Update plists for most ruby ports after changes to ruby.port.mk.
...
Requested as a separate commit by landry@.
OK landry@
2010-11-08 23:24:39 +00:00
jasper
454368f0f1
meh, regen PLIST might help
...
spotted by charles smith
2010-11-08 17:28:10 +00:00
ajacoutot
6ec76fdbc6
Add missing RCS id.
2010-11-08 14:57:56 +00:00
pea
bea13cc2c7
* MAJOR UPGRADE *
...
+ upgrade to 9.0.1
+ move readme to new location
+ add a rc script
A dump / restore is needed for this upgrade.
See http://openbsd.raveland.org/ports/postgresql/UPGRADE_HOWTO.txt
if you need help for this.
ok jasper@, eric@
2010-11-08 14:12:24 +00:00
jasper
088261f9df
- switch to pkg-readmes
...
- disable silent builds
ok pea@ (MAINTAINER)
2010-11-08 08:53:05 +00:00
espie
cd474773cf
bye bye old LIB_DEPENDS
2010-11-06 22:50:02 +00:00
espie
9fb7a3fc28
tk/tcl wantlib conversion
2010-11-06 22:06:57 +00:00
espie
632a3518ab
move gettext to new WANTLIB
2010-11-06 16:07:00 +00:00
espie
dcdfee948c
convert libiconv to new wantlib
2010-11-06 10:18:38 +00:00
pea
f6b72229b6
Update to 1.12.1
...
comitski landry@
2010-11-05 15:34:02 +00:00
sthen
a7fbedab1c
use shared libiconv again (fixed amd64 build noted by landry)
2010-11-05 10:25:24 +00:00