aboutsummaryrefslogtreecommitdiff
path: root/databases
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 0.49Cheng-Lung Sung2008-04-093-4/+12
| | | | | | | Changes: http://search.cpan.org/dist/Jifty-DBI/Changes Notes: svn path=/head/; revision=210898
* - Update to 3.05Martin Matuska2008-04-084-373/+8
| | | | | | | | | | - Remove compatibility patch (already in source) PR: ports/122509 Submitted by: Bjoern Koenig <bkoenig@alpha-tierchen.de> (maintainer) Notes: svn path=/head/; revision=210881
* Update to 2.22.1Michael Johnson2008-04-072-4/+4
| | | | Notes: svn path=/head/; revision=210754
* Update to version 0.2.1Markus Brueffer2008-04-073-5/+8
| | | | Notes: svn path=/head/; revision=210743
* - a fix for ruby-dbd_pg is now possibleDirk Meyer2008-04-071-1/+1
| | | | | | | PR: 114048 Notes: svn path=/head/; revision=210732
* - reconnect ruby-postgresDirk Meyer2008-04-071-0/+1
| | | | Notes: svn path=/head/; revision=210730
* - ressurectDirk Meyer2008-04-074-0/+68
| | | | | | | | | - new MASTER_SITE - update to 0.7.9.2008.01.28 PR: 118290 Notes: svn path=/head/; revision=210729
* - small cleanupDirk Meyer2008-04-071-3/+2
| | | | Notes: svn path=/head/; revision=210725
* - Update to 0.34Cheng-Lung Sung2008-04-072-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/BerkeleyDB/Changes Notes: svn path=/head/; revision=210722
* - udpate to 4.2Dirk Meyer2008-04-063-13/+116
| | | | Notes: svn path=/head/; revision=210671
* MySQL has fulltext index search ability for text field. but it is wordPav Lucistnik2008-04-065-0/+49
| | | | | | | | | | | | | | | | | | | | | | based index, it cannot be used for no word delimiter laungage like Japanese or Chinese. and it also can't search charactors in middle of a words. (cf. searching 'in' will not match word 'ping'.) Starts from MySQL 5.1, MySQL supports a plugin that allows to change server components (fulltext search parser) without restarting / recompiling the server. This n-gram parser uses this plugin interface to implement a simple n-gram (bi-gram) fulltext index parser which can be index no word delimiter laungage. WWW: http://mysqlbigram.googlepages.com/ PR: ports/115051 Submitted by: Gea-Suan Lin <gslin@gslin.org> Notes: svn path=/head/; revision=210668
* - Add ruby 1.9 supportStanislav Sedov2008-04-067-20/+23
| | | | | | | | | | | | | | | | | - Implement new knobs for gems and rake (these are included in ruby 1.9 distribution already). Also move gem bits from ruby-gems/Makefile.common to bsd.ruby.mk[1]. Now to depend on gems or rake you should define USE_RUBYGEMS/USE_RAKE accordingly. Also RAKE_BIN variable is provided for pointing to the right rake executable. - Rewrite RUBY_SCHEBANG in awk to eliminate build dependency on ruby. Discussed with: Jonathan Weiss <jw@innerewut.de> [1] (gems maintainer) Tested by: ports@ Notes: svn path=/head/; revision=210636
* Fix build when knob WITHOUT_KDE is set.Thierry Thomas2008-04-051-0/+13
| | | | | | | | PR: ports/122466 Submitted by: José García Juanino <jjuanino (at) gmail com> Notes: svn path=/head/; revision=210618
* Oracle SQL Developer is a free graphical tool for database development. WithThierry Thomas2008-04-0510-0/+449
| | | | | | | | | | | | | | | | | | SQL Developer, you can browse database objects, run SQL statements and SQL scripts, and edit and debug PL/SQL statements. You can also run any number of provided reports, as well as create and save your own. SQL Developer enhances productivity and simplifies your database development tasks. SQL Developer can connect to any Oracle Database version >= 9.2.0.1 and MySQL database version >= 3.0. WWW: http://www.oracle.com/technology/software/products/sql/index.html PR: ports/119756 Submitted by: José García Juanino <jjuanino at gmail.com> Notes: svn path=/head/; revision=210614
* Always enable threads (for tracker)Michael Johnson2008-04-051-13/+6
| | | | Notes: svn path=/head/; revision=210597
* - Remove sqlite3-threads and add sqlite34Marcus Alves Grando2008-04-051-1/+1
| | | | Notes: svn path=/head/; revision=210583
* - Remove sqlite3-threads since sqlite3 port threads are enabled by default.Marcus Alves Grando2008-04-051-16/+0
| | | | Notes: svn path=/head/; revision=210582
* - Update to 3.4.2Marcus Alves Grando2008-04-0510-120/+25
| | | | | | | | | | - Now FTS1 and FTS2 works fine. Repocopy from: databases/sqlite3 Repocopied by: marcus Notes: svn path=/head/; revision=210581
* - Finally, update to 3.5.6Marcus Alves Grando2008-04-0514-316/+120
| | | | | | | | | | | - Enable THREADS by default PS: See UPDATING if you have problems. Requested by: many Notes: svn path=/head/; revision=210580
* MySQL++ is a C++ wrapper for MySQL's C API.Ion-Mihai Tetcu2008-04-057-0/+487
| | | | | | | | | | | | | It is built around STL principles, to make dealing with the database as easy as dealing with an STL container. This port contains the version 3 of the library; see databases/mysql++ and databases/mysql++1 for the older versions. WWW: http://tangentsoft.net/mysql++/ Notes: svn path=/head/; revision=210571
* Upgrade to version 1.31.Jimmy Olgeni2008-04-052-4/+4
| | | | Notes: svn path=/head/; revision=210565
* - Add missing patch when resolving conflicts with devel/ruby-gemRong-En Fan2008-04-041-0/+11
| | | | | | | | | | PR: ports/121919 Submitted by: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp> Approved by: maintainer timeout (2 weeks) Reported by: pointyhat via pav Notes: svn path=/head/; revision=210534
* The tarball has been rerolled: it now includes all the generated stuffThierry Thomas2008-04-042-3/+5
| | | | | | | | | | | | | by the autotools (Makefile.in, configure, etc.), and some other patches. Full diff at <http://people.freebsd.org/~thierry/ports/tora-1-3-end-of-life_080325_080403.diff.bz2> Note: I could have removed the autotools and use the pre-generated stuff but I keep it as-is. Notes: svn path=/head/; revision=210527
* - Resolve conflict with devel/ruby-gems: bin/gem is installed by these twoRong-En Fan2008-04-042-11/+51
| | | | | | | | | | | | | | | | | ports. As ruby-gems is more popular, change grass's gem to grass%%VER%%-gem. [1,2] - Use LOCALBASE/bin/bash instead of /bin/bash in some shell scripts [2,3] - Add supports for ODBC and SQLite in OPTIONS (default off) [2] - Bump PORTREVISION PR: ports/115818 [1], ports/121919 [2,3] Reported by: Chris Calvey <chris at infosec.yi.org> [1], Sajo Zsolt Attila <sajozsattila at citromail.hu> [3] Submitted by: TAOKA Fumiyoshi <fmysh at iijmio-mail.jp> [2] Approved by: maintainer timeout (2 weeks) Notes: svn path=/head/; revision=210475
* - Update to 1.5.1Martin Wilke2008-04-032-6/+41
| | | | | | | | PR: 122250 Submitted by: Wen heping <wenheping@gmail.com> Notes: svn path=/head/; revision=210436
* Fix when NOPORTDOCS is set.Thierry Thomas2008-04-021-1/+3
| | | | Notes: svn path=/head/; revision=210408
* Upgrade to 1.3.23, also known as 1.3-"end-of-life".Thierry Thomas2008-04-016-57/+51
| | | | | | | | Changelog at <https://sourceforge.net/project/shownotes.php?release_id=586904>. Notes: svn path=/head/; revision=210341
* Update to 2.5.0Mathieu Arnold2008-03-313-23/+8
| | | | Notes: svn path=/head/; revision=210287
* XML_Query2XML allows you to transform the records retrieved with one orMartin Wilke2008-03-314-0/+64
| | | | | | | | | | | | | | more SQL SELECT queries into XML data. Very simple to highly complex transformations are supported. Is was written with performance in mind and can handel large amounts of data. WWW: http://pear.php.net/package/XML_Query2XML PR: ports/122157 Submitted by: wenheping<wenheping at gmail.com> Notes: svn path=/head/; revision=210222
* - Update to 4.6.21.1Rong-En Fan2008-03-314-2/+22
| | | | | | | | PR: ports/122176 Submitted by: Gea-Suan Lin <gslin at gslin.org> (maintainer) Notes: svn path=/head/; revision=210209
* Unbreak on FreeBSD 5 that has texinfo 4.6 and does not understand @headitem.Max Khon2008-03-301-0/+5
| | | | Notes: svn path=/head/; revision=210163
* - Update to 1.0.3Martin Wilke2008-03-292-4/+4
| | | | | | | | PR: 122156 Submitted by: Gea-Suan Lin <gslin@gslin.org> Notes: svn path=/head/; revision=210106
* Update to 1.15Mathieu Arnold2008-03-282-4/+4
| | | | Notes: svn path=/head/; revision=210007
* - Update to 0.33Cheng-Lung Sung2008-03-282-6/+5
| | | | | | | Changes: http://search.cpan.org/dist/BerkeleyDB/Changes Notes: svn path=/head/; revision=209999
* - Update to 0.17.01 (0.1701)Cheng-Lung Sung2008-03-283-4/+6
| | | | | | | Changes: http://search.cpan.org/dist/Memcached-libmemcached/Changes Notes: svn path=/head/; revision=209997
* - Fix plistPav Lucistnik2008-03-282-1/+3
| | | | | | | Pointy hat to: nork Notes: svn path=/head/; revision=209975
* - Startup script to mysql-proxyCheng-Lung Sung2008-03-272-0/+52
| | | | | | | | | | Changes: PR: ports/120183 Submitted by: <bartlomiej dot syryjczyk_AT_expro dot pl> Reviewed by: clsung Notes: svn path=/head/; revision=209917
* - Chase database/namazu2 shlib version bumpMartin Wilke2008-03-261-2/+2
| | | | | | | Submitted by: pointyhat via pav Notes: svn path=/head/; revision=209848
* - Update to 1.2.0Martin Wilke2008-03-254-10/+10
| | | | | | | | | | - Pass maintainership to submitter PR: 122064 Submitted by: Wen heping <wenheping@gmail.com> Notes: svn path=/head/; revision=209812
* libgda3:Koop Mast2008-03-258-12/+7
| | | | | | | | | | | | | | Correct typo. So libgda3-mdb build. libgda3-*: Correct stupid copy-paste error. Point to the correct subdir. Correct plist for libgda3-freetds Extra Large Pointyhat awarded to: kwm Notes: svn path=/head/; revision=209793
* Fix plistMichael Johnson2008-03-252-1/+2
| | | | Notes: svn path=/head/; revision=209784
* - Fix plistPav Lucistnik2008-03-252-1/+2
| | | | Notes: svn path=/head/; revision=209780
* Fix SIZE line for pg-8111-icu-xx-2008-02-19.diff.gzEdwin Groothuis2008-03-251-1/+1
| | | | Notes: svn path=/head/; revision=209745
* fix SIZE for postgresql/pg-8015-icu-xx-2008-01-08.diff.gzEdwin Groothuis2008-03-251-1/+1
| | | | Notes: svn path=/head/; revision=209744
* - Chase database/namaru2 shlib version bumpMartin Wilke2008-03-241-1/+2
| | | | | | | Submitted by: pointyhat via pav/erwin Notes: svn path=/head/; revision=209730
* Update to 3.0.0.Joe Marcus Clarke2008-03-2413-308/+325
| | | | | | | Submitted by: kwm Notes: svn path=/head/; revision=209663
* Libgda2 no longer conflicts with libgda3.Joe Marcus Clarke2008-03-241-3/+1
| | | | | | | Submitted by: kwm Notes: svn path=/head/; revision=209662
* Update to 1.6.10.Joe Marcus Clarke2008-03-245-48/+98
| | | | | | | Submitted by: kwm Notes: svn path=/head/; revision=209661
* Resurrect mergeat at version 0.67 now that it builds with the new libgda3.Joe Marcus Clarke2008-03-245-0/+163
| | | | | | | Submitted by: kwm Notes: svn path=/head/; revision=209660
* Update libgda3 to 3.0.2, and split out the various database backends asJoe Marcus Clarke2008-03-2431-394/+383
| | | | | | | | | slave ports. Submitted by: kwm Notes: svn path=/head/; revision=209659