aboutsummaryrefslogtreecommitdiffstats
path: root/databases
Commit message (Collapse)AuthorAgeFilesLines
* Update to 5.5.25 release.ale2012-06-012-3/+3
|
* - update png to 1.5.10dinoex2012-06-0149-42/+52
|
* - Allow for larger database UIDsmatthew2012-06-012-5/+40
| | | | | | PR: ports/168478 Submitted by: Gea-Suan Lin Approved by: shaun (mentor)
* Update my email address.tj2012-06-011-1/+1
| | | | Approved by: eadler (mentor)
* Convert to new options frameworkbapt2012-05-316-45/+47
|
* - Mark BROKEN when ${OSVERSION} < 800000wen2012-05-311-1/+8
| | | | Reported by: pav@
* - Address postgresql*-servers for crypt vulnerability (CVE-2012-2143)jgh2012-05-3110-2/+65
| | | | | | http://www.postgresql.org/about/news/1397/ With hat: pgsql
* OPTIONSngifycrees2012-05-311-4/+4
| | | | | | | | Notice that the ability to specify 0 or 1 from a list is achieved in opentracker by adding a third option, ACCESSLIST_OPEN which effectively does nothing (for openradius, use bsd.port.options.mk)
* - Add kyototycoon 0.9.56sunpoet2012-05-305-0/+288
| | | | | | | | | | | | | | | | | | | | | | | | Kyoto Tycoon is a lightweight database server with auto expiration mechanism, which is useful to handle cache data and persistent data of various applications. Kyoto Tycoon is also a package of network interface to the DBM called Kyoto Cabinet. Though the DBM has high performance and high concurrency, you might bother in case that multiple processes share the same database, or remote processes access the database. Thus, Kyoto Tycoon is provided for concurrent and remote connections to Kyoto Cabinet. Kyoto Tycoon is composed of the server process managing multiple databases and its access library for client applications. The network protocol between the server and clients is HTTP so that you can write client applications and client libraries in almost all popular languages. Both of RESTful-style interface by the GET, HEAD, PUT, DELETE methods and RPC-style inteface by the POST method are supported. The server can handle more than 10 thousand connections at the same time because it uses modern I/O event notification facilities such as "epoll" and "kqueue" of underlying systems. The server supports high availability mechanisms, which are hot backup, update logging, and asynchronous replication. The server can embed Lua, a lightweight script language so that you can define arbitrary operations of the database. WWW: http://fallabs.com/kyototycoon/
* - Mark deprecatedmiwi2012-05-301-0/+3
| | | | | PR: 168138 Submitted by: maintainer
* Fix bogus old OPTIONS definitionbapt2012-05-301-1/+1
| | | | | | This fix make describe with new option framework With hat: portmgr
* - Update to 0.769culot2012-05-292-3/+3
| | | | Changes: http://search.cpan.org/dist/Rose-DB/Changes
* Update to 1.1.1mm2012-05-292-3/+3
|
* - Bump PORTREVISION for databases/kyotocabinet shlib changesunpoet2012-05-291-1/+1
|
* - Update to 1.22sunpoet2012-05-292-4/+3
|
* - Update to 1.2.76sunpoet2012-05-293-4/+4
| | | | | | | | Changes: - kcthread.cc (CondVar::wait): a bug on Win32 was fixed. - kcdbext.h (IndexDB::set, IndexDB::replace): a bug of updating existing records was fixed. - kcdb.h (DB::check): new function.
* - Update to 0.16sunpoet2012-05-292-20/+16
| | | | | | | | | | - Add LICENSE - Use TEST_DEPENDS for test-only dependencies Changes: http://search.cpan.org/dist/DBD-Multi/Changes PR: ports/168144 Submitted by: sunpoet (myself) Approved by: snowfly <snowfly@yuntech.edu.tw> (maintainer)
* - Mark Deprecated (again, see history), maybe it will stay this way.scheidell2012-05-281-0/+3
| | | | | | | | | - Upstream unavaialble for a long time. No updates for over 5 years - No maintainer. If you want to fix this, take maintainer ship. PR: ports/150903 Submitted by: scheidell@ (me) Approved by: The little elves (maintainer)
* - Update to 2.13.1culot2012-05-282-3/+3
| | | | | | Changes: http://www.lemke-it.com/cego_blog.html PR: ports/168368 Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer)
* Update from 2.4.13 to 2.4.14.osa2012-05-283-7/+7
| | | | | | | | | | | | | | | | | | <ChangeLog> UPGRADE URGENCY: high, many non trivial bugs fixed in this release. * [BUGFIX] Fixed issue #518 (Redis 99% CPU when master down). * [BUGFIX] Fixed issue #516 (ZINTERSTORE mixing sets and zsets). * [BUGFIX] Fixed a bug in install_server.sh when using chkconfig * [BUGFIX] Fixes to --test-memory implementation. * [BUGFIX] Allow PREFIX to be overridden in Makefile. * [BUGFIX] The test is now more reliable on slow computers. * redis-cli --pipe mode, see http://redis.io/topics/mass-insert * Much better expired keys collection algorithm that makes the server much more responsive when a lot of keys are expiring at the same time. </ChangeLog>
* Mark as broken on powerpc/sparc64 (and probably ia64): "error: 'rightend'linimon2012-05-271-1/+7
| | | | | | undeclared (first use in this function)". Hat: portmgr
* - Update to 1.1.1scheidell2012-05-272-10/+7
| | | | | PR: ports/168291 Submitted by: Jyun-Yan You <jyyou@cs.nctu.edu.tw> (maintainer)
* - Upgrade to 0.28.kuriyama2012-05-262-3/+3
|
* - Fix for building failed with PHP 5.4scheidell2012-05-262-3/+41
| | | | | | | - Bump PORTREVISION PR: ports/168302 Submitted by: Joe Horn <joehorn@gmail.com> (maintainer)
* - Update to 1.0.5miwi2012-05-252-4/+3
| | | | | | PR: 167479 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> Approved by: maintainer
* - Update to 0.24culot2012-05-252-3/+3
| | | | Changes: http://search.cpan.org/dist/Cache-Memcached-Managed/CHANGELOG
* - Update to 3.7.12.1sperber2012-05-252-5/+5
| | | | | | PR: ports/168330 Submitted by: Pavel I Volkov <pavelivolkov _at_ googlemail.com> (maintainer) Approved by: decke (mentor)
* - Update to 3.7.12.1sperber2012-05-253-9/+9
| | | | | | PR: ports/168329 Submitted by: Pavel I Volkov <pavelivolkov _at_ googlemail.com> (maintainer) Approved by: decke (mentor)
* - Update to 0.35wen2012-05-252-3/+3
| | | | ChangeLog: http://cpansearch.perl.org/src/HMBRAND/DBD-CSV-0.35/ChangeLog
* Update KDE related ports:makc2012-05-255-42/+51
| | | | | | | | | | databases/akonadi to 1.7.2 devel/libdbusmenu-qt to 0.9.2 devel/qtscriptgenerator to 0.2.0 multimedia/phonon to 4.6.0 multimedia/phonon-gstreamer to 4.6.0 multimedia/phonon-vlc to 0.5.0 sysutils/qzeitgeist to 0.8.0
* Chase PyQT updatemakc2012-05-252-2/+3
|
* KDE/FreeBSD team presents update for PyQt ports:makc2012-05-251-1/+1
| | | | | | - sip to 4.13.2 - PyQt4 to 4.9.1 - QScintilla to 2.6.1
* KDE/FreeBSD team presents Qt 4.8.1 in ports!makc2012-05-251-0/+4
|
* - Update to 3.1.07.42jgh2012-05-256-109/+229
| | | | | | | | - while here standardize IGNORE, and drop pkg-message from SUB_FILES and move to pkg-message as nothing is being substituted PR: ports/168163 Submitted by: maintainer, jjuanino@gmail.com
* - Update to 3.0.1wen2012-05-243-24/+33
| | | | | PR: 168153 Submitted by: lbartoletti <coder@tuxfamily.org>
* - Update to 0.93.011wen2012-05-242-3/+3
|
* - Update the (unconnected) percona ports to be percona instead of MySQLpgollucci2012-05-243-15/+20
| | | | PR: ports/164072 (part I)
* Update to 1.6.6flo2012-05-242-4/+4
| | | | | | PR: ports/168254 Submitted by: Alex Samorukov <samm@os2.kiev.ua> Approved by: maintainer
* - Switch to FETCH_DEPENDS to fix fetch during buildmiwi2012-05-231-2/+1
| | | | Reported by: phw
* remove useless example.tclbapt2012-05-231-14/+0
| | | | | | it wasn't installed before so no need to bump portrevision Submitted by: Pavel Volkov <pavelivolkov@googlemail.com> (by private mail)
* - Update to 1.621sunpoet2012-05-232-3/+3
| | | | Changes: http://search.cpan.org/dist/DBI/Changes
* Set MANUAL_PACKAGE_BUILD.ale2012-05-231-0/+1
|
* - Mark BROKEN: does not compilepav2012-05-231-0/+1
| | | | | | | php5/xapian_wrap.cc: In function 'void* SWIG_ZTS_ConvertResourcePtr(zval*, swig_type_info*, int)': php5/xapian_wrap.cc:863: error: invalid conversion from 'const char*' to 'char*' Reported by: pointyhat
* Update to 1.6.5flo2012-05-236-70/+110
| | | | | | PR: ports/166189 Submitted by: Alex Samorukov <samm@os2.kiev.ua> Approved by: maintainer
* - Update to 0.7.5.delphij2012-05-233-260/+289
| | | | | | | - Pass maintainership to submitter. PR: ports/167712 Submitted by: William Grzybowski <william88 gmail com>
* - Add CPAN as primary WWWsunpoet2012-05-221-0/+1
|
* - Fix to not require internet access during buildingdecke2012-05-221-1/+1
| | | | | | Submitted by: myself Approved by: Akinori MUSHA <knu@FreeBSD.org> (maintainer) Reported by: pointyhat-west
* This is the SQLite extension for Tcl using the Tcl Extensionbapt2012-05-226-0/+91
| | | | | | | | | Architecture (TEA). WWW: http://www.sqlite.org PR: ports/168232 Submitted by: Pavel I Volkov <pavelivolkov@googlemail.com>
* - Update to 1.30culot2012-05-222-5/+8
| | | | | | | - Add LICENSE (Artistic 1 & GPL 1) - Remove SITE_PERL from *_DEPENDS Changes: http://search.cpan.org/dist/Cache-Memcached/ChangeLog
* - Deprecate due to no upstream development for 5 years and other portsglarkin2012-05-221-0/+3
| | | | | (databases/php5-sqlite3 and databases/php53-sqlite3) have superseded this one. Expiration set for 1 month.
* Fix the build with Heimdal 1.5.x.mezz2012-05-211-5/+23
| | | | | PR: ports/167989 Reported by: truckman
* Mark IGNORE with php 5.4 and set 5.3 as default.ale2012-05-207-6/+14
| | | | | Reported by: pav Pointyhat to: me
* Fix QPS calculation for MySQL 5.0.76 or later.matthew2012-05-202-9/+55
| | | | | | | Submitted by: Gea-Suan Lin PR: ports/168094 Obtained from: Gentoo Portage Approved by: shaun (mentor)
* Update to 1.1.0, for cego 2.13.0.rakuco2012-05-202-3/+3
| | | | | PR: ports/168137 Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer)
* - Bump PORTREVISION for graphics/gdal shlib changesunpoet2012-05-191-2/+2
|
* Remove expired unmaintained ports:rene2012-05-1811-367/+0
| | | | | | | | | | 2012-05-16 databases/sqlite34: No more supported, please use databases/sqlite3 instead 2012-05-10 graphics/long-exposure-tools: BROKEN for more than 6 month 2012-05-10 misc/kde3-i18n-hsb: BROKEN for more than 6 month 2012-05-10 misc/kde3-i18n-mt: BROKEN for more than 6 month 2012-05-10 misc/kde3-i18n-nso: BROKEN for more than 6 month 2012-05-10 net-im/pino: BROKEN for more than 6 month 2012-05-18 print/perlftlib: No more upstream, no more used in the ports tree
* - Fix WRKSRCmiwi2012-05-181-1/+1
| | | | | | PR: 168089 Submitted by: Stephon Chen <stephon@gmail.com> Approved by: maintainer
* - Update to 0.3.1miwi2012-05-172-3/+4
| | | | | | PR: 167992 Submitted by: Gea-Suan Lin <gslin@gslin.org> Approved by: maintainer
* - Update to 1.1.1miwi2012-05-173-27/+3
| | | | | | | - Remove pkg file was my mistake PR: 167960 Submitted by: John Chen <johnpupu@gmail.com> (maintainer)
* Update to 2.0.1 release to add php 5.4 support.ale2012-05-172-7/+5
| | | | | PR: ports/167991 Submitted by: Gea-Suan Lin <gslin@gslin.org>
* Mark sqlite as MAKE_JOBS_UNSAFEeadler2012-05-171-0/+2
| | | | | | PR: ports/167934 Submitted by: "Bryan Drewery" <bryan@shatow.net> Approved by: Pavel Volkov <pavelivolkov@googlemail.com> (maintainer)
* readd php 5.3.13 and all its modules as php53*flo2012-05-1623-0/+525
|
* Switch to default PHP 5.3, since not compatible with PHP 5.4.ale2012-05-163-1/+6
|
* Update to 5.4.3 release:ale2012-05-163-59/+0
| | | | | | | | | | | | | | | | | | | - add support for embedded php library - add support for dtrace Re-organize bsd.php.mk: - add WANT_PHP_EMD - fix handling of WANT_PHP_* - remove php4 extensions From UPDATING: Suhosin patch has been disabled until the new version will be released (soon). Suhosing extension will take more time. LINKTHR option is now enabled by default, be sure to flag it if you are updating using an old saved configuration. sqlite2 extension has been permanently removed. If you want to remain at PHP 5.3, a new port (lang/php53) will be committed soon.
* Add nothrow patch and echo debug command from upstreammm2012-05-162-0/+1028
| | | | | | | (c4a5370a82 and ee3a23acd2) PR: ports/167924 Approved by: Mikhail Tsatsenko <m.tsatsenko@gmail.com> (maintainer)
* The mysqlnd query result cache plugin is a mysqlnd plugin.miwi2012-05-165-0/+53
| | | | | | | WWW: http://pecl.php.net/package/mysqlnd_qc PR: ports/165474 Submitted by: johnpupu <johnpupu@gmail.com>
* - Update to 0.10.8miwi2012-05-162-4/+4
| | | | | | PR: 167453 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> Approved by: maintainer
* - Update to 0.10.8miwi2012-05-162-4/+4
| | | | | | PR: 167452 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> Approved by: maintainer
* - Update to 0.10.8miwi2012-05-162-3/+3
| | | | | | PR: 167450 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> Approved by: maintainer
* - Update to 0.10.8miwi2012-05-162-4/+4
| | | | | | PR: 167451 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> Approved by: maintainer
* - Unbreak buildmiwi2012-05-162-27/+28
|
* The PostgreSQL Global Development Group announces the beta release ofgirgen2012-05-1613-210/+320
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PostgreSQL 9.2, which will include major increases in performance and both vertical and horizontal scalability. The PostgreSQL Project asks all users to download and begin testing 9.2 Beta as soon as possible. Major performance and scalability advances in this version include: * Index-only scans, allowing users to avoid inefficient scans of base tables * Enhanced read-only workload scaling to 64 cores and over 300,000 queries per second * Improvements to data write speeds, including group commit * Reductions in CPU power consumption * Cascading replication, supporting geographically distributed standby databases PostgreSQL 9.2 will also offer many new features for application developers, including: * JSON data support, enabling hybrid document-relational databases * Range types, supporting new types of calendar, time-series and * analytic applications * Multiple improvements to ALTER and other statements, easing runtime * database updates For a full listing of the features in version 9.2 Beta, please see the release notes: http://www.postgresql.org/docs/devel/static/release-9-2.html We depend on our community to help test the next version in order to guarantee that it is high-performance and bug-free. Please install PostgreSQL 9.2 Beta and try it with your workloads and applications as soon as you can, and give feedback to the PostgreSQL developers. More information on how to test and report issues: http://www.postgresql.org/developer/beta
* - Update to 1.2.0culot2012-05-162-3/+3
| | | | | PR: ports/167839 Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer)
* - Update to 3.7.12bapt2012-05-157-220/+46
| | | | | | | - switch to autoconf version (no more need of tcl) PR: ports/167913 [1], ports/155908 [2] Submitted by: Pavel I Volkov <pavelivolkov@googlemail.com> (maintainer), bapt[2]
* - Update to 0.04sunpoet2012-05-152-8/+14
| | | | | | - Update *_DEPENDS: p5-parent is already in perl >= 5.10.1 Changes: http://search.cpan.org/dist/DBIx-Class-DynamicDefault/Changes
* - Update to 1.3.2sunpoet2012-05-152-3/+3
| | | | Changes: http://search.cpan.org/dist/DBIx-Class-QueryLog/Changes
* - Update to 1.034sunpoet2012-05-152-3/+5
| | | | | | - Mark DEPRECATED Changes: http://search.cpan.org/dist/Class-DBI-Lite/Changes
* - Update to 1.006sunpoet2012-05-152-3/+5
| | | | | | - Mark DEPRECATED Changes: http://search.cpan.org/dist/Ima-DBI-Contextual/Changes
* Add py-MySQLdb55, a slave port of py-MySQLdb with MySQL 5.5.jlaffaye2012-05-152-0/+19
| | | | | PR: ports/152066 Submitted by: Tom Judge <tom@tomjudge.com>
* Add py-MySQLdb51, a slave port of py-MySQLdb with MySQL 5.1.jlaffaye2012-05-152-0/+19
| | | | | PR: ports/152066 Submitted by: Tom Judge <tom@tomjudge.com>
* Add py-MySQLdb50, a slave port of py-MySQLdb with MySQL 5.0.jlaffaye2012-05-152-0/+19
| | | | | PR: ports/152066 Submitted by: Tom Judge <tom@tomjudge.com>
* Add py-MySQLdb41, a slave port of py-MySQLdb with MySQL 4.1.jlaffaye2012-05-152-0/+19
| | | | | PR: ports/152066 Submitted by: Tom Judge <tom@tomjudge.com>
* - Pass maintainership to Tom Judge <tom@tomjudge.com> (discussed on IRC)jlaffaye2012-05-151-1/+1
|
* - Update to 20120330jlaffaye2012-05-153-11/+34
| | | | | | PR: ports/167343 Submitted by: jlaffaye Approved by: Zhihao Yuan <lichray@gmail.com> (maintainer)
* - Update to 20120405jlaffaye2012-05-154-30/+23
| | | | | | PR: ports/167342 Submitted by: jlaffaye, Grzegorz Blach <magik@roorback.net> (maintainer) Approved by: Grzegorz Blach <magik@roorback.net> (maintainer)
* - Update to 2.13.0culot2012-05-154-4/+5
| | | | | | Changes: http://www.lemke-it.com/cego_blog.html PR: ports/167838 Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer)
* - Update to 1.2.10.0sunpoet2012-05-152-4/+6
| | | | | | - Add PORTSCOUT knob to skip development versions Changes: http://trac.xapian.org/wiki/ReleaseOverview/1.2.10
* - Update to 1.2.10.0sunpoet2012-05-152-3/+5
| | | | | | | - Add PORTSCOUT knob to skip development versions Changes: http://trac.xapian.org/wiki/ReleaseOverview/1.2.10 http://search.cpan.org/dist/Search-Xapian/Changes
* - Update to 1.2.10.0sunpoet2012-05-152-10/+12
| | | | | | | - Add PORTSCOUT knob to skip development versions - Cosmetic change Changes: http://trac.xapian.org/wiki/ReleaseOverview/1.2.10
* - Update to 0.768sunpoet2012-05-152-3/+3
| | | | Changes: http://search.cpan.org/dist/Rose-DB/Changes
* - Update to 0.34jadawin2012-05-142-3/+3
| | | | - Changelog: http://cpansearch.perl.org/src/HMBRAND/DBD-CSV-0.34/ChangeLog
* - Update to 0.3.1.avilla2012-05-144-48/+5
| | | | | This will be the last release: starting from KDE SC 4.9, the project will be part of deskutils/kdepim4-runtime.
* - Mark BROKEN: does not compilepav2012-05-141-0/+2
| | | | | | | debugfile.C: In member function 'bool debugfile::openDebugFile()': debugfile.C:50: error: 'umask' was not declared in this scope Reported by: pointyhat
* - Mark BROKEN: does not patchpav2012-05-141-0/+2
| | | | Reported by: pointyhat
* - pass maintainershiplth2012-05-132-2/+2
|
* Fix build with Qt 4.7makc2012-05-131-0/+10
| | | | Reported by: pav/pointyhat
* - Fix problem of build with jsonsylvio2012-05-122-17/+15
| | | | | - Comment line LDFLAGS to fix problem with version upgrade. - BUMP PORTREVISION
* Update autoconf to 2.69 and automake to 1.12ade2012-05-122-0/+11
| | | | | PR: 166836 Tested by: Multiple -exp runs (pav)
* 2012-05-10 archivers/php4-bz2: php4 is EOLedbapt2012-05-1224-439/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2012-05-10 archivers/php4-zlib: php4 is EOLed 2012-05-10 converters/php4-iconv: php4 is EOLed 2012-05-10 converters/php4-mbstring: php4 is EOLed 2012-05-10 converters/php4-recode: php4 is EOLed 2012-05-10 databases/php4-dba: php4 is EOLed 2012-05-10 databases/php4-dbase: php4 is EOLed 2012-05-10 databases/php4-dbx: php4 is EOLed 2012-05-10 databases/php4-filepro: php4 is EOLed 2012-05-10 databases/php4-interbase: php4 is EOLed 2012-05-10 databases/php4-mssql: php4 is EOLed 2012-05-10 databases/php4-mysql: php4 is EOLed 2012-05-10 databases/php4-odbc: php4 is EOLed 2012-05-10 databases/php4-oracle: php4 is EOLed 2012-05-10 databases/php4-pgsql: php4 is EOLed databases/php4-rrdtool: php4 is EOLed 2012-05-10 databases/php4-sybase_ct: php4 is EOLed 2012-05-10 devel/php4-dio: php4 is EOLed 2012-05-10 devel/php4-gettext: php4 is EOLed 2012-05-10 devel/php4-mcve: php4 is EOLed 2012-05-10 devel/php4-ncurses: php4 is EOLed 2012-05-10 devel/php4-pcntl: php4 is EOLed 2012-05-10 devel/php4-pcre: php4 is EOLed 2012-05-10 devel/php4-readline: php4 is EOLed 2012-05-10 devel/php4-shmop: php4 is EOLed 2012-05-10 devel/php4-sysvmsg: php4 is EOLed 2012-05-10 devel/php4-sysvsem: php4 is EOLed 2012-05-10 devel/php4-sysvshm: php4 is EOLed 2012-05-10 devel/php4-tokenizer: php4 is EOLed 2012-05-10 finance/php4-pfpro: php4 is EOLed 2012-05-10 ftp/php4-curl: php4 is EOLed 2012-05-10 ftp/php4-ftp: php4 is EOLed 2012-05-10 graphics/php4-chartdirector: php4 is EOLed 2012-05-10 graphics/php4-exif: php4 is EOLed 2012-05-10 graphics/php4-gd: php4 is EOLed lang/php4: php4 is EOLed 2012-05-10 lang/php4-extensions: php4 is EOLed 2012-05-10 lang/php4-overload: php4 is EOLed 2012-05-10 mail/php4-imap: php4 is EOLed 2012-05-10 math/php4-bcmath: php4 is EOLed 2012-05-10 math/php4-gmp: php4 is EOLed 2012-05-10 misc/php4-calendar: php4 is EOLed 2012-05-10 misc/php4-mcal: php4 is EOLed 2012-05-10 net/php4-ldap: php4 is EOLed 2012-05-10 net/php4-sockets: php4 is EOLed 2012-05-10 net/php4-xmlrpc: php4 is EOLed 2012-05-10 net/php4-yp: php4 is EOLed 2012-05-10 net-mgmt/php4-snmp: php4 is EOLed 2012-05-10 security/php4-crack: php4 is EOLed 2012-05-10 security/php4-mcrypt: php4 is EOLed 2012-05-10 security/php4-mhash: php4 is EOLed 2012-05-10 security/php4-openssl: php4 is EOLed 2012-05-10 sysutils/php4-posix: php4 is EOLed 2012-05-10 textproc/php4-ctype: php4 is EOLed 2012-05-10 textproc/php4-domxml: php4 is EOLed 2012-05-10 textproc/php4-pspell: php4 is EOLed 2012-05-10 textproc/php4-wddx: php4 is EOLed 2012-05-10 textproc/php4-xml: php4 is EOLed 2012-05-10 textproc/php4-xslt: php4 is EOLed 2012-05-10 www/php4-session: php4 is EOLed 2012-05-10 archivers/pecl-zip: php4 is EOLed 2012-05-10 databases/pecl-sqlite: php4 is EOLed 2012-05-11 devel/pear-XML_XPath: php4 is EOLed 2012-05-11 devel/pecl-json: php4 is EOLed 2012-05-10 www/pecl-tidy: php4 is EOLed 2012-05-10 www/php-dyn: php4 is EOLed 2012-05-11 security/pecl-hash: php4 is EOLed 2012-05-11 net/phpldapadmin098: php4 is EOLed graphics/jpgraph: php4 is EOLed
* - Add a patch (http://tdbc.tcl.tk/index.cgi/tktview?name=0dda7dbb73)gahr2012-05-102-1/+19
| | | | - Respect PREFIX
* - Update to 2.1.8wen2012-05-102-3/+3
|
* - Update to 1.3.6swills2012-05-102-3/+3
| | | | | PR: ports/167323 Submitted by: Yuan-Chung Hsiao <ychsiao@ychsiao.org>
* Update to version 1.0.10pawel2012-05-103-6/+6
| | | | | PR: ports/167728 Submitted by: Radim Kolar <hsn@sendmail.cz>
* Update to 1.0.6 release.ale2012-05-094-6/+6
| | | | Submitted by: maintainer
* Update to 5.5.24 release.ale2012-05-092-3/+3
|
* Update to 5.1.63 release.ale2012-05-092-3/+3
|
* - Update to 0.07024sunpoet2012-05-092-4/+4
| | | | Changes: http://search.cpan.org/dist/DBIx-Class-Schema-Loader/Changes
* Update to 0.4 for KDE 4makc2012-05-098-58/+58
| | | | Take maintainership
* Update to 4.2.9crees2012-05-095-234/+15
| | | | | | | | | | | PR: ports/131580 Submitted by: Mitchell Smith (mjs@bur.st) (maintainer) - Update maintainer address - Use USERS - Use LICENSE
* - Mark BROKEN: does not fetchpav2012-05-081-0/+2
| | | | Reported by: pointyhat
* - Chase rrdtool shlib version bump.sylvio2012-05-0811-8/+11
|
* - Update to 1.4.7sylvio2012-05-083-8/+7
|
* - Update to 0.7.7nivit2012-05-072-3/+3
|
* Pass maintainership of almost of my "p5-*" ports to "perl@".skv2012-05-0710-10/+10
| | | | (I hope updating of them will be improved).
* Update to 4.021skv2012-05-072-3/+3
| | | | Changes: http://cpansearch.perl.org/src/CAPTTOFU/DBD-mysql-4.021/ChangeLog
* - Bump PORTREVISION to chase the update of graphics/projwen2012-05-073-6/+6
|
* - Bump PORTREVISION to chase the update of graphics/geoswen2012-05-072-1/+2
|
* - Update to 2.2wen2012-05-072-3/+3
|
* - Update to 2.12.8culot2012-05-062-3/+3
| | | | | | Changes: http://www.lemke-it.com/cego_blog.html PR: ports/167615 Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer)
* - apply BACKPORTS patch unconditionally and remove BACKPORTS optionrm2012-05-057-14/+14
| | | | | | | | | | | | | | | | - update backports patch to latest version (20120504) - align pathnames in slave ports - bump PORTREVISION The only drawback of this change is that now for building of every slave port (php extension) we extracting full php52 source tree. Apologies that it took that long. PR: 164849 Submitted by: Svyatoslav Lempert <svyatoslav.lempert at gmail dot com> Approved by: Alex Keda <admin at lissyara dot su> Security: 60de13d5-95f0-11e1-806a-001143cd36d8
* Routine bugfix update to version 3.5.1matthew2012-05-052-3/+3
| | | | | | | | ChangeLog: http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/3.5.1/phpMyAdmin-3.5.1-notes.html/view Approved by: shaun (mentor)
* - update math/R-cran-psych to 1.2.1 [1]bf2012-05-052-2/+2
| | | | | | | | | | | | - update math/R to 2.15.0, and adjust dependent ports - minor changes to bsd.cran.mk [2]: rename MASTER_CRAN_SITES to MASTER_SITE_CRAN, as in bsd.sites.mk; make the install target more flexible and allow CRAN ports to override it; add a regression-test target; set USE_FORTRAN to match math/R; remove some of the redundant checks of USE_R_MOD; honor NOPORTDATA and NOPORTDOCS Reviewed by: thierry, tota, wen Approved by: D. Rue (maintainer) [1], wen [2]
* - Upgrade to 3.1.3.kuriyama2012-05-042-5/+4
| | | | | PR: ports/167372 Submitted by: jgh
* Update from 2.4.11 to 2.4.13.osa2012-05-042-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | <ChangeLog> What's new in Redis 2.4.13 ========================== UPGRADE URGENCY: high for all the users of the KEYS command, otherwise low. * [BUGFIX] Fix for KEYS command: if the DB contains keys with expires the KEYS command may return the wrong output, having duplicated or missing keys. See issue #487 and #488 on github for details. What's new in Redis 2.4.12 ========================== UPGRADE URGENCY: low if you don't experience any of the fixed problems. * [BUGFIX] Limit the amount of memory consumed by the slow log. * [BUGFIX] --test-memory option fixes. * [BUGFIX] Less false positives in tests. </ChangeLog>
* Fix damage cause by commits of eadler and miwitimur2012-05-041-6/+22
|
* - Update to 1.3.2miwi2012-05-042-3/+3
| | | | | PR: 167445 Submitted by: John Chen <johnpupu@gmail.com> (maintainer)
* - Update to 3.86miwi2012-05-043-8/+9
| | | | | PR: 166967 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
* - Update to 1.2.3miwi2012-05-042-29/+6
| | | | | PR: 166969 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
* - Update to 0.19miwi2012-05-032-3/+3
| | | | | | PR: 167443 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> Approved by: maintainer
* - Update to 0.07miwi2012-05-032-3/+3
| | | | | | PR: 167434 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> Approved by: maintainer
* - Update to 1.0.7swills2012-05-032-3/+3
| | | | | PR: ports/167541 Approved by: "Mikhail Tsatsenko" <m.tsatsenko@gmail.com> (maintainer)
* - Bump PORTREVISION for databases/kyotocabinet shlib changesunpoet2012-05-032-2/+2
|
* - Update to 1.2.75sunpoet2012-05-033-4/+4
| | | | | Changes: - kcpolydb.h (PolyDB::match_similar): supressed warnings on signedness.
* - Update to 0.767sunpoet2012-05-032-3/+6
| | | | | | - Add LICENSE Changes: http://search.cpan.org/dist/Rose-DB/Changes
* - Update to 1.09wen2012-05-023-15/+6
| | | | | - Strict python version - Update WWW
* - Mark broken for go1wen2012-05-021-0/+2
| | | | | PR: 167324 Submitted by: jlaffaye@
* Remove expired port: it is outdated, and databases/py-MySQLdb is newerrm2012-05-025-73/+0
|
* - Update to 0.7.6nivit2012-05-014-8/+33
| | | | | | | | | | | - Add databases/py-pymysql to RUN_DEPENDS when the Python version is >= 3.0. I have temporarily commented that code, because PyMySQL requires a 2to3 step to build with Python3 - Add files/patch-setup.py - Fix a typo in MYSQL option PR: ports/166827 Submitted by: Olivier Duchateau <duchateau.olivier at gmail.com>
* - Add TEST_DEPENDSswills2012-05-011-0/+1
| | | | Approved by: portmgr (blanket)
* - Assign clsung's p5- ports to perl@swills2012-05-015-5/+5
| | | | Approved by: clsung via IRC
* Allow to set additional CMAKE_ARGS.ale2012-04-301-1/+1
|
* - Update pkg-plistdhn2012-04-293-9/+12
| | | | | PR: ports/167413 Submitted by: Geoffroy Desvernay <dgeo@centrale-marseille.fr> (maintainer)
* - Add CONFLICTS with databases/mariadb-scriptsdhn2012-04-291-0/+2
| | | | Reported by: Matthew Seaman <matthew@freebsd.org>
* - Add CONFLICTS with databases/mytopdhn2012-04-291-1/+2
| | | | Reported by: Matthew Seaman <matthew@freebsd.org>
* - Update pkg-plistdhn2012-04-293-6/+8
| | | | | | | - Modify Makefile to match portlint's requirements PR: ports/167392 Submitted by: Geoffroy Desvernay <dgeo@centrale-marseille.fr> (maintainer)
* - Add databases/py-MySQLdb to RUN_DEPENDS only whennivit2012-04-282-3/+5
| | | | | | | | | | Python version < 3.0, because such port does not build with Py3k - Replace POSTGRE with the standard PGSQL option listed in ports/KNOB [1] PR: ports/166513 Submitted by: olgeni [1]
* - Replace POSTGRE with the standard PGSQL option listed in ports/KNOBnivit2012-04-281-2/+2
| | | | | PR: ports/166512 Submitted by: olgeni
* Update to 5.5.23 release.ale2012-04-262-3/+3
|
* - Fix COMMENTswills2012-04-261-2/+2
| | | | | - Specifically disable dtrace support so that if it's enabled in the system it doesn't cause a build failure. Need to chase this more.
* - Update to 1.620sunpoet2012-04-262-3/+3
| | | | Changes: http://search.cpan.org/dist/DBI/Changes
* - Fix part of the 'make test' problemsunpoet2012-04-251-1/+1
|
* - Fix LICENSEsunpoet2012-04-252-2/+3
| | | | | - Pet portlint - Add CPAN as primary WWW
* - Update to 0.25sunpoet2012-04-252-3/+3
| | | | Changes: http://search.cpan.org/dist/DBIx-Custom/Changes
* - Update to 1.619sunpoet2012-04-252-4/+4
| | | | | | - Fix LICENSE Changes: http://search.cpan.org/dist/DBI/Changes
* - Update to 0.90.004wen2012-04-242-3/+3
| | | | | PR: 167254 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
* - Update to 5.3.0wen2012-04-242-4/+4
| | | | | PR: 167252 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
* - Update to 0.22sunpoet2012-04-242-3/+6
| | | | | | - Add LICENSE Changes: http://search.cpan.org/dist/Cache-Memcached-Managed/CHANGELOG
* - Add databases/pyMySQLdb to RUN_DEPENDS only whennivit2012-04-241-1/+18
| | | | | | | | | | | Python version < 3.0, because such port does not build with Py3k [1] - Add code to fix TMPPLIST when Python version >= 3.2, so that the byte-code filenames conform to PEP 3147 (see http://www.python.org/dev/peps/pep-3147/ ). PR: ports/163884 Submitted by: wen [1]
* - pass maintainer-ship to submitterjgh2012-04-241-1/+1
| | | | | PR: ports/167218 Submitted by: m.tsatsenko@gmail.com
* Fix compile with gcc46 on freebsd8.2vanilla2012-04-231-0/+10
| | | | | PR: ports/167208 Submitted by: Olivier <software-freebsd@interfasys.ch>
* Update from 2.4.10 to 2.4.11.osa2012-04-222-3/+3
| | | | | | | | | | | | | | | | <ChangeLog> UPGRADE URGENCY: moderate if you don't experience any of the fixed problems. * [BUGFIX] Fixed a problem with aeWait() implementation. May cause a crash under non easy to replicate condiitons. See issue #267 on github. * [BUGFIX] SORT with GET/BY option fetching expiring keys fixed. Issue #460. * [BUGFIX] INFO field master_link_down_since_seconds initialized correctly. * [FEATURE] redis-cli back ported from Redis unstable. Now has support for --bigkeys (to sample the DB for very large keys), --slave to simulate a slave instance. </ChangeLog>
* - Update to 1.5jgh2012-04-222-15/+13
| | | | | | PR: ports/167053 Submitted by: jyyou@cs.nctu.edu.tw Approved by: maintainer, tcrimi@gmail.com
* - Unbreak.kuriyama2012-04-212-6/+8
|
* - Update expiration date to match php52- branchscheidell2012-04-211-3/+3
| | | | | | - Update maintainer email address to my FreeBSD.org address Submitted by: scheidell (me)
* Update to 5.3.6.delphij2012-04-216-24/+46
| | | | | PR: ports/167125 Submitted by: maintainer (with approved plist changes)
* - Fix RUN_DEPENDSsunpoet2012-04-201-2/+1
| | | | - Bump PORTREVISION for dependency change
* Add USE_MYSQL=yes so that MYSQL_VER is defined and the correct versionskreuzer2012-04-191-3/+4
| | | | | | | of p5-DBD-mysql gets added as a dependency PR: ports/166392 Submitted by: Helmut Schneider <jumper99@gmx.de>
* Update to 1.5.1skv2012-04-192-4/+4
| | | | Changes: http://pgfoundry.org/frs/shownotes.php?release_id=1936
* - Update to 2.2.1culot2012-04-192-5/+7
| | | | | | | - Add LICENSE (PHP License version 3.01) PR: ports/167052 Submitted by: Mikhail T. <m.tsatsenko@gmail.com> (maintainer)
* - Update to 0.25sunpoet2012-04-182-13/+23
| | | | | | | | - Fix LICENSE - Add missing dependencies - Pet portlint Changes: http://search.cpan.org/dist/DBIx-Class-ResultSet-RecursiveUpdate/Changes
* Fix typo in DEPRECATED keywordbapt2012-04-161-1/+1
|
* - New port: databases/tdbcgahr2012-04-167-0/+194
| | | | | | TDBC is the Tcl Database Connectivity, an abstraction layer for database drivers in the Tcl programming language. It currently supports drivers for MySQL, PostgreSQL, SQLite, and ODBC through either unixODBC or iODBX.
* sqlite34 has no more consumers in the ports tree, let's deprecate it and ↵bapt2012-04-161-0/+3
| | | | recommend the user to use sqlite3
* Remove PostgreSQL 8.2 due to EOL by upstreamcrees2012-04-1531-2051/+0
| | | | | With hat: pgsql Reviewed by: pgsql
* - Update to 0.10.1wen2012-04-153-8/+7
| | | | | | | Changes: http://api.metacpan.org/source/NEOPHENIX/Redis-hiredis-0.10.1/Changes PR: ports/166871 Submitted by: Grzegorz Blach <magik@roorback.net> (maintainer)
* - Update to 1.5.2crees2012-04-153-15/+27
| | | | | | | | | | | - Use USE_PGSQL for server dependency - Fix build with postgresql-8.3 and change dependency Obtained from: http://decide.cocolog-nifty.com/blog/2009/03/postgresql-836-.html PR: ports/166477 Submitted by: crees
* - link libtdsodbc.so with libiconv to unbreak runtimescheidell2012-04-152-1/+12
| | | | | | PR: ports/166136 Submitted by: Kuan-Chung Chiu <buganini@gmail.com> Approved by: Kurt Jaeger <pi@opsec.eu> (maintainer)
* - Update to 0.44jgh2012-04-143-9/+3
| | | | | | | | - unbreak and undeprecate PR: ports/166409 Submitted by: m.tsatsenko@gmail.com Approved by: maintainer timeout ( 19 days )
* 1: Upgrade libmemcached to 1.0.6.vanilla2012-04-148-58/+26
| | | | | 2: bump revision to chase shared library version. 3: drop maintainer
* Update to 3.52.8.rakuco2012-04-124-25/+15
| | | | | | | | | | | | | | | | This commit also tries to clean up the infrastructure a little bit. It compiled fine on 7.4, 8.2, 9.0 and 10 on redports: - Remove iodbc.org from the MASTER_SITES list, it doesn't seem to exist anymore. - Set LICENSE. - Remove USE_GMAKE, it seems to build fine with make(1). - Remove the pthreads-related hacks and seds, as they do not seem to be needed anymore, especially now that only pthreads exists. - Remove the -D_BSD_WCHAR_T_DEFINED and the patch in files/, as libiodbc itself has accounted for _BSD_WCHAR_T_DECLARED since 2003. - Act on the example code based on NOPORTEXAMPLES instead of NOPORTDOCS.
* Update to 1.0.5 release.ale2012-04-124-6/+6
| | | | Submitted by: maintainer
* php4 is EOLed, let's deprecate itbapt2012-04-1211-0/+33
| | | | Approved by: ale (maintainer by private mail)
* - update to 1.0.9rm2012-04-124-14/+22
| | | | | | | - added few more scripts to /bin for easier access PR: 166756 Submitted by: Radim Kolar <hsn at sendmail dot cz>
* php4 is EOLed, deprecate ports depending on it.bapt2012-04-121-0/+3
|
* VFront is a free, open source front-end for MySQL or PostgreSQL databasescrees2012-04-124-0/+65
| | | | | | | | written in PHP and Javascript. With VFront you can create forms for managing your data in AJAX style, different rules and privileges for groups, report in XML, HTML, PDF, statistics and much more. WWW: http://www.vfront.org/
* Update to 0.59.tobez2012-04-112-3/+3
| | | | | Changes: http://search.cpan.org/dist/DBIx-Perlish/Changes Feature safe: yes
* - Update to 0.16miwi2012-04-113-12/+7
| | | | | PR: 166828 Submitted by: maintainer
* Akonadi Google is a set of Akonadi resources providing access toavilla2012-04-116-0/+123
| | | | | | | various Google services like Google Contacts or Google Calendar from KDE-Pim applications. WWW: http://progdan.cz/category/akonadi-google
* - update to 2.12.7rm2012-04-113-4/+4
| | | | | PR: 166795 Submitted by: Kurt Jaeger <fbsd-ports at opsec dot eu> (maintainer)
* - pass maintainership of this ports to new volunteerrm2012-04-111-2/+2
| | | | | | | - add some of them to `enlightenment' virtual category PR: 166814 Submitted by: Grzegorz Blach <magik at roorback dot net>
* - Update to 0.2.0miwi2012-04-102-6/+4
|
* - Update to 1.0.2miwi2012-04-102-28/+6
|
* - Update to 2.4.5miwi2012-04-103-6/+5
| | | | | PR: 166529 Submitted by: rm@
* Mark as deprecated and set expiration to 2012-05-10 for ports that are mark ↵bapt2012-04-106-0/+18
| | | | as broken for more than 6 month
* - Fix typo in BUILD_DEPENDSlippe2012-04-101-1/+2
| | | | | Reported by: pav Feature safe: yes
* Update to 1.14.2fjoe2012-04-102-3/+3
| | | | | | PR: 166516 Submitted by: Douglas Carmichael Feature safe: yes
* - Update to 0.07022sunpoet2012-04-102-3/+4
| | | | | Changes: http://search.cpan.org/dist/DBIx-Class-Schema-Loader/Changes Feature safe: yes
* - Update to 3.7.11culot2012-04-093-15/+4
| | | | | | | Changes: http://www.sqlite.org/releaselog/3_7_11.html PR: ports/166782 Submitted by: Pavel I Volkov <pavelivolkov@googlemail.com> (maintainer) Feature safe: yes
* - Update to 1.37wen2012-04-092-3/+3
| | | | Feature safe: yes
* - Update to 2.12.6culot2012-04-082-3/+3
| | | | | | | Changes: http://www.lemke-it.com/cego_blog.html PR: ports/166731 Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer) Feature safe: yes
* This one is a routine bugfix / new functionality update:matthew2012-04-072-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | Welcome to phpMyAdmin 3.5.0; here are the major new features: * browse-mode improvements ** grid editing ** remember recent tables ** remember last sort order by table ** flexible column width ** reorder columns ** more compact navigation bar * AJAXification of many operations * reorganised server status page, with server monitoring * improved support for stored routines, events and triggers * openGIS support * zoom-search in table search * Drizzle support * improved ENUM/SET editor Or see: http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/3.5.0/phpMyAdmin-3.5.0-notes.html/view Approved by: shaun (mentor) Feature safe: yes
* - Update to 2.12.5culot2012-04-062-3/+3
| | | | | | | Changes: http://www.lemke-it.com/cego_blog.html PR: ports/166667 Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer) Feature safe: yes
* - Update to 1.43.lippe2012-04-063-4/+17
| | | | Feature safe: yes
* - Update to 2.03.lippe2012-04-063-5/+10
| | | | Feature safe: yes
* - Update to 0.798sunpoet2012-04-062-3/+5
| | | | | | | - Add TEST_DEPENDS Changes: http://search.cpan.org/dist/Rose-DB-Object/Changes Feature safe: yes
* - Update to 1.3.0wen2012-04-052-3/+3
| | | | Feature safe: yes
* - Update to 1.1.15 to unbreak build [1]culot2012-04-043-9/+7
| | | | | | | | | | - Pet portlint(1) by moving LICENSE section earlier - Use dirrmtry instead of dirrm in pkg-plist for directories not specific to this port PR: ports/166631 [1] Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer) Feature safe: yes
* - Update to 2.12.4culot2012-04-042-3/+3
| | | | | | PR: ports/166632 Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer) Feature safe: yes
* - Update to 0.21sunpoet2012-04-032-5/+4
| | | | | | | - Fix *_DEPENDS: Scalar::Util is already in all supported Perl releases Changes: http://search.cpan.org/dist/Cache-Memcached-Managed/CHANGELOG Feature safe: yes
* Fix build on i386.ale2012-04-022-0/+22
| | | | | | PR: ports/166503 Submitted by: Oleksii Tsai <oleksii.tsai@googlemail.com> Feature safe: yes
* Update from 2.4.9 to 2.4.10.osa2012-03-312-3/+3
| | | | | | | | | | | | | | | | | | | Feature safe: yes <ChangeLog> UPGRADE URGENCY: High for users using replication with a DB identifier higher than 9, or chaining replication so that slaves are attached to other slaves. Low for all the other users. * [FEATURE] Redis --test-meory improved with new test testing addressing. * [BUGFIX] Fixed a memory leak: happens when replication is used with DB > 9. * [BUGFIX] Fixed a replication bug that happens in chained replicaiton when a slave is attached to a master that is later turned into a slave. Now the chained slave reconnection is properly forced. </ChangeLog>
* Another phpmyadmin security update.matthew2012-03-292-3/+3
| | | | | | | | | | | | | | | | | | | ChangeLog: http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/3.4.10.2/phpMyAdmin-3.4.10.2-notes.html/download Welcome to phpMyAdmin 3.4.10.2, a minor security release. 3.4.10.2 (2012-03-28) - [security] Fixed local path disclosure vulnerability, see PMASA-2012-2 Advisory: http://www.phpmyadmin.net/home_page/security/PMASA-2012-2.php Approved by: shaun (mentor) Feature safe: yes Security: a81161d2-790f-11e1-ac16-e0cb4e266481
* - Bump PORTREVISION for databases/kyotocabinet shlib changesunpoet2012-03-292-1/+2
| | | | Feature safe: yes
* - Update to 1.2.74sunpoet2012-03-293-4/+4
| | | | | | | | Changes: - kcpolydb.h (PolyDB::SimilarKey): the type of a member was modified for c++0x mode. Feature safe: yes
* - update to 0.6.6rm2012-03-284-6/+22
| | | | | | PR: 166434 Submitted by: Jose Jachuf <jjachuf at gmail dot com> (maintainer) Feature safe: yes
* - remove invalid post-deinstall targetjgh2012-03-281-3/+0
| | | | | | | PR: ports/166059 Submitted by: jgh Approved by: maintainer timeout ( 15 days ) Feature safe: yes
* - Security update to 5.0.4dinoex2012-03-282-3/+3
| | | | | Security: Fix XSS in function.php Feature safe: yes
* Remove invalid values from IGNORE_WITH_PGSQL (according toolgeni2012-03-271-1/+1
| | | | | | VALID_PGSQL_VER). Feature safe: yes
* - Revert previous 'fix' as it was incorrect.zi2012-03-272-1/+2
| | | | | Reported by: pav@ Feature safe: yes
* update to 2.0.4flo2012-03-272-3/+3
| | | | Feature safe: yes
* - Remove databases/gbibgahr2012-03-266-76/+0
| | | | | | MASTER_SITE has been offline > one year now Feature safe: yes
* Update to 5.5.22 release (ssl security fixes).ale2012-03-262-3/+3
| | | | Feature safe: yes
* Update to 5.1.62 release.ale2012-03-262-3/+3
| | | | Feature safe: yes
* Skip version 5.0.96 (no changes related to FreeBSD port).ale2012-03-261-0/+2
| | | | Feature safe: yes
* - Update MASTER_SITES and WWW: linemiwi2012-03-253-946/+941
| | | | | | | | | | | - Add LICENSE - Add MAKE_JOBS_SAFE - Fix LIB_DEPENDS - Fix pkg-plist PR: 166021 Submitted by: Ports Fury Feature safe: yes
* - Add LICENSEzi2012-03-252-2/+4
| | | | | | - Fix missing plist entry Feature safe: yes
* Fix typo. USE_RUBY_RDOCS -> USE_RUBY_RDOCak2012-03-251-1/+1
| | | | | Approved by: eadler (mentor) Feature safe: yes
* - add option in for xls report tuningjgh2012-03-244-6/+59
| | | | | | | | | | | | | | | | | - while here remove a .orig file from pkg-plist, and tune cleanup of .orig's By default, excel export prints all pages into a single excel sheet. This patch allows to have each page show up as a separate sheet in excel. Since the default export prints all pages into a single sheet, certain fields are removed: pageHeader, pageFooter, columnHeader, columnFooter This patch will put one page per sheet, and keep fields intact on each page. Sponsored by: Experts Exchange, LLC. Submitted by: jan@experts-exchange.com (email) Approved by: jgh@ Feature safe: yes
* Update to 1.2.1mm2012-03-232-3/+3
| | | | Feature safe: yes
* Update to 1.5skv2012-03-232-4/+6
| | | | | | | Changes: http://pgfoundry.org/frs/shownotes.php?release_id=1920 PR: ports/164566 Submitted by: "Mikhail T." <m.tsatsenko@gmail.com> Feature safe: yes
* Update to 4.020skv2012-03-232-6/+6
| | | | | Changes: http://cpansearch.perl.org/src/CAPTTOFU/DBD-mysql-4.020/ChangeLog Feature safe: yes
* - Update to 0.51culot2012-03-222-3/+3
| | | | | Changes: http://search.cpan.org/dist/BerkeleyDB/Changes Feature safe: yes
* - Update to 2.0.4culot2012-03-223-6/+6
| | | | | | PR: ports/166312 Submitted by: Mirko Zinn <mail@derzinn.de> (maintainer) Feature safe: yes
* - Update to 0.90.003wen2012-03-222-3/+3
| | | | Feature safe: yes
* Remove expired port.crees2012-03-223-79/+0
| | | | | | | | 2012/03/16 databases/postgresql-tcltk: Broken for months with no-one caring, superseded by http://pgtclng.sourceforge.net/ Thanks to mi for locating pgctlng for me! Feature safe: yes
* Update dependency for removal of postgresql-tcltk; replace with databases/pgtclcrees2012-03-221-3/+6
| | | | Feature safe: yes
* - Update to 2.6jgh2012-03-223-10/+13
| | | | | | | | | - shorten master_sites while here - styling fixes on pkg-descr PR: ports/166299 Submitted by: maintainer, alexey@renatasystems.org Feature safe: yes
* - Upgrade to 1.2.3.kuriyama2012-03-212-5/+4
| | | | Feature safe: yes
* Update to 1.0.4 release.ale2012-03-214-6/+6
| | | | | Submitted by: maintainer Feature safe: yes
* Remove USE_MYSQL since the port does not depend on the mysql clientskreuzer2012-03-211-1/+1
| | | | | Reported by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> Feature safe: yes
* Update from 2.4.8 to 2.4.9.osa2012-03-192-3/+3
| | | | | | | | | | | | | | | | | Feature safe: yes <ChangeLog> UPGRADE URGENCY: low. Mostly new features and minor bug fixing. * [FEATURE] Redis server is now able to test your memory for broken RAM. Usage: ./redis-server --test-memory <megabytes>. * [FEATURE] redis-benchmark backported from unstable. Pipelining, run selected tests, and a few more features. * [BUGFIX] utils/install_server.sh script now works on Redhat / Centos. * [BUGFIX] Minor fix to redis-cli (github issue #306). </ChangeLog>
* Add new port databases/datamodeler: a free data and database modeling tool,scheidell2012-03-196-0/+1007
| | | | | | | | | | | providing a full range of utilities to support your data modeling needs. SQL Developer Data Modeler can connect to any supported Oracle Database and is - Note: will not extract for FreeBSD < 8.2 PR: ports/161894 Submitted by: José García Juanino <jjuanino@gmail.com> aintainer) Approved by: José García Juanino <jjuanino@gmail.com> (maintaine Feature safe: yes
* Remove expired port: This was only needed for mail/py-spambayes. Nowrm2012-03-192-18/+0
| | | | | | it's not. Feature safe: yes
* - Upgrade to 0.002110.kuriyama2012-03-172-3/+3
| | | | Feature safe: yes
* - Update to 1.2.20120315sunpoet2012-03-172-3/+3
| | | | | | | | | | | Changes: http://code.google.com/p/leveldb/source/list http://code.google.com/p/leveldb/source/detail?r=9013f13b1512f6ab8c04518e8f036e58be271eba http://code.google.com/p/leveldb/source/detail?r=583f1499c00ff40f332149021f583cf6ee78dd7e http://code.google.com/p/leveldb/source/detail?r=d79762e27369365a7ffe1f2e3a5c64b0632079e1 http://code.google.com/p/leveldb/source/detail?r=015d26f8be6e27d96c536eb9f1ef7275898e3603 http://code.google.com/p/leveldb/source/detail?r=239ac9d2dea0ac1708b7d903a3d80d3883e0781b http://code.google.com/p/leveldb/source/detail?r=3c8be108bfb5fbd7d51f824199627e757279f79e Feature safe: yes
* - Update to 2.19.2sunpoet2012-03-162-9/+7
| | | | | | | - Do not silence installation message Changes: http://search.cpan.org/dist/DBD-Pg/Changes Feature safe: yes
* - Update to 2.19.1jgh2012-03-162-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | | Changelog: Version 2.19.1 Released March 10, 2012 - Fix crash when passing in an array with undefined elements. [GSM] Version 2.19.0 Released March 9, 2012 (git commit 05ab092905ce6891ed83e173412ee70d6cdb8cb5) - Use proper formatting for warn() and croak() (CPAN bug #75642) [Niko Tyni] - Fix localized regex in test (CPAN bug #70759) - Fix for named placeholders (CPAN bug #70953) [Jan Pazdziora] - Various fixes to the array-marshalling code [Noah Misch, Mark Stosberg, and David Christensen] (CPAN bug #58552) - Allow hi-bit chars in dollar-quoted identifiers [David Christensen] (CPAN bug #73832) - Have do() return count for things such as CREATE TABLE .. AS SELECT Will only work on 9.0 or better. (CPAN bug #71073) [Pavel Stehule] - Better error message when trying to do things post-disconnect [GSM] - Always respect pg_server_prepare=0 by using PQexec not PQexecParams. [GSM] - Fix error in async docs (CPAN bug #72812) PR: ports/166135 Submitted by: ohauer@ Feature safe: yes
* - Update to 1.21sunpoet2012-03-162-4/+3
| | | | Feature safe: yes
* - Bump PORTREVISION for databases/kyotocabinet shlib changesunpoet2012-03-161-1/+1
| | | | Feature safe: yes
* - Update to 1.2.73sunpoet2012-03-163-4/+4
| | | | | | | | | | Changes: - kcutil.h (memdist, strutfdist, strucsdist): new functions. - kcpolydb.h (PolyDB::match_similar): new funcion. - kclangc.h (kclevdist, kcdbmatchsimilar): new functions. - kcfile.cc (File::open): LOCKFILE_FAIL_IMMEDIATELY support was added for Win32. Feature safe: yes