summaryrefslogtreecommitdiff
path: root/databases
AgeCommit message (Collapse)AuthorFilesLines
2010-03-05Update to 1.5.0. Some rough edges due to pkgsrc's replacement ofgdt8-56/+135
pgsql's Makefile.shlib are patched around. ('make test' passes on netbsd-5/i386 with postgresql84.) This is a major release adding a significant number of new features including: * New "geography" type for managing geodetic (lat/lon) data * Performance-enhanced distance calculations * GML and KML format readers * Improved shape loading GUI * And more! Release Notes Important Changes * =~ operator now indicates bounding box equality, not feature equality * GEOS 3.1 is now the minimum accepted version of GEOS * GEOS 3.2 is needed if you want to use enhanced buffering features and ST_HausdorffDistance * GEOS, LibXML2, and Proj4 are now mandatory dependencies New Features * Added Hausdorff distance calculations (#209) (Vincent Picavet) * Added parameters argument to ST_Buffer operation to support one-sided buffering and other buffering styles (Sandro Santilli) * Performance improvements to ST_Distance (Nicklas Avén) * Addition of other Distance related visualization and analysis functions (Nicklas Avén) * ST_ClosestPoint * ST_DFullyWithin * ST_LongestLine * ST_MaxDistance * ST_ShortestLine * KML, GML input via ST_GeomFromGML and ST_GeomFromKML (Olivier Courtin) * Extract homogeneous collection with ST_CollectionExtract (Paul Ramsey) * Add measure values to existing linestring with ST_AddMeasure (Paul Ramsey) * History table implementation in utils (George Silva) * Win32 support and improvement of core shp2pgsql-gui (Mark Cave-Ayland) * In place 'make check' support (Paul Ramsey) * Geography type and supporting functions o Spherical algorithms from Dave Skea o Object/index implementation from Paul Ramsey o Selectivitiy implementation from Mark Cave-Ayland o Serializations (KML, GML, JSON) from Olivier Courtin o ST_Area, ST_Distance, ST_DWithin, ST_GeogFromText, ST_GeogFromWKB, ST_Intersects, ST_Covers, ST_Buffer * Documentation updates and improvements (Regina Obe, Kevin Neufeld) * Testing and quality control (Regina Obe) * PostGIS 1.5 support PostgreSQL 8.5 trunk (Guillaume Lelarge) * Many, many other changes
2010-03-05Update mysqlcc to 0.9.8.taca6-29/+87
* Suppoer mysql4 and mysql5 (but not mysql51 because of API change). * Install supporting files. Changes for 0.9.8 ----------------- * Created a conditional for mysql_shutdown to check for the existance of SHUTDOWN_DEFAULT in order to work with older mysql client libraries * Changed requirement for qpopmenu.h to qpopupmenu.h in include/CProperties.h and src/CTableTools.cpp * Added /usr/share/qt3 to the list of places to look for qt3 (fixes Debian problems) Notes for 0.9.7 ---------------- This is a development release. Henceforth, version numbers will follow the Linux kernel standard wherein odd numbered releases (such as 0.9.7) refer to development releases and even numbered releases (such as 0.9.8) refer to stable releases. Users connecting to or using MySQL 5 libraries should be using this release. Users still connecting only to MySQL 4 or lower servers should continue using version 0.9.4. This is an issue which will be addressed by version 0.9.8 and, if that version is available at the time you read this, that version should be used instead. Changes for 0.9.7 ----------------- * Changed the call to mysql_shutdown to include SHUTDOWN_DEFAULT as required by MySQL >= 5 client libraries in CMySQL.cpp * Repaired default_table assignment in CQueryWindow.cpp
2010-03-05Reset MAINTAINER as I'm using rrdtool-1.2.x (because it has fewer deps).martti1-2/+2
2010-03-04Enable embedded-server default by PKG_SUPPORTED_OPTIONS.taca1-3/+2
I modified it temporary for testing and forgot to revert before import.
2010-03-04Add and enable mysql51-client and mysql51-server.taca1-1/+3
2010-03-04Importing mysql51-server 5.1.44, server part of MySQL 5.1.44 includingtaca28-0/+4411
embedded server (by PKG_OPTION). For release MySQL 5.1 specific information please refer: http://dev.mysql.com/doc/refman/5.1/en/mysql-nutshell.html MySQL is a SQL (Structured Query Language) database server. SQL is the most popular database language in the world. MySQL is a client-server implementation that consists of a server daemon `mysqld' and many different client programs/libraries. The main goals of MySQL are speed and robustness. The base upon which MySQL is built is a set of routines that have been used in a highly demanding production environment for many years. While MySQL is still in development it already offers a rich and highly useful function set. The official way to pronounce 'MySQL' is 'My Ess Que Ell' (Not MY-SEQUEL). This package contains the MySQL server programs and libraries including embedded server (by PKG_OPTION).
2010-03-04Importing mysql51-client 5.1.44, client part of MySQL 5.1.44.taca33-0/+761
For release MySQL 5.1 specific information please refer: http://dev.mysql.com/doc/refman/5.1/en/mysql-nutshell.html MySQL is a SQL (Structured Query Language) database server. SQL is the most popular database language in the world. MySQL is a client-server implementation that consists of a server daemon `mysqld' and many different client programs/libraries. The main goals of MySQL are speed and robustness. The base upon which MySQL is built is a set of routines that have been used in a highly demanding production environment for many years. While MySQL is still in development it already offers a rich and highly useful function set. The official way to pronounce 'MySQL' is 'My Ess Que Ell' (Not MY-SEQUEL). This package contains the MySQL client programs and libraries.
2010-03-03Updating databases/p5-DBIx-Class from 0.08119 to 0.08120sno2-7/+8
pkgsrc changes: - Adjust dependencies Upstream changes: 0.08120 2010-02-24 08:58:00 (UTC) - Make sure possibly overwritten deployment_statements methods in schemas get called on $schema->deploy - Fix count() with group_by aliased-function resultsets - with_deferred_fk_checks() Oracle support - Massive refactor and cleanup of primary key handling - Fixed regression losing custom result_class (really this time) (RT#54697) - Fixed regression in DBIC SQLT::Parser failing with a classname (as opposed to a schema object) - Changes to Storage::DBI::Oracle to accomodate changes in latest SQL::Translator (quote handling) - Make sure deployment_statements is per-storage overridable - Fix dbicadmin's (lack of) POD
2010-03-03Updating databases/p5-SQL-Translator from 0.11004 to 0.11005sno2-6/+6
Upstream changes: # ---------------------------------------------------------- # 0.11005 2010-02-24 # ---------------------------------------------------------- * Fix Parser::DBI::Oracle reading too many tables (RT#49413) * Fix Parser::MySQL tripping up on PRIMARY KEY ... USING (currently value is ignored) (RT#50468) * Fix runaway debug trace (RT#52276) * Fix Parser::PostgreSQL choking on commit; statements in DDL (#RT52277) * Producer::Oracle now respects quote_field|table_names, and no longer does name munging of reserved table names * Producer::Oracle now correctly outputs databse-unique index names
2010-03-03Retire php-oracle.taca2-24/+0
PHP's oracle extension removed from PHP version 5.1.0 and this extension was kept for php4 package. Since php4 package removed, this package is stale now. Maybe php-oci8 could be used instead of this package.
2010-03-03Remove php-oracle.taca1-2/+1
2010-02-27Reset PKGREVISION.taca6-12/+6
2010-02-23Updating databases/p5-Apache-DBI from 1.07nb1 to 1.08sno2-9/+9
pkgsrc changes: - Add license definition - Adjust dependencies Upstream changes: 1.08 February 3rd, 2010 - Fix bug to allow DBI in startup.pl etc again Bug report from Adam Prime, patch from Lubomir Rintel https://rt.cpan.org/Public/Bug/Display.html?id=36346
2010-02-23Updating databases/p5-Rose-DBx-Garden from 0.16 to 0.17sno2-6/+6
Upstream changes: 0.17 20 Feb 2010 * fix a bug affecting generated postamble code in RDBO classes. Reported by Adam Mackler. * map RDBO column remarks() to RHTMLO field description().
2010-02-22Updating databases/p5-SQL-Translator from 0.11003 to 0.11004sno2-6/+6
Upstream changes: # ---------------------------------------------------------- # 0.11004 2010-02-14 # ---------------------------------------------------------- * Fix PG producer numeric precision regression (RT#49301) * Add DB2 producer numeric/decimal precision output * Fix Oracle producer creating numeric precision statements that the test case expects (no whitespace) * Add Oracle producer creating drop view statements like PG producer does * Fix SQL::Translator::Diff to use producer_args instead of producer_options
2010-02-22Updating databases/p5-DBIx-Class-Schema-Loader from 0.05002 to 0.05003sno2-6/+7
pkgsrc changes: - Adjust dependencies Upstream changes: 0.05003 2010-02-20 05:19:51 - support for custom_column_info, datetime_timezone and datetime_locale (rbo) - improve parsing of SQLite tables when a column definition spans multiple lines (hobbs) - fix missing trailing _id stripping for some relationship names (rbuels) - fixed accessor POD bug, was not dereferencing scalar refs before printing (rbuels)
2010-02-21Update to 5.1.44: bugfix release.wiz2-7/+7
2010-02-19Don't mess with ldconf.joerg2-4/+4
2010-02-19Update to OpenLDAP 2.4.21, now the "stable" release.ghen8-19/+14
OpenLDAP 2.4.21 Release (2009/12/20) Fixed liblutil for negative microsecond offsets (ITS#6405) Fixed slapd global settings to work without restart (ITS#6428) Fixed slapd looping with SSL/TLS connections (ITS#6412) Fixed slapd syncrepl freeing tasks from queue (ITS#6413) Fixed slapd syncrepl parsing of tls defaults (ITS#6419) Fixed slapd syncrepl uninitialized variables (ITS#6425) Fixed slapd-config Adds with Abstract classes (ITS#6408) Fixed slapo-dynlist behavior with simple filters (ITS#6421) Fixed slapd-ldif access outside database directory (ITS#6414) Fixed slapd-null extraneous assert (ITS#6403) Fixed slapo-translucent with back-null (ITS#6403) Fixed slapo-unique criteria checking (ITS#6270) Build Environment Deleted broken LBER_INVALID macro (ITS#6402) Fixed test058 kill usage (ITS#6420) Fixed meta regression test (ITS#6418) Documentation slapd-meta(5) Note deprecated functions (ITS#6424) admin24 fix set example for group of groups (ITS#6382) admin24 fix dynamic group documentation (ITS#6290) OpenLDAP 2.4.20 Release (2009/11/27) Fixed client tools with LDAP options (ITS#6283) Fixed liblber embedded NUL values in BerValues (ITS#6353) Fixed liblber inverted LBER_USE_DER test (ITS#6348) Fixed liblber to return failure on certain failures (ITS#6344) Fixed libldap connection initialization (ITS#6386) Fixed libldap sasl buffer sizing (ITS#6327,ITS#6334) Fixed libldap uninitialized return value (ITS#6355) Fixed libldap unlimited timeout (ITS#6388) Added slapd handling of hex server IDs (ITS#6297) Added slapd syncrepl contextCSN storing in subentry (ITS#6373) Fixed slapd asserts in minimal environment (ITS#6361) Fixed slapd authid-rewrite parsing (ITS#6392) Fixed slapd checks of str2filter (ITS#6391) Fixed slapd configArgs initialization (ITS#6363) Fixed slapd debug handling of LDAP_DEBUG_ANY (ITS#6324) Fixed slapd db_open with connection_fake_init (ITS#6381) Fixed slapd with embedded \0 in bervals (ITS#6378,ITS#6379) Fixed slapd inclusion of ac/unistd.h (ITS#6342) Fixed slapd invalid dn log message (ITS#6309) Fixed slapd lockup on shutdown (ITS#6372) Fixed slapd onetime leak (ITS#6398) Fixed slapd RID range to be decimal only (ITS#6394) Fixed slapd sl_free to better reclaim memory (ITS#6380) Fixed slapd syncrepl deletes in MirrorMode (ITS#6368) Fixed slapd syncrepl to use correct SID (ITS#6367) Fixed slapd termination for one level DNs (ITS#6338) Fixed slapd tls_accept to retry in certain cases (ITS#6304) Fixed slapd-bdb/hdb cache corruption (ITS#6341) Fixed slapd-bdb/hdb entry cache (ITS#6360) Fixed slapd-ldap leak (ITS#6326) Fixed slapd-relay bind segfault (ITS#6337) Fixed slapo-accesslog ensure CSNs are normalized (ITS#6400) Fixed slapo-memberof operational attr updates (ITS#6329) Fixed slapo-pcache entry dupe (ITS#6310) Fixed slapo-syncprov checkpoint conversion (ITS#6370) Fixed slapo-syncprov deadlock (ITS#6335) Fixed slapo-syncprov memory leak (ITS#6376) Fixed slapo-syncprov out of order changes (ITS#6346) Fixed slapo-syncprov psearch with stale cookie (ITS#6397) Build Environment Added additional operations for ITS#6332 Fixed memrchr define (ITS#6351) Fixed slapd MAXPATHLEN handling (ITS#6342) Added test050 rapid add/mod/del sequence (ITS#6368) Fixed test057 handling of memberof/refint (ITS#6343) Fixed slapd test error ignoring (ITS#6345) Fixed liblutil constant (ITS#5909) Documentation admin24 fix RFC4511 and other references (ITS#6399) ldap_get_dn(3) typos (ITS#5366) ldap.conf(5) clarify comment usage (ITS#6384) slapd.conf(5) note hex server IDs (ITS#6297) slapd-config(5) note hex server IDs (ITS#6297)
2010-02-19Use plain CONF_FILES. Bump revision.joerg1-5/+4
2010-02-19Fix RCS IDjoerg1-1/+1
2010-02-18Update mysql5-client and mysql5-server package to version 5.0.90.taca26-124/+218
This release many bug fixes and DoS security problem (CVE-2009-4484). Plese refer these URL in detail. http://dev.mysql.com/doc/refman/5.0/en/news-5-0-89.html http://dev.mysql.com/doc/refman/5.0/en/news-5-0-90.html There some minor pkgsrc change to prevent compile time warnings.
2010-02-18php4 support is gone.joerg1-5/+1
2010-02-16Updating databases/p5-DBIx-Class-Schema-Loader from 0.05000 to 0.05002sno2-6/+9
pkgsrc changes: - Remove '*.orig' relics remaining from patch Upstream changes: 0.05002 2010-02-15 10:17:47 - support for SQLAnywhere via DBD::SQLAnywhere and ODBC - fix picking up quoted tables for SQLite (RT#54538) patch from schwern - validate class/component loader_options to make sure classes are available before generating the schema, patch from bphillips 0.05001 2010-02-05 14:29:27 - correct default_value for all backends with common tests - fix bug with quoted Pg tables from $dbh->tables (RT#54338) - add inflate_datetime => 0 to 'timestamp' types for Sybase
2010-02-16Updating databases/p5-DBIx-Class from 0.08115 to 0.08119sno2-10/+10
pkgsrc changes: - Adjust dependencies Upstream changes: 0.08119 2010-02-15 09:36:00 (UTC) - Add $rs->is_ordered to test for existing order_by on a resultset - Add as_subselect_rs to DBIC::ResultSet from DBIC::Helper::ResultSet::VirtualView::as_virtual_view - Refactor dbicadmin adding DDL manipulation capabilities - New optional dependency manager to aid extension writers - Depend on newest bugfixed Moose - Make resultset chaining consistent wrt selection specification - Storage::DBI::Replicated cleanup - Fix autoinc PKs without an autoinc flag on Sybase ASA 0.08118 2010-02-08 11:53:00 (UTC) - Fix a bug causing UTF8 columns not to be decoded (RT#54395) - Fix bug in One->Many->One prefetch-collapse handling (RT#54039) - Cleanup handling of relationship accessor types 0.08117 2010-02-05 17:10:00 (UTC) - Perl 5.8.1 is now the minimum supported version - Massive optimization of the join resolution code - now joins will be removed from the resulting SQL if DBIC can prove they are not referenced by anything - Subqueries no longer marked experimental - Support for Informix RDBMS (limit/offset and auto-inc columns) - Support for Sybase SQLAnywhere, both native and via ODBC - might_have/has_one now warn if applied calling class's column has is_nullable set to true. - Fixed regression in deploy() with a {sources} table limit applied (RT#52812) - Views without a view_definition will throw an exception when parsed by SQL::Translator::Parser::DBIx::Class - Stop the SQLT parser from auto-adding indexes identical to the Primary Key - InflateColumn::DateTime refactoring to allow fine grained method overloads - Fix ResultSetColumn improperly selecting more than the requested column when +columns/+select is present - Fix failure when update/delete of resultsets with complex WHERE SQLA structures - Fix regression in context sensitiveness of deployment_statements - Fix regression resulting in overcomplicated query on search_related from prefetching resultsets - Fix regression on all-null returning searches (properly switch LEFT JOIN to JOIN in order to distinguish between both cases) - Fix regression in groupedresultset count() used on strict-mode MySQL connections - Better isolation of RNO-limited queries from the rest of a prefetching resultset - New MSSQL specific resultset attribute to allow hacky ordered subquery support - Fix nasty schema/dbhandle leak due to SQL::Translator - Initial implementation of a mechanism for Schema::Version to apply multiple step upgrades - Fix regression on externally supplied $dbh with AutoCommit=0 - FAQ "Custom methods in Result classes" - Cookbook POD fix for add_drop_table instead of add_drop_tables - Schema POD improvement for dclone
2010-02-16Updating databases/p5-SQL-Abstract from 1.60 to 1.61sno2-6/+7
Upstream changes: revision 1.61 2010-02-05 16:28 (UTC) ---------------------------- - Allow INSERT to take additional attributes - Support for INSERT ... RETURNING - Another iteration of SQL::Abstract::Test fixes and improvements
2010-02-16Distfile has changed with the same file name.taca2-8/+9
It changes some Ruby gem dependency only. Introduce DIST_SUBDIR and update dependency of this package. Should be fix PR pkg/42819 by Robert Elz.
2010-02-15+ mysql51-embeddedwiz1-1/+2
2010-02-15Initial import of mysql51-embedded from wip, packaged by myselfwiz7-0/+203
and updated by mwdavies and myself. sketch will make proper mysql51-packages when he finds some round tuits. MySQL is a SQL (Structured Query Language) database server. SQL is the most popular database language in the world. MySQL is a client-server implementation that consists of a server daemon `mysqld' and many different client programs/libraries. The main goals of MySQL are speed and robustness. The base upon which MySQL is built is a set of routines that have been used in a highly demanding production environment for many years. While MySQL is still in development it already offers a rich and highly useful function set. The official way to pronounce 'MySQL' is 'My Ess Que Ell' (Not MY-SEQUEL). This package contains the MySQL embedded server programs.
2010-02-14Update ruby-activeldap pacakge to 1.2.1.taca4-41/+58
= CHANGES == 1.2.1: 2009-12-15 * Supported ActiveRecord 2.3.5 and Rails 2.3.5. * Supported GetText 2.1.0 and Locale 2.0.5. * belongs_to(:many) support DN attribute. * [#31] ActiveLdap::Base#attributes returns data that reflects schema definition. [Alexey.Chebotar] * blocks DN attribute change by mass assignment with :id => .... * [#35] fix has_many association is broken. [culturespy] * Supported nested attribute options. [Hideyuki Yasuda] == 1.2.0: 2009-09-22 * Supported ActiveRecord 2.3.4 and Rails 2.3.4. * [IMCOMPATIBLE] [#23932] Inconsistant DN handling in object attributes [Marc Dequenes] (ActiveLdap::Base#dn and ActiveLdap::Base#base return ActiveLdap::DN not String) * [#26824] support operational attributes detection [Marc Dequenes] (added ActiveLdap::Schema::Attribute#directory_operation?) * [#27] Error saving an ActiveLDAP user [brad@lucky-dip.net] * [#29] Raised on modify_rdn_entry when rdn already exists [Alexey.Chebotar] * Added ActiveLdap::DN.parent. * Supported renaming an entry. Renaming other DTI is only supported by JNDI backend. == 1.1.0: 2009-07-18 * Improved tutorial. [Kazuaki Takase] * Improvements: * API: * [#26] Supported to_xml for associations. [achemze] * ActiveLdap::Base.delete_all(filter=nil, options={}) -> ActiveLdap::Base.delete_all(filter_or_options={}). Sure, old method signature is also still supported. * belongs_to(:many) with :foreign_key is deprecated. Use :primary_key instead of :foreign_key. [Kazuaki Takase] * Means of has_many's :primary_key and :foreign_key are inverted. [Kazuaki Takase] * [experimental] Added ldap_field ActionView helper to generate form fileds for a LDAP entry. * Suppressed needless attributes updating. * Dependencies: * Re-supported GetText. * ActiveRecord 2.3.2 is only supported. == 1.0.9 * Added documents in Japanese. [Kazuaki Takase] * Supported Ruby 1.9.1. * [#20] [Ruby 1.9 Support] :: Running Tests [Alexey.Chebotar] * Supported Rails 2.3.2. * [#18] [Rails 2.3 Support] :: Running WEBrick Hangs [Alexey.Chebotar] * Bug fixes: * Fixed blank values detection. [David Morton] * [#22] Ruby 1.8.6 p287 :: Undefined methods [Alexey.Chebotar] * Fixed gem loading. [Tiago Fernandes] * Fixed DN change via #base=. [David Morton] * Fixed infinite retry on timeout. * Fixed needless reconnection. * API improvements: * Removed needless instance methods: #prefix=, #dn_attribute=, #sort_by=, #order=, #required_classes=, #recommended_classes= and #excluded_classes. [David Morton] * Removed obsolete scafoold_al generator. * Reduced default :retry_limit. * Supported association as parameter. [Joe Francis] * Normalized schema attribute name. [Tim Hermans] * Suppressed AuthenticationError -> ConnectionError conversion on reconnection. [Kazuaki Takase] * Added ActiveLdap::Schema#dump. * ActiveLdap::Base.establish_connection -> ActiveLdap::Base.setup_connection. * Supported ActiveLdap::Base.find(:last). * Added convenient methods: * ActiveLdap::Base.first * ActiveLdap::Base.last * ActiveLdap::Base.all == 1.0.2 * Removed Base64 module use. * Improved LDIF parser. * Improved scheme parser. * Supported Base64 in XML serialization. * Supported TLS options. * Supported ActiveRecord 2.2.2. * Supported Ruby on Rails 2.2.2. * Used rails/init.rb and rails_generators/ directory structure convention for Rails and gem. rails/ directory will be removed after 1.0.2 is released. * AL-Admin migrated to Ruby on Rails 2.2.2 form 2.0.2. * Improved ActiveDirectory integration. * Accepted :class_name for belong_to and has_many option. * Improved default port guess. * Bug fixes: * [#4] ModifyRecord#load doesn't operate atomic. [gwarf12] * [#5] to_xml supports :except option. [baptiste.grenier] * [#6] to_xml uses ActiveResource format. [baptiste.grenier] * Out of ranged GeneralizedTime uses Time.at(0) as fallback value. [Richard Nicholas] * ActiveLdap::Base#to_s uses #to_ldif. [Kazuhiro NISHIYAMA] * Fixed excess prefix extraction. [Grzegorz Marszaek] * Skiped read only attribute validation. [Shimasawara-san] * Treated "" as empty value. [Ted Lepich] * [#9][#16] Reduced raising when DN value is invalid. [danger1986][Alexey.Chebotar] * [#10][#12] Fixed needless ',' is appeared. [michael.j.konopka] * [#11] Required missing 'active_ldap/user_password'. [michael.j.konopka] * [#13] Returned entries if has_many :wrap has nonexistent entry. [ingersoll] * [#15] Fixed type error on computing DN. [ery.lee] * ">=" filter operator doesn't work. [id:dicdak] * [#17] ActiveLdap::Base.create doesn't raise exception. [Alexey.Chebotar]
2010-02-14Update ruby-odbc package to 0.9998.taca5-47/+39
Fri Jan 15 2010 version 0.9998 released * documentation update * reorganized directory layout for making a gem
2010-02-12Added databases/p5-DBIx-Class-EncodedColumn version 0.00006sno1-1/+2
2010-02-12Importing databases/p5-DBIx-Class-EncodedColumn version 0.00006 as ansno3-0/+67
indirect dependency of scheduled update for editors/p5-Padre-Plugin-Catalyst. This DBIx::Class component can be used to automatically encode a column's contents whenever the value of that column is set.
2010-02-11+ py-cx_Oraclejoerg1-1/+2
2010-02-11Import py-cx_Oracle-5.0.2, a Python binding for Oracle.joerg4-0/+44
2010-02-10Bump revision for change of PostgreSQL default version.joerg18-30/+39
2010-02-10Bump revision for PYTHON_VERSION_DEFAULT change.joerg8-15/+16
2010-02-10Retire php-filepro.joerg3-21/+1
2010-02-10Retire psycopg1.joerg7-92/+1
2010-02-10Retire databases/php-pdo_odbc.joerg3-30/+1
2010-02-07update master_siteszafer2-7/+4
2010-02-07Update to 0.71:wiz3-7/+8
shared-mime-info 0.71 (2010-02-01) * Mime-type Changes: - Add magic for FLAC files - Add ICC profiles - Remove duplicate XUL definition - Add IT8.7/2 profiles - Add Apple's HTTP Live Streaming playlists - Add application/pkix-crl - Match *xsl and *xslt to application/xslt+xml - Add *.eml glob for message/rfc822 messages - Add application/vnd.openxmlformats-officedocument.presentationml.slideshow - Update MathML definition - Add application/x-java-keystore and application/x-java-jce-keystore - Add OpenDocument test cases, flat XML file definitions - Make D sources a sub-class of C sources * Specification: - Update version to 0.19 * Other: - Move to git for VCS - Use transifex for translations
2010-02-06Update pear-DB package from 1.7.6 to 1.7.13taca2-6/+6
Since changes are too huge to show here, please refer: http://pear.php.net/package/DB/download/All One note from 1.7.8's changes: This release of DB fixes numerous bugs compared to 1.7.7. Users of previous versions are encouraged to upgrade in due course. Users of the pgsql driver should note that this release fixes a security issue reported by Yasuo Ohgaki; the security issue is described in more detail by CVE-2006-2313 and CVE-2006-2314. PostgreSQL users should upgrade to both DB 1.7.8 AND at least PostgreSQL 7.3.15, 7.4.13, 8.0.8, 8.1.4 or 8.2.0 as soon as possible if they are using SJIS, BIG5, GBK, GB18030 or UHC as a client encoding. longlong
2010-02-05not MAKE_JOBS_SAFEgdt1-1/+4
2010-02-04Mark PEAR packages as DESTDIR ready. Thanks to obache@ for the backendjoerg5-5/+15
support.
2010-02-04Update abook to 0.5.6.obache2-7/+6
0.5.6 - translation fixes - fixed gcrd export format (\r\n line endings according to RFC, Marc Tardif) - fix localized keybindings with --disable-nls
2010-02-03Updating databases/p5-Rose-DBx-TestDB from 0.04nb1 to 0.05sno2-10/+11
pkgsrc changes: - Adding license definition - Adjusting dependencies Upstream changes: 0.05 06 Jan 2010 * use sigtrap so that clean up happens if script dies or ^C * register defaults so that RDBO::Loader->make_classes works.
2010-02-03Updating databases/p5-Rose-DBx-Garden from 0.15nb1 to 0.16sno2-15/+16
pkgsrc changes: - Adjusting dependencies (primary reordering to match order in META.yml) - Adding license definition Upstream changes: 0.16 23 Jan 2009 * fix maxlength logic for text fields. * minor pod fixes. * add Enum column support (maps to Menu Field)
2010-02-02Updating databases/p5-Rose-DB-Object from 0.783 to 0.786sno2-7/+11
pkgsrc changes: - Adjusting dependencies - Removing x-flags from modules & doc Upstream changes: 0.786 (01.23.2010) - John Siracusa <siracusa@gmail.com> * Improved support for serial columns in Oracle. * Renamed CHECK labels to avoid clashes with the reserved block name. * Added force_lowercase attribute to the Loader and Convention Manager as a means of getting "normal" behavior out of Oracle schemas. * Fixed a bug that caused money columns in PostgreSQL to have column lengths that were too short. * Fixed a POD typo (RT 53272) 0.785 (12.31.2009) - John Siracusa <siracusa@gmail.com> * Fixed Rose::DB::Object::Cached to correctly honor alternate column accessor/mutator method names. (Reported by Kevin McGrath) * Stopped the default auto-init handler from asking the convention manager to name foreign keys that have only partially populated column lists, causing it to burn through the "good" foreign key names. (Patch by Douglas Wilson) * Corrected some typos in the ManyToMany documentation and the tutorial. (Thanks to Bart Dopheide) 0.784 (10.16.2009) - John Siracusa <siracusa@gmail.com> * Fixed a bug introduced by the multi-many Manager bug fix in the 0.783 release. (Reported by Mark Frost) * Added missing exception error explanations to relationship methods. * Updated eval blocks to avoid stomping on $@ from an outer scope.
2010-02-02Updating databases/p5-Rose-DB from 0.754 to 0.758 (pkg/42674)sno2-6/+10
pkgsrc changes: - Ensure installed perl modules and documentation has no execute bit Upstream changes: 0.758 (01.26.2010) - John Siracusa <siracusa@gmail.com> * Added workaround for DateTime::Duration bug (RT 53985) 0.757 (01.23.2010) - John Siracusa <siracusa@gmail.com> * Support for Rose::DB::Object 0.786. 0.756 (12.31.2009) - John Siracusa <siracusa@gmail.com> * Support for Rose::DB::Object 0.785. * Made fork- and thread-safe (though some databases, notably Oracle, don't support passing a database connection across a fork at all). * Updated mysql_enable_utf8() to run "SET NAMES utf8" id a database handle already exists. * Updated the various validate_*_keywords() methods to no longer accept anything that "looks like a function call." This was done to avoid possible SQL injection attacks, and because the now-pervasive support for scalar-reference literals in Rose::DB::Object obviates the need for such permissive SQL inlining. To restore the old behavior, use the default_keyword_function_calls() class method or the keyword_function_calls() object method. 0.755 (10.16.2009) - John Siracusa <siracusa@gmail.com> * Fixed a bug in Rose::DB::Oracle that caused the port to be omitted from the DSN. (Reported by llama) * Updated eval blocks to avoid stomping on $@ from an outer scope.