aboutsummaryrefslogtreecommitdiff
path: root/databases
Commit message (Collapse)AuthorAgeFilesLines
* psycopg2 is a PostgreSQL database adapter for the Python programming language.Martin Wilke2006-08-105-0/+117
| | | | | | | | | | | | | | | | | | | | | It was written from scratch with the aim of being small, fast and stable. It supports the full Python DBAPI-2.0 and is thread safe. psycopg2 is different from the other database adapter because it was designed for heavily multi-threaded applications that create and destroy lots of cursors and make a conspicuous number of concurrent INSERTs or UPDATEs. Every open Python connection keeps a pool of real (UNIX or TCP/IP) connections to the database. Every time a new cursor is created, a new connection does not need to be opened; instead one of the unused connections from the pool is used. That makes psycopg very fast in typical client-server applications that create a servicing thread every time a client request arrives. WWW: http://initd.org/projects/psycopg2 Approved by: krion (mentor) Notes: svn path=/head/; revision=170291
* - Fix build with OpenSSLPav Lucistnik2006-08-101-10/+21
| | | | | | | | | | PR: ports/101647 Submitted by: Dan Lukes <dan@obluda.cz>, Sergey Mokryshev <mokr@mokr.net> Obtained from: http://bugs.mysql.com/bug.php?id=21327 Approved by: ale's vacation Notes: svn path=/head/; revision=170262
* - When using PERL_MODBUILD=yes, don't use RUN_DEPENDS=${BUILD_DEPENDS}Lars Balker Rasmussen2006-08-091-2/+3
| | | | | | | | PR: 101708 Submitted by: Gea-Suan Lin <gslin@gslin.org> Notes: svn path=/head/; revision=170226
* - When using PERL_MODBUILD=yes, don't use RUN_DEPENDS=${BUILD_DEPENDS}Lars Balker Rasmussen2006-08-091-2/+3
| | | | | | | | PR: 101707 Submitted by: Gea-Suan Lin <gslin@gslin.org> Notes: svn path=/head/; revision=170225
* When using PERL_MODBUILD=yes, don't use RUN_DEPENDS=${BUILD_DEPENDS}Lars Balker Rasmussen2006-08-091-3/+3
| | | | | | | | PR: 101705 Submitted by: Gea-Suan Lin <gslin@gslin.org> Notes: svn path=/head/; revision=170224
* - Update to 1.8.66Michael Johnson2006-08-093-5/+5
| | | | Notes: svn path=/head/; revision=170197
* Update to 2.6.7Palle Girgensohn2006-08-0912-15/+48
| | | | Notes: svn path=/head/; revision=170180
* - Change to use MASTER_SITE_RUBYFORGE macro to fix fetch problem.Jean Milanez Melo2006-08-087-7/+14
| | | | | | | Approved by: portmgr (erwin) Notes: svn path=/head/; revision=170091
* - Eliminate a patchErwin Lansing2006-08-082-20/+7
| | | | | | | | | | - Respect DESTDIR PR: 101567 Submitted by: gabor (maintainer) Notes: svn path=/head/; revision=170079
* - Update to 0.35Cheng-Lung Sung2006-08-083-7/+7
| | | | | | | | PR: ports/101635 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> Notes: svn path=/head/; revision=170073
* - Update to 3.1.1Martin Wilke2006-08-0710-25/+25
| | | | | | | | | PR: ports/100788 Submitted by: Robert Gogolok <gogo(at)cs.uni-sb.de> Approved by: krion (mentor), maintainer timeout Notes: svn path=/head/; revision=169948
* Make setup not to install an egg info file which isn't needed forHye-Shik Chang2006-08-072-0/+4
| | | | | | | standard modules. Notes: svn path=/head/; revision=169882
* - Update to 5.0.24Pav Lucistnik2006-08-066-21/+13
| | | | | | | Approved by: ale's vacation Notes: svn path=/head/; revision=169852
* - Update to 4.1.21Pav Lucistnik2006-08-062-4/+4
| | | | | | | Approved by: ale's vacation Notes: svn path=/head/; revision=169849
* - Use wxgtk2.6-unicode, bump PORTREVISIONRong-En Fan2006-08-061-8/+15
| | | | | | | | | | - Some cleanup PR: ports/101369 Submitted by: dindin <dindin at freebsd.org.ua> (maintainer) Notes: svn path=/head/; revision=169794
* RRD::Simple provides a simple interface to RRDTool's RRDs module. ThisMartin Wilke2006-08-054-0/+50
| | | | | | | | | | | | | | | | | | | | | module does not currently offer fetch method that is available in the RRDs module. It does however create RRD files with a sensible set of default RRA (Round Robin Archive) definitions, and can dynamically add new data source names to an existing RRD file. This module is ideal for quick and simple storage of data within an RRD file if you do not need to, nor want to, bother defining custom RRA definitions. WWW: http://search.cpan.org/dist/RRD-Simple/ PR: ports/101073 Submitted by: chinsan <chinsan.tw(at)gmail.com> Approved by: krion (mentor) Notes: svn path=/head/; revision=169730
* Add support for DESTDIR part I.Erwin Lansing2006-08-044-4/+3
| | | | | | | | | | | | | | | | | This commit should largele be a NOOP as it only adds support for DESTDIR undefined. This does allow us to start testing ports with DESTDIR set, but this is as of yet not supported. Although this has been extensively tested on pointyhat, this is a very intrusive change and some cases may have been overlooked. Please contact Gabor and me if you find any. PR: 100555 Submitted by: gabor Sponsored by: Google Summer of Code 2006 Notes: svn path=/head/; revision=169648
* - Update to 2.8.2.1Rong-En Fan2006-08-044-12/+12
| | | | | | | | PR: ports/101315 Submitted by: Matthew Seaman <m.seaman at infracaninophile.co.uk> (maintainer) Notes: svn path=/head/; revision=169613
* - Update to 1.8.65Michael Johnson2006-08-023-6/+6
| | | | Notes: svn path=/head/; revision=169504
* - Update to 0.04Cheng-Lung Sung2006-08-012-4/+4
| | | | | | | | PR: ports/101212 Submitted by: maintainer (Gea-Suan Lin) Notes: svn path=/head/; revision=169405
* Update to 1.6.3.Joe Marcus Clarke2006-07-313-5/+5
| | | | Notes: svn path=/head/; revision=169259
* - Provide additional mirrors where neededAndrew Pantyukhin2006-07-301-2/+1
| | | | | | | | - Convert to "magic" master sites - Various minor portlint-prodded fixes Notes: svn path=/head/; revision=169159
* - Fix pkg-plistMartin Wilke2006-07-301-5/+0
| | | | | | | | | PR: ports/100828 Submitted by: Stanislav Sedov <ssedov(at)mbsd.msk.ru> Approved by: krion (mentor), maintainer Notes: svn path=/head/; revision=169149
* - Fix pkg-plistMartin Wilke2006-07-291-2/+0
| | | | | | | | | PR: ports/100827 Submitted by: Stanislav Sedov <ssedov(at)mbsd.msk.ru> Approved by: krion (mentor) Notes: svn path=/head/; revision=169075
* DBIx::Log4perl is a wrapper over DBI which adds logging of your DBI activityErwin Lansing2006-07-295-0/+56
| | | | | | | | | | | | | | | | | | | via a Log::Log4perl handle. Log::Log4perl has many advantages for logging but the ones probably most attractive are: The ability to turn logging on or off or change the logging you see without changing your code. Different log levels allowing you to separate warnings, errors and fatals to different files. WWW: http://search.cpan.org/dist/DBIx-Log4perl/ PR: ports/100610 Submitted by: Jin-Shan Tseng <tjs at cdpa.nsysu.edu.tw> Notes: svn path=/head/; revision=169067
* Update to 0.95Ion-Mihai Tetcu2006-07-292-5/+5
| | | | | | | | | PR: ports/100971 Submitted by: Jin-Shan Tseng Approved by: maintainer Notes: svn path=/head/; revision=169032
* - Added post-extract on Makefiles.units. It remove the svn directories fromJose Alonso Cardenas Marquez2006-07-297-0/+7
| | | | | | | | | | | | | | some fpc ports. - Added PORTREVISION for each port - Fixed pkg-plist on fpc-gtk2 and fpc-gtk ports - Fixed the gtk, glib and gdk libraries linking for fpc-gtk - Removed obsolete patches from fpc-gtk. Now it's using ${REINPLACE_CMD} - Removed post-extract from fpc-fcl. I just added it to makefiles.units file Approved by: garga (mentor) Notes: svn path=/head/; revision=169024
* Update to 0.03007Lars Balker Rasmussen2006-07-282-4/+4
| | | | Notes: svn path=/head/; revision=168952
* - Update to 0.08 [1]Erwin Lansing2006-07-282-13/+7
| | | | | | | | | | | - Mark for perl 5.6.0 or higher. Heavily modified from: PR: 100948 [1] Submitted by: Gea-Suan Lin <gslin@gslin.org> Notes: svn path=/head/; revision=168950
* Update to 1.1.0.Akinori MUSHA2006-07-2812-48/+24
| | | | Notes: svn path=/head/; revision=168947
* Routine update to the latest stable version. The big delta in theIon-Mihai Tetcu2006-07-284-14/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | version numbers is apparently mostly an exercise by MySQL AB to have all their products with "matching" version numbers. There are some shiny new bits of extra functionality to justify the new major version numbers though. Quoting the release message: "This is the first generally-available, production release of Connector/J 5.0. Notice that Connector/J 3.1 has supported all MySQL-5.0 features other than XA, but this is the first generally-available release that "synchronizes" version numbers with the server (as well as adding support for XA). Version 5.0.3 is suitable for use with any MySQL version including MySQL-4.1, MySQL-5.0 or MySQL-5.1 beta." The complete release announcement is at: http://lists.mysql.com/announce/382 On-line changelog is at: http://dev.mysql.com/doc/refman/5.0/en/cj-news.html Upgrade notes: http://dev.mysql.com/doc/refman/5.0/en/cj-upgrading.html PR: ports/100931 Submitted by: Matthew Seaman (maintainer) Notes: svn path=/head/; revision=168932
* Set correct maintainer.Alex Dupre2006-07-271-1/+1
| | | | Notes: svn path=/head/; revision=168852
* - Update to 1.8.63Michael Johnson2006-07-273-5/+5
| | | | Notes: svn path=/head/; revision=168845
* No functional change: just add "-v" to investigate a linkage failureThierry Thomas2006-07-261-1/+10
| | | | | | | reported by linimon on pointyhat. Notes: svn path=/head/; revision=168829
* Update to 0.03006Lars Balker Rasmussen2006-07-262-8/+11
| | | | | | | | | | - no test depends PR: 100850 Submitted by: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw> Notes: svn path=/head/; revision=168789
* Add p5-Class-Inflate 0.03, inflate HASH Object from Values in Database.Cheng-Lung Sung2006-07-255-0/+36
| | | | | | | | PR: ports/100619 Submitted by: Gea-Suan Lin <gslin at gslin.org> Notes: svn path=/head/; revision=168694
* Adding port databases/ocaml-sqlite3, OCaml bindings for databases/sqlite3.Aaron Dalton2006-07-249-0/+134
| | | | | | | | PR: ports/93920 Submitted by: Meikel Brandmeyer <ocaml-sqlite3-port@kotka.de> Notes: svn path=/head/; revision=168680
* Update to 0.9.6.0Lars Balker Rasmussen2006-07-244-10/+10
| | | | | | | - get in sync with xapian-core again... Notes: svn path=/head/; revision=168670
* Update to 0.9.6Lars Balker Rasmussen2006-07-246-10/+10
| | | | | | | | | PR: 100710 Submitted by: lbr Approved by: Jean-Francois Dockes <jean-francois.dockes@wanadoo.fr> (maintainer) Notes: svn path=/head/; revision=168669
* Use bsd.wx.mk.Max Khon2006-07-241-3/+4
| | | | Notes: svn path=/head/; revision=168668
* - Remove bad site:Jean Milanez Melo2006-07-241-1/+0
| | | | | | | * http://ftp.rtfm.no/pub/mysql/Downloads/Contrib/ Notes: svn path=/head/; revision=168654
* - Fix mastersite.Jean Milanez Melo2006-07-242-2/+2
| | | | Notes: svn path=/head/; revision=168653
* - Remove bad site:Jean Milanez Melo2006-07-241-2/+1
| | | | | | | * http://initd.org/pub/software/psycopg/PSYCOPG-1-1/ Notes: svn path=/head/; revision=168652
* - Remove bad site:Jean Milanez Melo2006-07-241-2/+1
| | | | | | | * http://web.tryc.on.ca/mysql/Downloads/Contrib/ Notes: svn path=/head/; revision=168650
* - Remove bad site:Jean Milanez Melo2006-07-241-1/+1
| | | | | | | | | * ftp://ftp.hanse.de - Add new mastersite. Notes: svn path=/head/; revision=168640
* - The big change on ports of freepascal, now all ports are compiledJose Alonso Cardenas Marquez2006-07-2414-15/+178
| | | | | | | | | - Adding entry for lang/fpc-utils Approved by: garga (mentor) Notes: svn path=/head/; revision=168609
* - Update to 0.8.1Sergey Matveychuk2006-07-238-36/+65
| | | | Notes: svn path=/head/; revision=168548
* - Update to 0.07000Lars Balker Rasmussen2006-07-233-31/+32
| | | | | | | | | | | | - Remove p5-Scalar-List-Utils and p5-Storable because they are already in Perl 5.8.x base. - Remove test-dependency PR: 100741 Submitted by: Gea-Suan Lin <gslin@gslin.org> Notes: svn path=/head/; revision=168540
* Add p5-Cache-BDB 0.04, an object caching wrapper around BerkeleyDB.Cheng-Lung Sung2006-07-235-0/+49
| | | | | | | | PR: ports/100711 Submitted by: Gea-Suan Lin <gslin at gslin.org> Notes: svn path=/head/; revision=168535
* - Update to 0.742Rong-En Fan2006-07-233-5/+7
| | | | | | | | PR: ports/100699 Submitted by: maintainer Notes: svn path=/head/; revision=168514