diff options
author | krion <krion@FreeBSD.org> | 2003-07-22 21:47:14 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-07-22 21:47:14 +0800 |
commit | 0aff51d0fb533e764cf13ae847acc457b7ad3afc (patch) | |
tree | 40a0dcc2cf32f40de320cec4224497abc8d9a498 /databases/Makefile | |
parent | c9550ebc9bb2cf77f6d9fe56a2ae5b5278cc565f (diff) | |
download | freebsd-ports-graphics-0aff51d0fb533e764cf13ae847acc457b7ad3afc.tar.gz freebsd-ports-graphics-0aff51d0fb533e764cf13ae847acc457b7ad3afc.tar.zst freebsd-ports-graphics-0aff51d0fb533e764cf13ae847acc457b7ad3afc.zip |
New port databases/p5-Data-Page
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.
PR: 54720
Submitted by: Mathieu Arnold <m@absolight.net>
Approved by: fjoe (mentor)
Diffstat (limited to 'databases/Makefile')
-rw-r--r-- | databases/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index 317604e5a98..56308899a5a 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -82,6 +82,7 @@ SUBDIR += p5-CDB_File-Generator SUBDIR += p5-Class-DBI SUBDIR += p5-Class-DBI-AbstractSearch + SUBDIR += p5-Data-Page SUBDIR += p5-DBD-CSV SUBDIR += p5-DBD-Excel SUBDIR += p5-DBD-InterBase |