Commit Graph

1448 Commits

Author SHA1 Message Date
winiger
353c3a971f change dependency to flavored python product
ok simon@,mbalmer@
2008-01-11 09:25:59 +00:00
winiger
91f32f6e5d make it possible to install for different python versions
ok and help from mbalmer@ and simon@
2008-01-11 09:09:22 +00:00
winiger
0c342d1da1 make it possible to install for different python versions
ok and help from mbalmer@ and simon@
2008-01-11 09:03:16 +00:00
mbalmer
e0382b07d7 The Horde Team is pleased to announce the final release of the Mnemo Note
Manager version H3 (2.1.2).

This is a bugfix release that also fixes privilege escalation in the Horde API
and missing ownership validation in the share management. All users are
encouraged to upgrade to this version.

The major changes compared to the Mnemo H3 (2.1.1) version are:
    * Fixed privilege escalation in the Horde API.
    * Fixed missing ownership validation on share changes.
    * Updated Finnish, Japanese, Portuguese, Simplified Chinese, Spanish, and
      Traditional Chinese translations.
    * Small bug fixes and improvements.

The full list of changes (from version H3 (2.1.1)) can be viewed here:
http://cvs.horde.org/diff.php/mnemo/docs/CHANGES?r1=1.63.2.37&r2=1.63.2.38.2.3&ty=h
2008-01-09 23:12:01 +00:00
mbalmer
b46b062cce Maintenance update to OpenLDAP 2.3.39. 2008-01-09 11:06:08 +00:00
bernd
f5b9826fcd Update to ruby-postgres-0.7.9.2008.01.03.
"ok if it works for you" markus@ (MAINTAINER)
2008-01-07 21:28:31 +00:00
mbalmer
9287e2bc1f Cumulative security update to PostgreSQL 8.2.6 that fixes five security
vulnerabilities.

See http://www.postgresql.org/about/news.905 for details.
2008-01-07 16:34:52 +00:00
merdely
1e497f6c85 Update to use the cextensions to improve the speed of py-storm.
From MAINTAINER (Will Maier) with help from eric@ (macppc regress
problem).

ok eric@, kili@
2008-01-06 17:09:35 +00:00
espie
9ca2e064cf do the same thing with REGRESS_FLAGS as FAKE_FLAGS 2008-01-04 18:38:51 +00:00
espie
17d70806a3 tweak FAKE_FLAGS semantics to saner defaults. 2008-01-04 17:48:33 +00:00
espie
355696517f fix race during parallel install 2007-12-28 22:15:19 +00:00
espie
cd87060f27 regen with a more recent diff.
Remove extra bogus target that breaks in parallel mode.
2007-12-28 17:11:25 +00:00
bernd
ab861e4eb0 Update to ruby-activerecord-2.0.2. 2007-12-27 19:41:34 +00:00
merdely
2c96c0906c Move py-storm to the right place (databases). 2007-12-23 18:30:02 +00:00
merdely
cdef2e0eae Import of py-storm-0.11
Storm is a fast object-relational mapper (ORM) for Python and used in
Canonical's Launchpad project. Storm is developed in a test-driven
manner, provides small and clean public APIs and works with everything
from SQLite to PostgreSQL and MySQL.

From Will Maier
ok kili@, eric@
2007-12-23 18:29:00 +00:00
bernd
b4e9976706 Update to qdbm-1.8.77.
Reminded & tested by dhill@
2007-12-19 21:27:48 +00:00
ajacoutot
1a4e3f32b1 - add update-desktop-database goo 2007-12-15 22:37:36 +00:00
ajacoutot
38926b353b - add update-desktop-database goo 2007-12-15 19:18:46 +00:00
simon
d7d07e0294 check if macro is defined before using it and regen patches
looks fine to MAINTAINER and sthen@, ok merdely@
2007-12-11 00:34:30 +00:00
martynas
4ed5988446 remove lang/python category from individual ports 2007-12-10 21:07:51 +00:00
ajacoutot
86059b79d7 - lowercase MODULE name
no pkg change
2007-11-28 13:08:50 +00:00
ajacoutot
3051037a5d - lowercase MODULE name
no package change
2007-11-28 13:07:19 +00:00
simon
ab9ceb5b8d add missing build dependency
reported by STeve Andre'
2007-11-27 22:08:18 +00:00
bernd
1d9bb64463 Update to ruby-activerecord-1.15.6. 2007-11-26 18:17:49 +00:00
jasper
116b5d6a8c unconfuse pkg_add -ui
from mikolaj kucharski
2007-11-25 10:37:57 +00:00
simon
75c08f61fb add p5-Catalyst-Model-DBIDM 2007-11-24 12:29:38 +00:00
simon
e89573fa74 import p5-Catalyst-Model-DBIDM
This module is a DBIx::DataModel model class that allows to use
database models from Catalyst.

ok landry@
2007-11-24 12:29:34 +00:00
simon
cc65b21ed2 update to version 0.04003 and fix RUN_DEPENDS
fix and ok landry@
2007-11-23 22:08:14 +00:00
martynas
2a5e6a0e09 update to py-sqlalchemy-0.4.1; from maintainer Will Maier
ok ajacoutot@
2007-11-23 11:56:42 +00:00
simon
48f0f06986 add p5-DBD-Mock and p5-DBIx-DataModel 2007-11-22 19:43:45 +00:00
simon
43650f1440 import p5-DBIx-DataModel
DBIx::DataModel is a wrapper framework for building Perl abstractions
(classes, objects and datastructures) that interact with relational
database management systems (RDBMS).  Of course the ubiquitous DBI
module is used as a basic layer for communicating with databases; on
top of that, DBIx::DataModel provides facilities for generating SQL
queries, joining tables automatically, navigating through the results,
converting values, and building complex datastructures so that other
modules can conveniently exploit the data.

ok sthen@
2007-11-22 19:43:40 +00:00
simon
120cb7a782 import p5-DBD-Mock
Testing with databases can be tricky.  If you are developing a system
married to a single database then you can make some assumptions about
your environment and ask the user to provide relevant connection
information.  But if you need to test a framework that uses DBI,
particularly a framework that uses different types of persistence
schemes, then it may be more useful to simply verify what the framework
is trying to do -- ensure the right SQL is generated and that the
correct parameters are bound.
DBD::Mock makes it easy to just modify your configuration (presumably
held outside your code) and just use it instead of DBD::Foo (like
DBD::Pg or DBD::mysql) in your framework.

ok sthen@
2007-11-22 19:43:34 +00:00
jasper
19b1eb2037 - update evolution-data-server to 1.12.1
- enable linking against already installed libdb.so instead of the
  internally shipped static library

"no objections here" martynas@

mostly done somewhere between budapest and amsterdam
2007-11-21 16:10:23 +00:00
steven
2bafcf7145 fix gtkhtml3 dependency for real 2007-11-16 10:32:51 +00:00
jasper
5cc4bcf6fa fix dependency on gtkhtml
spotted by sthen@, thanks!
2007-11-16 07:42:15 +00:00
steven
43dc6891f3 fix WANTLIB 2007-11-13 14:06:21 +00:00
simon
fb0d3888a6 fix and sort WANTLIB after gtk+2 update
ok mbalmer@ (maintainer)
2007-11-08 16:55:26 +00:00
aanriot
e56323e519 explain how to use the help with a browser.
"looks good" steven@
2007-11-04 19:49:25 +00:00
merdely
da6a62a332 Enable build for hppa & remove unnecessary comment.
From and tested by brad@
"if it works" steven@
2007-11-01 23:54:54 +00:00
jasper
16489d8f6b convert to use gnome.port.mk 2007-10-28 07:56:01 +00:00
sthen
f625678373 +p5-DBI-Shell
+p5-DBIx-Migration
2007-10-27 14:08:00 +00:00
sthen
28d9f1600e import p5-DBIx-Migration
Seamless DB schema up- and downgrades

ok simon@
2007-10-27 14:04:45 +00:00
sthen
0f6c3ab445 import p5-DBI-Shell
The DBI::Shell module (and dbish command, if installed) provide a
simple but effective command line interface for the Perl DBI module.

ok simon@
2007-10-27 14:01:26 +00:00
steven
b234dc89bd update to 0.6.2 2007-10-26 14:10:40 +00:00
steven
f90f47a0f2 update to 4.6.21
with lots of testing by sthen@
2007-10-26 14:06:02 +00:00
simon
7319f05934 update to version 0.08007
"go ahead" espie@
2007-10-25 21:26:47 +00:00
steven
e68b25b9ba db.=4 -> db.>=4 in preparation of db4 update
ok sthen@
2007-10-25 21:05:33 +00:00
espie
2e0676359f update to 0.5.5, required to even try to build new kde snapshot
good surprise: a lot of patches have been integrated.

Doesn't mean it works nice (in fact, half the tests fail), but it's
getting better
2007-10-24 22:49:38 +00:00
aanriot
8068a30832 update to 1.8.0 (released yesterday); for now, you need the epiphany
browser to open the help (this has to be fixed) but this version is
up-to-date and works with the new wxWidgets.

discussed with steven@
2007-10-23 17:26:34 +00:00
wilfried
324b9df909 update to mysql-gui-tools-5.0r12 2007-10-23 13:44:02 +00:00