dcoppa
d9053d24ea
Link py-redis
2010-10-13 08:58:27 +00:00
dcoppa
4740ba6921
Import databases/py-redis, python bindings for the Redis key-value store.
...
From Remi Pointel
More to come (php, ruby, who knows)...
OK dcoppa@, landry@, benoit@
2010-10-13 08:55:11 +00:00
jasper
e34499f593
- fix WANTLIB after cairo update.
2010-10-11 08:11:24 +00:00
dcoppa
6b8a442224
Fix a wrong cvs tag in Makefile. I'm sorry.
...
No bump as it was just imported...
2010-10-10 16:02:45 +00:00
dcoppa
1451c005de
Link redis to the build.
2010-10-10 15:53:35 +00:00
dcoppa
2eb7d2b8a1
Import databases/redis.
...
Redis is an advanced key-value store. It is similar to memcached
but the dataset is not volatile, and values can be strings, exactly
like in memcached, but also lists, sets, and ordered sets. All this
data types can be manipulated with atomic operations to push/pop
elements, add/remove elements, perform server side union, intersection,
difference between sets, and so forth.
In order to be very fast but at the same time persistent the whole
dataset is taken in memory, and from time to time saved on disc
asynchronously (semi persistent mode) or alternatively every change
is written into an append only file (fully persistent mode).
OK sthen@, landry@
2010-10-10 15:50:06 +00:00
pea
81a0b8e85f
Add a comment about libtools
...
no need to bump
ok jasper@
2010-10-09 10:25:06 +00:00
pea
5bb3c4934b
OpenLDAP doesn't build correctly with our libtool.
...
Unbreak it.
ok sthen@
2010-10-09 09:26:02 +00:00
pea
b8ddf1b93b
Update to 8.4.5
...
Changelog here: http://www.postgresql.org/docs/8.4/static/release-8-4-5.html
ok jasper@
note: i will update it to 9.0.1 in a few days
2010-10-08 06:50:23 +00:00
jeremy
a5d8a54476
Depend on ruby-sequel and ruby-pg so you can build without them already
...
installed. Didn't build without them before, so no bump.
ok landry
2010-10-07 15:06:08 +00:00
jeremy
4da769b17c
Simple version bump to 0.9.0.
...
OK landry@ "commit within a week if you get no feedback"
2010-10-06 16:26:57 +00:00
jeremy
e2a2af7540
Lowercase COMMENT and bump REVISION. No cookie for me.
...
OK ajacoutot@
2010-10-05 22:21:35 +00:00
jeremy
aea4a8269f
Add ruby-sequel_pg SUBDIR
2010-10-05 19:46:17 +00:00
jeremy
e936f8c3a2
sequel_pg overwrites the inner loop of the databases/ruby-sequel
...
postgres adapter row fetching code with a C version. The C version is
significantly faster (2-6x) than the pure ruby version that Sequel uses
by default.
OK landry@
2010-10-05 19:09:06 +00:00
jeremy
5d47ec901c
Simple version update to 3.16.0. Lots of new features, bug fixes, and
...
performance improvements.
OK landry@, bernd@
2010-10-02 18:24:29 +00:00
espie
06007602cc
USE_LIBTOOL is 3-valued.
...
register TARGETS
2010-10-02 10:26:17 +00:00
jasper
b6ee272f61
- switch to new MODCPAN_EXAMPLES
2010-10-01 22:00:04 +00:00
jasper
a302b9fb04
- fix DEPENDS/WANTLIB; spottedy landry
2010-09-30 19:16:02 +00:00
ajacoutot
20a103b369
Update to evolution-data-server-2.32.0.
...
ok jasper@
2010-09-30 07:32:08 +00:00
jeremy
b1ea7b2bba
Remove MASTER_SITE_GEMCUTTER
...
Gemcutter was replaced with rubygems.org, so remove the MASTER_SITES
from the Makefiles and let MASTER_SITE_RUBYGEMS in ruby.port.mk
handles things.
OK sthen@ "if the checksums still match"
2010-09-28 21:40:12 +00:00
jeremy
82143f7987
Remove MASTER_SITES from most ruby gem ports, specify it in ruby.port.mk
...
All ruby .gem files are now hosted on rubygems.org in the same
directory. If the ruby gem CONFIGURE_STYLE is used, make the
default MASTER_SITES that directory.
There are still a few uses of MASTER_SITE_RUBYFORGE in the tree, for
some ports that aren't gems, or where the .gem file isn't hosted on
rubygems.org, or where the hashes don't match. Most of these will be
dealt with in the near future.
OK landry@
2010-09-28 20:12:16 +00:00
sthen
33fe97dfb9
bump
2010-09-24 15:23:05 +00:00
dcoppa
44a2b7671b
Cleanups for haskell ports.
...
"Looks fine" kili@
2010-09-24 10:09:42 +00:00
jeremy
9f3cb0eb77
Take over maintenance of databases/ruby-postgres and devel/ruby-rcov
...
from Markus.
OK markus@
2010-09-23 23:30:49 +00:00
jeremy
d765f5df76
Bump all ruby ports not already handled.
...
In the upgrade from ruby 1.8.6 to 1.8.7, the PLISTs changed
due to differences in how RDoc processes files.
This also has a number of changes to the regress tests to
work with the changes to devel/ruby-rake. It moves most of
the regress tests to use MODRUBY_REGRESS.
OK jcs@, landry@, jasper@, sthen@
2010-09-23 22:30:24 +00:00
ajacoutot
f973d417b8
Update to p5-Search-Xapian-1.2.3.0.
...
Move to new DEPENDS.
2010-09-23 12:52:33 +00:00
ajacoutot
83904c431c
Update to xapian-core-1.2.3.
2010-09-23 12:49:57 +00:00
pea
d220b04ffc
I forgot to cvs rm this patch.. no cookies for me
...
Spotted by kili@, thanks !
2010-09-23 05:20:36 +00:00
fgsch
442355474a
Update to version 0.8. Fix package name to match directory.
...
landry@ ok.
2010-09-22 18:53:47 +00:00
giovanni
825e1c1581
Update to release 6926
2010-09-22 10:14:25 +00:00
landry
94d407ab0f
Force the use of gnu libtool here, mail/bogofilter configure script is
...
confused when db is built with our ports libtool.
2010-09-22 06:50:39 +00:00
sthen
09b62d428a
use shared not static libiconv; fixes build with .Ox libtool. bump.
2010-09-21 16:10:02 +00:00
sthen
f0af6ad5d4
output EPOCH and REVISION in dump-vars, and use it in sqlports.
...
ok espie@ (with a reminder to add EPOCH, my first diff just had REVISION).
2010-09-21 15:18:03 +00:00
pea
8d39157e18
Update to 1.12.0
...
ok landry@
2010-09-21 13:41:56 +00:00
pea
5a4209d36f
Update to 0.4001
...
ok landry@
2010-09-21 13:14:01 +00:00
jasper
507b9c2e53
- install a bunch of examples
2010-09-17 17:26:51 +00:00
jasper
96d8ee5b33
- update to 1.20
2010-09-17 14:40:25 +00:00
fgsch
1a8d6aef34
Better regress target.
2010-09-16 07:33:32 +00:00
sthen
0b69722ec9
drop msf as maintainer on his p5- thingys and bump REVISION
...
"perl smells like dead moose farts and you can quote me on that" msf@
2010-09-15 13:52:11 +00:00
sthen
45722cbf47
update pyodbc to 2.1.8; from Ryan Boggs with plist fix from me
...
ok jasper@
2010-09-14 13:16:04 +00:00
sebastia
3fb3691099
Maintainer update of erlang to R13B04, and apache-couchdb to 0.11.0
...
OK landry@
2010-09-13 17:31:02 +00:00
sthen
d1d77884d6
update FreeTDS to a newer post-0.82 patchset; thanks to Ryan Boggs for testing.
2010-09-12 09:32:58 +00:00
jasper
8868c8786e
- remove maintainer; he timed-out many many times in the past with multiple ports
...
and timed-out too after a long period for this change.
2010-09-07 19:21:42 +00:00
eric
f3c86a947b
update to 2.6.0
...
ok landry@
2010-09-07 16:57:03 +00:00
sebastia
c470a4ab70
Update the MAINTAINERs E-Mail address, and bump pkg revision.
...
OK, landry@, jasper@
2010-09-07 16:52:50 +00:00
pea
c629d1b733
Update to 1.10.5
...
ok landry@
2010-09-07 12:59:06 +00:00
fgsch
81d8cd723f
update to sqlalchemy 0.6.3.
...
maintainer (wcmaier@) ok.
2010-09-06 21:55:57 +00:00
sthen
7a7be631b4
- drop python2.5 flavour of these "special" packages and add
...
@pkgpath markers; from ajacoutot@
- tweak from me: @pkgpath markers for these go in PFRAG.python2.6-*
files rather than straight in PLIST-*, so that they are only added
to 2.6 packages, otherwise pkg_add -u will see that either 2.4 or
2.6 versions are valid updates and will have to ask every time,
ok ajacoutot@
2010-09-03 12:34:55 +00:00
ajacoutot
427809e00c
Again a broken PKGNAME from python bump.
...
(also I wonder what is the python2.5 FLAVOR for).
2010-09-02 22:11:49 +00:00
sthen
68b9791551
sync patches, move to new-style WANTLIB/REVISION, and fix PKGNAME
...
which had lost its p5- prefix years ago. ok steven@
2010-09-01 22:32:46 +00:00
sthen
b2ef61b247
use REVISION and new-style LIB_DEPENDS+WANTLIB
2010-09-01 09:17:42 +00:00
fgsch
5fc7ed873c
Bump
2010-08-30 21:48:15 +00:00
fgsch
e42bba2e98
Switch py-ldap and py-psycopg to build the 2.6 python flavour rather than 2.5
2010-08-30 21:00:56 +00:00
fgsch
953d7b4a01
Add python 2.6 flavour, set it as default (was 2.5 previously) and bump.
2010-08-30 20:59:41 +00:00
fgsch
d8524fee7e
Bump revision after python's default change.
2010-08-30 20:53:57 +00:00
sthen
89d02b8fda
When bumping -main here in my last commit, I inadvertently replaced
...
PKGNAME-main=${DISTNAME}p0 with REVISION=1. As it is a multi-package port,
the PKGNAME-main=${DISTNAME} must be kept, REVISION must be an extra line.
Breakage noted by jasper@
2010-08-25 23:06:00 +00:00
sthen
a7f643f9ea
add missing wantlibs, new-style lib_depends/revision, bump
2010-08-25 20:45:52 +00:00
sthen
6548c7a188
add missing wantlibs, new-style lib_depends/revision, bump
2010-08-25 20:27:16 +00:00
ajacoutot
cabe9a216e
Force dependency on gnupg1 since gnupg2 has the same PKGNAME, it can
...
create some depency mess.
The long term solution is to update+merge gnupg2 into gnupg1 but for now
at least we have a clean dependency chain.
looks ok to jasper@ and pea@
2010-08-25 06:34:50 +00:00
sthen
6b499755a0
update DBD::SQLite to 1.29, ok robert@ (maintainer)
2010-08-22 16:55:48 +00:00
ajacoutot
45eec57888
Bugfix update to evolution-data-server-2.30.3.
2010-08-22 07:08:47 +00:00
william
7ab7c2f4e4
SECURITY FIX
...
Resolves CVE-2010-0211 and CVE-2010-0212 (ITS#6570)
from upstream. Also fixes a segfault in IA5StringNormalize() by
sync'ing that function with the same function from 2.4.23.
ok sthen
2010-08-06 02:52:05 +00:00
sthen
8a2471c43a
Drop the old horde ports, new versions are now in ports/www/horde
...
which is also linked to the build with this commit.
2010-07-30 11:28:21 +00:00
naddy
34837b39ea
bump PKGNAME for PLIST changes 4.7 -> 4.8
2010-07-24 23:05:08 +00:00
kili
205d4391a4
Add LIB_DEPENDS to RUN_DEPENDS.
...
Switch to REVISION.
Bump.
2010-07-17 13:43:36 +00:00
kili
108dc350b1
Add LIB_DEPENDS to RUN_DEPENDS.
...
Switch tu REVISION.
Bump.
2010-07-17 13:41:57 +00:00
espie
eebcb272c3
remove old work-around for SUBDIR bug.
...
NO_CHECKSUM is a user settings, setting DISTFILES to empty is enough.
2010-07-11 07:18:11 +00:00
naddy
2caff40cf7
rename variable, REVISION has a special meaning now
2010-07-10 20:06:54 +00:00
pea
ab3e256f34
Disable the detection of asciidoc
...
spotted/suggested fix by landry@
ok landry@
2010-07-09 11:50:38 +00:00
espie
cfff1f7778
better WANTLIB (with full path)
2010-07-09 10:58:50 +00:00
espie
bc62c7752f
convert to new style LIB_DEPENDS/WANTLIB
...
no package change
2010-07-09 10:43:31 +00:00
ajacoutot
c695437ad9
Remove trailing blank lines from DESCR.
...
Don't hardcode /etc, use SYSCONFDIR.
2010-07-08 16:23:54 +00:00
pea
7a97d14767
Add pgbouncer
2010-07-08 16:20:23 +00:00
pea
7e1ada58fb
Import pgbouncer.
...
PgBouncer is a lightweight connection pooler for PostgreSQL.
With tweaks from jasper@
ok jasper@
2010-07-08 16:18:06 +00:00
espie
b660df6b9b
zap reeeally old variable
2010-07-06 22:25:53 +00:00
naddy
e3ee31b058
Kill all instances of the dangerous RUN_DEPENDS=${BUILD_DEPENDS} idiom.
...
Bump pkgname where necessary.
2010-07-03 02:44:13 +00:00
jim
d0eb108190
update to version 1.0025
...
ok kevlo@
2010-06-29 13:43:48 +00:00
landry
3d86ce5a1e
Use autoconf 2.64 instead of 2.65, which still has some issues.
...
Fixes the build on gcc4 archs.
2010-06-25 13:54:34 +00:00
ajacoutot
73fbfbff8e
Bugfix update to evolution-data-server-2.30.2.1.
...
This update reverts an API break in e_destination_get_address().
While here bump AUTOCONF_VERSION.
2010-06-21 17:50:27 +00:00
ajacoutot
23dec7f656
Bugfix update to evolution-data-server-2.30.2.
2010-06-20 18:49:55 +00:00
espie
4009476ce8
broken deps. package would not build -> no bump
2010-06-20 09:49:59 +00:00
jasper
28af1f79db
- sync with lua.port.mk
2010-06-18 17:59:06 +00:00
sthen
369938cc8e
update strigi to 0.7.2; this and patching makecode.pl lets it build on amd64.
...
"go for it" espie@
2010-06-18 15:09:41 +00:00
sthen
7b09afdbc6
- update to 5.1.48
...
http://dev.mysql.com/doc/refman/5.1/en/news-5-1-48.html
- remove USE_GMAKE, upstream improved their Makefiles
from Brad (maintainer).
2010-06-18 11:31:11 +00:00
espie
22e710f8c9
more recent, prereq for kde4
2010-06-16 13:42:24 +00:00
espie
8afde528d9
+
2010-06-16 13:36:16 +00:00
espie
ddeb235462
newer, prereq for kde4...
2010-06-16 13:35:43 +00:00
kili
c78948cdd1
Bump after ghc update.
2010-06-15 17:18:50 +00:00
pea
324baf861f
Bug fix update to 1.10.3
...
ok landry@
2010-06-14 15:20:27 +00:00
jasper
aa0b52f4e4
- fix build on mips64
2010-06-14 07:07:49 +00:00
giovanni
2a534b2d46
Fix include path and man pages,
...
spotted by Antti Harri.
Help and ok sthen@
2010-06-11 10:01:26 +00:00
jasper
09d36caeee
- update p5-Search-Xapian to 1.2.0.0
...
- add a homepage
from daniel dickman.
2010-06-10 14:51:38 +00:00
sthen
ee5ccc7f4f
- update for COMPILER_VERSION and gcc4, from Brad
...
- add libstdc++ WANTLIB, ok Brad
2010-06-07 21:52:34 +00:00
ajacoutot
632ec44d78
Fix WANTLIB.
2010-06-07 09:28:39 +00:00
ajacoutot
33352f6443
Update to xapian-core-1.2.0.
...
from Jiri B.
2010-06-07 08:39:34 +00:00
jasper
d6445f2216
- add p5-Search-Xapian
2010-06-07 08:18:20 +00:00
jasper
8e7c10fdc5
import p5-Search-Xapian 1.0.17.0
...
Search::Xapian is a Perl interface to the Xapian C++ search library.
Xapian is a highly adaptable toolkit which allows developers to
easily add advanced indexing and search facilities to their own
applications. It supports the Probabilistic Information Retrieval
model and also supports a rich set of boolean query operators.
from daniel dickman, with a few tweaks by me
2010-06-07 08:15:28 +00:00
kili
158027911f
Bump after the stupid ABI changes in GHC.
2010-06-06 10:06:44 +00:00
sthen
a4f69c10a1
Update MySQL to 5.1.47. This is a security update - for more details, see
...
http://dev.mysql.com/doc/refman/5.1/en/news-5-1-47.html
2010-05-24 20:40:41 +00:00
wcmaier
dc9de690ae
Update to 0.6.0.
2010-05-24 16:42:44 +00:00
espie
b3fed84ca6
fix gcc4
2010-05-22 10:26:45 +00:00
kili
bcea0ad2ce
Silent register.sh/unregister.sh after the change to Cabal in ghc.
...
Run unregister.sh with `--force'.
2010-05-19 15:58:18 +00:00
pea
d602ab8dbe
Update to 2.0.14
...
ok jasper@, maintainer timed-out
2010-05-18 15:44:21 +00:00
jasper
c38e147ab2
- SECURITY update of postgresql to 8.4.4
...
fixes CVE-2010-1169 CVE-2010-1447 and CVE-2010-1170.
ok pea@ (MAINTAINER)
2010-05-18 12:01:23 +00:00
kili
d73ffa853b
Use @unexec. I must have been on drugs when using @unexec-delete
...
for unregister.sh in all the new ghc libraries (which leads to bogus
registered ghc packages after updates).
You can use the command
ghc-pkg check
to check ghcs internal package list. If it reports missing files
for some package (like hashed-storage-0.4.11), you can forcibly
unregister it by running (as root) something like
ghc-pkg unregister hashed-storage-0.4.11
ok dcoppa@
2010-05-14 09:08:25 +00:00
jasper
60934a5dc6
- apply patch from upstrea, to fix mishandling of '@' in WebDAV contacts username
...
ok aja@
2010-05-12 07:17:55 +00:00
sthen
002bbc47b3
update to 1.10
2010-05-10 12:20:35 +00:00
giovanni
33441d84ea
Update to 2.2.0
...
help and ok sthen@
2010-05-05 17:03:19 +00:00
giovanni
0bf657eae5
Update to release 6224
2010-05-05 10:36:33 +00:00
giovanni
15840a7a2b
Update to 4.014
...
ok pea@
2010-05-05 10:00:46 +00:00
espie
242c6d27a5
build with recent cdefs changes (no need to bump pkgname)
2010-05-05 06:49:36 +00:00
sthen
0f574bd2b2
- improve the summary in pkg/DESCR
...
- default to protocol version 8 to avoid plaintext passwords on the
wire, note this in the sample freetds.conf
2010-05-02 11:36:27 +00:00
dcoppa
5c41a01f4f
Link my haskell ports to the build.
...
OK kili@
2010-04-29 05:28:32 +00:00
pea
6425901ba3
Update to 2.1.11
...
ok jasper@
2010-04-28 18:10:57 +00:00
pea
4fbfb94cf1
Update to 2.3.2
...
ok jasper@
2010-04-28 18:10:03 +00:00
pea
f1bf31afe4
Update to 1.2
...
ok jasper@
2010-04-28 18:07:56 +00:00
pea
ee36d6b418
Update to 2.17.1
...
ok jasper@
2010-04-28 18:06:57 +00:00
pea
0b9e5eb38a
Update to 1.10.2
...
ok landry@
2010-04-28 11:23:33 +00:00
sthen
31e9638b56
update to 5.1.46, from Brad
2010-04-27 11:03:52 +00:00
ajacoutot
4bb45f1087
Don't install libtool files from modules.
2010-04-27 09:30:21 +00:00
sthen
a26c1253cd
- update tdb to samba's standalone release rather than the sourceforge version
...
- switch back to standard file locations
- adjust fdm to match
looks fine to nicm@, needed for forthcoming samba update
2010-04-26 17:22:06 +00:00
espie
4980cdd108
whitespace
2010-04-26 10:20:50 +00:00
espie
4b373c4bed
get ready to coalesce columns
2010-04-26 10:19:02 +00:00
espie
a1dfe5c95e
minor tweaks + whitespace
2010-04-26 08:52:09 +00:00
ajacoutot
de3d323249
Bugfix update to evolution-data-server-2.30.1.
2010-04-26 07:06:49 +00:00
jasper
265918b27f
- fix build on a clean box
2010-04-25 20:43:00 +00:00
espie
ec4d709da9
view_schema always follows the same format, so just do that...
2010-04-25 12:35:26 +00:00
ajacoutot
8c6d12880c
Remove outdated comment.
2010-04-23 08:39:53 +00:00
ajacoutot
86ae67ca0c
Major update to evolution-data-server-2.30.0.
2010-04-22 09:17:50 +00:00
ajacoutot
b4827dd4b7
Cope with recent gnome-keyring changes.
2010-04-20 20:11:53 +00:00
sthen
bc05c6aec0
Install the manpage; from Patrick Keshishian
2010-04-20 10:00:17 +00:00
espie
7aaef79d35
fix, should build correctly even if SUBDIR is defined
2010-04-19 09:21:31 +00:00
fgsch
6e414ad850
Update to 0.16.0. maintainer ok.
2010-04-18 20:04:28 +00:00
espie
484343e39c
simplify mapping slightly for now...
2010-04-17 14:48:15 +00:00
espie
85043bd81f
turn on foreign key constraints, as they seem to work ;-)
2010-04-17 14:37:02 +00:00
espie
78282381f7
a few minor tidying.
...
commit to db only at end of port (referential integrity for later)
handle BROKEN-arch and create new table/view based on that.
2010-04-17 13:06:49 +00:00
espie
9bc804c209
sanitize code, no functional changes
2010-04-17 09:33:18 +00:00
dcoppa
7a9c9135b1
update-plist and bump because of cmake diff.
...
OK landry@, sthen@
2010-04-15 20:35:46 +00:00
jasper
9133c8166a
- more BROKEN-$ARCH
2010-04-15 18:25:59 +00:00
ajacoutot
ce7c969358
Stupid poor blank lines, stupid poor blank lines...
2010-04-15 14:58:24 +00:00
dcoppa
be134e5405
Import hs-HDBC-sqlite3, the Sqlite v3 driver for HDBC.
...
Not yet wired to the build.
OK kili@
2010-04-15 14:24:47 +00:00
ajacoutot
983fd44e85
Consistency: remove the 1, 2 or even 3 empty blank lines.
2010-04-15 13:56:33 +00:00
dcoppa
567d3ac1b3
Import hs-HDBC, an abstraction layer between Haskell programs and SQL relational
...
databases.
Not yet wired to the build.
OK kili@
2010-04-14 06:30:49 +00:00
espie
69bff73010
rename stuff to try to make it clearer.
2010-04-13 10:56:42 +00:00
espie
309f80f5b3
cut script into smaller pieces, since it becomes hard to manage
2010-04-13 10:23:53 +00:00
ajacoutot
7af6370187
Remove useless configure arg, no gconf schemas are installed with this
...
port.
2010-04-03 11:22:01 +00:00
sthen
0fbeaaa2a3
use newer autoconf, from Brad
2010-04-03 00:21:14 +00:00
sthen
dc0e69d86a
Update to 3.6.23, much of this was done by Florent Tribouilloy and
...
espie@ who adjusted things so the build doesn't depend on Tcl (which
was added as a build dependency in 3.6.17).
2010-04-02 20:07:11 +00:00
jasper
b546173352
- add p5-AnyEvent-CouchDB
2010-03-29 14:22:08 +00:00
jasper
2ea8fcc29d
import p5-AnyEvent-CouchDB 1.17
...
AnyEvent::CouchDB is a non-blocking CouchDB client implemented on top of
the AnyEvent framework. Using this library will give you the ability to
run many CouchDB requests asynchronously, and it was intended to be used
within a Coro+AnyEvent environment. However, it can also be used
synchronously if you want.
2010-03-29 14:21:09 +00:00
jasper
61f2f4c26d
import p5-CouchDB-View 0.003
...
CouchDB::View provides a Perlish interface to creating CouchDB views. It
uses Data::Dump::Streamer to serialize coderefs, which are deserialized
and used by CouchDB::View::Server.
2010-03-28 19:33:11 +00:00
jasper
69df3e75e0
- sync
2010-03-28 19:31:21 +00:00
ajacoutot
87928e163c
Use autoconf 2.63.
2010-03-26 10:00:13 +00:00
sthen
01d0860b57
add a comment noting that check-plist uses this
2010-03-25 00:01:05 +00:00
giovanni
e605ae160a
Update to release 5899
2010-03-24 17:28:13 +00:00
pea
de6c862b06
Update to 2.16.1
...
Take maintainership (ok msf@)
ok sthen@
2010-03-23 23:16:31 +00:00
pea
af71728075
Update to 8.4.3
...
Please note that pg_standby is now in the -contrib package
ok jasper@, sthen@
2010-03-23 10:24:45 +00:00
sthen
1c27a83066
Move the tdb.h header to a subdirectory, avoiding a conflict with
...
forthcoming samba update.
2010-03-22 09:38:36 +00:00
ajacoutot
c257bd119a
Update to evolution-data-server-2.28.3.1.
2010-03-21 10:42:13 +00:00
sthen
4e93b1a2c3
adjust sample rc.local lines to start the server after printing
...
the name, as is normal with other ports and daemons started from /etc/rc,
from jcs via Brad.
2010-03-21 09:04:10 +00:00
sthen
04b61aa5d4
update to 5.1.45; from Brad
2010-03-21 01:20:47 +00:00
espie
eb9327fbd1
avoid warning, FLAVOR is broken anyways
2010-02-27 07:30:44 +00:00
espie
9c532507e5
fix FULLPKGPATH
2010-02-26 19:10:57 +00:00
espie
839c2af8f1
avoid warning
2010-02-26 19:10:38 +00:00
espie
94160ea7d4
get mksqlitedb to handle IGNORE and COMES_WITH if they show up.
...
Also don't spazz out if we meet variables we don't know. This makes us
safe from changes in dump-vars.
2010-02-12 11:53:09 +00:00
espie
100f0c7870
SUBDIR += is wrong: it means the makefile will pick up SUBDIR from env, thus
...
breaking cd /usr/ports && SUBDIR=some/path make something for
category makefiles. While there, also put spaces around += uniformously.
okay naddy@, jasper@
2010-02-01 17:00:12 +00:00
naddy
72b44c5513
bump PKGNAME for PLIST changes 4.6 -> 4.7
2010-01-27 21:43:27 +00:00
espie
b87f5ba044
update to more recent version, removes the waits during regress...
2010-01-10 13:45:03 +00:00
sthen
0ce3aa35f9
+pkglocatedb
2010-01-08 14:04:55 +00:00
sthen
2e90f8d574
import ports/databases/pkglocatedb:
...
Database of files from all packages in the ports tree, including names
of the packages containing them. This is in a format suitable for use with
locate(1) (either with -d, or in a colon-separated list in LOCATE_PATH).
Note: like sqlports, this is generated from the ports tree itself,
so if your tree is in bad shape re: conflicts etc, this won't build.
ok espie, discussed with many, reminded by oga@
2010-01-08 14:00:49 +00:00
fgsch
fe7c91ab2d
Update to 0.6.1.
2010-01-07 01:25:13 +00:00
jasper
6d13f95ce4
- update couchdb to 0.10.1
...
ok benoit@ (MAINTAINER)
2010-01-06 18:45:45 +00:00
jasper
977d748689
- sort
2010-01-04 10:43:30 +00:00
ajacoutot
91a08fe7dc
Bugfix update to MySQL 5.1.42.
...
See http://dev.mysql.com/doc/refman/5.1/en/news-5-1-42.html for details.
from Brad
2010-01-01 19:54:33 +00:00
eric
b0d7cfc066
update to 0.6.0
...
ok pea@
2009-12-31 12:31:44 +00:00
eric
dec5e1d15c
Change HOMEPAGE/MASTER_SITES and update to 2.5.6
...
ok benoit@ djm@
2009-12-28 09:24:34 +00:00
ajacoutot
cd9c7ecf7a
Use @unexec-delete instead of @unexec for the *-update-* goos.
...
prodded by espie@
discussed with espie@ sthen@ landry@
2009-12-21 21:16:33 +00:00
sthen
b4b78be2ae
Update to 3.6.16.1; a simple but important fix (and needed to update
...
Firefox). Mainline sqlite has moved beyond this but involves some changes
to the build infrastructure which need to be looked at separately.
Since the distfile is no longer available upstream, this is provided
as a patch to the 3.6.16 distfile and is taken from upstream's SCM.
Requested by naddy@.
2009-12-19 23:08:48 +00:00
pea
500570cb81
Update to 8.4.2
...
Please note:
if you have any hash indexes, you should REINDEX them after updating to 8.4.2,
to repair possible damage.
Changelog:
http://www.postgresql.org/docs/current/static/release-8-4-2.html
ok sthen@
2009-12-16 14:34:58 +00:00
ajacoutot
28ff64f458
Update to evolution-data-server-2.28.2.
...
Fix a memory leak.
2009-12-14 13:54:23 +00:00
sthen
9df8d3022f
Add -pthread to the pkg-config files, bump PKGNAME. From Andreas Kahari.
2009-12-09 20:36:49 +00:00
pea
c2ccbc930d
Security fix for OpenLDAP.
...
See:
+ http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-3767
+ http://www.openldap.org/devel/cvsweb.cgi/libraries/libldap/tls_o.c.diff?r1=1.8&r2=1.11&f=h
ok jasper@, go ahead sthen@, aja@
2009-12-04 15:26:48 +00:00
espie
a7043b7ecf
tag sqlports as "always-update".
...
If you don't have current pkgtools, *this will break*.
(@option always-update was introduced over a month ago).
2009-12-01 18:27:46 +00:00
bernd
c04c888648
Update to ruby-mysql-2.8.1.
2009-12-01 11:51:38 +00:00
ajacoutot
a6b02df54b
Fix part of Bug 361145: Evolution hangs when formatting message.
...
(from upstream git 184befc100ba2c553ad8ea5c87eba91daf500bf4)
2009-11-30 13:27:25 +00:00
ajacoutot
197ac94f25
Update to xapian-core-1.0.17.
...
from Daniel Dickman, thanks.
2009-11-25 18:31:09 +00:00
msf
86ef53ffcd
do_sqlite3 0.10.0 requires data_objects 0.10.0, adjust dependencies and
...
bump PKGNAME
2009-11-22 07:35:32 +00:00
msf
ee4f42ec8d
update to sequel-3.6.0
...
ok MAINTAINER
2009-11-22 00:03:58 +00:00
pea
b82e4ca04b
Update to 4.013
...
ok landry@ giovanni@ stephan@
2009-11-21 08:00:29 +00:00
sthen
7fb98303f7
Update to 5.1.41; SECURITY and various bug fixes. From Brad.
2009-11-20 01:15:34 +00:00
eric
8342adb218
update to 0.5.31
...
ok jasper@
2009-11-19 17:13:52 +00:00
ajacoutot
489fa3a7c9
libsoup belongs in wantlib.
2009-11-19 15:15:47 +00:00
ajacoutot
7a43e69372
Bugfix update to xapian-core-1.0.16.
...
(needed for upcoming pinot update)
2009-11-14 10:57:44 +00:00
bernd
f51f9ca090
Remove myself from MAINTAINER and bump.
2009-11-09 17:09:22 +00:00
sthen
1702428dab
bump following java.port.mk change.
2009-11-09 11:03:26 +00:00
jasper
383bcb84a5
- move another common variable into pear.port.mk (the 'pear' category).
2009-11-06 09:01:07 +00:00
jasper
65dbb2a870
- if the same two lines are copy/pasted into every single port using the pear
...
module, maybe it's time to copy/paste it into pear.port.mk.
thus, move MASTER_SITES and EXTRACT_SUFX to a common place
ok sthen@ robert@
2009-11-06 08:32:36 +00:00
fgsch
e495deb5b8
Enable the python query server, enable regress interactively and bump package.
2009-11-03 00:37:41 +00:00
bernd
e0e3cc8151
Update to apache-couchdb-0.10.0.
...
help, diffs, tests and ok from:
Benoit Chesneau (MAINTAINER), fgsch@, martynas@
2009-11-02 18:51:27 +00:00
jasper
6028e097fa
remove xmysqladmin, broken since 2003 as it failed to catch up with the new
...
mysql api. as upstream abondoned it, it's unlikely to ever catch up.
besides, there are enough other applications to administer mysql with a gui.
landry@ agreed, although he formulated it oddly
2009-11-01 22:58:51 +00:00
fgsch
b457c99a80
Update to Elixir 0.7.0
2009-11-01 11:45:39 +00:00
msf
2d68aec190
update to 0.2.12 and convert to MASTER_SITE_GEMCUTTER
2009-10-25 13:22:06 +00:00
giovanni
d4b72f348b
Update to 5.1.40
...
Ok Brad (maintainer)
2009-10-23 08:04:50 +00:00
giovanni
cd6be5202e
Update to version 2.1.1
2009-10-22 15:55:10 +00:00
jasper
a5dafb4118
- update evolution-data-server to 2.28.1
2009-10-19 12:19:17 +00:00
eric
78e51f61ed
update to 0.15
...
ok wcmaier@
2009-10-16 15:17:02 +00:00
pirofti
2692f6069a
Update ruby-do_sqlite3 to 0.10.0
2009-10-13 21:16:46 +00:00
pirofti
a0455b5a19
Update ruby-data_objects to 0.10.0
2009-10-13 19:59:38 +00:00
sthen
0ccbf81c0e
update to 1.56, drop msf@ as maintainer (at his request).
2009-10-13 13:57:13 +00:00
pirofti
fda661736d
Update ruby-dm-types to 0.10.1
2009-10-12 23:47:38 +00:00
pirofti
0741e26293
Update ruby-dm-timestamps to 0.10.1
2009-10-12 23:31:38 +00:00
pirofti
9245b496e2
Update ruby-dm-sweatshop to 0.10.1
2009-10-12 23:28:24 +00:00
pirofti
022f2f331a
Update ruby-dm-serializer to 0.10.1
2009-10-12 23:10:22 +00:00
pirofti
128a0de1ba
Update ruby-dm-validations to 0.10.1
2009-10-12 23:08:35 +00:00
pirofti
b02d11a306
Update ruby-dm-migrations to 0.10.1
2009-10-12 22:59:31 +00:00
pirofti
147f93c320
Update ruby-dm-aggregates to 0.10.1
2009-10-12 22:55:21 +00:00
pirofti
26b4503bb5
Update ruby-dm-core to 0.10.1
2009-10-12 22:51:08 +00:00
pirofti
a5d8b72daa
Bring ruby-datamapper Makefile up to 0.10.1
2009-10-12 22:28:46 +00:00
pirofti
7ef3bab2c9
Update ruby-activerecord to 2.3.4.
2009-10-12 14:10:06 +00:00
jasper
64f61c1847
no point in having a PFRAG.shared for python ports.
...
aja@ agrees.
2009-10-11 16:36:31 +00:00
ajacoutot
b193ce8eb4
Unbreak after gnutls update.
...
Regen patches while here.
2009-10-11 16:33:36 +00:00
jasper
f327f06db4
sigh, forgot to add this
2009-10-11 12:43:03 +00:00
jasper
feafd20e82
- update evolution-data-server to 2.28.0
...
commiting now to not stall other work, possible breakage will be dealt with thisweek
"commit!" aja@
2009-10-11 12:42:41 +00:00
kevlo
c51b067a57
fix COMMENT and DESCR; from Mikolaj Kucharski
2009-10-11 07:36:30 +00:00
sthen
56060fe1a5
unbreak the patchset, noticed by jasper@.
2009-10-10 14:16:55 +00:00
sthen
c3b845152c
avoid some dumb resolv.conf parsing
2009-10-10 10:48:49 +00:00
sthen
da180bc8e9
update to newer upstream patches
2009-10-10 10:33:15 +00:00
pea
162d70888b
Update to 1.609
...
ok simon@
2009-10-03 09:20:36 +00:00
pea
00c3233b3b
Update to 2.15.1
...
Changelog: http://cpansearch.perl.org/src/TURNSTEP/DBD-Pg-2.15.1/Changes
ok simon@
2009-10-03 09:18:37 +00:00
pea
bde43e2c4c
Take maintainership
...
discussed with many.
please commit jasper@
2009-10-02 16:03:02 +00:00
ajacoutot
fe62ed7f49
Unbreak.
...
first reported by naddy@ then several.
2009-10-02 13:05:33 +00:00
kevlo
2e85a36e08
add p5-DBM-Deep
2009-09-29 08:34:18 +00:00
kevlo
42fcbee78b
Initial import of p5-DBM-Deep-1.0014
...
A unique flat-file database module, written in pure perl. True multi-level
hash/array support (unlike MLDBM, which is faked), hybrid OO / tie() interface,
cross-platform FTPable files, and quite fast. Can handle millions of keys and
unlimited hash levels without significant slow-down. Written from the ground-up
in pure perl -- this is NOT a wrapper around a C-based DBM. Out-of-the-box
compatibility with Unix, Mac OS X and Windows.
ok sthen@
2009-09-29 08:33:33 +00:00
sthen
80a725208d
Update the Horde suite to current versions. devel/horde has SECURITY fixes
...
including XSS (prefs, MIME viewer) and preventing overwriting of webserver-
accessible files (image form fields, e.g. with Turba). For more information
see http://lists.horde.org/archives/announce/2009/000512.html .
Thanks Vijay Sankar, Michiel van Baak and Daniel Levai for testing/feedback.
2009-09-28 13:09:15 +00:00
ajacoutot
b2b82ae5d0
Unbreak after libsigc upgrade... second breakage that the bulk missed
...
somehow.
Reported by Steve Andre'.
2009-09-24 18:23:43 +00:00
ajacoutot
9c25657ed7
Unbreak after libsigc++ upgrade.
...
spotted by STeve Andre', thanks.
2009-09-24 11:52:21 +00:00
sthen
91a00ec036
bugfix update to 5.1.39, from Brad (maintainer).
2009-09-21 13:10:18 +00:00
pea
e6860520ca
Update to 2.1.10
...
looks fine ajacoutot@
2009-09-17 13:43:47 +00:00
jasper
20696471fe
remove marc balmer as maintainer of all of his ports, to take away the
...
illusion marc still maintains them. as requested by himself.
2009-09-15 17:37:21 +00:00
pea
41f7f6f53e
Update to 8.4.1.
...
Changelog: http://www.postgresql.org/docs/8.4/static/release-8-4-1.html
Security fixes: http://www.postgresql.org/support/security
"fine by me" mbalmer@, ok sthen@
2009-09-14 20:22:27 +00:00
sthen
a155f5b2db
update to 5.1.38, from Brad (maintainer).
2009-09-07 21:35:34 +00:00
espie
d3edd1fbf8
tweak things a bit more to use the system sqlite3 (e.g., stop fucking around
...
with internal functions)
2009-08-28 07:57:03 +00:00
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
ajacoutot
f7caac7ca3
Import xapian-core-1.0.13
...
Xapian is an opensource search engine library.
It is a highly adaptable toolkit which allows developers to easily add
advanced indexing and search facilities to their own applications. It
supports the Probabilistic Information Retrieval model and also supports
a rich set of boolean query operators.
This is a prerequisite of porting pinot.
2009-07-22 08:17:22 +00:00
pea
78bfd95a99
Upgrade PostgreSQL to the latest version 8.4.0.
...
Initial diff (for rc and beta) from simon@
ok mbalmer@, simon@
commitski jasper@
BE CAREFULL: it's a major upgrade !
You MUST dump/restore all your data for this upgrade.
2009-07-21 19:43:45 +00:00
naddy
fe5870ca28
* Fix package specs in dependencies.
...
* Make the -examples subpackage not inherit the -main dependencies, and
instead depend on any flavor of the -main package.
* Allow both the python2.4 and python2.5 flavors to build the -examples
subpackage.
* Don't attempt to use MODULES-${SUBPACKAGE}, which doesn't exist.
* Make FLAVOR references robust against mIXeD cAsE.
ok sthen@
2009-07-20 19:44:48 +00:00
giovanni
4e6f38010f
Update to 4047 version.
2009-07-20 13:01:18 +00:00
naddy
d014831c36
fix package spec in depend
2009-07-18 15:52:21 +00:00
sthen
39cff0955c
- update to 3.52.6
...
- clean the Makefile, update license notes
- use MODULES=devel/gettext
- fix pkgconfig file
- regen PLIST
joint work with/ok ajacoutot@. maintainer timed out.
2009-07-17 10:45:05 +00:00
simon
19ead65b79
update to version 1.40, remove do-build and do-install targets as
...
upstream accepted my patches to remove the auto-stuff in favour of a
simple makefile; additionally it's compatible with postgresql-8.4
2009-07-14 08:42:34 +00:00
sthen
507ec0f8ae
- don't require gnu grep; RE changes from naddy. (gnu sed still needed).
...
- add a comment reminding people to bump both PKGNAMEs together.
ok naddy@
2009-06-25 22:45:56 +00:00
naddy
2b84b064ff
bump PKGNAME for PLIST changes 4.5 -> 4.6
2009-06-22 17:00:23 +00:00
giovanni
978d3958fc
Link pear-MDB2-mysqli and pear-MDB2-sqlite
2009-06-22 15:50:47 +00:00
giovanni
dd34d278fd
Sqlite driver for pear-MDB2.
2009-06-22 15:47:52 +00:00
giovanni
70bd6d0e6d
Mysqli driver for pear-MDB2.
2009-06-22 15:45:40 +00:00
avsm
09774bdfe0
update to ocaml-3.11.1 and bump dependent package PKGNAMEs
2009-06-20 22:05:11 +00:00
simon
31e192479e
update to version 08.03.0400 and enable it for postgresql->8.3
...
"if 8.3 still works, then sure" pirofti@
2009-06-19 16:48:03 +00:00
sthen
b10658e367
oops, avahi WANTLIB went to the wrong WANTLIB line so they appeared in
...
-main too; put them in the right place and bump -main. Spotted by naddy,
thanks!
2009-06-17 21:24:48 +00:00
sthen
c5ce78c755
sync wantlib/lib_depends, bump
2009-06-17 01:20:59 +00:00
sthen
8fb6a2870d
Bug fix update to MySQL 5.0.83. From Brad (maintainer).
2009-06-13 21:51:30 +00:00
kili
2b41280401
WANTLIB changes due to avahi dependency. Bump affected PKGNAMEs.
2009-06-10 20:27:09 +00:00
sthen
fef3f0d494
avoid an autoconf-related problem with the files using awk.
...
found the hard way by marco@
2009-06-08 17:13:49 +00:00
wcmaier
285ca12cdc
Update to sqlalchemy 0.5.4p2.
...
PKGNAME tweak and "fine by me" martynas@
2009-06-04 19:49:17 +00:00
giovanni
1227f278c5
Update to 3722
...
Fix homepage
"go ahead!" jasper@
2009-06-04 07:14:40 +00:00
pea
f2f8f0e360
Update to 2.13.1
...
ok simon@
2009-06-02 11:21:10 +00:00
merdely
ce6d940cf2
Ooops. Patches that do nothing.
...
No change, so no bump needed.
2009-06-02 03:05:10 +00:00
merdely
dde8e95de3
+libdbi
...
+libdbi-drivers
2009-06-02 00:59:57 +00:00
merdely
ea2e20c2ad
import libdbi-drivers
...
The libdbi-drivers project provides the database-specific drivers for
the libdbi framework. The current version of libdbi-drivers will work
with any 0.8.x release of the framework.
It supports MySQL, PostgreSQL, sqlite, sqlite3, and FreeTDS
ok wcmaier@
2009-06-02 00:58:58 +00:00
merdely
db9a3d6e03
import libdbi
...
libdbi implements a database-independent abstraction layer in C, similar
to the DBI/DBD layer in Perl. Writing one generic set of code,
programmers can leverage the power of multiple databases and multiple
simultaneous database connections by using this framework.
ok wcmaier@
2009-06-02 00:57:57 +00:00
sthen
49782989ff
bugfix update to 5.0.82, from Brad.
2009-05-29 08:42:06 +00:00
avsm
230e2024fc
add mysteriously removed file from the previous commit
2009-05-20 02:02:30 +00:00
avsm
5f0d06342b
update to ocaml-sqlite3-1.5.0, now by Markus Mottl. These bindings are significantly more robust, and also let you define custom callback/aggregate SQL functions directly in OCaml, as well as interacting better with the runtime.
2009-05-20 01:40:56 +00:00
bernd
83298dd4d6
Update to ruby-sequel-3.0.0.
2009-05-19 22:50:57 +00:00
simon
93c093b8ac
update to version 1.25
...
tested by bernd@ in a bulk build, thanks!
early test and late reminder by landry@
2009-05-12 23:26:26 +00:00
simon
be59bde7ab
enable load-extension for ports starting to require it
...
tested by bernd@ in a bulk build, thanks!
2009-05-12 23:20:52 +00:00
simon
8dd22731ee
update to version 2.13.0
...
ok pea@
2009-05-06 22:22:56 +00:00
sthen
6210021275
SECURITY and bugfix update to 5.0.81, from Brad (maintainer).
2009-05-03 12:19:09 +00:00
ajacoutot
2c5f8a533a
CONFIGURE_ENV += PYTHON="${MODPY_BIN}" is inherited from the python module
2009-04-26 11:01:04 +00:00
sthen
99abaac50c
pkgname bumps following java.port.mk r1.18, pointed out by espie@
2009-04-26 09:38:25 +00:00
martynas
22fda9f32d
sqlite3-3.6.13. full bulk build done by jasper@. ok jasper@, simon@
2009-04-22 21:23:43 +00:00
sthen
c451636ee3
- avoid pulling in gawk if installed at build time, pointed out by
...
Mike on the Openbsd-newbies mailing list.
- add libiconv support, bump PKGNAME
2009-04-18 09:02:05 +00:00
martynas
8e453aeab5
update to sqlite-3.6.12. full bulk build done by jasper@
...
"go ahead" sthen@, ok fgs@, jasper@, simon@
2009-04-16 20:09:58 +00:00
sthen
a21a187345
add DISTPATCHes and bump PKGNAME; ok steven@
2009-04-14 19:49:04 +00:00
sthen
f6b28d681c
- update to 0.36
...
- avoid pulling in bash if installed at build time
- more specific license marker
2009-04-13 13:23:35 +00:00
martynas
93ec72850d
update to py-sqlalchemy-0.5.3. fixes some regression tests
...
ok fgs@
2009-04-11 13:50:57 +00:00
martynas
c7b0018b13
update to py-psycopg2-2.0.9. initial diff from Valery Masiutsin,
...
tweaks by myself. ok fgs@
2009-04-11 13:45:06 +00:00
giovanni
c107efd16d
Readd a missing dependency, no cookie for me
2009-04-10 17:34:26 +00:00
giovanni
5a32cdf032
Update to version 3329
...
Remove a run dependency on devel/p5-Term-ReadKey
2009-04-10 17:28:28 +00:00
pea
e75c52e946
Update to 2.1.9.
...
Remove useless build_depends
Update my email address
"go ahead" jasper@
2009-04-10 12:00:13 +00:00
fgsch
10d3197794
Add missing dependey on setuptools and bump package.
...
spotted and tested by jasper@
2009-04-09 14:45:52 +00:00
martynas
f6600fb63c
update to py-sqlite2-2.5.5. feedback, "go ahead" fgs@ & eric@
...
fgs@ also sent patch-doc_sphinx_conf_py upstream.
2009-04-09 01:05:25 +00:00
fgsch
2bac4ae99d
o specify the library directory for js.
...
o add a query_server for python as example.
bernd@ ok.
2009-04-06 14:43:18 +00:00
bernd
2624f4b644
Update to ruby-pg-0.8.0.
...
From maintainer Jeremy Evans. Thanks!
2009-04-06 07:52:12 +00:00
bernd
f87b950dc2
Add ruby-couchrest
2009-04-05 11:01:52 +00:00
bernd
52c92ff00a
Initial import of ruby-couchrest-0.23.
...
CouchRest provides a simple interface on top of CouchDB's RESTful
HTTP API, as well as including some utility scripts for managing
views and attachments.
2009-04-05 11:00:36 +00:00
martynas
a351a54c1a
remove hunk, that had keyword, substituted by rcs. from Markus Lude
2009-04-05 07:52:17 +00:00
martynas
840a859b74
update to py-sqlalchemy-0.5.2. maintainer timed out
...
ok fgs@
2009-04-05 00:37:07 +00:00
martynas
cdd011e114
- update to py-sqlobject-0.10.4
...
- enable regression tests
- use master_site_pypi
input, ok fgs@
2009-04-05 00:15:52 +00:00
martynas
bacf4396a9
update to sqlite3-3.6.11. fixes null ptr deref in sqlite3OsTruncate
...
addColumn; which broke py stuff
noticed with fgs@ while working on the py stuff
much thanks to bernd@; for doing a bulk build with it
ok fgs@, bernd@, simon@
2009-04-05 00:02:53 +00:00
fgsch
35a5c0fda9
enter py-couchdb.
2009-04-04 21:03:42 +00:00
fgsch
91b14fcdec
Import python-couchdb-0.5r141, a python library for working with CouchDB.
...
martynas@ input and ok.
2009-04-04 21:02:14 +00:00
bernd
5566f820ea
Update to RubyOnRails 2.3.2.
2009-04-04 10:18:42 +00:00
bernd
f1f15b69dc
Update to apache-couchdb-0.9.0.
...
Please read http://wiki.apache.org/couchdb/Breaking_changes for
update instructions.
help & ok fgsch@
2009-04-04 10:12:39 +00:00
sturm
78dcff8378
bump after ocaml update
2009-04-03 21:30:50 +00:00
pea
53aad186f8
Fix a bug in LDIF.pm
...
See http://rt.cpan.org/Public/Bug/Display.html?id=44110
ok landry@
2009-03-28 17:41:53 +00:00
jakemsr
52b535e41d
use /dev/arandom instead of /dev/urandom. reading from /dev/urandom
...
is too slow.
ok bernd@
2009-03-23 00:33:02 +00:00
jasper
402a883cb7
- update p5-Data-Pageset to 1.05
2009-03-22 23:11:14 +00:00
jasper
03e0d3b667
- update p5-DBI-Shell to 11.95
...
- no need for BUILD_DEPENDS
2009-03-22 23:08:03 +00:00
martynas
4c51498968
follow the naming scheme. it should be MASTER_SITE_MYSQL
...
"correct." fgs@
2009-03-19 22:51:01 +00:00
jasper
2bc2306ef1
- add pear-DB_DataObject
2009-03-19 20:18:26 +00:00
jasper
ab19da6fea
- missing dependency, no bump, it's only been here for a few minutes and unhooked
2009-03-19 20:18:04 +00:00
jasper
a02f7415a4
import pear-DB_DataObject 1.8.10
...
DataObject performs 2 tasks:
1. Builds SQL statements based on the objects vars and the builder
methods.
2. acts as a datastore for a table row.
The core class is designed to be extended for each of your tables so
that you put the data logic inside the data classes. included is a
Generator to make your configuration files and your base classes.
2009-03-19 20:15:34 +00:00
pea
aa6ab40b2f
Update to 8.3.7
...
See http://www.postgresql.org/docs/8.3/static/release-8-3-7.html
ok mbalmer@
2009-03-18 14:34:10 +00:00
sthen
9db2df7c04
adjust lib/run_depends & bump.
2009-03-17 11:26:14 +00:00
bernd
41ea97e017
Add apache-couchdb.
2009-03-16 22:09:24 +00:00
bernd
4ba937d626
Initial import of apache-couchdb-0.8.1.
...
CouchDB is a distributed, document-oriented, Non-Relational DataBase
Management Server (NRDBMS).
It is accessible via a RESTful JSON API, and provides incremental
replication with bi-directional conflict detection and management.
Data is stored with a schema-free, flat address space, and may be
queried via a table-oriented reporting engine that uses Javascript
as a query language.
Joint work of maintainer Benoit Chesneau, fgsch@ and myself.
2009-03-16 22:05:59 +00:00
ajacoutot
7685784a76
- fix wantlib, regen plists, bump
2009-03-15 11:45:08 +00:00
espie
fa9adc6fb8
fix deps
2009-03-14 14:47:27 +00:00
espie
7b8d6ed822
fix deps
2009-03-14 13:12:51 +00:00
espie
e5fd12af84
fix a few depends
2009-03-14 12:24:48 +00:00
espie
8f14d6520b
fix db dep
2009-03-14 11:49:41 +00:00
espie
cd9b18bb0b
bump for python
2009-03-14 10:38:13 +00:00
sthen
422bce6f3f
convert to tcl.port.mk; fixes pkgspec
2009-03-13 13:09:34 +00:00
sthen
dfe5f95d84
bump pkgname following java dep change
2009-03-11 23:21:21 +00:00
bernd
79d9cd6cf0
bump due to python dep changes
2009-03-11 21:45:31 +00:00
bernd
c00b0f015b
Fix tcl and db dependencies. With help from naddy@.
2009-03-11 21:28:45 +00:00
naddy
6a4c52151b
fix db4 package spec
2009-03-10 19:08:25 +00:00
sthen
8978654a35
Use a more appropriate version of autoconf to regenerate the autoconf
...
script so that when the size of a char pointer is detected that the
proper define name is set which the code is expecting. From Brad.
2009-03-08 10:51:32 +00:00
bernd
f2b32e5234
Update to ruby-sequel-2.11.0. ok MAINTAINER
2009-03-07 12:22:21 +00:00
jasper
04be10d346
- update evolution-data-server to 2.24.5
...
- regen patches
2009-03-04 20:09:43 +00:00
naddy
c9740c52f1
add missing SHA256 checksums
2009-03-04 20:08:55 +00:00
ajacoutot
fb29d46872
- bring in some 64bits fixes from NetBSD/pkgsrc
...
"get'm in" jasper@
2009-02-17 10:56:27 +00:00
sthen
7b00b90062
bugfix/SECURITY update to 5.0.77, from Brad.
2009-02-17 10:46:59 +00:00
ajacoutot
c3a9064d23
- add the 2 hobbits as MAINTAINER
...
ok jasper@
2009-02-15 17:33:52 +00:00
pea
8e6b469c7d
Update to 2.11.8
...
ok simon@, ajacoutot "ok me@"
2009-02-13 10:47:39 +00:00
naddy
9ea99647ac
bump PKGNAME for PLIST changes 4.4 -> 4.5
2009-02-09 20:48:23 +00:00
pea
53e9a2408d
Upgrade to 8.3.6.
...
See http://www.postgresql.org/docs/8.3/static/release-8-3-6.html
ok mbalmer@ ajacoutot@
2009-02-07 16:56:31 +00:00
simon
41bffc309c
add p5-CGI-Application-Plugin-DBH
2009-02-06 22:03:55 +00:00
simon
13e92b3ab0
import p5-CGI-Application-Plugin-DBH
...
CGI::Application::Plugin::DBH adds easy access to a DBI database handle
to your CGI::Application modules. Lazy loading is used to prevent a
database connection from being made if the dbh method is not called
during the request. In other words, the database connection is not
created until it is actually needed.
from Mikolaj Kucharski
2009-02-06 22:03:51 +00:00
jasper
f82e901d0a
- update p5-SQL-Translator to 0.09002
...
- fix license marker
- add some missing dependencies
2009-02-04 08:23:17 +00:00
bernd
4c400f8b34
add ruby-sequel
2009-02-03 21:27:17 +00:00
bernd
72cd0cca6b
Initial import of ruby-sequel-2.10.0.
...
Sequel is an ORM framework for Ruby. Sequel provides thread safety,
connection pooling, and a concise DSL for constructing queries and
table schemas.
Sequel makes it easy to deal with multiple records without having
to break your teeth on SQL.
Maintained by upstream author Jeremy Evans. Thank you!
2009-02-03 21:26:02 +00:00
jasper
2b1eca75d3
- update evolution-data-server to 2.24.4.1
...
* fixes accidentally committed debugging code
- use same way of getting ${R} (for PLIST) as evolution does now
2009-02-03 11:50:58 +00:00
jasper
7b8aff3857
- add a whole bunch of master sites for mysql as MASTER_SITES_MYSQL
...
ok ajacoutot@
2009-02-02 15:54:19 +00:00
sthen
56dd940040
- sync WANTLIB/LIB_DEPENDS
...
- better license marker
- regen PLIST
- desktop goo
ok ajacoutot, jasper
2009-01-31 21:59:03 +00:00
simon
71a7a32ef7
update to version 3.6.10 which comes with quite a few fixes, remove fix
...
for solved libtool issue and add fix for tests on big-endian arches
looks good to espie@
requested, bulk-tested and ok by bernd@
2009-01-31 15:49:34 +00:00
jasper
d494caf6cb
- bugfix update evolution-data-server to 2.24.4
...
ok ajacoutot@
2009-01-31 08:30:51 +00:00
sturm
346053f969
fix WANTLIB
2009-01-30 11:28:32 +00:00
bernd
ec9004a7f0
add ruby-datamapper, ruby-data_objects and ruby-do_sqlite3
2009-01-30 02:42:44 +00:00
bernd
016f7a6e34
Initial import of DataMapper 0.9.10 and some extensions.
...
DataMapper is an Ruby O/R Mapper based on the DataMapper pattern.
2009-01-30 02:40:55 +00:00
bernd
3f562b49cd
Initial import of ruby-do_sqlite3-0.9.11.
...
SQLite3 plugin for DataObjects.
2009-01-30 01:06:45 +00:00