summaryrefslogtreecommitdiffstats
path: root/databases
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 0.05005garga2006-02-142-4/+4
| | | | | PR: ports/93319 Submitted by: maintainer
* Paradox is an extension to read and write Paradox .DB and .PX files.garga2006-02-145-0/+79
| | | | | | | | | | It can handle almost all field types and binary large objects stored in .MB files. WWW: http://pecl.php.net/package/paradox PR: ports/93211 Submitted by: Alexander Zhuravlev <zaa@zaa.pp.ru>
* MySQL 4.1 doesn't need newer zlib.ale2006-02-132-11/+2
| | | | Reported by: mnag
* - Update to 3.3.4mnag2006-02-136-72/+90
| | | | | | - Add THREADS, DEBUG and DOCS in OPTIONS - Fix build when select WITH_TCLWRAPPER and NOPORTDOCS - Reorganize Makefile
* - Migrate all knobs to OPTIONSmnag2006-02-131-25/+43
| | | | | | | | | - Add threads support [1] (mostly part) - Reorganize Makefile - Bump PORTREVISION PR: 93101 [1] Submitted by: Henry Miller <hank@millerfarm.com> [1]
* Update to 4.1.18 release.ale2006-02-133-9/+15
|
* Update to 0.02000erwin2006-02-133-10/+15
| | | | | PR: 93267 Submitted by: Lars Balker Rasmussen <lars@balker.dk> (maintainer)
* Update to 0.19erwin2006-02-132-4/+4
| | | | | PR: 93266 Submitted by: Lars Balker Rasmussen <lars@balker.dk> (maintainer)
* Try to remove cgi-bin directorykris2006-02-121-0/+1
|
* - distinfo was accidently not committed with a last updatesem2006-02-121-3/+3
| | | | Reported by: krismail
* - Fix removing of build_docsmnag2006-02-123-6/+9
|
* - Temporary disable build of html docs.mnag2006-02-124-12/+36
| | | | | | | - Fix NOPORTDOCS build. - Bump PORTREVISION Reported by: Tobias Roth <roth@iam.unibe.ch>, Al Arzaga <freebsd@arzaga.net>
* Add p5-DBIx-Class-WebForm 0.02, CRUD methods for DBIx::Class.erwin2006-02-115-0/+41
| | | | | PR: ports/93188 Submitted by: Lars Balker Rasmussen <lars@balker.dk>
* Make it always use bundled sqlite source, since it does not work well iftobez2006-02-112-2/+4
| | | | it finds and uses installed databases/sqlite library.
* * Update of pxlib to 0.6.0sem2006-02-112-20/+23
| | | | | | | | | | * Reorganization of MAN section in alphabetical order with addition of new man pages * BUILD_DEPENDS line correction in WITH_DOCS branch * LDCONFIG_DIRS addition with appropriate lines in pkg-plist PR: ports/93161 Submitted by: Alexander Zhuravlev <zaa@zaa.pp.ru>
* - Update to 1.09garga2006-02-102-4/+4
| | | | | PR: ports/93126 Submitted by: maintainer
* - Update to 1.1.7mnag2006-02-102-6/+5
|
* - Update to 2.0.7mnag2006-02-104-6/+19
|
* - Update to 2.1.3mnag2006-02-106-15/+15
| | | | Submitted by: Herbert J. Skuhra
* Update to 0.05003erwin2006-02-102-4/+4
| | | | | PR: 93120 Submitted by: Lars Balker Rasmussen <lars@balker.dk> (maintainer)
* - Update to 3.3.3 [1]mnag2006-02-104-22/+20
| | | | | | - Reorganize Makefile Submitted by: cokane [1]
* Update to 4.4.20.2vd2006-02-098-16/+68
| | | | | | PR: ports/93031 Submitted by: Matthias Andree <matthias.andree@gmx.de> (maintainer) Approved by: garga (mentor)
* Update to 0.01004erwin2006-02-082-4/+4
| | | | | PR: 93029 Submitted by: Lars Balker Rasmussen <lars@balker.dk> (maintainer)
* - Update to 1.8.45ahze2006-02-083-8/+9
| | | | - Make portlint happy
* - Fix plistpav2006-02-074-0/+8
| | | | | PR: ports/92922 Submitted by: Vivek Khera <vivek@khera.org> (maintainer)
* - Remove USE_REINPLACE from my portssem2006-02-072-2/+0
|
* Update to 0.05002erwin2006-02-073-5/+10
| | | | | PR: 92951 Submitted by: Lars Balker Rasmussen <lars@balker.dk> (maintainer)
* Update to 0.01003erwin2006-02-072-4/+4
| | | | | PR: 92950 Submitted by: Lars Balker Rasmussen <lars@balker.dk> (maintainer)
* Upgrade to 1.2.0.thierry2006-02-062-8/+8
| | | | | Changelog at <https://sourceforge.net/project/shownotes.php?group_id=36382&release_id=391352>
* BROKEN: Incomplete pkg-plistkris2006-02-051-0/+2
|
* Add p5-Class-DBI-LazyInflate 0.06, defer inflating of columns until theylth2006-02-055-0/+44
| | | | are used.
* Update CONFLICTS after MySQL 5.1 import.ale2006-02-052-5/+5
|
* Connect mysql51-* ports to the build.ale2006-02-051-0/+3
|
* Add DBD slave port for mysql51-scripts package.ale2006-02-053-0/+37
|
* Initial import of MySQL 5.1 version.ale2006-02-0549-423/+443
| | | | This is an *alpha* release (5.1.5).
* DBIx::Class::Schema::Loader automates the definition of aerwin2006-02-045-0/+78
| | | | | | | | | | | | | | | | | | DBIx::Class::Schema by scanning table schemas and setting up columns and primary keys. DBIx::Class::Schema::Loader supports MySQL, Postgres, SQLite and DB2. See DBIx::Class::Schema::Loader::Generic for more, and DBIx::Class::Schema::Loader::Writing for notes on writing your own db-specific subclass for an unsupported db. This module requires DBIx::Class 0.05 or later, and obsoletes DBIx::Class::Loader for DBIx::Class version 0.05 and later. WWW: http://search.cpan.org/dist/DBIx-Class-Schema-Loader/ PR: ports/92813 Submitted by: Lars Balker Rasmussen <lars@balker.dk>
* Update to 0.18erwin2006-02-042-4/+4
| | | | | PR: 92814 Submitted by: Lars Balker Rasmussen <lars@balker.dk> (maintainer)
* Update to 0.17erwin2006-02-042-4/+4
| | | | | PR: 92796 Submitted by: Lars Balker Rasmussen <lars@balker.dk> (maintainer)
* Add missing USE_GMAKE=yes, needed to run 'make configure' in dependency.kris2006-02-031-0/+1
|
* o Update port to version 1.1.6, we are at 1.0.22a now.sem2006-02-024-47/+88
| | | | | | | | | | | | | | o According to website it fully supports MySQL 4.0, 4.1, and 5.0 - Might work with 4.0, so BROKEN_WITH_MYSQL 40 removed o Makefile changes: - Use MASTER_SITE_MYSQL instead - Remove USE_REINPLACE - DEFAULT_MYSQL_VER already defaults to 41 - Remove quotes from BROKEN message - Use INSTALL_TARGET instead of install PR: ports/92727 Submitted by: Jason E. Hale <bsdkaffee@gmail.com>
* - Fix REQUIRED in rc scriptmnag2006-02-024-36/+42
| | | | | | | | | | | - Add option to change startup user in rc script - Reorganize Makefile and rc script - Remove pkg-plist and add PLIST_FILES and PORTDOCS - Bump PORTREVISION PR: 91931 Submitted by: mnag Approved by: seanc (maintainer timeout 15 days)
* update to 0.05000erwin2006-02-023-44/+64
| | | | | PR: 92730 Submitted by: Lars Balker Rasmussen <lars@balker.dk> (maintainer)
* Update to 0.16erwin2006-02-022-4/+4
| | | | | PR: 92729 Submitted by: Lars Balker Rasmussen <lars@balker.dk> (maintainer)
* - Update to 1.1.5barner2006-02-026-12/+414
| | | | | | | - Install documentation Submitted by: Vivek Khera <vivek@khera.org> (maintainer) PR: ports/92682
* - Update to version 3.52.4 [1]barner2006-01-314-16/+16
| | | | | | | - Use less greedy CONFLICTS Submitted by: Ports fury PR: ports/92612
* - Update to 0.29erwin2006-01-312-9/+5
| | | | | | | | - Mark for perl 5.6.0 or higher. PR: 92621 Submitted by: Lars Balker Rasmussen <lars@balker.dk> Approved by: mat
* Update to 0.15erwin2006-01-312-5/+5
| | | | | PR: 92605 Submitted by: Lars Balker Rasmussen <lars@balker.dk> (maintainer)
* Update to 1.07.tobez2006-01-302-4/+4
| | | | | PR: 92543 Submitted by: maintainer
* Add missing ) around SIZE statements.edwin2006-01-3010-40/+40
|
* New Ruby MemCached client memcache-client from the Robotcoop. It is a pure Rubypav2006-01-295-0/+88
| | | | | | | | client for memcached. It is nearly a drop-in replacement for Ruby MemCache while beeing much faster. PR: ports/92350 Submitted by: Jonathan Weiss <jw@innerewut.de>
OpenPOWER on IntegriCloud