aboutsummaryrefslogtreecommitdiff
path: root/databases
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 2.12.0Philippe Audeoud2009-04-032-4/+4
| | | | Notes: svn path=/head/; revision=231547
* There's plenty of modules which need a database, and they all haveMartin Wilke2009-04-025-0/+60
| | | | | | | | | | | | | | | | | to be configured differently and they're always a PITA when you first install and each and every time they upgrade. Test::Database provides a simple way for test authors to request a test database, without worrying about environment variables or the test host configuration. WWW: http://search.cpan.org/dist/Test-Database/ PR: ports/133273 Submitted by: Wen Heping <wenheping at gmail.com> Notes: svn path=/head/; revision=231493
* - Update to 1.7.1Martin Wilke2009-04-022-22/+32
| | | | | | | | PR: 133257 Submitted by: Wen Heping <wenheping@gmail.com> (maintainer) Notes: svn path=/head/; revision=231476
* Update to 5.1.33 release.Alex Dupre2009-04-018-16/+16
| | | | Notes: svn path=/head/; revision=231431
* Fix build.Vanilla I. Shu2009-03-311-3/+8
| | | | | | | Submitted by: QAT Notes: svn path=/head/; revision=231364
* Upgrade to 0.27.Vanilla I. Shu2009-03-314-36/+41
| | | | Notes: svn path=/head/; revision=231353
* - Update to 0.8.0Martin Wilke2009-03-312-4/+4
| | | | | | | | PR: 133195 Submitted by: Wen Heping <wenheping@gmail.com> (maintainer) Notes: svn path=/head/; revision=231349
* - Set MAKE_JOBS_SAFEThomas Abthorpe2009-03-301-0/+2
| | | | Notes: svn path=/head/; revision=231311
* - Update to 0.53Cheng-Lung Sung2009-03-302-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/Jifty-DBI/Changes Notes: svn path=/head/; revision=231286
* New port databases/p5-DBIx-Class-HTML-FormFu:Lars Balker Rasmussen2009-03-295-0/+48
| | | | | | | | | Fill a HTML::FormFu form from the database and vice-versa. (Yes, I'm adding a deprecated port! But I need it for a new module...) Notes: svn path=/head/; revision=231266
* New port databases/p5-DBIx-Class-EncodedColumn:Lars Balker Rasmussen2009-03-295-0/+74
| | | | | | | | This DBIx::Class component can be used to automatically encode a column's contents whenever the value of that column is set. Notes: svn path=/head/; revision=231265
* New port databases/p5-DBIx-Class-DateTime-Epoch:Lars Balker Rasmussen2009-03-295-0/+45
| | | | | | | | | | | This module automatically inflates/deflates DateTime objects corresponding to applicable columns. Columns may also be defined to specify their nature, such as columns representing a creation time (set at time of insertion) or a modification time (set at time of every update). Notes: svn path=/head/; revision=231264
* Update to 1.51Lars Balker Rasmussen2009-03-292-6/+4
| | | | Notes: svn path=/head/; revision=231237
* - Bump PORTREVISION to chase databases/tokyocabinet updateLi-Wen Hsu2009-03-281-1/+1
| | | | Notes: svn path=/head/; revision=231195
* - Update to 1.1.18Li-Wen Hsu2009-03-283-5/+5
| | | | | | | Approved by: maintainer implicitly Notes: svn path=/head/; revision=231193
* - Update to 1.4.11Li-Wen Hsu2009-03-282-8/+7
| | | | | | | | | | | - Avoid to use http://tokyocabinet.sourceforge.net/ as distfiles [1] PR: ports/132648 [1] Submitted by: Gea-Suan Lin <gslin AT gslin.org> Approved by: maintainer implicitly Notes: svn path=/head/; revision=231192
* Change MAINTAINER on my ports to my FreeBSD email addressSteven Kreuzer2009-03-282-2/+2
| | | | | | | Approved by: wxs (mentor) Notes: svn path=/head/; revision=231170
* - Update to 0.14Martin Wilke2009-03-272-4/+4
| | | | Notes: svn path=/head/; revision=231155
* Add tokyotyrant 1.1.17, network interface of Tokyo Cabinet.Li-Wen Hsu2009-03-276-0/+96
| | | | | | | | PR: ports/132490 Submitted by: Gea-Suan Lin <gslin at gslin.org> Notes: svn path=/head/; revision=231139
* Upgrade to 7.0.36 and make fetchable again.Thierry Thomas2009-03-272-6/+4
| | | | | | | Changelog at <http://download.aquafold.com/download/changelog.txt>. Notes: svn path=/head/; revision=231124
* - Mark BROKEN: does not fetchPav Lucistnik2009-03-271-0/+2
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=231095
* - Update to 0.9.26Martin Wilke2009-03-263-28/+58
| | | | | | | | PR: 133082 Submitted by: Wen Heping <wenheping@gmail.com> (maintainer) Notes: svn path=/head/; revision=231073
* Add support for freetds-devel.Alex Dupre2009-03-261-0/+11
| | | | Notes: svn path=/head/; revision=231049
* - Mark MAKE_JOBS_SAFE for SMP compilationMartin Matuska2009-03-253-0/+3
| | | | | | | Approved by: ale (maintainer, private e-mail) Notes: svn path=/head/; revision=230972
* - Mark MAKE_JOBS_SAFE for SMP compilationMartin Matuska2009-03-254-0/+4
| | | | | | | | PR: ports/132965 Approved by: ale (maintainer, private e-mail) Notes: svn path=/head/; revision=230964
* New port, databases/p5-DBIx-Class-ResultSet-RecursiveUpdateLars Balker Rasmussen2009-03-255-0/+51
| | | | | | | | | | | | | | | It is a base class for ResultSets providing just one method: recur- sive_update which works just like update_or_create but can recursively update or create data objects composed of multiple rows. All rows need to be identified by primary keys - so you need to provide them in the update structure (unless they can be deduced from the parent row - for example when you have a belongs_to relationship). If not all colums comprising the primary key are specified - then a new row will be cre- ated, with the expectation that the missing columns will be filled by it (as in the case of auto_increment primary keys). Notes: svn path=/head/; revision=230947
* Update to 3.1.3.1 and 2.11.9.5.Xin LI2009-03-254-9/+8
| | | | | | | | Submitted by: maintainer Security: 06f9174f-190f-11de-b2f0-001c2514716c Notes: svn path=/head/; revision=230936
* bump PORTREVISION after cmake updateMax Brazhnikov2009-03-241-1/+1
| | | | Notes: svn path=/head/; revision=230897
* - Fix bug when dba_replace() will truncate INI file when it was asked toPav Lucistnik2009-03-242-0/+18
| | | | | | | | | | | | replace a 52 non-existent key. PR: ports/129459 Submitted by: Eygene Ryabinkin <rea-fbsd@codelabs.ru> Reviewed by: maintainer timeout (ale; 3 months) Security: http://www.securityfocus.com/archive/1/498746/30/0/threaded Notes: svn path=/head/; revision=230878
* Update to 6.0.10 release.Alex Dupre2009-03-245-131/+6
| | | | Notes: svn path=/head/; revision=230842
* - Fix NOPORT* buildMarcus Alves Grando2009-03-231-1/+5
| | | | | | | Reported by: QAT Notes: svn path=/head/; revision=230817
* Update to 4.7.25.3Xin LI2009-03-232-2/+7
| | | | Notes: svn path=/head/; revision=230784
* Update to 4.6.21.4. (Patch #3 was rerolled and verified by hand)Xin LI2009-03-232-5/+12
| | | | Notes: svn path=/head/; revision=230762
* - Add MAKE_JOBS_SAFE variable (enable SMP compilation)Martin Matuska2009-03-233-1/+4
| | | | | | | | | | | - Tinderbox tested on SMP systems i386 + amd64 PR: ports/132970 Submitted by: mm (myself) Approved by: Gea-Suan Lin <gslin@gslin.org> (maintainer) Notes: svn path=/head/; revision=230754
* - Mark port MAKE_JOBS_SAFEMartin Matuska2009-03-231-0/+1
| | | | Notes: svn path=/head/; revision=230732
* - Change hard coded TCL dependancy to USE_TCLMarcus Alves Grando2009-03-233-53/+65
| | | | | | | | PR: 132381 Submitted by: Scot W. Hetzel <swhetzel___gmail.com> Notes: svn path=/head/; revision=230722
* - Update to 3.6.11Marcus Alves Grando2009-03-234-19/+44
| | | | | | | | | | - Change hard coded TCL dependancy to USE_TCL [1] PR: 132382 [1] Submitted by: Scot W. Hetzel <swhetzel___gmail.com> [1] Notes: svn path=/head/; revision=230721
* - Update to 3.69Martin Wilke2009-03-222-4/+4
| | | | Notes: svn path=/head/; revision=230664
* Run slon with daemon(8) to properly detach from the console.Jimmy Olgeni2009-03-224-148/+136
| | | | | | | | | | | Set default log levels to 0. Remove debug code from startup script. PR: ports/132849 Approved by: maintainer Notes: svn path=/head/; revision=230659
* Update to 1.50Lars Balker Rasmussen2009-03-223-7/+18
| | | | | | | | PR: 132617 Submitted by: Wen Heping <wenheping@gmail.com> Notes: svn path=/head/; revision=230617
* Avoid define names that conflict with standard system headers:Johan van Selst2009-03-211-0/+2
| | | | | | | | | T_DIVIDE is defined in machine/trap.h (included from sys/signal.h) Reported by: pav (from pointyhat) Notes: svn path=/head/; revision=230600
* - Update to 1.8.10Martin Wilke2009-03-212-4/+4
| | | | Notes: svn path=/head/; revision=230563
* - Update to 2.0.19Martin Wilke2009-03-204-16/+15
| | | | | | | | PR: 132738 Submitted by: Ports Fury Notes: svn path=/head/; revision=230529
* - Update to 0.9.1Dmitry Marakasov2009-03-202-12/+5
| | | | | | | | PR: 132837 Submitted by: Alexander Logvinov <ports at logvinov dot com> (maintainer) Notes: svn path=/head/; revision=230522
* - Update to 0.9.1Dmitry Marakasov2009-03-202-12/+5
| | | | | | | | PR: 132836 Submitted by: Alexander Logvinov <ports at logvinov dot com> (maintainer) Notes: svn path=/head/; revision=230521
* - Update to 0.51Martin Wilke2009-03-203-7/+10
| | | | | | | Approved by: maintainer implicit Notes: svn path=/head/; revision=230506
* - Update to 1.0.0Li-Wen Hsu2009-03-202-4/+4
| | | | | | | | | PR: ports/132642 Submitted by: Joe Horn <joehorn AT gmail.com> Approved by: wen heping <wenheping AT gmail.com> (maintainer) Notes: svn path=/head/; revision=230475
* Update PostgreSQL to latest versions.Palle Girgensohn2009-03-1818-36/+36
| | | | | | | | | | | | | | | | | | | | | The PostgreSQL Project today released minor versions updating all active branches of the PostgreSQL object-relational database system, including versions 8.3.7, 8.2.13, 8.1.17, 8.0.21 and 7.4.25. This release fixes a denial of service issue with encoding conversion, and all users should update their installations at the next reasonable opportunity. There are 12 other minor fixes contained in these update releases, including fixes for xpath() functions in version 8.3. See the release notes for full details. URL: http://www.postgresql.org/docs/8.3/static/release-8-3-7.html URL: http://www.postgresql.org/docs/8.2/static/release-8-2-13.html URL: http://www.postgresql.org/docs/8.1/static/release.html#RELEASE-8-1-17 URL: http://www.postgresql.org/docs/8.0/static/release.html#RELEASE-8-0-21 URL: http://www.postgresql.org/docs/7.4/static/release.html#RELEASE-7-4-24 Notes: svn path=/head/; revision=230359
* Add p5-DBIx-Class-AsFdat 0.03, perl extension like CDBI::Plugin::AsFdat.Jun Kuriyama2009-03-185-0/+39
| | | | Notes: svn path=/head/; revision=230328
* Update to 4.0.0.Koop Mast2009-03-173-5/+4
| | | | Notes: svn path=/head/; revision=230305