aboutsummaryrefslogtreecommitdiffstats
path: root/databases
Commit message (Collapse)AuthorAgeFilesLines
* This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.eadler2013-03-195-5/+5
| | | | | | | | | If a port used other USE_GNOME items it was untouched. The ports that used other USES were fixed by hand. PR: ports/177081 Reviewed by: bapt Approved by: portmgr (miwi)
* Convert almost all gnome@ ports to OptionsNG, trim header, use USES=pathfixkwm2013-03-191-17/+10
| | | | | | | instead of gnomehack and pet portlint. Add conflicts with future gnome3 versions. Reviewed by: miwi, bapt
* Update to 4.2.12.kwm2013-03-1912-117/+681
| | | | | | | | Convert to OptionsNG. pet portlint, remove obsolete OSVERSION check Tweak comment in slaves if needed, add a ldap backend. PR: ports/161676 (based on update to 4.2.9) Submitted by: Zhihao Yuan <lichray@gmail.com>
* Fix merge mistakes.flo2013-03-192-1/+3
|
* Add the 5.6 branch of Percona-Server.flo2013-03-1939-0/+1229
| | | | | While MySQL 5.6.10 is considered GA, Percona still considers Percona-Server 5.6.10 alpha software.
* - Update to 1.2.14.0sunpoet2013-03-182-3/+3
| | | | | Changes: http://trac.xapian.org/wiki/ReleaseOverview/1.2.14 http://search.cpan.org/dist/Search-Xapian/Changes
* - Update to 1.2.14sunpoet2013-03-182-3/+3
| | | | Changes: http://trac.xapian.org/wiki/ReleaseOverview/1.2.14
* - Update to 1.2.14sunpoet2013-03-182-3/+3
| | | | Changes: http://trac.xapian.org/wiki/ReleaseOverview/1.2.14
* - Complete port addition for databases/rubygem-mysqlzi2013-03-181-0/+1
| | | | - Unbreak INDEX
* New port: databases/rubygem-activerecord-mysql-adapter:zi2013-03-184-0/+26
| | | | | | An ActiveRecord adapter for MySQL, based on mysql gem. WWW: https://rubygems.org/gems/activerecord-mysql-adapter
* New port: databases/rubygem-mysql:zi2013-03-183-0/+23
| | | | | | | This is the MySQL API module for Ruby. It provides the same functions for Ruby programs that the MySQL C API provides for C programs. WWW: https://rubygems.org/gems/mysql
* - Convert to PEAR_AUTOINSTALLmiwi2013-03-1716-143/+33
| | | | | - Trim header - Take maintainership
* In categories starting with 'c' and 'd', remove empty lines from pkg-plistdanfe2013-03-172-3/+1
| | | | | (except for `databases/tdbc' and `devel/py-mercurialserver', where it looks like they're being used deliberately).
* - Reset Maintainerscheidell2013-03-171-1/+1
| | | | Feature Safe: yes
* - Convert to PEAR_AUTOINSTALLmiwi2013-03-171-23/+3
|
* - Convert to PEAR_AUTOINSTALLmiwi2013-03-171-296/+1
|
* - Convert to PEAR_AUTOINSTALLmiwi2013-03-171-9/+4
|
* - Convert to PEAR_AUTOINSTALLmiwi2013-03-171-10/+4
|
* - Conver to PEAR_AUTOINSTALLmiwi2013-03-171-8/+2
|
* - Convert to PEAR_AUTOINSTALLmiwi2013-03-171-34/+4
|
* - Remove needless quoting of BROKEN/IGNOREbdrewery2013-03-163-18/+6
| | | | | | | - Trim headers PR: ports/168908 With hat: portmgr
* Update to 5.5.30flo2013-03-164-21/+11
| | | | | PR: ports/177009 Submitted by: Alexandr Kovalenko <never@nevermind.kiev.ua> (maintainer)
* - Remove post-extract this is no longer needed.miwi2013-03-151-5/+1
| | | | - Bump PORTREVISION
* - Convert to PEAR_AUTOINSTALLmiwi2013-03-151-9/+3
| | | | - Trim header
* - Convert to PEAR_AUTOINSTALLmiwi2013-03-151-48/+2
|
* - Trim headermiwi2013-03-151-8/+2
| | | | - Convert to PEAR_AUTOINSTALL
* - Clean up couple of things after previous commit (r314144)danfe2013-03-143-22/+26
| | | | | | | - Do not overwrite WWWOWN and WWWGRP, set should be already set - Fix a typo in pkg-message, shorten <hr> lines by 2 characters - While here, define LICENSE (GPLv2), reformat and strip EOL spaces from pkg-descr, sort the knobs, improve COMMENT, etc.
* - Convert to Optionsngmiwi2013-03-141-9/+5
| | | | - While here trim header
* - adopt optionsNG and trim historical headersjgh2013-03-147-42/+25
| | | | | | | | | | | | | | | | PR: 176928 PR: 176936 PR: 176937 PR: 176938 PR: 176939 PR: 176940 PR: 176941 PR: 176942 PR: 176943 PR: 176944 PR: 176945 Submitted by: jgh@ Approved by: portmgr (miwi)
* pg_statsinfo is a utility that monitor statistics and the activity ofkuriyama2013-03-138-0/+378
| | | | | | | | | | | PostgreSQL(and OS). pg_statsinfo gets some statistics information as snapshot. We can check the DB activity and bottleneck analysis by using these snapshot information. This utility provides some function to get the information acquisition easily. WWW: http://pgstatsinfo.projects.pgfoundry.org/ (currently some OS resource stats are disabled.)
* - Update to 1.2.14bdrewery2013-03-133-29/+17
| | | | | PR: ports/171917 Submitted by: Dan Langille <dan@langille.org> (maintainer)
* Do not try to remove a directory not owned by the portbapt2013-03-131-1/+0
| | | | Reported by: pkg DEVELOPER_MODE
* Update from 2.6.10 to 2.6.11.osa2013-03-136-14/+14
| | | | | | | | | | | | | | | | <ChangeLog> UPGRADE URGENCY: LOW, however updating is encouraged if you have many instances per server and you want to lower the CPU / energy usage. * [BUGFIX] Replication: more strict error checking for master PING reply. * [BUGFIX] redis-cli: use keepalive socket option for improved reliability. * [BUGFIX] Allow AUTH while loading the DB in memory. * [BUGFIX] Don't segfault on unbalanced quotes while parsing config file. * [IMPROVED] serverCron() frequency is now a runtime parameter (was REDIS_HZ). * [IMPROVED] Use a lot less CPU when idle, even with many configured DBs. </ChangeLog>
* LMDB is an ultra-fast, ultra-compact key-value datadelphij2013-03-125-0/+87
| | | | | | store developed by Symas for the OpenLDAP Project. PR: ports/174007
* - Update to 3.0.3sunpoet2013-03-112-3/+3
| | | | Changes: https://github.com/redis/redis-rb/blob/master/CHANGELOG.md
* - Add RG link to pkg-descrsunpoet2013-03-111-0/+1
|
* - Update to 0.805sunpoet2013-03-113-5/+5
| | | | | | - Reformat pkg-descr Changes: http://search.cpan.org/dist/Rose-DB-Object/Changes
* Convert database/mdbtools from USE_BISON -> USES=bisonbapt2013-03-111-1/+1
| | | | | | Remove left USE_BISON from graphics/tumble Submitted by: John Marino <john@marino.st>
* - Update to 0.95.001wen2013-03-102-8/+4
| | | | - Trim Makefile headers
* Update to 5.5.30.30.1flo2013-03-092-4/+4
|
* Remove databases/ruby-dbdbd. The project is dead and I know of no users.brooks2013-03-094-66/+0
|
* Convert USE_BISON to USES= bisonbapt2013-03-0816-45/+22
| | | | | | | | | | | | | | It brings bison as a build dependency in case it is set the following way: USES= bison or USES= bison:build it brings bison as a run dependency in case it is set the following way: USES= bison:run it brings bison both as a run and build dependency in case it the set the following way: USES= bison:both While here trim some headers Convert some USE_GNOME= gnomehack to USES= pathfix
* * Update the glib to 2.34.3 and gtk20 to 2.24.17 and gtk30 to 3.6.4 whichkwm2013-03-086-14/+13
| | | | | | | | | | | | | | | | | | | | are the latest stable releases. * Update vala to the newest stable release 0.18.1, also update a few ports in the gtk/gnome stack. * The c++ bindings ports for glib, atk, gconf, etc, have now USE_GNOME toggles. * Remove pkg-config run depends from glib20 and freetype2. This doesn't eliminate pkg-config run dependency completely, a second phase is needed and is planned. * Support for .:run. and .:build. for USE_GNOME components was added. Currently only libxml2 and libxslt support this mechanism. * Updates of the telepathy stack and empathy. * Trim makefile headers, convert ports to new options, trim off library versions for some ports. * Fix other ports so they build with the new glib version. Thanks to miwi and crees for helping out with some exp-runs. Approved by: portmgr (miwi & bapt) Obtained from: gnome team repo
* Change this port to be more in line with databases/mariadb-serverflo2013-03-085-6/+60
| | | | | | | | | | | - Add support for [Open]SSL choice - bundled, system, ports - Add support for OQGRAPH, PBXT storage engines - Add MAXKEY options (should stay on if you want your data to be compatible with all the other mysql ports in the ports tree) - Minor fix of patch-sql_CMakeLists.txt PR: ports/176405 Submitted by: Alexandr Kovalenko <never@nevermind.kiev.ua>
* - Fix all new cases of 'No newline at end of file' in the ports treeak2013-03-071-1/+1
| | | | Approved by: portmgr (bapt)
* Update to 1.43.tobez2013-03-072-3/+3
| | | | Changes: http://search.cpan.org/dist/DBD-ODBC/Changes
* update math/R to 2.15.3, and adjust dependent portsbf2013-03-075-5/+5
|
* - Update to 0.7.10nivit2013-03-072-18/+4
| | | | - Include fix of pkg-plist when Python version >= 3.2
* Remove expired, unmaintained ports:rene2013-03-0612-403/+0
| | | | | | | | | | | | | | | | | | | | | 2013-03-01 sysutils/sge60: Ancient and unsupported release 2013-03-01 sysutils/sge61: Ancient and unsupported release 2013-03-05 x11-themes/sapphire-themes: Broken for more than 6 month 2013-03-05 misc/fep: Broken for more than 6 month 2013-03-05 devel/gauche-gaunit: Broken for more than 6 month 2013-03-05 games/tuxracer_golf: Broken for more than 6 month 2013-03-05 net/bfilter: Broken for more than 6 month 2013-03-05 graphics/fnlib: Broken for more than 6 month 2013-03-05 print/gfontview: Broken for more than 6 month 2013-03-05 print/hugelatex: Broken for more than 6 month 2013-03-05 misc/gtktalog: Broken for more than 6 month 2013-03-05 x11/wterm: Broken for more than 6 month 2013-03-05 databases/xapian-bindings10: Broken for more than 6 month 2013-03-05 databases/adstudio: Broken for more than 6 month 2013-03-05 misc/splitvt: Broken for more than 6 month 2013-03-05 sysutils/udesc_dump: Broken for more than 6 month 2013-03-05 textproc/gxditview: Broken for more than 6 month 2013-03-05 x11/powershell: Broken for more then 6 month
* - Fix RUN_DEPENDS entry to sqlite3.lippe2013-03-061-2/+2
|
* - *Really* fix sqlite3.so location.lippe2013-03-061-2/+2
| | | | | Reported by: rm@ Pointyhat: lippe
* - Fix sqlite3.so location on RUN_DEPENDS.lippe2013-03-061-1/+2
| | | | Reported by: culot@
* Update to 2.04.tobez2013-03-052-3/+3
| | | | Changes: http://search.cpan.org/dist/Dancer-Plugin-Database/Changes
* Add perl runtime dependency for a few scripts (mysql_install_db is the main ↵ale2013-03-051-0/+2
| | | | | | | one). PR: ports/176255 Submitted by: Rustem Alimov <rustem.alimov@gmail.com>
* New port for sqlcipher.jsa2013-03-056-1/+41
| | | | | | | | | Sqlcipher is a drop in replacement for sqlite3. Sqlcipher creates encrypted sql databases. Sponsored by: iXsystems Suggested by: Isilon Approved by: kwm (mentor)
* - Update to 0.7.9lippe2013-03-053-15/+20
| | | | | | PR: ports/172898 Submitted by: Kubilay Kocak <koobs.freebsd@gmail.com> Approved by: maintainer timeout (4+ months)
* Update to 0.28(00).tobez2013-03-043-11/+4
| | | | Changes: http://search.cpan.org/dist/DBIx-Custom/Changes
* - Update *_DEPENDS on databases/py-sqlite3 after _sqlite3.so relocationlwhsu2013-03-045-26/+10
|
* Ruby-bdb1 is an interface to Berkeley DB revision 1.85 and 1.86.dinoex2013-03-044-0/+34
| | | | | | | | | | | | | | | This library includes support for the following access methods: * B+tree * Hashing * Fixed and Variable-Length Records And the following interfaces: * Hash like interface - BDB1::Btree and BDB1::Hash * Array like interface - BDB1::Recnum(Recno) WWW: https://github.com/knu/ruby-bdb1
* - Upgrade to 3.1.6.kuriyama2013-03-033-4/+16
| | | | | | | - Add --with-openssl knob. PR: ports/175886 Submitted by: gor <gor@bss.org.ua>
* - Upgrade to 0.002205.kuriyama2013-03-032-3/+3
|
* - Upgrade to 0.11.kuriyama2013-03-032-8/+3
|
* - Upgrade to 0.33.kuriyama2013-03-032-3/+3
|
* Update to 5.5.29.30.0flo2013-03-032-4/+4
|
* - Fix EXPIRATION date, we are in 2013, not 2012swills2013-03-032-2/+2
| | | | | Pointyhat to: swills Reported by: bapt
* - Deprecate ports which don't work with Ruby 1.9swills2013-03-032-10/+8
| | | | | | | | - Set expiration to 2 months to give plenty of time to fix them to anyone who may be interested (patching rubygem- ports is possible now) - Trim headers while here With Hat: ruby@
* Variable that start with _ are considered private to the definingeadler2013-03-022-2/+2
| | | | | | | makefile and may not be used by ports makefiles. In addition, avoid problems should the defaults ever change. Approved by: portmgr (tabthorpe)
* - Install standard libraries separated as other ports to the same placelwhsu2013-03-028-35/+47
| | | | | | with other standard libraries (${PYTHON_LIBDIR}/lib-dynload) - Improve consistency of the Makefile(s) - Whitespace cleanup for the patches
* Update to 0.08209.tobez2013-03-012-3/+4
| | | | Changes: http://search.cpan.org/dist/DBIx-Class/Changes
* - Update to 2.2.2 [1]scheidell2013-03-013-1037/+18
| | | | | | | | | - Convert to new Makefile header [2] - Enable converters/igbinary support. Suggested by: devzone.my [2] PR: ports/173643 Submitted by: Valery Komarov <komarov@valerka.net> [1] Approved by: Mikhail Tsatsenko <m.tsatsenko@gmail.com> maintainer [2]
* - Upgrade to 0.18.kuriyama2013-03-012-3/+3
|
* - Upgrade to 0.15.kuriyama2013-03-012-8/+3
|
* Convert the headers of these ports I just drop maintainership of.brooks2013-03-011-5/+0
|
* Paul Chvostek has graciously agreed to take maintainership of these twobrooks2013-03-011-1/+1
| | | | ports.
* Update to 0.27.tobez2013-02-272-3/+3
| | | | | Changes: http://search.cpan.org/dist/DBIx-Class-ResultSet-RecursiveUpdate/Changes
* Update to 0.07035.tobez2013-02-272-4/+3
| | | | Changes: http://search.cpan.org/dist/DBIx-Class-Schema-Loader/Changes
* - Update to version 4.5, now GTK+2 basedpawel2013-02-279-152/+137
| | | | | | | | | | | - Convert to OptionsNG, respect NLS option - Add support for sqlite3 - Add license info - Respect CFLAGS during build - Update COMMENT, pkg-descr to describe actual state PR: ports/176402 Reported by: Aldis Berjoza <graudeejs@gmail.com>
* - Update to 2.17.4culot2013-02-232-3/+3
| | | | | | Changes: http://www.lemke-it.com/litnoauth?request=pubclogcego&lang=en PR: ports/176325 Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer)
* This is a quick release to fix missing reports of most frequent errors and ↵girgen2013-02-222-3/+3
| | | | | | slowest normalized queries in previous version published yesterday.
* Update to 2.05.tobez2013-02-222-8/+4
| | | | Changes: http://search.cpan.org/dist/MLDBM/Changes
* Update to 2.2.2wxs2013-02-213-3/+14
| | | | | PR: ports/175608 Submitted by: Waitman Gobble <uzimac@da3m0n8t3r.com>
* Update pgbadger to 3.0girgen2013-02-212-3/+3
|
* - Update to 1.2.13.0sunpoet2013-02-214-26/+21
| | | | | | | | | - Cleanup Makefile header - Sort PLIST - Reformat pkg-descr Changes: http://trac.xapian.org/wiki/ReleaseOverview/1.2.13 http://search.cpan.org/dist/Search-Xapian/Changes
* - Update to 1.2.13sunpoet2013-02-213-12/+8
| | | | | | | - Cleanup Makefile header - Reformat pkg-descr Changes: http://trac.xapian.org/wiki/ReleaseOverview/1.2.13
* - Update to 1.2.13sunpoet2013-02-214-14/+9
| | | | | | | | - Cleanup Makefile header - Reformat pkg-descr - Bump PORTREVISION for databases/xapian-core shlib change Changes: http://trac.xapian.org/wiki/ReleaseOverview/1.2.13
* - Reassign ports from avl@ back to pool at his request.fluffy2013-02-211-1/+1
| | | | | Submitted by: avl via IM Approved by: avl via IM
* Update to 0.08208.tobez2013-02-202-3/+3
| | | | Changes: http://search.cpan.org/dist/DBIx-Class/Changes
* Use DOCS option.olgeni2013-02-202-6/+8
|
* - new port postgis20ohauer2013-02-206-0/+270
| | | | | | | | | | | | | | | | | | | PostGIS adds support for geographic objects to the PostgreSQL object-relational database. In effect, PostGIS "spatially enables" the PostgreSQL server, allowing it to be used as a backend spatial database for geographic information systems (GIS), much like ESRI's SDE or Oracle's Spatial extension. PostGIS follows the OpenGIS "Simple Features Specification for SQL" and has been certified as compliant with the "Types and Functions" profile. PostGIS development was started by Refractions Research as a project in open source spatial database technology. PostGIS is released under the GNU General Public License. PostGIS continues to be developed by a group of contributors led by a Project Steering Committee and new features continue to be added. WWW: http://www.postgis.org/ PR: 174620 Submitted by: Matthew Trisoline <matt.trisoline@intermedix.com>
* - create conflict entry for postgis20ohauer2013-02-205-13/+12
| | | | | - adopt new Makefile header and OPTIONS NG - rename patches so they match patchfile nameing style
* Fix DOCSDIR path in pkg-message (no PORTREVISION bump).olgeni2013-02-201-1/+1
|
* - Update to 2.17.3culot2013-02-182-3/+3
| | | | | | Changes: http://www.lemke-it.com/litnoauth?request=pubclogcego&lang=en PR: ports/176211 Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer)
* - trim historical headerjgh2013-02-181-5/+1
|
* - fix documentation conflict [1]jgh2013-02-182-9/+7
| | | | | | | | | - remove examples notation from pkg-message (no longer distributed/installed) [1] PR: 176066 Submitted by: walterhurry@gmail.com, jgh@ [1] With hat: pgsql@
* - Update to 2.2.9 [1]wen2013-02-173-174/+380
| | | | | | | | - Convert to optionsNG - Reset maintainer to ports@ PR: 175313 [1] Submitted by: Pedro Giffuni <giffunip@tutopia.com> [1]
* - Update rails to 3.2.12swills2013-02-174-10/+9
| | | | | | | | - Update dependent ports, including: - Update rack to 1.4.5 to resolve CVE-2013-0263 and CVE-2013-0262 - Update activemodel to 3.2.12 to resolve CVE-2013-0276 Security: forthcoming
* Update to 2.1.9flo2013-02-162-3/+3
|
* Upgrade to 3.5.7matthew2013-02-162-3/+3
| | | | | | This is a routine bugfix release. ChangeLog: http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/3.5.7/phpMyAdmin-3.5.7-notes.html/view
* - Upgrade to 1.12.kuriyama2013-02-163-9/+7
|
* - Upgrade to version 2.1.3olgeni2013-02-152-14/+13
| | | | | - Remove reference to postgresql 8.2 - Cleanup Makefile header
* Add MySQL 5.6.ale2013-02-1438-0/+1190
|
* - Update to 1.3.0culot2013-02-143-4/+4
| | | | | | | - Fix typo in pkg-descr PR: ports/175994 Submitted by: trociny@
* - Update MAINTAINER email address for all my portspclin2013-02-132-2/+2
| | | | | | - Convert Makefile header to new style if needed Approved by: swills (mentor)
* Fix conversion to new options frameworkbapt2013-02-121-7/+2
|
* Liquibase is an open source (Apache 2.0 Licensed), database-independentmiwi2013-02-126-0/+100
| | | | | | | | | | | library for tracking, managing and applying database changes. It is built on a simple premise: All database changes are stored in a human readable yet trackable form and checked into source control. WWW: http://www.liquibase.org/ PR: ports/176032 Submitted by: Gea-Suan Lin <gslin@gslin.org>
* Update to 0.08206.tobez2013-02-122-3/+3
| | | | Changes: http://search.cpan.org/dist/DBIx-Class/Changes
* Update from 2.6.9 to 2.6.10.osa2013-02-126-16/+16
| | | | | | | | | | | | | | | | | | | | | | | | | <ChangeLog> UPGRADE URGENCY: MODERATE, this release contains many non-critical fixes and many small improvements. * [BUGFIX] redis-cli --rdb, fixed when the server sends newlines to ping. * [BUGFIX] redis-cli, minor fixes on connection handling, prompt. * [BUGFIX] Slow log: don't log EXEC, just executed commands. * [BUGFIX] On failed shutdown don't try again and again compulsively. * [BUGFIX] Fix build on sunos without backtrace(). * [BUGFIX] UNSUBSCRIBE and PUNSUBSCRIBE: always provide a reply (see 742e580) * [BUGFIX] Lua struct library was broken, upgraded. * [BUGFIX] Fix a bug in srandmemberWithCountCommand() with count argument. * [BUGFIX] Test: disable clients timeout to prevent issues on slow systems. * [BUGFIX] Sentinel: don't advertise the promoted slave as master too early. * [IMPROVED] Whitelist SIGUSR1, see http://redis.io/topics/signals. * [IMPROVED] Simpler to understand redis-cli --bigkeys output. * [IMPROVED] Test now works with tclsh > 8.5. * [IMPROVED] Added option to turn of the Nagle algorithm in slave socket. * [IMPROVED] Optionally use SO_KEEPALIVE to detect dead peers. </ChangeLog>
* - Update to 3.1.0jlaffaye2013-02-107-31/+151
| | | | | PR: ports/175735 Submitted by: avg
* Upgrade to version 0.9.2.olgeni2013-02-103-7/+180
|
* Update MAINTAINER address for all my ports. While I'm here,koobs2013-02-095-8/+8
| | | | | | standardise and canonicalise Makefile header format and contents. Approved by: eadler (mentor)
* Connect mysql-connector-c to the buildcrees2013-02-091-0/+1
|
* - Update to latest git version 31-g9ca7fdamiwi2013-02-092-3/+4
| | | | | PR: 175815 Submitted by: maintainer
* - Update to 2.17.2culot2013-02-092-3/+3
| | | | | | Changes: http://www.lemke-it.com/litnoauth?request=pubclogcego&lang=en PR: ports/175958 Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer)
* - Fix build and undeprecate [1] (converted to sed expression)madpilot2013-02-092-20/+23
| | | | | | | | | | | | | | | | While I'm here: - Fix plist with OCI8 option enabled - Fix some portlint warnings - Properly use optionsng - Use EXAMPLES macros for examples in place of DOCS ones. Similar fix as in PR also submitted via email to me independently by Riccardo Torrini <riccardo@torrini.org> PR: ports/175709 Submitted by: Tim <tez@netbsd.org> Approved by: jadawin (perl@)
* - Update to 1.2.0miwi2013-02-082-4/+4
| | | | | | PR: 175541 Submitted by: Piotr Florczyk <piotr.florczyk@nnv.pl> Approved by: maintainer
* - Update to 180miwi2013-02-083-10/+8
| | | | | | | - Trim header PR: 175911 Submitted by: maintainer
* PostgreSQL 9.2.3, 9.1.8, 9.0.12, 8.4.16 and 8.3.23 releasedgirgen2013-02-0819-20/+33
| | | | | | | | | | | | This update fixes a denial-of-service (DOS) vulnerability. All users should update their PostgreSQL installations as soon as possible. The security issue fixed in this release, CVE-2013-0255, allows a previously authenticated user to crash the server by calling an internal function with invalid arguments. URL: http://www.postgresql.org/about/news/1446/ Security: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-0255
* - Remove empyt dirsmiwi2013-02-081-0/+0
|
* - Fix Undefined symbol "mmc_queue_pop" with clangmiwi2013-02-071-0/+1
| | | | | | PR: 168383 Submitted by: Nicolas Raspail <nicolas.raspail@gmail.com> Approved by: maintainer timeout
* - Fix build with clangmiwi2013-02-071-19/+15
| | | | | | | - Trim header PR: 175024 Submitted by: Ports Fury
* Update to 5.1.68 release.ale2013-02-072-3/+3
|
* - Update to 1.7.6culot2013-02-073-4/+5
| | | | | | | Changes: https://github.com/openstack/swift/blob/master/CHANGELOG PR: ports/175624 Submitted by: trociny@ Approved by: Gea-Suan Lin <gslin@gslin.org> (maintainer)
* Remove obsolete flag.ale2013-02-071-3/+2
| | | | Submitted by: Paul Beard <paulbeard@gmail.com>
* - Update to 2.17.1culot2013-02-072-3/+3
| | | | | | Changes: http://www.lemke-it.com/litnoauth?request=pubclogcego&lang=en PR: ports/175882 Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer)
* - restore databases/postgresql-libpqxx, distfiles are now availablejgh2013-02-076-0/+167
| | | | | | - maintainership over to pgsql@ (with hat pgsql@) Reported by: kjedruczyk@fastmail.net
* Update of the port to 1.1.15 release.timur2013-02-0713-67/+1131
| | | | | | | | | Change maintaner to myself according to IRC conversation and following e-mail. [21:50] [aweits(~aweits@discipline.rit.edu )] yea, please take ownership PR: 175896 Approved by: maintainer
* Convert one more NOPORTDOCS occasion to port optionsNG framework.mandree2013-02-071-5/+5
| | | | | PR: ports/175878 Submitted by: Takefu
* - Add UPDATING entry for libtasn1 updatenovel2013-02-071-2/+2
| | | | - Bump PORTREVISIONs for dependant ports
* Update to 5.5.30 release.ale2013-02-062-3/+3
|
* - Fix breakage in the DYNAMIC-enabled ports triggered by the recentpgj2013-02-067-16/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | devel/libffi update - Enable multithreaded build for lang/ghc (i.e. mark MAKE_JOBS_SAFE) Please note that port revision for all the Haskell ports without version changes are bumped. New ports (20): devel/hs-MonadRandom 0.1.8 devel/hs-base64-conduit 0.5.1 devel/hs-bifunctors 3.2 devel/hs-either 3.1 devel/hs-errors 1.3.1 devel/hs-generic-deriving 1.4.0 devel/hs-lens 3.8.5 devel/hs-profunctor-extras 3.3 devel/hs-profunctors 3.2 devel/hs-reflection 1.1.6 devel/hs-timezone-olson 0.1.2 devel/hs-timezone-series 0.1.2 math/hs-comonads-fd 3.0.1 math/hs-groupoids 3.0.1.1 math/hs-nats 0.1 math/hs-semigroupoid-extras 3.0.1 security/hs-cipher-rc4 0.1.2 security/hs-crypto-numbers 0.1.3 security/hs-crypto-pubkey 0.1.2 security/hs-crypto-random-api 0.2.0 Updated ports (107): archivers/hs-zip-archive 0.1.2.1 --> 0.1.3.3 archivers/hs-zlib-bindings 0.1.1.2 --> 0.1.1.3 audio/hs-libmpd 0.8.0.1 --> 0.8.0.2 benchmarks/hs-criterion 0.6.2.0 --> 0.6.2.1 converters/hs-aeson 0.6.0.2_2 --> 0.6.1.0 converters/hs-dataenc 0.14.0.4 --> 0.14.0.5 databases/hs-persistent 1.0.2.2 --> 1.1.4 databases/hs-persistent-sqlite 1.0.1 --> 1.1.2 databases/hs-persistent-template 1.0.0.2 --> 1.1.2.1 devel/hs-BNFC 2.4.2.1_1 --> 2.6.0.3 devel/hs-Boolean 0.1.1 --> 0.1.2 devel/hs-TypeCompose 0.9.7 --> 0.9.9 devel/hs-ansi-terminal 0.5.5_5 --> 0.5.5.1 devel/hs-ansi-wl-pprint 0.6.4_3 --> 0.6.6 devel/hs-basic-prelude 0.3.1.0 --> 0.3.2.0 devel/hs-checkers 0.2.9_2 --> 0.3.1 devel/hs-classy-prelude 0.4.1 --> 0.4.3 devel/hs-classy-prelude-conduit 0.4.1 --> 0.4.3 devel/hs-conduit 0.5.5 --> 0.5.6 devel/hs-configurator 0.2.0.1 --> 0.2.0.2 devel/hs-cpphs 1.15 --> 1.16 devel/hs-edit-distance 0.2.1.1 --> 0.2.1.2 devel/hs-file-embed 0.0.4.6 --> 0.0.4.7 devel/hs-filestore 0.5.0.1 --> 0.6 devel/hs-fsnotify 0.0.4 --> 0.0.6 devel/hs-ghc-paths 0.1.0.8_5 --> 0.1.0.9 devel/hs-git-annex 3.20121211 --> 3.20130124 devel/hs-hashable 1.1.2.5 --> 1.2.0.5 devel/hs-hastache 0.4.2 --> 0.5.0 devel/hs-hlint 1.8.39 --> 1.8.43 devel/hs-hoogle 4.2.14 --> 4.2.15 devel/hs-hspec 1.4.2 --> 1.4.3 devel/hs-largeword 1.0.3 --> 1.0.4 devel/hs-lifted-base 0.2 --> 0.2.0.2 devel/hs-monad-logger 0.2.3 --> 0.2.3.2 devel/hs-optparse-applicative 0.4.2 --> 0.5.2.1 devel/hs-pool-conduit 0.1.0.3 --> 0.1.1 devel/hs-project-template 0.1.0.1 --> 0.1.1 devel/hs-silently 1.2.4 --> 1.2.4.1 devel/hs-smallcheck 0.6.1_2 --> 0.6.2 devel/hs-system-fileio 0.3.10 --> 0.3.11 devel/hs-unix-compat 0.4.0.0 --> 0.4.1.0 devel/hs-unordered-containers 0.2.2.1 --> 0.2.3.0 devel/hs-vault 0.2.0.1 --> 0.2.0.4 devel/hs-void 0.5.8 --> 0.5.11 devel/hs-word8 0.0.2 --> 0.0.3 mail/hs-mime-types 0.1.0.0 --> 0.1.0.2 math/hs-categories 1.0.4 --> 1.0.5 math/hs-comonad 3.0.0.2 --> 3.0.1.1 math/hs-comonad-transformers 3.0 --> 3.0.1 math/hs-distributive 0.2.2_2 --> 0.3 math/hs-pointed 3.0.1 --> 3.0.2 math/hs-semigroupoids 3.0.0.1 --> 3.0.2 math/hs-semigroups 0.8.4.1 --> 0.9 net/hs-network-conduit 0.6.1.1 --> 0.6.2.2 net/hs-simple-sendfile 0.2.8 --> 0.2.10 print/hs-hscolour 1.20.3,1 --> 1.20.3_1,1 security/hs-certificate 1.3.3 --> 1.3.5 security/hs-cipher-aes 0.1.5 --> 0.1.7 security/hs-clientsession 0.8.0.1 --> 0.8.1 security/hs-cprng-aes 0.2.4 --> 0.3.4 security/hs-crypto-conduit 0.4.1 --> 0.4.3 security/hs-cryptocipher 0.3.6 --> 0.4.0 security/hs-cryptohash 0.7.9 --> 0.8.3 security/hs-pem 0.1.1_2 --> 0.1.2 security/hs-skein 0.1.0.10 --> 0.1.0.11 security/hs-tls 1.0.2 --> 1.1.1 security/hs-tls-extra 0.5.0 --> 0.6.1 sysutils/hs-angel 0.3.3 --> 0.3.4 textproc/hs-Diff 0.1.3_3 --> 0.2.0 textproc/hs-attoparsec 0.10.2.0_2 --> 0.10.3.0 textproc/hs-blaze-html 0.5.1.1 --> 0.5.1.3 textproc/hs-blaze-markup 0.5.1.2 --> 0.5.1.4 textproc/hs-case-insensitive 0.4.0.3 --> 0.4.0.4 textproc/hs-citeproc-hs 0.3.6 --> 0.3.7 textproc/hs-double-conversion 0.2.0.5 --> 0.2.0.6 textproc/hs-highlighting-kate 0.5.3.3 --> 0.5.3.5 textproc/hs-hs-bibutils 4.15 --> 4.16 textproc/hs-regex-pcre-builtin 0.94.4.3.8.31 --> 0.94.4.5.8.31 textproc/hs-texmath 0.6.1.1 --> 0.6.1.3 textproc/hs-yaml 0.8.1.1 --> 0.8.2 www/hs-gitit 0.10.0.2 --> 0.10.1.2 www/hs-hamlet 1.1.1.1 --> 1.1.3.1 www/hs-heist 0.8.2 --> 0.11.0 www/hs-hjsmin 0.1.3 --> 0.1.4 www/hs-http-conduit 1.8.4.3 --> 1.8.7 www/hs-http-date 0.0.3 --> 0.0.4 www/hs-http-reverse-proxy 0.1.0.6 --> 0.1.1.1 www/hs-shakespeare-js 1.1.0 --> 1.1.1 www/hs-snap 0.9.2.2 --> 0.11.0 www/hs-wai-app-static 1.3.0.4 --> 1.3.1_1 www/hs-wai-extra 1.3.0.4 --> 1.3.2 www/hs-warp 1.3.5 --> 1.3.7.1 www/hs-xss-sanitize 0.3.2_2 --> 0.3.3 www/hs-yesod 1.1.4.1 --> 1.1.7.2 www/hs-yesod-auth 1.1.2 --> 1.1.3 www/hs-yesod-core 1.1.6.1 --> 1.1.7.1 www/hs-yesod-default 1.1.2 --> 1.1.3 www/hs-yesod-form 1.2.0.1 --> 1.2.0.2 www/hs-yesod-persistent 1.1.0 --> 1.1.0.1 www/hs-yesod-platform 1.1.5 --> 1.1.7.2 www/hs-yesod-static 1.1.1.1 --> 1.1.1.2 www/hs-yesod-test 0.3.1.1 --> 0.3.3 x11-wm/hs-xmonad 0.10_4 --> 0.11 x11-wm/hs-xmonad-contrib 0.10_4 --> 0.11 x11/hs-X11 1.5.0.1_3 --> 1.6.0.2 x11/hs-xmobar 0.14_3 --> 0.16 Obtained from: FreeBSD Haskell
* - Update to 1.1.2gahr2013-02-063-5/+37
| | | | | | | Release notes: http://dev.mysql.com/doc/relnotes/connector-cpp/en/ccpp-news-1-1-2.html - Add regression-test target for maintainer
* - Add UPDATING entry for gnutls updatenovel2013-02-062-2/+2
| | | | - Chase shlib version bump for dependant ports
* Mark as deprecated a bunch of ports that are marked as broken for more than 6bapt2013-02-053-10/+9
| | | | month without a fix
* - Update to 2.17.0culot2013-02-052-3/+3
| | | | | | Changes: http://www.lemke-it.com/litnoauth?request=pubclogcego&lang=en PR: ports/175825 Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer)
* - New port: databases/mysql-connector-cgahr2013-02-049-0/+171
| | | | | | | | MySQL Connector/C is a C client library for client/server communication. It is a standalone replacement for the MySQL Client Library shipped with the MySQL Server. WWW: http://dev.mysql.com/downloads/connector/c/
* Provides inflation and deflation for Authen::Passphrase instances frommiwi2013-02-045-0/+43
| | | | | | | | | and to either RFC 2307 or crypt encoding. WWW: http://search.cpan.org/dist/DBIx-Class-InflateColumn-Authen-Passphrase/ PR: ports/174734 Submitted by: Frank Wall <fw@moov.de>
* - Update to 0.02003miwi2013-02-042-8/+4
| | | | - Convert header
* - Update to 0.09miwi2013-02-042-9/+4
| | | | - Convert header
* - Update to 2.4.6miwi2013-02-042-8/+4
| | | | - Convert Header
* - Update to 1.5.0b4miwi2013-02-048-67/+29
| | | | - Convert header
* - Convert headermiwi2013-02-042-30/+6
| | | | - Update to 2.5.0b4
* KDE/FreeBSD team presents KDE SC 4.9.5 ports!makc2013-02-044-39/+10
| | | | | | | | | | | | | | | | | | | | | | | | - kdebindings ports have been renamed to match upstream. - kdemultimedia and kdenetwork have been split. - New port games/pairs added. - Trim Makefile header - Convert to new option framework - New USE_KDE4 components: libkcddb, libkcompactdisc - Update: databases/akonadi to 1.9.0 devel/grantlee to 0.3.0 textproc/rasqal to 0.9.30 textproc/redland-bindings to 1.0.16.1 textproc/soprano to 2.9.0 x11-toolkits/attica to 0.4.1 The area51 repository features commits by Schaich Alonso, avilla, dbn, jhale, makc and rakuco. Contributors: - Oleg Sidorkin - Tobias Berner - Kurt Jaeger
* Bump PORTREVISON after devel/py-sip and devel/qscintilla2 update.makc2013-02-042-2/+2
| | | | | x11-toolkits/py-qt: - mark BROKEN: does not build with latest devel/py-sip
* KDE/FreeBSD team presents:makc2013-02-042-24/+16
| | | | | | | | | | | | SIP 4.14.3 QScintilla 2.7 PyQt 4.9.6 The area51 repository features commits by jhale and myself. Changes: - Trim Makefile header - Convert to new option framework
* KDE/FreeBSD team presents Qt 4.8.4 and QtCreator 2.6.1 ports.makc2013-02-047-42/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The area51 repository features commits by Alonso Schaich, avilla, fluffy, jhale, makc and rakuco. Common changes: - Trim Makefile header - Convert to new option framework - Add/improve desktop entries - Remove upstreamed patches Mk/bsd.qt.mk: - Set QMAKESPEC at late stage (to fix potential problem if USE_GCC is used) [1] devel/qmake: - Fix crash due to off-by one error [2] multimedia/qt4-phonon*: - Deprecate in favour of multimedia/phonon* www/qt4-webkit: - Make dependence on GStreamer optional [3] devel/qtcreator: - Enable qml-designer in devel/qtcreator (requires privite Qt headers) [4] Reported by: avg via irc [1] Submitted by: avg via maillist [2] PR: ports/175644 [3] Submitted by: danfe [3] PR: ports/169809 [4] Reported by: tcb <tcberner at gmail.com> [4]
* - Update to 0.804sunpoet2013-02-022-76/+72
| | | | | | - Cleanup Makefile header Changes: http://search.cpan.org/dist/Rose-DB-Object/Changes
* - Update to 0.770sunpoet2013-02-022-8/+4
| | | | | | - Cleanup Makefile header Changes: http://search.cpan.org/dist/Rose-DB/Changes
* - update databases/mariadb-server to 5.3.12 [1]flo2013-02-027-28/+19
| | | | | | | | | | - update databases/mariadb55-server 5.5.29 [2] PR: ports/175764 [1] PR: ports/175767 [2] Submitted by: Geoffroy Desvernay <dgeo@centrale-marseille.fr> (maintainer) [1] Submitted by: Alexandr Kovalenko <never@nevermind.kiev.ua> (maintainer) [2] Security: 8c773d7f-6cbb-11e2-b242-c8600054b392
* Add py-pgxnclient 1.2, command line tool to interact with the PostgreSQLlwhsu2013-02-015-0/+133
| | | | Extension Network.
* - Fix all cases of 'No newline at end of file' in ports treeak2013-02-015-5/+5
| | | | Approved by: portmgr (bapt)
* Update to 0.0020.tobez2013-02-012-3/+3
| | | | Changes: http://search.cpan.org/dist/DBIx-NoSQL/Changes
* - Update to 1.3.4miwi2013-02-012-3/+3
| | | | | PR: 175739 Submitted by: Rustem Alimov <rustem.alimov@gmail.com>
* - Fix make package when py-distribute or py-setuptools were installedsunpoet2013-02-011-1/+2
|
* Update port to the latest versiontimur2013-01-314-21/+14
|
* Chase boost updatebapt2013-01-315-25/+226
|
* Update to 0.75.tobez2013-01-312-8/+4
| | | | Changes: http://search.cpan.org/dist/Jifty-DBI/Changes
* - Update to 0.1.20121012sunpoet2013-01-312-9/+5
| | | | | | - Cleanup Makefile header Changes: https://code.google.com/p/py-leveldb/source/list
* - Update to 1.9.0sunpoet2013-01-312-3/+3
| | | | Changes: http://code.google.com/p/leveldb/source/list
* - Update to 2.4.2wen2013-01-302-3/+3
|
* - Update to 2.16.1culot2013-01-292-3/+3
| | | | | | Changes: http://www.lemke-it.com/litnoauth?request=pubclogcego&lang=en PR: ports/175654 Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer)
* Update to version 3.5.6matthew2013-01-292-3/+3
| | | | | | This is a routine bugfix update. ChangeLog: http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/3.5.6/phpMyAdmin-3.5.6-notes.html/view
* - Update to 0.0019wen2013-01-282-9/+5
| | | | | | Changes: http://cpansearch.perl.org/src/ROKR/DBIx-NoSQL-0.0019/Changes - Trim Makefile headers - Reset maintainer to perl@
* - Update to 2.16.0culot2013-01-282-3/+3
| | | | | | Changes: http://www.lemke-it.com/litnoauth?request=pubclogcego&lang=en PR: ports/175637 Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer)
* 2012-05-10 databases/ruby-kyotocabinet: BROKEN for more than 6 monthbapt2013-01-275-93/+0
| | | | | 2012-05-10 x11-themes/kde-icons-amaranth-althaea: BROKEN for more than 6 month 2012-12-06 net/bpfstat: Merge in netstat on all supported version of FreeBSD
* Reassign several ports maintained by Nick Hilliard. Thank you very much forcrees2013-01-271-6/+2
| | | | | | | | | | | all your work on these. All to ports@FreeBSD.org, except p5-Rcs-Agent to perl@ (almost certainly won't see any updates), and give drupal[67] to flo@. While here, update to OPTIONSng. PR: ports/174741
* - cleanup headerdinoex2013-01-271-5/+1
|
* Convert Makefile headers to the new format in my ports (round #2).olgeni2013-01-261-1/+0
|
* Convert Makefile headers to the new format in my ports.olgeni2013-01-261-5/+0
|
* - Update to 3.6.3wen2013-01-263-3/+6
|
* - Update to 1.41jadawin2013-01-252-8/+4
| | | | - Changelog: http://search.cpan.org/dist/DBD-ODBC/Changes#Changes_in_DBD::ODBC_1.41_October_23_2012
* - update to 5.5.29.29.4flo2013-01-253-10/+11
| | | | | - use a fixed location as MASTER_SITE to prevent the port becoming unfetchable everytime a new version is released.
* Update to 0.08205.tobez2013-01-243-8/+12
| | | | Changes: http://search.cpan.org/dist/DBIx-Class/Changes
* - Update to 1.3.7swills2013-01-242-3/+3
|
* Bump PORTREVISION after DESKTOP_ENTRIES updatemakc2013-01-231-0/+1
|
* Add rubygem-mysql2 0.3.11, simple, fast MySQL library for Ruby, bindingswills2013-01-234-0/+26
| | | | | | | to libmysql. PR: ports/172115 Submitted by: Kimo <kimor79@yahoo.com>
* Deprecate databases/ruby-dbdbd. I don't know of any users and there hasbrooks2013-01-231-0/+3
| | | | been no development since 2005.
* - Update DESKTOP_ENTRIES:makc2013-01-231-2/+2
| | | | | | | | | | * rephrase Comment field or use port ${COMMENT} if appropriate * adjust Icon field according to the Desktop Entry Specification * update Categories field: remove deprecated category Application; set main category if missing - Remove indefinite article and/or rephrase COMMENT Approved by: portmgr (bapt), maintainer silence (12 days)
* Make the width if the Id field dynamic.matthew2013-01-232-23/+63
| | | | | PR: ports/175476 Submitted by: ccn <ccn@ccn.tw>
* Remove versioned PKGNAMESUFFIX from -plpython ports; the versions differ anywaycrees2013-01-234-4/+4
| | | | Submitted by: sunpoet
* Fix package build for -plpythoncrees2013-01-233-3/+3
| | | | | | Although the plpython work was done by rm, this problem was actually my fault Noticed by: sunpoet
* - Update to 2.1 [1]culot2013-01-223-8/+10
| | | | | | | - Trim Makefile's header PR: ports/175507 [1] Submitted by: Nicolas de Bari Embriz Garcia Rojas <nbari@dalmp.com> (maintainer)
* Fix speling, thanks to Ruslan Makhmatkhanovgirgen2013-01-221-1/+1
|
* Update from 2.6.8 to 2.6.9.osa2013-01-224-6/+6
| | | | | | | | | | | | | | | | | | <ChangeLog> UPGRADE URGENCY: MODERATE if you use replication. * [BUGFIX] Changing master at runtime (SLAVEOF command) in presence of network problems, or in very rapid succession, could result in non-critical problems (GitHub Issue #828). * [IMPROVED] CLINGET GETNAME and SETNAME to set and query connection names reported by CLIENT LIST. Very useful for debugging of problems. * [IMPROVED] redis-cli is now able to transfer an RDB file from a remote server to a local file using the --rdb <filename> command line option. </ChangeLog>
* Update to pgbadger 2.3girgen2013-01-223-55/+5
|
* - utilize autotools[1]leeym2013-01-221-5/+5
| | | | | | | - update to new header - convert to OptionsNG Noticed by: avg[1]
* Update to 2.03.tobez2013-01-212-8/+4
| | | | Changes: http://search.cpan.org/dist/Dancer-Plugin-Database/Changes
* Update to 0.07033.tobez2013-01-212-11/+5
| | | | Changes: http://search.cpan.org/dist/DBIx-Class-Schema-Loader/Changes
* Update to 0.26.tobez2013-01-212-8/+5
| | | | Changes: http://search.cpan.org/dist/DBIx-Class-ResultSet-RecursiveUpdate/Changes
* Update to 1.3.3.tobez2013-01-212-8/+4
| | | | Changes: http://search.cpan.org/dist/DBIx-Class-QueryLog/Changes
* Update to 0.10.tobez2013-01-212-8/+4
| | | | Changes: http://search.cpan.org/dist/DBIx-Class-DateTime-Epoch/Changes
* Update to 0.002103.tobez2013-01-212-3/+3
| | | | Changes: http://search.cpan.org/dist/DBIx-Class-Candy/Changes
* - Update MASTER_SITES.araujo2013-01-212-12/+18
| | | | | | | | | - Add LICENSE. - Add MAKE_JOBS_SAFE. - Trim header. PR: ports/174179 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* - add pkg-plist changes, forgotten in r310678rm2013-01-202-6/+6
| | | | | - fix portname in MOVED - remove trailing whitespace in MOVED, while here
* Split out postgresql-python port on to bunch of PostgreSQL version-dependent ↵rm2013-01-208-47/+59
| | | | | | | | | | | | | | ones, so the packages can be built with different versions of PostgreSQL. The patch is from crees@ with couple additions from me. It has some problems that prevents the build with python3, but it was decided that it's better to add this as starting point. Maintainership of this port also was passed to pgsql@ team. PR: 166999 PR: 174152 Reported by: many Approved by: pgsql (crees)
* Amon2::DBI is a simple DBI wrapper. It provides better usability forkuriyama2013-01-205-0/+42
| | | | | | you. WWW: http://search.cpan.org/dist/Amon2-DBI/
* - update to 1.15leeym2013-01-192-3/+3
|
* Update CONFLCITS after the addition of percona55-* and mariadb55-*flo2013-01-188-8/+8
| | | | Approved by: maintainer
* - Update to 0.1700 [1]culot2013-01-172-9/+8
| | | | | | | | | - Pass maintainership to submitter [1] - Add LICENSE (Artistic 1 & GPL 1) Changes: http://search.cpan.org/dist/Dancer-Plugin-DBIC/Changes PR: ports/175287 [1] Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
* - update to 2.15.8 (Bug fix in CegoQueryHelper::evalAttrCond)jgh2013-01-162-3/+3
| | | | | PR: 175334 Submitted by: maintainer, fbsd-ports@opsec.eu
* Add a temporary fix to fix the build when openssl is installed fromflo2013-01-162-0/+30
| | | | | | | | | | | ports. The maintainer is working on making it configurable which SSL to build this port with. As is he working on bringing over most OPTIONS from databases/mariadb-server. PR: ports/175247 Submitted by: Alexandr Kovalenko <never@nevermind.kiev.ua> (maintainer)
* - Upgrade to 0.037.kuriyama2013-01-153-9/+7
|
* - Upgrade to 0.17.kuriyama2013-01-143-9/+7
|
* - Upgrade to 0.32.kuriyama2013-01-142-9/+7
|
* - Upgrade to 0.002204.kuriyama2013-01-142-8/+3
|
* - Update to 09.01.0200swills2013-01-145-51/+29
| | | | | | | | | | - Give maintainership to submitter - Add LICENSE - Switch to OptionsNG - Switch pkg-plist to PORTDOCS and PLIST_FILES PR: ports/174885 Submitted by: Po-Chien Lin <linpc@cs.nctu.edu.tw>
* - Update to 2.15.7culot2013-01-132-3/+3
| | | | | | Changes: http://www.lemke-it.com/litnoauth?request=pubclogcego&lang=en PR: ports/175230 Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer)
* Update from 2.6.7 to 2.6.8.osa2013-01-126-8/+128
| | | | | | | | | | | | | | | | | Add experimental support for lang/luajit, disabled by default. <ChangeLog> UPGRADE URGENCY: MODERATE if you use Lua scripting. Otherwise LOW. * [BUGFIX] Multiple fixes for EVAL (issue #872). * [BUGFIX] Fix overflow in mstime() in redis-cli and benchmark. * [BUGFIX] Fix Linux / PPC64 behavior by correcting endianess detection. * [BUGFIX] Fix NetBSD build by defining _XOPEN_SOURCE appropriately. * [BUGFIX] Added missing license and copyright in a few places. * [BUGFIX] Better error reporting when fd event creation fails. </ChangeLog>
* - Upgrade to 0.25.kuriyama2013-01-122-8/+3
|
* - update remaining ruby@ maintained ports to new options frameworkjgh2013-01-121-11/+8
| | | | | | - trim historical header where applicable Reviewed by: swills@ (ruby@)
* - Update to 2.4.1wen2013-01-112-8/+4
| | | | - Trim Makefile headers
* Update to 0.38.tobez2013-01-112-3/+3
| | | | Changes: http://search.cpan.org/dist/DBD-CSV/ChangeLog
* - fix databases/mariadb-{server,client} by adding MYSQL_VER 53m. This wasflo2013-01-111-2/+2
| | | | | | | | | | broken by r309955. [1] - remove MYSQL_VER 53, database/mariadb-* where the only ports to use it. - sort PR: ports/175180 Submitted by: Geoffroy Desvernay <dgeo@centrale-marseille.fr> Jeff Wheelhouse
* Set the correct MAINTAINER, not sure how this slipped through. All bugs are ↵flo2013-01-111-1/+1
| | | | mine...
* Update to 5.5.28.29.3flo2013-01-113-7/+7
|
* - Update to 2.15.6culot2013-01-102-3/+3
| | | | | | Changes: http://www.lemke-it.com/litnoauth?request=pubclogcego&lang=en PR: ports/175164 Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer)
* - Change MAINTAINER addresstabthorpe2013-01-102-12/+4
| | | | | - Trim headers while I am here - Clean up some trailing whitespace
* add patch to accept bzip2 log filesgirgen2013-01-102-0/+50
|
* - Update to 4.1.1bdrewery2013-01-092-3/+3
|
* - update to 1.0.0gahr2013-01-092-16/+30
|
* - Update rubygem-rails to 3.2.11swills2013-01-094-6/+6
| | | | | | | | - Update ports require by rubygem-rails - Add vuxml entry for rails security issues Security: ca5d3272-59e3-11e2-853b-00262d5ed8ee Security: b4051b52-58fa-11e2-853b-00262d5ed8ee
* - Update to 2.15.5culot2013-01-082-3/+3
| | | | | | Changes: http://www.lemke-it.com/litnoauth?request=pubclogcego&lang=en PR: ports/175108 Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer)
* - Update to 3.052gahr2013-01-082-16/+11
| | | | | | | | - Assign maintainership to tcltk@ PR: 173940 Submitted by: gahr Approved by: maintainer (timeout > 1 month)
* Convert last python@ ports to new options frameworkbapt2013-01-081-9/+9
| | | | | | | | for both make options work as expected (previous version were missing include <bsd.port.options.mk>) for databases/py-pyPgSQL reverse the logic for the option test so that it actually works as expected Approved by: python (crees)
* Convert jlaffayes's ports to new options frameworkbapt2013-01-071-11/+7
| | | | Approved by: jlaffaye
* 2012-05-10 databases/hypertable: BROKEN for more than 6 monthbapt2013-01-069-661/+0
| | | | | | | | 2012-05-10 graphics/autopano-sift: Disappeared from vendor site. No longer required by graphics/hugin 2012-05-10 misc/airoflash: BROKEN for more than 6 month 2012-05-10 x11-themes/kde-icons-krystaline: BROKEN for more than 6 month 2012-05-10 x11-themes/kde-icons-amaranth: BROKEN for more than 6 month 2012-05-10 x11-themes/kde-icons-realistic: BROKEN for more than 6 month
* Add the 5.5 branch of MariaDBflo2013-01-0537-0/+1228
| | | | | | | PR: ports/174660 Submitted by: Alexandr Kovalenko <never@nevermind.kiev.ua> Approved by: geoffroy desvernay <dgeo@centrale-marseille.fr> (maintainer of databases/mariadb-*)
* Update to 2.1.7flo2013-01-052-8/+3
|
* - add new port: databases/p5-DBIx-Class-PassphraseColumnjgh2013-01-055-0/+34
| | | | | | | | | DBIx::Class::PassphraseColumn - Automatically hash password/passphrase columns WWW: http://search.cpan.org/dist/DBIx-Class-PassphraseColumn/ PR: 174736 Submitted by: fw@moov.de
* update the R base ports to 2.15.2 and adjust dependent portsbf2013-01-055-27/+10
| | | | Reviewed by: thierry, tota, wen
* - update to 4.1rm2013-01-045-30/+41
| | | | | | | | | | | | - trim Makefile header - update MASTER_SITES - remove indefinite article from COMMENT - limit python version to 2.x only - convert to optionsng (NOPORTDOCS case) - patch out setuptools for from setup.py for now (mainly to not use PYEASYINSTALL_OSARCH) - update formatting in pkg-descr and change tab with space at WWW Reported by: D'Arcy J.M. Cain <darcy@PyGreSQL.org> (on ports@)
* - update to 0.7.2rm2013-01-032-3/+3
| | | | | PR: 174608 Submitted by: Jose Jachuf <jjachuf@gmail.com> (maintainer)
* Update to 1.623.tobez2013-01-032-3/+3
| | | | Changes: http://search.cpan.org/dist/DBI/Changes
* - Update to 2.15.4culot2013-01-022-3/+3
| | | | | | Changes: http://www.lemke-it.com/litnoauth?request=pubclogcego&lang=en PR: ports/174895 Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer)
* - Update to 1.98swills2013-01-022-7/+8
| | | | | | | - Give maintainership to submitter PR: ports/174882 Submitted by: Po-Chien Lin <linpc@cs.nctu.edu.tw>
* Update to 0.11016.tobez2013-01-014-38/+60
| | | | Changes: http://search.cpan.org/dist/SQL-Translator/Changes
* Update to version 2.15.3pawel2012-12-312-3/+3
| | | | | PR: ports/174839 Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer)
* - Deprecate QT3, KDE3 and unmaintained ports depending on them. QT 3.3.8beat2012-12-306-0/+18
| | | | | | | | was released in 2007 and KDE 3.5.10 in 2008 and both are no longer maintained upstream nor in our tree. - Set EXPIRATION_DATE to 2013-07-01 Discussed with: bapt, tabthorpe
* -Update devel/libical to 0.48.mezz2012-12-301-2/+2
| | | | | | | | | | | | -Update the header -OPTIONSng -Use the ltverhack to correct the shared library version (44 -> 0). Bump the rest ports that depend on devel/libical because of shared library version has been changed. Document the update in UPDATING. PR: ports/173540 Remind by: Marcin Cieslak <saper@saper.info>
* This is an alternative C driver for MongoDB, with slightly different goalspawel2012-12-305-0/+62
| | | | | | | | | | | | | than the official one: libmongo-client is meant to be a stable (API, ABI and quality alike), clean, well documented and well tested shared library, that strives to make the most common use cases as convenient as possible. WWW: https://github.com/algernon/libmongo-client PR: ports/174652 Submitted by: Denis Generalov <gd@rambler-co.ru>
* - Reassign to the heap at maintainer's requesttabthorpe2012-12-291-6/+2
| | | | Approved by: portmgr
* Set EXPIRATION_DATE to a date in the future. Sorry.flo2012-12-291-1/+1
|
* Deprecate and set EXPIRATION_DATEflo2012-12-291-0/+3
| | | | Approved by: ale (maintainer)
* Add Percona Serverflo2012-12-2938-0/+1157
| | | | | | | Percona Server is an enhanced drop-in replacement for MySQL Approved by: portmgr (bapt) Initial patches by: pgollucci
* Convert the remaining ports that depend on databases/p5-DBD-mysql${MYSQL_VER}flo2012-12-291-2/+2
| | | | | | | | | | | to just depend on databases/p5-DBD-mysql as that will handle the MYSQL_VER magic. This is required as only databases/p5-DBD-mysql supports mariadb-client and the upcomming perconaXX-client. Approved by: portmgr (bapt) Initial patches by: pgollucci
* - update to 2.15.2, Improvements for database backupsjgh2012-12-282-3/+3
| | | | | PR: 174745 Submitted by: maintainer, fbsd-ports@opsec.eu
* - remove broken configurable non-default user/group for postgresql-serverjgh2012-12-283-49/+16
| | | | | | - while here fix formatting of new header With hat: pgsql@
* update to 1.402lth2012-12-272-3/+3
|
* - unbreak ICU buildjgh2012-12-251-1/+1
| | | | | | PR: 174603 (based on) Submitted by: basarevych@gmail.com With hat: pgsql@
* - Update to 0.002102wen2012-12-222-9/+5
| | | | | | Changes: http://cpansearch.perl.org/src/FREW/DBIx-Class-Candy-0.002102/Changes - Trim Makefile headers - Reset maintainer to perl@
* Update to 5.5.29 release.ale2012-12-223-8/+9
|