Commit graph

1076 commits

Author SHA1 Message Date
Akinori MUSHA
d5aa72c2c0 - Set DIST_SUBDIR, because filenames like patch.3.2.9.1 are too generic.
- Replace $(..) with ${..}.
2001-07-24 16:19:23 +00:00
Akinori MUSHA
6acd94358a Update to 0.2.1. 2001-07-24 16:14:55 +00:00
Akinori MUSHA
d32b34cdee Properly make *.so symlinks to *.so.x. (previously all that were
backwards)

PR:		ports/27065
Submitted by:	Barry Pederson <bpederson@geocities.com>
2001-07-24 16:13:22 +00:00
Vanilla I. Shu
0b4347e2e4 Upgrade to 1.19. 2001-07-23 14:24:45 +00:00
Ying-Chieh Liao
06827c4fb0 add dbconnect
Use C++ object API to allow applications to connect to databases
2001-07-23 07:51:29 +00:00
Akinori MUSHA
f9b948bc4a Fix the library paths to build working language API extensions.
This fixes the unresolved symbol error reported in the PR.

PR:	ports/29083
2001-07-23 04:46:32 +00:00
Akinori MUSHA
63fd4602e8 Update to 2.0.8.
PR:		ports/29011
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2001-07-23 03:54:43 +00:00
David W. Chapman Jr.
8be696d3c6 Remove files/patch-adodb-odbc.inc.php to fix compilation
Bump PORTREVISION

PR:		29124
Submitted by:	maintainer
2001-07-22 05:19:32 +00:00
David W. Chapman Jr.
16d11603ac Remove dbiwrapper(was repo copied to p5-DBIWrapper) 2001-07-22 04:30:29 +00:00
David W. Chapman Jr.
a7a8141c9f Rename dbwrapper to p5-DBIWrapper 2001-07-22 04:24:56 +00:00
David W. Chapman Jr.
823e9eade6 Update to 0.12
update pkg-descr to point out this is a Perl module (suggested by mi@)
rename port to p5-DBIWrapper (also suggested by mi@)

PR:		29130
Submitted by:	maintainer
2001-07-22 03:46:53 +00:00
David W. Chapman Jr.
17e239502d Update freetds to 0.52
PR:		28922
Submitted by:	Joseph Scott <joseph@randomnetworks.com>
2001-07-22 03:01:22 +00:00
Kevin Lo
d1cf30c684 - Update to version 1.20
- Better pkg-comment and pkg-plist

PR: 29114
Submitted by: MAINTAINER
2001-07-21 16:03:03 +00:00
Vanilla I. Shu
fc652a2fca DBIWrapper is the generic database Object for accessing
the DBI database interface.  It provides the lowest level
of functionality needed by any program wanting to access
databases via the DBI.  Currently, DBIWrapper is only
aware of Pg (PostgreSQL), mysql (MySQL) and ODBC DBD
modules and how to work with them correctly.

Support for transactions on MySQL is now checked for and
if found to be available, the AutoCommit flag is turned
off so that transactions will be used.

PR:		ports/28563
Submitted by:	Pete Fritchman
2001-07-16 07:22:50 +00:00
Dmitry Sivachenko
c15b7460f8 Update to 1.01.
Un-indent pkg-descr, add WWW.

PR:		28961
Submitted by:	Pete Fritchman <petef@databits.net>
2001-07-15 16:15:00 +00:00
Kevin Lo
652b14f1ce Update to version 2.35
PR: 28986
Submitted by: MAINTAINER
2001-07-15 14:42:35 +00:00
Akinori MUSHA
3f45dc8391 Update ruby-dbi and ruby-dbd_* modules to 0.0.7. 2001-07-12 18:12:40 +00:00
Maxim Sobolev
8fcbbdadd4 Update to 0.9.0.
Submitted by:	Neil Darlow <neil@darlow.co.uk>, Johann Visagie <wjv@FreeBSD.ORG>
2001-07-12 11:24:08 +00:00
Ying-Chieh Liao
623f6fc367 upgrade to 2.22
drop maintainership
2001-07-11 16:43:13 +00:00
Ying-Chieh Liao
d6c01a2982 GigaBASE author one more time change gigabase-2.34 distro.
MD5 changed too. Looks like perl-API moved to PerlAPI dir.
diff (near 100K) at
http://freebsd.org.ru/~osa/gigabase-2.34-to-2.34.diff.txt

PR:		28869
Submitted by:	MAINTAINER
2001-07-10 12:22:26 +00:00
Dag-Erling Smørgrav
bcafddc44e Ack, I bungled the patch right before committing. 2001-07-10 11:17:21 +00:00
Dag-Erling Smørgrav
a9f84711ca The SIXPACK Bibliography and Reference Manager, version 0.99.001216. 2001-07-10 11:09:59 +00:00
Akinori MUSHA
dbaf2b2c62 Update to 0.2.0. 2001-07-08 15:29:30 +00:00
Kevin Lo
43d3403a7f - Install docs
- Better comment and description

PR: 28811
Submitted by: MAINTAINER
2001-07-08 14:58:59 +00:00
Akinori MUSHA
2ff44213b5 Update ruby-dbi and ruby-dbd modules 0.0.6. 2001-07-07 18:02:21 +00:00
Akinori MUSHA
a385149872 Add sqlrelay, a persistent DB connection pooling/proxying/load
balancing system, along with the interfaces for Java, Perl5, PHP,
Python and Ruby.
2001-07-06 10:24:50 +00:00
Ying-Chieh Liao
4f5995875c add missing file 2001-07-06 08:14:45 +00:00
Dmitry Sivachenko
d399317861 Update to 1.0.33.
Fix MASTER_SITES.

Spotted by:		Forrest Aldrich <forrie@forrie.com>
2001-07-06 06:41:34 +00:00
Dmitry Sivachenko
a0cf915515 Update checksum.
PR:		28640
Submitted by:	Sergey A. Osokin <osa@FreeBSD.org.ru>
2001-07-05 08:01:20 +00:00
Akinori MUSHA
73b4b95e80 Get rid of the pthread workaround and bump PORTREVISION. 2001-07-02 14:51:46 +00:00
Akinori MUSHA
1b0bda1dfd Build with --enable-threads=no by default to get around the libc_r
weirdness.

Reviewed by:	sobomax (MAINTAINER of java/jdk12-beta)
2001-07-02 14:49:04 +00:00
Ying-Chieh Liao
338f00d4a8 add libsdb
Simple database library
2001-07-02 13:23:51 +00:00
Kevin Lo
199ce8394b Update to version 2.34
PR: 28625
Submitted by: MAINTAINER
2001-07-02 12:32:19 +00:00
Dirk Froemberg
4995c5200b Remove *.orig before installing.
PR:		ports/28495
Submitted by:	maintainer
2001-06-29 09:02:22 +00:00
Kevin Lo
6de10a59f1 Fix PHP 4.0.6 ODBC bugs.
PR: 28479
Submitted by: MAINTAINER
2001-06-28 12:33:48 +00:00
Paul Traina
a2ebf4064a Update to 3.113.1, fetch from MASTER_SITE_GNU instead of the snapshot area.
Remove myself as maintainer.  Who are we fooling?

PR:		28478
2001-06-28 11:04:29 +00:00
Akinori MUSHA
7d38e9af5b Add postgresql-plruby, PL/Ruby procedural language for the PostgreSQL
database system.
2001-06-28 08:52:19 +00:00
Anton Berezin
092f55b30a Upgrade databases/p5-DBIx-SearchBuilder to 0.39.
Upgrade mail/p5-Email-Find to 0.04.
Upgrade print/p5-Text-PDF to 0.15.
Upgrade textproc/p5-Text-Tmpl to 0.24.

OK'ed by:	markm
2001-06-26 14:54:10 +00:00
Dirk Meyer
385c248462 change MAINTAINER to FreeBSD.org address 2001-06-24 04:28:57 +00:00
Ollivier Robert
9b4fb23b06 - modify Makefile to correctly handle the DISTFILE.
- add a patch to correctly handle the arguments (sent to the author).

Approved by:	petef@databits.net (MAINTAINER)
2001-06-23 16:30:27 +00:00
James E. Housley
b4953e8097 The perl script mysql2pgsql can be used to convert MySQL database
dumps to a -compatible format (so the data can be imported into
PostgreSQL).

PR:		27702
Submitted by:	Pete Fritchman <petef@databits.net>
2001-06-23 02:36:54 +00:00
Jimmy Olgeni
3464b96a91 Remove MANUAL_PACKAGE_BUILD, the port packages just fine. 2001-06-22 20:03:35 +00:00
Jimmy Olgeni
9d61fc7685 Remove MANUAL_PACKAGE_BUILD, the port has no problems building the package.
Approved by:	maintainer
2001-06-22 20:03:03 +00:00
Akinori MUSHA
5f3d450980 Update to 0.1.9. 2001-06-21 12:15:13 +00:00
Akinori MUSHA
a6cc298f17 Update to 0.7. 2001-06-20 06:48:37 +00:00
Vanilla I. Shu
6e73b423d5 Upgrade to 1.18.
Submitted by:	Pete Fritchman <petef@databits.net>
2001-06-20 06:10:17 +00:00
David W. Chapman Jr.
a243a52501 Update to version 1.1.2
Add files to pkg-plist and update checksum

PR:		28280
Submitted by:	maintainer
2001-06-20 03:44:33 +00:00
James E. Housley
11efcac7ae New port ADODB: Standardized database access for PHP4
PR:		27464
Submitted by:	ago <abgoeree@uwnet.nl>
2001-06-19 11:53:47 +00:00
Ade Lovett
a5382b9c17 Add gnome-db 0.2.10, a GNOME front-end to libgda, and a whole load more. 2001-06-19 08:12:14 +00:00
Ade Lovett
fbeacc4f75 Update to 0.2.10 2001-06-19 08:10:56 +00:00