Commit graph

1080 commits

Author SHA1 Message Date
cjep
a9b7aaac3b tabs instead of spaces for indentation. 2002-12-08 23:23:42 +00:00
salo
a753dfec6d Fix WRKSRC after PKGREVISION bump. (hi wiz!) 2002-12-08 00:53:19 +00:00
drochner
879c744c3b +metakit 2002-12-04 18:49:32 +00:00
drochner
8e337221ff Python frontend for the metakit database lib 2002-12-04 18:48:09 +00:00
drochner
68b53e2613 metakit is an embedded database library.
This is the base library, w/o scripting frontends.
2002-12-04 18:47:15 +00:00
seb
391343bc20 Noop commit, just tweaking style. 2002-12-02 22:59:37 +00:00
salo
f7de1f29c1 USE_PKGLOCALEDIR, delint. 2002-11-30 16:24:35 +00:00
jmmv
3ebd61de48 Add and enable tdb. 2002-11-29 19:20:17 +00:00
jmmv
114d556e96 Initial import of tdb, version 1.0.6. Description follows:
TDB is a Trivial Database. In concept, it is very much like GDBM,
and BSD's DB except that it allows multiple simultaneous writers
and uses locking internally to keep writers from trampling on
each other. TDB is also extremely small.

Approved by wiz.

This closes my own PR 18122.
2002-11-29 19:19:12 +00:00
bouyer
a12d7fadcc The module RRDs.so depends on libraries from X11. $X11BSE/lib is in LD_RUN_PATH,
but it seems the linker ignores it when there are explicit -Wl,-R on the
command line. So add a -Wl,-R@X11BASE/lib to OTHERLDFLAGS.
2002-11-27 19:33:08 +00:00
tron
d00ac7068d Correct package list to match recent changes. 2002-11-19 09:59:18 +00:00
jlam
3672e2ec00 Allow this file to be used to mean "we want DB-1.85" if the inclusion of
this file is preceded by defining "USE_DB185".  On NetBSD (and probably
Linux), where we already have DB-1.85 in the base system, this defaults to
using the system libraries and headers.
2002-11-18 20:49:17 +00:00
jlam
f49e19e04b Always build the db-1.85-compatibility code, not just for Solaris. Bump
PKGREVISION.
2002-11-18 20:22:53 +00:00
jlam
3b199ced25 Sort. 2002-11-18 20:13:23 +00:00
jlam
0508bc597d buildlink1 -> buildlink2 2002-11-15 00:50:19 +00:00
jlam
b9bff1b2f5 buildlink1 -> buildlink2 2002-11-15 00:39:53 +00:00
jlam
b5fecf95c7 Whitespace fixes. 2002-11-15 00:36:21 +00:00
jlam
9bb79caafa buildlink1 -> buildlink2 2002-11-15 00:26:44 +00:00
rh
ed193493ff Update edb to 1.0.3. Changes are bugfixes only. 2002-11-08 23:23:10 +00:00
martti
9ef7dbabf1 - make this work with apache2
- buildlink2
2002-11-05 07:33:13 +00:00
martti
5371d663f1 Use buildlink 2002-11-03 10:28:47 +00:00
grant
44d51ef86c update MASTER_SITES. 2002-11-02 16:49:44 +00:00
tron
c154192251 Remove patch file obsoleted by last update of this package. 2002-11-01 17:04:45 +00:00
wiz
f7538fa45d Depend on latest gdbm and bump PKGREVISION (major bump in gdbm library). 2002-11-01 16:34:34 +00:00
wiz
5c00709e48 Update to 1.8.3:
CHANGES from 1.8.2 to 1.8.3
  1.  Various configure related changes and additional updates.
CHANGES from 1.8.1 to 1.8.2
  1.  Allow `NEWDB'-opened databases to actually, well, store records.
CHANGES from 1.8 to 1.8.1
  1.  Lots of bug fixes, including a data corruption bug.
  2.  Updated to current autoconf and libtool.
  3.  Moved the dbm/ndbm compatibility routines to libgdbm_compat.
2002-11-01 00:31:18 +00:00
rh
d743e3ed6c Add and enable gnome-db 2002-10-30 06:45:54 +00:00
rh
1fcba1d3e5 Initial import of gnome-db-0.8.192, the GNOME2 database applications and
libraries.
2002-10-30 06:44:59 +00:00
rh
f3f730ef7e Add missing buildlink2.mk 2002-10-30 06:39:22 +00:00
rh
daeb4fb457 Add and enable libgnomedb 2002-10-30 05:09:36 +00:00
rh
6cdf16c677 Initial import of libgnomedb-0.8.199, the GNOME2 database library. 2002-10-30 05:09:08 +00:00
rh
c9183fee88 Replace homegrown patch with PKGCONFIG_OVERRIDE 2002-10-30 03:11:19 +00:00
rh
ab39539c5a Add and enable libgda 2002-10-30 00:52:52 +00:00
rh
b5a404c93d Initial import of libgda-0.8.199, the GNU database access library. This
version only comes with a default XML backend enabled.
Based on the package provided by Scott Aaron Bamford in PR pkg/18660.
2002-10-30 00:52:10 +00:00
seb
1f825479a3 Use buildlink2. Use perl5/module.mk. 2002-10-27 22:51:06 +00:00
seb
e8328761a2 Use buildlink2. Use perl5/module.mk. 2002-10-27 20:48:55 +00:00
seb
749cc12a27 Use perl5/module.mk (including PERL5_LDFLAGS).
Remove Makefile.PL interactive part via patch.
2002-10-27 19:41:53 +00:00
seb
ed2eb17e4c Use perl5/module.mk. 2002-10-27 19:34:19 +00:00
cjones
60f9ada109 Added guile-pg-0.07. 2002-10-27 01:17:34 +00:00
cjones
d93d1a240e Imported guile-pg:
Guile-pg is a Guile module providing access and allowing updates to
PostgreSQL databases from Guile scripts. Guile is the GNU interpreter
for the Scheme language and PostgreSQL is a free relational database
management system.
2002-10-27 01:14:09 +00:00
grant
248bf22f9c Update to freetds-0.60.
Changes since 0.53 include:

*  Much improved support for Microsoft servers, including SQL Server 2000
   datatypes and domain logins.

*  Support and convertibility of all major datatypes.

*  Much expanded coverage of the ODBC API.

*  An all-new BCP implementation, including host variable support.

*  Character set conversions, via the iconv library.

*  Threadsafe operation.
2002-10-26 18:45:28 +00:00
wiz
b8664845e3 Prefer BUILDLINK_PREFIX.* to BUILDLINK_DIR. 2002-10-25 18:32:43 +00:00
drochner
78f5bcd79e add one 2002-10-25 14:44:21 +00:00
drochner
35fc6deffc add py-psycopg 2002-10-25 14:18:44 +00:00
drochner
ce35e7b871 another Python-PostgreSQL adapter 2002-10-25 14:17:24 +00:00
drochner
d0530fe5f1 postgresql-7.2.3 contains PyGreSQL-3.3, so reflect this in the name 2002-10-25 11:17:24 +00:00
wiz
819a06fa2d Use pax instead of relying on gtar (wwww). 2002-10-24 16:25:32 +00:00
drochner
f055bbaba6 this postinstall rule needs the real GNU tar, so BUILD_DEPEND on it 2002-10-24 13:18:05 +00:00
wiz
e2d1ae2f9f Convert to buildlink2. 2002-10-21 14:47:00 +00:00
wiz
e8ac36ddb4 Unused. 2002-10-21 12:51:00 +00:00
wiz
68c8771147 buildlink1 -> buildlink2. 2002-10-21 12:32:16 +00:00