david
0bc83833ba
a->an
2004-07-26 06:13:03 +00:00
avsm
5d24c28b85
fix on bytecode-only arches, noticed by nikolay
2004-07-23 14:15:04 +00:00
xsa
2f226fd754
update to p5-DBD-Sybase-1.04;
2004-07-20 07:46:18 +00:00
wilfried
847bffc265
rename MyCC to mysqlcc
2004-07-19 13:56:48 +00:00
wilfried
a5174d4f34
reimport mysqlcc
2004-07-19 13:56:20 +00:00
wilfried
985d7431a4
renamed to mysqlcc
2004-07-19 13:54:22 +00:00
wilfried
fb6c94469f
remove mysqlgui
2004-07-19 13:51:32 +00:00
wilfried
de8d7645ee
superseeded by mysqlcc
2004-07-19 13:50:49 +00:00
espie
9aba03e0b8
OpenBSD now is a HAVE_ERRNO_AS_DEFINE platform.
...
(regen other patches).
Quick fix, since this breaks qt3 build, and thus a lot of ports.
2004-07-18 11:38:23 +00:00
kevlo
7d59899b1a
update to 2.9004. Maintainer ok.
2004-07-16 09:14:16 +00:00
kevlo
907ce2951c
update to 1.43. maintainer ok.
2004-07-16 09:12:59 +00:00
naddy
8049f0ce43
don't try to delete a directory we don't create
2004-07-12 15:23:19 +00:00
djm
15ba2d0da4
update to py-sqlite-0.5.1; reminded by xsa@
2004-07-12 00:00:34 +00:00
djm
1b2adfd4b1
update to sqlite-2.8.14 and activate regress tests
2004-07-11 23:52:01 +00:00
xsa
dfbf9adb3f
fix MASTER_SITES;
...
>From: Eduardo Alvarenga
2004-07-07 23:22:38 +00:00
mjc
8b245164e0
update my e-mail address
2004-07-04 23:40:05 +00:00
brad
81c021fbde
sync libtool patch
2004-07-03 23:19:07 +00:00
brad
73f0593900
--enable-static is a no-op for v3 and defaults to enabled for v4
2004-07-03 23:17:00 +00:00
kevlo
2b8875fb16
add a ftp site for v3
2004-06-30 07:43:31 +00:00
avsm
f32ec5be6a
upgrade to ocaml-postgresql-1.3.4
2004-06-29 23:29:12 +00:00
jcs
270d15733c
freetds-0.62.4
2004-06-28 06:26:14 +00:00
xsa
93568351bb
set BUILD_DEPENDS= ${RUN_DEPENDS} not the opposite .. for obvious
...
reasons... okay pvalchev@.
2004-06-26 07:35:05 +00:00
marcm
4477486145
+evolution-data-server
2004-06-25 16:23:30 +00:00
marcm
110db4536f
Evolution-data-server is the database backend for the next version of
...
Evolution, coming soon to a ports tree near you.
2004-06-25 16:21:32 +00:00
brad
9edc7d5f0b
use this workaround only with gcc2
2004-06-24 06:35:51 +00:00
brad
0eb5b72bb0
remove messages about user/group change.
2004-06-23 05:00:15 +00:00
brad
12fd4ec729
better
2004-06-23 04:04:05 +00:00
avsm
e3b254a178
+ocaml-postgresql
2004-06-12 22:03:58 +00:00
avsm
78f00ac44c
initial import of ocaml-postgresql-1.3.3
...
--
This OCaml library provides an interface to PostgreSQL (tested with
versions 7.0.2, 7.1.3 and 7.4.1), an efficient and reliable, open
source, relational database.
Almost all functionality available through the C-API (libpq) is
replicated in a type-safe way. This library uses objects for
representing database connections and results of queries.
2004-06-12 22:03:12 +00:00
pedro
9780f2be84
update to version 2.1.30, maintainer (jakob@) timeout, ok jolan@
2004-06-12 17:44:56 +00:00
robert
eec4016291
fix a crash problem; from DBD::SQLite CVS; via FreeBSD
2004-06-11 17:37:48 +00:00
pvalchev
b6666a005f
remove powerpc workaround and add patch for the mutex issue
...
provided by sleepycat via Philippe Lelédy <phl@leledy.org>
2004-05-27 21:05:25 +00:00
sturm
1e300f15ee
update to SQL-Statement 1.09
...
maintainer timeout
2004-05-27 18:36:34 +00:00
sturm
4a5b01bd7b
add
...
p5-Class-DBI
p5-Class-DBI-FromCGI
p5-Class-DBI-Pager
p5-Class-DBI-SQLite
p5-Class-DBI-AbstractSearch
p5-Class-DBI-Loader
p5-Class-DBI-Plugin-RetrieveAll
p5-Class-DBI-mysql
p5-Class-DBI-AsForm
p5-Class-DBI-Loader-Relationship
p5-Class-DBI-Plugin-Type
p5-Ima-DBI
2004-05-26 13:39:43 +00:00
sturm
a60ce5902e
Initial import of several DBI-related perl modules.
...
all from Sam Smith <S at msmith.net>
2004-05-26 13:36:07 +00:00
brad
42c825fdf7
remove extra ulimit setting
2004-05-24 22:40:28 +00:00
jcs
1443a7dfe2
fix build
2004-05-24 16:42:21 +00:00
brad
d91dc14e84
somehow cvs missed this.
2004-05-22 11:39:10 +00:00
brad
92121e2a16
upgrade to MySQL 4.0.20
2004-05-21 12:16:21 +00:00
sturm
3533550ae0
+p5-Data-Page
...
+p5-DBIx-ContextualFetch
+p5-SQL-Abstract
2004-05-20 10:54:10 +00:00
sturm
0c8ae630b6
Initial import Data-Page 1.01
...
When searching through large amounts of data, it is often the case that a
result set is returned that is larger than we want to display on one page. This
results in wanting to page through various pages of data. The maths behind this
is unfortunately fiddly, hence this module.
The main concept is that you pass in the number of total entries, the number of
entries per page, and the current page number. You can then call methods to
find out how many pages of information there are, and what number the first and
last entries on the current page really are.
from Sam Smith <S at msmith.net>
2004-05-20 10:52:00 +00:00
sturm
83fcd335b3
wrong category
2004-05-20 10:48:23 +00:00
brad
c76e4b492f
revert back to 4.0.18
...
for details http://dev.mysql.com/doc/mysql/en/News-4.0.19.html
thanks to Frank Denis for pointing this out to me.
2004-05-16 09:01:15 +00:00
brad
b72dc871d3
upgrade to MySQL 4.0.19
2004-05-16 04:30:39 +00:00
david
f71ec34da9
sort the SUBDIRs; ok pvalchev@
2004-05-09 19:25:39 +00:00
robert
151060b44f
update to 1.42; from new maintainer Michael Coulter <mjc@bitz.ca>; ok naddy@
2004-04-20 17:38:42 +00:00
xsa
4f19228a1a
another few @extra'z...
2004-04-19 09:43:50 +00:00
wilfried
3e090ef3ae
use number from distname in pkgname
2004-04-18 20:43:48 +00:00
xsa
5b3e116672
@extra; ok sturm@.
2004-04-18 08:50:33 +00:00
robert
08eee8f8ed
change my MAINTAINER address to @openbsd.org
...
ok pvalchev@
2004-04-18 06:41:11 +00:00