Commit Graph

714 Commits

Author SHA1 Message Date
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
jolan
15a6bfcb5d update to 1.0.18, from robert nagy 2004-04-18 00:58:31 +00:00
brad
91d68f94f5 Fix a tmpfile/symlink issue with mysqlbug.
http://marc.theaimsgroup.com/?l=bugtraq&m=108023246916294&w=2

Fix from MySQL BitKeeper repo via Robert Nagy <thuglife at bsd dot hu>
2004-04-16 00:14:03 +00:00
jcs
0219197e38 freetds-0.62.3 2004-04-14 03:17:04 +00:00
peter
c757c971d1 Long overdue update to a modern version 1.32 2004-04-13 14:03:44 +00:00
wilfried
524c1ffc02 + p5-DBD-SQLite 2004-04-08 21:03:01 +00:00
wilfried
0106de31f2 Import of p5-DBD-SQLite-0.31, from Robert Nagy <thuglife@bsd.hu>
DBD::SQLite is the Perl5 Database Interface driver for the SQLite
database.
2004-04-08 21:02:33 +00:00
jakob
a22ebee4d8 update to 2.1.29 stable release 2004-04-04 21:53:37 +00:00
jakob
eb2acd3469 - update to v0.7beta2
- build with cyrus-sasl2
from maintainer
2004-04-01 08:44:27 +00:00
pvalchev
ad7f9c5e6a mark as broken on m88k, same reason as hppa 2004-03-31 04:06:20 +00:00
pvalchev
85593466a7 mark as broken on hppa: gen_lex_hash hangs build 2004-03-10 20:28:07 +00:00
wilfried
b07597555a fix for powerpc, ok pvalchev@ 2004-03-07 18:55:21 +00:00
espie
26bd7c43d8 explicitly tag no-autoheader some ports for which re-running it after autoconf
is a problem.
2004-03-04 17:49:26 +00:00
djm
ff95fee103 fix PKGNAME; spotted by jcs AT rt.fm 2004-03-03 02:41:49 +00:00
jakob
fc85b4bcb0 update to v2.1.27 2004-03-01 07:03:54 +00:00
jcs
dc8011e1a9 don't try to dirrm these 2004-03-01 00:04:08 +00:00
jcs
8dc3630e01 sync with recent freetds
ok maintainer
2004-02-27 05:19:23 +00:00
brad
e8e3e93584 add another distribution patch.
ok pvalchev@
2004-02-27 01:10:03 +00:00
brad
8edb391ee5 @extra removes user/group too 2004-02-25 23:54:19 +00:00
brad
83bf39eed7 use autoconf 2.57 2004-02-25 08:21:18 +00:00
xsa
d6f02c6c8a typo: NO_SHARE_ARCHS -> NO_SHARED_ARCHS 2004-02-24 08:43:46 +00:00
naddy
1bc6d8a294 remove workarounds for gcc2.95/sparc64 optimizer bugs 2004-02-24 00:06:43 +00:00
xsa
3afe60a8af add py-ldap,2.3 which I forgot when updating the port ...
ok pvalchev@
2004-02-23 14:58:04 +00:00
ish
decc6d05cc depend on the python 2.1 flavor of py-mxDateTime 2004-02-23 05:06:40 +00:00
brad
b6ecd9069b upgrade to MySQL 4.0.18 2004-02-22 01:20:11 +00:00
djm
7e2916a830 +py-sqlite 2004-02-18 21:11:29 +00:00
djm
0166aa1e1f Import pysqlite, a set of Python bindings for the sqlite in-process database
engine.

help from Aleksander Piotrowski and sturm@ ; ok sturm@
2004-02-18 21:10:16 +00:00
djm
371e1d39a8 +sqlite 2004-02-18 21:05:14 +00:00
djm
706c813a35 Import of sqlite, a public-domain in-process SQL engine:
SQLite is a C library that implements an embeddable SQL database engine.
    Programs that link with the SQLite library can have SQL database access
    without running a separate RDBMS process. The distribution comes with a
    standalone command-line access program (sqlite) that can be used to
    administer an SQLite database and which serves as an example of how to
    use the SQLite library. SQLite is not a client library used to connect to
    a big database server. SQLite is the server. The SQLite library reads and
    writes directly to and from the database files on disk.

with help from Aleksander Piotrowski; help & ok sturm@
2004-02-18 20:59:24 +00:00
xsa
f8d898c380 remove MAINTAINER per his resquest;
via and ok ish@.
2004-02-18 20:05:11 +00:00
xsa
9fb998730d update to 2.0.0pre19; from maintainer Marc Balmer <marc at msys.ch>
ok sturm@.
2004-02-17 20:47:45 +00:00
kevlo
e2c4fd9423 support multiple flavors(sasl + bdb) 2004-02-17 07:22:17 +00:00
kevlo
13e1b54e24 fix sasl flavor. ok jakob@ 2004-02-17 01:23:03 +00:00
jcs
67d0759552 sync with freetds 2004-02-16 18:18:25 +00:00
jcs
e844866ee4 freetds-0.62.1 2004-02-16 01:25:23 +00:00
sturm
ff09911cf4 don't pick up installed iodbc port
ok maintainer jcs@
2004-02-08 10:36:02 +00:00
sturm
7297ccd7b0 mark some subpackages arch independent
ok naddy@
2004-02-04 07:39:18 +00:00