Commit Graph

1825 Commits

Author SHA1 Message Date
sthen
a83c4ebec3 ajacoutot@ points out that USE_X11 is just used during build; X is only
needed at runtime here so remove USE_X11. Doesn't make it into the
package -> no bump.
2009-08-26 18:49:59 +00:00
sthen
b08d1ba1a7 +luma 2009-08-26 16:53:46 +00:00
sthen
82208ff5c6 import databases/luma, Qt-based ldap browser/admin tool.
"please yes" landry@

Luma is a graphical utility for accessing and managing data stored
on LDAP servers. It is written in Python, using PyQt and python-ldap.
Plugin-support is included and useful widgets with LDAP-functionality
for easy creation of plugins are delivered.

The following plugins are included: Browser, Schema browser, Search,
Addressbook, Template, Mass User Creation, Admin Utilities.
2009-08-26 16:53:21 +00:00
espie
40493db049 oops 2009-08-25 09:23:03 +00:00
espie
768004e514 use left join on optional values, otherwise we lose a lot of _ports entries. 2009-08-25 09:15:43 +00:00
ajacoutot
d83da7798d Protect slapd.conf as it may contain passwords and/or other sensitive
informations.

"makes a lot of sense" sthen@
"ja ja" landry@
ok jasper@
2009-08-21 13:21:19 +00:00
bernd
a75af83f03 Update to Ruby On Rails 2.3.3. 2009-08-20 22:57:03 +00:00
ajacoutot
36794252e1 Allow '@' in username in CalDav.
See http://bugzilla.gnome.org/show_bug.cgi?id=503662

Issue reported by Stephan A. Rickauer
2009-08-20 07:51:46 +00:00
ajacoutot
fd5e4de123 Add a patch from upstream git:
Remove an assertion in ESourceSelector.
Related to bug #541192. Something accessibility-related is causing the
assertion to fail. The problem is still unknown, but the logic is more
forgiving now.

Fixes a crash when switching accounts in evolution when accessibility is
enabled.
2009-08-18 13:29:40 +00:00
bernd
823e192159 Update to apache-couchdb-0.9.1.
Similar diff from fgsch@.

ok martynas@ (on fgsch@'s diff)
tested by fkr@
help & ok fgsch@

Maintainer timeout.
2009-08-17 14:45:13 +00:00
msf
3a2b2ce0fe update to datamapper-0.9.11 and convert to MODRUBY_REGRESS
ok bernd@
2009-08-16 12:59:27 +00:00
espie
791d753ead make internals more consistent 2009-08-16 03:24:28 +00:00
espie
c66ef3ab79 start building the _Ports view. 2009-08-15 12:43:58 +00:00
sthen
cef2eca5d4 Add gnutls support, bump PKGNAME. 2009-08-15 00:06:45 +00:00
sthen
4d377a7b06 adjust the various PKGNAMEs into compliance with packages-specs(7);
ok merdely@
2009-08-14 17:56:16 +00:00
espie
e38f1a0ab8 consistent capitalization 2009-08-14 14:02:11 +00:00
espie
99251f39f3 let sqlitebrowser see views as well as tables. 2009-08-14 12:44:26 +00:00
espie
ed5d8b0ec0 create views for most of the subsidiary tables 2009-08-14 12:41:56 +00:00
espie
4cbecf28d7 create the ports table in the same way 2009-08-14 11:31:37 +00:00
espie
7eba8edd1b higher level table creation for individual tables except Ports:
create column objects, and ask the inserter to "render" them.
2009-08-14 10:45:52 +00:00
espie
58802f858c even though sqlite doesn't really care, this fixes the column types and adds
foreign key constraints to all the sql compact stuff.
2009-08-14 09:23:10 +00:00
pea
aaa6328111 Update to 1.10.0
ok landry@
2009-08-14 09:22:20 +00:00
jasper
c61f72fa60 - fix rcs id 2009-08-13 13:30:10 +00:00
martynas
04d962c2db unbreak the build with MODPY_VERSION=2.6: as is reserved keyword now.
ok sthen@
2009-08-11 23:51:50 +00:00
avsm
db1f4c833f update to ocaml-sqlite3-1.5.2 2009-08-11 14:24:35 +00:00
msf
8930d6c9cf respect MODRUBY_LIB_DEPENDS, no plist change
ok bernd@
2009-08-10 16:29:23 +00:00
msf
a86dd8f468 respect MODRUBY_LIB_DEPENDS, no plist change, no bump
ok bernd@
2009-08-10 15:21:59 +00:00
kili
8fc6287292 WANTLIB changes after xcb addition and bump. 2009-08-10 06:29:51 +00:00
bernd
eb445bb796 Update to ruby-sequel-3.3.0. 2009-08-09 12:49:58 +00:00
bernd
1d57f3bb22 Use MASTER_SITE_GITHUB. 2009-08-09 08:36:46 +00:00
bernd
cf0061bb2f Add ruby-validatable. 2009-08-09 08:35:07 +00:00
bernd
a43a09f64a Initial import of validatable-1.6.7.
The validatable library can be included with any Ruby class and
provide ActiveRecord looking validations. The library follows
ActiveRecord's lead for features that are similar and introduce new
features.
2009-08-09 08:33:32 +00:00
bernd
cd881fae85 Add ruby-couch_potato. 2009-08-08 21:39:50 +00:00
bernd
f337769f38 Initial import of ruby-couch_potato-0.2.8.
The goal of Couch Potato is to create a minimal framework in order
to store and retrieve Ruby objects to/from CouchDB and create
and query views.

It follows the document/view/querying semantics established by
CouchDB and won't try to mimic ActiveRecord behavior in any way
as that IS BAD.

Lastly Couch Potato aims to provide a seamless integration
with Ruby on Rails, e.g. routing, form helpers etc.
2009-08-08 21:38:37 +00:00
bernd
e9a5b7bc43 Update to ruby-couchrest-0.33.
Tested by msf@. Thanks!
2009-08-08 21:20:14 +00:00
naddy
2c816d096b rewrite a GNU-ism for sed -E and get rid of gsed dependency; ok sthen@ 2009-08-07 19:43:36 +00:00
sthen
064b2da669 Build depends on doxygen; no pkg bump necessary. 2009-08-06 10:13:41 +00:00
sthen
4e8294791c Update to 5.1.37 from Brad (maintainer); fixes crashes. 2009-08-05 14:24:33 +00:00
sthen
4c56e70c0c Update SQLite to 3.6.16; ok martynas@ 2009-08-03 09:55:47 +00:00
sthen
133856dec9 sync LIB_DEPENDS for new freetds, bump. 2009-08-01 14:11:45 +00:00
sthen
adc0afef3e - update to 0.82+patches
- build the ODBC library
2009-08-01 14:11:19 +00:00
fgsch
8e8fd73580 Update to 0.6. martynas@ ok 2009-08-01 03:20:19 +00:00
sthen
cb6b12d0a2 +py-odbc 2009-07-31 10:21:44 +00:00
sthen
8bde18c04d import databases/py-odbc:
pyodbc is a MIT-licensed Python module that allows you to use ODBC
to connect to almost any database from Windows, Linux, OS/X, and
more. It implements the Python Database API Specification v2.0 and
additional features to simplify database programming.
2009-07-31 10:21:04 +00:00
sthen
9e35b23ac4 This file is now empty; remove. Pointed out by Brad. 2009-07-27 16:26:33 +00:00
sthen
7ed794627d Update MySQL to 5.1.33; from Brad.
Tested by giovanni@ on amd64 and several ports@ readers.
No problems found with a complete bulk build.
2009-07-27 15:19:15 +00:00
pea
0919477250 Update to 1.1
ok ajacoutot@
2009-07-24 11:47:01 +00:00
ajacoutot
a1426e7c27 Remove unneeded variable. 2009-07-22 13:05:24 +00:00
ajacoutot
e375c6ffec Update to 1.0.14.
Add textproc to categories.
Enable regression tests.

prodded by Daniel Dickman, thanks.
2009-07-22 12:41:45 +00:00
ajacoutot
1b1689b15f +xapian-core 2009-07-22 08:18:04 +00:00