aboutsummaryrefslogtreecommitdiffstats
path: root/databases
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 1.5culot2012-10-122-11/+7
| | | | | | | | - Sort USE_* flags PR: ports/172384 Submitted by: Kubilay Kocak <koobs.freebsd@gmail.com> (maintainer) Feature safe: yes
* Firebird RDBMS bindings for Python.rm2012-10-126-0/+76
| | | | | | | | | | | fdb package is a set of Firebird RDBMS bindings for python. It works on Python 2.6+ and Python 3.x WWW: http://www.firebirdsql.org/en/python-devel-status/ PR: 172455 Submitted by: Jose Jachuf <jjachuf at gmail dot com> Feature safe: yes
* - Update to 2.3.2culot2012-10-112-9/+5
| | | | | | PR: ports/172543 Submitted by: Kubilay Kocak <koobs.freebsd@gmail.com> (maintainer) Feature safe: yes
* - Update to 2.3.2culot2012-10-112-9/+5
| | | | | | PR: ports/172518 Submitted by: Kubilay Kocak <koobs.freebsd@gmail.com> (maintainer) Feature safe: yes
* - Update to 3.6.1wen2012-10-113-13/+15
| | | | | | - Trim Makefile headers Feature safe: yes
* - Remove SITE_PERL from *_DEPENDS (final part)az2012-10-111-4/+2
| | | | Approved by: portmgr@ (bapt@)
* - update to 1.1.0rm2012-10-104-76/+24
| | | | | | | | | | | | | | | | | | - trim Makefile header completely (requested by maintainer) - add CHEESESHOP and make it primary MASTER_SITE, because other locations doesn't hold the new release yet - remove one distfile mirror (requested by maintainer) - add LICENSE (BSD) - replace USE_XZ with USE_ZIP, since it was changed upstream - tune PYDISTUTILS_PKGNAME - move python32 plist stuff into separate file changelog: http://pgfoundry.org/pipermail/python-general/2012-October/001003.html PR: 172544 (but I can't see it in GNATS because of hub transition) Submitted by: rm (myself) Approved by: Volodymyr Kostyrko <c.kworr at gmail dot com> (maintainer, by mail)
* - Update to 2.3.2culot2012-10-103-9/+14
| | | | | PR: ports/172483 Submitted by: Kubilay Kocak <koobs.freebsd@gmail.com> (maintainer)
* Force numerous ports that fail to build with clang over to instead alwayslinimon2012-10-105-0/+5
| | | | | | | | | | | | | | | | | | | rely on gcc. The patch uses the new USE_GCC=any code in Mk/bsd.gcc.mk to accomplish this. The ports chosen were ports that blocked 2 or more ports from building with clang. (There are several hundred other ports that still fail to build with clang, even with this patch. This is merely one step along the way.) Those interested in fixing these ports with clang, and have clang as their default compiler, can simply set FORCE_BASE_CC_FOR_TESTING=yes. For those who have gcc as their default compiler, this change is believed to cause no change. Hat: portmgr Tested with: multiple runs on amd64-8-exp-bcm and 9-exp-clang, with various combinations of patch/no-patch and flag settings.
* - Add LICENSEsunpoet2012-10-091-7/+9
| | | | | - Convert to new options framework - Cleanup Makefile header
* - Convert to new options frameworksunpoet2012-10-091-7/+5
| | | | - Cleanup Makefile header
* - Update to 2.14.0culot2012-10-092-7/+4
| | | | | | Changes: http://www.lemke-it.com/litnoauth?request=pubclogcego PR: ports/172393 Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer)
* Update to 3.5.3, including minor security updates.matthew2012-10-092-8/+4
| | | | | | | | | | | | | | | | | | - This is a fast-reaction patch; security advisory details to follow. From the advisory notice: Welcome to phpMyAdmin 3.5.3, a bugfix release with minor security fixes (refer to the upcoming PMASA-2012-6 and PMASA-2012-7 for more details). phpMyAdmin no longer contains the Highcharts library (which caused a licensing problem). Details will appear on http://phpmyadmin.net. In a hurry? you can visit http://sourceforge.net/projects/phpmyadmin to download. - ChangeLog: http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/3.5.3/phpMyAdmin-3.5.3-notes.html/view - Trim Makefile headers
* Do not build documentation, even if sphinx-build is installed.fjoe2012-10-081-1/+2
|
* Throw my ports back in the pool, and make my intentions clear for thedougb2012-10-084-16/+0
| | | | | | | | various ports that I've created. I bid fond fare well A chapter closes for me What opens for you?
* - Update to 3.0.2sunpoet2012-10-082-8/+4
| | | | | | - Cleanup Makefile header Changes: https://github.com/redis/redis-rb/blob/master/CHANGELOG.md
* - fix build with python3 [1]rm2012-10-073-7/+23
| | | | | | | | | - fix packaging list for python >= 3.2.0 (using nivit's solution for devel/py-virtualenv) PR: 170443 Submitted by: Volodymyr Kostyrko <c.kworr at gmail dot com> [1] Approved by: wen (maintainer)
* - add missing dependency on net/py-netifacesrm2012-10-072-7/+5
| | | | | | | | | | | | | - bump PORTREVISION while here: - trim Makefile header - limit python version to 2.x only - tab -> space change in pkg-descr:WWW PR: 172410 Submitted by: trociny Approved by: Gea-Suan Lin <gslin at gslin dot org> (maintainer)
* Update from 2.6.0rc7 to 2.6.0rc8.osa2012-10-063-18/+18
| | | | | | | | | | | | | | | | | | | | | | | Add TEST option for running unit tests. Add test and regression-test targets. Remove needless patch. New Makefile header convention. PR: 172396 <ChangeLog> * [BUGFIX] Fixed compilation on FreeBSD. * [IMPROVED] SRANDMEMBER <count> that returns multiple random elements. * [IMPROVED] Sentinel backported to 2.6. It will be taken in sync with 2.8. * [IMPROVED] Helper function for scripting to return errors and status replies. * [IMPROVED] SORT by nosort [ASC|DESC] uses sorted set elements ordering. * [BUGFIX] Better resistence to system clock skew. * [IMPROVED] Warn the user when the configured maxmemory seems odd. * [BUGFIX] Hashing function is now murmurhash2 for security purposes. * [IMPROVED] Install script no longer uses a template but redis.conf itself. </ChangeLog>
* - Update to 1.0.12jhale2012-10-063-11/+7
| | | | | | | | | While here: - Convert Makefile header to new style PR: ports/172346 Submitted by: Radim Kolar <hsn@sendmail.cz> (maintainer) Approved by: makc (mentor)
* - Convert to OptionsNGculot2012-10-061-11/+8
|
* - Convert to optionsngbeat2012-10-051-15/+10
| | | | - Trim Makefile header
* Finish converting perl@ ports to new Options Frameworkbapt2012-10-051-8/+5
|
* - Corrected the LICENSE declarationglarkin2012-10-051-6/+6
| | | | - Finished the OptionsNG conversion
* - Converted to OptionsNGglarkin2012-10-051-10/+14
| | | | - Fixed portlint warnings
* - Sync with upstreamgahr2012-10-046-69/+23
| | | | | | - Bump PORTREVISION (PORTVERSION has not changed) - Convert to OptionsNG - Remove libiodbc option for ODBC driver (does not work)
* - cleanup unsupported python versionsrm2012-10-033-289/+2
| | | | - trim Makefile header
* - do not hardcode distfile extension for lang/python ports in bsd.python.mkrm2012-10-033-0/+3
| | | | | | | | | (PYTHON_DISTFILE variable) - switch lang/python ports (and it's slaves) to tar.xz I compared all the four pairs .tgz/.tar.xz and they have no content differences. Discussed on: python@
* - reset maintainer to heapjgh2012-10-031-6/+1
|
* - Reassign to the heap at maintainer's requesttabthorpe2012-10-011-6/+2
|
* - Update to 1.16.0fjoe2012-10-013-540/+10
| | | | | | | - Remove pkg-plist PR: 171696 Submitted by: nemysis (partially)
* - Update to 0.6.2 [1]bdrewery2012-10-012-8/+4
| | | | | | | | | | - Update to new header Changes: * Adds iconv charset conversion and 64-bit little-endian fixes. PR: ports/172191 [1] Submitted by: Kirk Strauser <kirk@strauser.com> (maintainer) [1]
* - pass maintainership to new volonteerrm2012-09-301-6/+2
| | | | | | | | | | while here: - trim Makefile header - remove indifenite article from COMMENT - remove deprecated attribution in pkg-descr PR: 172163 Submitted by: Chris Petrik <c.petrik.sosa at gmail dot com>
* - make it build against system hiredis, instead of bundled onerm2012-09-303-6/+32
| | | | | | | | | | | | - bump PORTREVISION because of dependency change while here: - trim Makefile header - tab -> space change in pkg-descr:WWW PR: 172090 Submitted by: Kubilay Kocak <koobs.freebsd at gmail dot com> Approved by: Denis Generalov <gd at rambler-co dot ru> (maintainer)
* - Reassign to the heap at maintainer's requesttabthorpe2012-09-252-12/+4
|
* Update PostgreSQL to 9.2.1, 9.1.6, 9.0.10, 8.4.14 and 8.3.21 respectively.girgen2012-09-2510-15/+15
| | | | | | | This update fixes critical issues for major versions 9.1 and 9.2, and users running those versions should apply it as soon as possible. URL: http://www.postgresql.org/about/news/1416/
* - install `myloader' binary toorm2012-09-222-9/+5
| | | | | | | | | | | | | - bump PORTREVISION while here: - convert Makefile header to two-lines format - remove cmake from BUILD_DEPENDS, because it's implied by USE_CMAKE - tab -> space in pkg-descr PR: 171827 Submitted by: Armin Gruner <ag-freebsd at muc dot de> Approved by: Gea-Suan Lin <gslin at gslin dot org> (maintainer)
* - Update to 3.7.14culot2012-09-212-4/+4
| | | | | PR: ports/171803 Submitted by: Pavel I Volkov <pavelivolkov@googlemail.com> (maintainer)
* - Update to 3.7.14culot2012-09-212-4/+4
| | | | | | Changes: http://www.sqlite.org/releaselog/3_7_14.html PR: ports/171804 Submitted by: Pavel I Volkov <pavelivolkov@googlemail.com> (maintainer)
* distfile is now hosted on sourceforgebapt2012-09-211-5/+2
|
* Redefining ARCH is not such a good ideacrees2012-09-201-1/+3
|
* Update from 2.6.0rc6 to 2.6.0rc7.osa2012-09-203-3/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | <ChangeLog> UPGRADE URGENCY: HIGH * [BUGFIX] Theoretical bug in ziplist fixed. * [BUGFIX] Better out of memory handling (Log produced in log file). * [BUGFIX] Incrementally flush RDB file on slave side while performing the first synchronization with the master. This makes Redis less blocking in environments where disk I/O is slow. * [BUGFIX] Don't crash with Lua's redis.call() without arguments. * [BUGFIX] Don't crash after a big number of Lua calls on 32 bit systems because of a failed assertion. * [BUGFIX] Fix SORT behaviour when called from scripting. * [BUGFIX] Adjust slave PING period accordingly to REDIS_HZ define. * [BUGFIX] BITCOUNT: fix crash on overflowing arguments. * [BUGFIX] Return an error when SELECT argument is not an integer. * [BUGFIX] Blocking operations on lists were completely reimplemented for correctness. Now blocking list ops and pushes originated from Lua scripts will play well together and will be replicated and transmitted to the AOF correctly. * [IMPROVED] Send async PING before starting replication to avoid blocking if master allows us to connect but it is actually not able to reply. * [IMPROVED] Support slave-priority for Redis Sentinel. * [IMPROVED] Hiredis library updated. </ChangeLog>
* - Restore PORTREVISION?=0 in case slave ports needbdrewery2012-09-181-0/+1
| | | | to be bumped independently
* - Update to 1.4.15swills2012-09-172-14/+35
| | | | | | | | | | | | | | - Remove ABI versions in LIB_DEPENDS - Convert to OptionsNG, add DTRACE option, disabled for now - Reorder OPTIONS/CONFIGURE sections - GNU_CONFIGURE s/YES/yes - Unbreak CLANG build (Add --disable-coverage) - Add USE_CSTD=c99 for CLANG -pedantic error - Add --enable-64bit for ARCH=amd64 - Make test: target build first PR: ports/171679 Submitted by: Kubilay Kocak <koobs.freebsd@gmail.com>
* - bump PORTREVISION because of changes in previous commitrm2012-09-161-0/+1
| | | | PR: 170920
* - update dependency version on databases/py-whisperrm2012-09-165-29/+31
| | | | | | | | | | | | | | | | | | | | | - fix comments in carbon's rc-script - checksum change, that was in original PR is rejected, because it fetches fine with old checksums and fails to fetch with new ones. while here: - change etc/carbon to %%ETCDIR%% in pkg-plist - remove unneeded newlines in files/pkg_message.in - add license (AL2) - remove BUILD_DEPENDS (setup.py didn't cheking for it on build phase) - limit python version to 2.x - tab -> space in pkg-descr:WWW - this port depends on twisted both directly and via USE_TWISTED. Since I wasn't able to find which twisted components it actually needed, I just dropped USE_TWISTED and let the port to depend on it via devel/py-twisted meta-port PR: 170920 Submitted by: Chris McCoy <bsdports at wayfair dot com> (maintainer)
* - Update to 0.8culot2012-09-152-3/+6
| | | | | | - Add LICENSE (Artistic 1 & GPL 1) Changes: http://search.cpan.org/dist/SQL-ReservedWords/Changes
* - Update to 1.0.2bdrewery2012-09-152-8/+6
| | | | - Switch to using USE_GITHUB as a MASTER_SITE
* - Update to 0.11.0bdrewery2012-09-143-19/+8
| | | | | | | - Switch to using USE_GITHUB PR: ports/171619 Submitted by: Grzegorz Blach <magik@roorback.net> (maintainer)
* - Upgrade to 0.030.kuriyama2012-09-133-3/+61
|
* - Upgrade to 0.002202.kuriyama2012-09-132-3/+3
|
* - Update mariadb to 5.3.8bdrewery2012-09-135-52/+73
| | | | | | | | | - Add MAXKEY option to change default max key length from 1000 to 4000 - Convert to new options framework PR: ports/171227 Submitted by: Geoffroy Desvernay <dgeo@centrale-marseille.fr> (maintainer)
* Tool for migrating/converting from mysql to postgresql.rm2012-09-135-0/+78
| | | | | | | WWW: http://packages.python.org/py-mysql2pgsql/ PR: 169643 Submitted by: Volodymyr Kostyrko <c.kworr at gmail dot com>
* - spatialite: install pc file in correct place [1]pawel2012-09-123-4/+5
| | | | | | | | | - spatialite_gui: unbreak, now configures properly and is able to find libspatialite installed by databases/spatialite PR: ports/170893 [1] Submitted by: myself [1] Approved by: maintainer timeout
* - Update to 1.30sunpoet2012-09-112-3/+3
| | | | Changes: http://search.cpan.org/dist/AnyEvent-CouchDB/Changes
* - Mark BROKEN: does not configurebeat2012-09-101-0/+2
| | | | | | | configure: error: 'libspatialite' is required but it doesn't seem to be installed on this system. Reported by: pointyhat
* PostgreSQL 9.2 is released.girgen2012-09-104-33/+3
| | | | | | | | | | "PostgreSQL 9.2 will ship with native JSON support, covering indexes, replication and performance improvements, and many more features." Read more at the web site. URL: http://www.postgresql.org/about/news/1415/
* - Update to 1.35swills2012-09-092-3/+3
| | | | | PR: ports/171058 Approved by: maintainer timeout (parv@pair.com, >2 weeks)
* - Update to 0.97swills2012-09-092-3/+3
| | | | | PR: ports/171051 Approved by: maintainer timeout (nistor@snickers.org, >2 weeks)
* Mark as broken on powerpc.linimon2012-09-081-0/+4
| | | | Hat: portmgr
* Mark as broken on sparc64.linimon2012-09-081-0/+6
| | | | Hat: portmgr
* Mark as broken on powerpc.linimon2012-09-081-0/+4
| | | | Hat: portmgr
* Sometimes it fetches; sometimes it doesn't.linimon2012-09-071-2/+0
| | | | | PR: ports/171403 Submitted by: joehorn@gmail.com
* - Fix plistswills2012-09-072-2/+1
| | | | | | Pointed out by: pointyhat (via linimon) Pointyhat to: swills Approved by: maintainer (implicit)
* - Update to 1.10swills2012-09-063-5/+6
| | | | | PR: ports/170874 Approved by: maintainer timeout (cm@therek.net, >2 weeks)
* - Update to 1.97swills2012-09-062-3/+3
| | | | | PR: ports/170873 Approved by: maintainer timeout (bill.brinzer@gmail.com, >2 weeks)
* - Reassign to the heap due to mail bouncestabthorpe2012-09-061-1/+1
| | | | With hat: portmgr
* - Fix repcached supportswills2012-09-061-0/+2
| | | | | Pointed out by: gjb Pointyhat to: swills
* Chase Emacs updatesashish2012-09-052-2/+2
|
* Mark as broken on powerpc and sparc64 (and, presumably, ia64).linimon2012-09-041-1/+7
| | | | Hat: portmgr
* Mark as broken on ARM.linimon2012-09-041-0/+4
| | | | | | PR: ports/170946 Submitted by: linimon Hat: portmgr
* Mark as broken on ARM.linimon2012-09-044-1/+19
| | | | Approved by: maintainer
* Chase rename of lang/spidermonkey to lang/spidermonkey17.tj2012-09-032-2/+4
| | | | Approved by: eadler (mentor)
* Update to 2.13.9.rakuco2012-09-032-3/+3
| | | | | PR: ports/171257 Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer)
* - Update to 0.8.3swills2012-09-023-3/+6
|
* - Update to 1.4.14swills2012-09-022-5/+3
|
* - Update to 2.3wen2012-09-022-3/+3
|
* Update from 2.4.16 to 2.4.17.osa2012-09-022-3/+3
| | | | | | | | | | | | | | <ChangeLog> * INFO command now contains the run_id field for Redis Sentinel compatibility. * Support for the "slave priority" parameter published via INFO and used by Redis Sentinel. * [BUGFIX] An optimization to convert double values into strings was not used because of an error in a preprocessor directive. Now it's fixed. Saving datasets with many sorted sets should be faster. * [BUGFIX] Fixed a theoretic bug in the ziplist implementation. </ChangeLog>
* Upgrade to version 3.4.0.olgeni2012-08-303-4/+34
| | | | Approved by: maintainer
* - update to 9.1.902jgh2012-08-302-3/+3
| | | | | | | PR: 171163 Submitted by: olgeni@ Approved by: crees@ ( with hat pgsql@) With hat: pgsql@
* Update to 6.1.6.fjoe2012-08-295-53/+163
|
* - Remove MAN3 entry for man page that isn't included any moreswills2012-08-291-1/+1
| | | | | | Pointed out by: matthew Pointy hat to: swills Approved by: janos.mohacsi@bsd.hu (maintainer, implicit)
* - update to 4.7.0jgh2012-08-294-160/+234
| | | | | | | | | | | | - allow building on pointyhat, per discussion with portmgr - may disable if becomes issue - install DOCS (optional) - update LICENSE per vendor to GPLv3 - add MASTER_SITE for specific FreeBSD Maven Repository for offline build mode - NOTE: buildlog will note "Downloading" but will fail due to maven building in offline mode Sponsored by: Experts-Exchange, LLC. Changes: http://www.jaspersoft.com/whats-new-in-jaspersoft-47
* - Upgrade to version 2.1.2olgeni2012-08-282-10/+9
| | | | | | - Switch to OptionsNG - Remove DEFAULT_PGSQL_VER setting - Add missing echo suppression in post-install target
* - Update to 2.0008swills2012-08-282-3/+3
| | | | | PR: ports/170958 Approved by: Mohacsi Janos <janos.mohacsi@bsd.hu> (maintainer)
* update postgresql 9.2 to RC1girgen2012-08-272-3/+3
|
* - Update to 0.36wen2012-08-272-3/+3
| | | | Changes: http://cpansearch.perl.org/src/HMBRAND/DBD-CSV-0.36/ChangeLog
* Remove some expired ports:rene2012-08-265-96/+0
| | | | | | | | | | | 2012-06-30 databases/php5-rrdtool: deprecated via upstream please use databases/pecl-rrd. 2012-07-31 graphics/evas-engine-xrender: Deprecated by enlightenment.org 2012-07-31 graphics/evas-loader-edb: Deprecated by enlightenment.org 2012-03-27 www/linux-f10-flashplugin10: has vulnerabilities and is EOL 2012-07-31 x11-wm/e17-module-efm_nav: Deprecated by enlightenment.org 2012-07-31 x11-wm/e17-module-efm_path: Deprecated by enlightenment.org 2012-07-31 x11-wm/e17-module-efm_pathbar: Deprecated by enlightenment.org 2012-07-31 x11-wm/e17-module-notification: Merged into x11-wm/enlightenment
* remove expired port:rene2012-08-265-58/+0
| | | | 2012-07-31 databases/edb: Deprecated by enlightenment.org team
* - Update to 0.002101swills2012-08-262-3/+3
| | | | | PR: ports/171054 Approved by: web heping <wenheping@gmail.com> (maintainer)
* - Upgrade to 0.08.kuriyama2012-08-262-5/+7
| | | | | PR based on: ports/171038 Submitted by: swills
* Correct path to R-cran-RSQLite for BUILD_DEPENDSskreuzer2012-08-241-1/+1
|
* Ultra fast memcache client written in highly optimized C++ with Python bindingssbz2012-08-244-0/+32
| | | | | | | WWW: https://github.com/esnme/ultramemcache/ PR: ports/170731 Submitted by: Kubilay Kocak <koobs.freebsd@gmail.com>
* - Upgrade to 0.026.kuriyama2012-08-243-6/+11
|
* Mark broken: fails to fetch.linimon2012-08-241-0/+2
| | | | Hat: portmgr
* - Upgrade to 0.15.kuriyama2012-08-233-8/+14
|
* sqldf is an R package for runing SQL statements on R data frames, optimizedskreuzer2012-08-234-0/+42
| | | | | | | | | | | | for convenience. The user simply specifies an SQL statement in R using data frame names in place of table names and a database with appropriate table layouts/schema is automatically created, the data frames are automatically loaded into the database, the specified SQL statement is performed, the result is read back into R and the database is deleted all automatically behind the scenes making the database's existence transparent to the user who only specifies the SQL statement. WWW: https://code.google.com/p/sqldf/
* This package uses SQLite's loadable extension feature to provide a number ofskreuzer2012-08-234-0/+31
| | | | | | additional SQL functions and aggregates within R WWW: http://cran.r-project.org/web/packages/RSQLite.extfuns/
* Database Interface R driver for SQLite. This package embeds the SQLite databaseskreuzer2012-08-234-0/+31
| | | | | | engine in R and provides an interface compliant with the DBI package. WWW: http://cran.r-project.org/web/packages/RSQLite/
* - Upgrade to 0.16.kuriyama2012-08-222-3/+5
|
* - Upgrade to 0.002201.kuriyama2012-08-223-5/+10
|
* - Upgrade to 0.564.kuriyama2012-08-222-5/+5
|
* - Update to 2.19.3sunpoet2012-08-223-14/+6
| | | | | | | - Remove DOCS - Sort PLIST Changes: http://search.cpan.org/dist/DBD-Pg/Changes
* Remove expired port:ak2012-08-228-132/+0
| | | | 2012-08-12 databases/libudbc: Does not fetch and no vendor support anymore
* - Mark BROKEN: unable to resolve dependenciesbeat2012-08-221-0/+2
| | | | | | | ERROR: While executing gem ... (Gem::DependencyError) Unable to resolve dependencies: dm-core requires addressable (~> 2.2.6) Reported by: pointyhat
* - Update to 0.799sunpoet2012-08-222-4/+6
| | | | | | - Add LICENSE Changes: http://search.cpan.org/dist/Rose-DB-Object/Changes
* Remove abandoned repocopies of percona55-*. Now that we are on svn, itlinimon2012-08-2133-1077/+0
| | | | | | makes no sense to leave repocopy artifacts lying around. Hat: portmgr
* Use pre-build instead of pre-everything for backupwarning-- stop making peoplecrees2012-08-195-8/+9
| | | | | | | | | wait before fetching etc Suggested by: ohauer Discussed with: girgen While here, fix package for postgresql92-server
* - remove www/apache20 and devel/apr0ohauer2012-08-183-4/+4
| | | | | | | | | - s/USE_APACHE= 20+/USE_APACHE= 22+/ - unify s/YES/yes/ - cleanup APACHE_VERSION <= 22 usage - add entry to MOVED with hat apache@
* - Update to 0.94.005wen2012-08-182-3/+3
|
* update postgresql 9.2 to beta4girgen2012-08-183-3/+4
|
* The PostgreSQL Global Development Group today released security updates for ↵jgh2012-08-1810-12/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | all active branches of the PostgreSQL database system, including versions 9.1.5, 9.0.9, 8.4.13 and 8.3.20. This update patches security holes associated with libxml2 and libxslt, similar to those affecting other open source projects. All users are urged to update their installations at the first available opportunity. This security release fixes a vulnerability in the built-in XML functionality, and a vulnerability in the XSLT functionality supplied by the optional XML2 extension. Both vulnerabilities allow reading of arbitrary files by any authenticated database user, and the XSLT vulnerability allows writing files as well. The fixes cause limited backwards compatibility issues. These issues correspond to the following two vulnerabilities: CVE-2012-3488: PostgreSQL insecure use of libxslt CVE-2012-3489: PostgreSQL insecure use of libxml2 This release also contains several fixes to version 9.1, and a smaller number of fixes to older versions, including: Updates and corrections to time zone data Multiple documentation updates and corrections Add limit on max_wal_senders Fix dependencies generated during ALTER TABLE ADD CONSTRAINT USING INDEX. Correct behavior of unicode conversions for PL/Python Fix WITH attached to a nested set operation (UNION/INTERSECT/EXCEPT). Fix syslogger so that log_truncate_on_rotation works in the first rotation. Only allow autovacuum to be auto-canceled by a directly blocked process. Improve fsync request queue operation Prevent corner-case core dump in rfree(). Fix Walsender so that it responds correctly to timeouts and deadlocks Several PL/Perl fixes for encoding-related issues Make selectivity operators use the correct collation Prevent unsuitable slaves from being selected for synchronous replication Make REASSIGN OWNED work on extensions as well Fix race condition with ENUM comparisons Make NOTIFY cope with out-of-disk-space Fix memory leak in ARRAY subselect queries Reduce data loss at replication failover Fix behavior of subtransactions with Hot Standby
* - Reassign nork@ ports to the heaptabthorpe2012-08-164-4/+4
| | | | | | - Thank you for your years of service, we hope to see you back Approved by: portmgr
* Patch ports depending on lang/erlang-lite to use lang/erlang instead.olgeni2012-08-151-11/+2
| | | | | | | | | The current lang/erlang option defaults match those specified in lang/erlang-lite, thus making it redundant. Also, mixing ports depending on lang/erlang and lang/erlang-lite is impossible without manual patching. Hence, lang/erlang-lite is going to be removed.
* - Reassign ports to the heap due to a mail bouncetabthorpe2012-08-151-1/+1
| | | | With hat: portmgr
* - Add Lua and Perl bindings [1]sunpoet2012-08-142-42/+129
| | | | | | | - Simplify PLIST_SUB: remove BINDING_ prefix PR: ports/169912 [1] Submitted by: Veniamin Gvozdikov <g.veniamin@googlemail.com> [1]
* - Security update to 3.5.2.2matthew2012-08-132-3/+3
| | | | | | - This is a fast-reaction patch: no details about the vulnerability are available yet, other than it involves XSS. - VuXML to follow, once the advisories are published
* - Update to 0.7.6wen2012-08-122-3/+3
| | | | | | PR: 170349 Submitted by: Kubilay Kocak <koobs.freebsd@gmail.com> Approved by: William Grzybowski <william88@gmail.com> (maintainer)
* - Update to 1.0.11bdrewery2012-08-123-6/+6
| | | | | | | | | - Changes: https://git-wip-us.apache.org/repos/asf?p=cassandra.git;a=blob_plain;f=CHANGES.txt;hb=refs/tags/cassandra-1.0.11 PR: ports/170526 Submitted by: Radim Kolar <hsn@sendmail.cz> (maintainer) Approved by: bapt (mentor)
* Fix fetchcrees2012-08-101-1/+1
| | | | Submitted by: beat
* - Update rails and friends to 3.2.8swills2012-08-104-6/+6
| | | | | | | | - Document security issue in 3.2.7 [1] Submitted by: bdrewery [1] Reviewed by: swills [1] Security: 31db9a18-e289-11e1-a57d-080027a27dbf
* - Rename gsplit to fbsplit for avoid conflict with sysutils/coreutils portacm2012-08-103-5/+12
| | | | | | | | - Add entry to pkg-message - Bump PORTREVISION PR: ports/170329 Submitted by: Alfred Bartsch <bartsch at dssgmbh.de>
* Update to 5.1.65 release.ale2012-08-092-3/+3
|
* - Update to 1.1.1gahr2012-08-095-25/+21
| | | | | | | | | | | | | | | | | | | | | | | | | Changes: * DatabaseMetaData::getSQLKeywords() updated to match MySQL 5.5. Note that C/C++, just like C/JDBC, returns the same list for every MySQL database version. (Ulf) * Added MySQL_Connection::getLastStatementInfo() which returns back the value of the mysql_info() function of libmysql / Connector/C. (Andrey) * Added new method ResultSetMetaData::isNumeric() and implemented it in all classes that subclass from it. (Andrey) * Fixed the bug causing compilation errors in Microsoft Visual Studio 2010 if stdint.h was included. See http://bugs.mysql.com/bug.php?id=60307 * Fixed bug making statement that did not raise any warning to return warnings from previously executed statement. * Fixed stores(Lower|Mixed)Case(Quoted)Identifiers methods. * Built against libmysql 5.5.27 enabling support of authentification plugins and IPv6.
* . update to version 0.9.5.1;bsam2012-08-093-19/+20
| | | | . convert to OptionsNG.
* The PostgreSQL Global Development Group announces the third beta releasegirgen2012-08-074-4/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | of 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 3 as soon as possible. 9.2 Beta 3 includes multiple bug fixes to earlier beta releases, fixing almost all known outstanding issues as of last week. Among them are: * Multiple documentation updates * Apply translation updates * Fixes to transaction log and replication issues with SP-GiST * Replace libpq's "row processor" API with a "single row" mode. * Fix WITH issue with set operations (UNION/INTERSECT/EXCEPT) * Improvements to Autovacuum cancellation * Multiple pg_upgrade fixes * Fix memory leak in pg_recievexlog * Restore statistics collection broken by change to bgwriter * Prevent corner-case coredump with rfree(). If you previously tested 9.2 beta and found one or more bugs, please test 9.2 beta 3 and make sure that those issues are resolved. If you haven't yet tested 9.2, please help out the PostgreSQL project by testing it now! More information on how to test and report issues: http://www.postgresql.org/developer/beta
* - Update to 2.13.7culot2012-08-072-3/+3
| | | | | | Changes: http://www.lemke-it.com/litnoauth?request=pubclogcego PR: ports/170378 Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer)
* Update to 5.5.27 release.ale2012-08-062-3/+3
|
* Move the rc.d scripts of the form *.sh.in to *.indougb2012-08-0624-12/+14
| | | | | | Where necessary add $FreeBSD$ to the file No PORTREVISION bump necessary because this is a no-op
* - Update 1.2.3miwi2012-08-052-4/+5
| | | | | PR: 169881 Submitted by: Maintainer
* Switch from libglut to freeglut and retire libglut. Libglut hasn't beenkwm2012-08-051-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | developed in years and has been dropped from the MESA 8.0 distribution. Freeglut is a rewrite of glut and is actively developed and is used by many linux distributions instead of libglut. Bump all ports that directly depend on libglut because of the shlib version change. There are some extra items in this patch. *) Because freeglut doesn't have the same dependancies as libglut, some ports need extra dependencies added to USE_XORG to make them build. *) Mark graphics/f90gl broken, f90gl depends on a header that is only shipped with libglut. *) Remove option for libglut/freeglut selection in games/cake, only freeglut remains now. *) While here fix a png related build issue games/vegastrike. Thanks to miwi for running the exp-run. Approved by: portmgr (miwi) Collaboration with: zeising@ Obtained from: xorg-dev staging area.
* Update ProFTPd to 1.3.4bmm2012-08-041-2/+2
|
* - Security update to 3.5.2.1matthew2012-08-042-3/+3
| | | | | | | | | | | | | | | - ChangeLog: http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/3.5.2.1/phpMyAdmin-3.5.2.1-notes.html/view - SecurityAdvisory (to be published, eventually) PMSA-2012-3 http://www.phpmyadmin.net/home_page/security/PMASA-2012-3.php This fixes a local path disclosure vulnerability. Unfortunately only the security patches are available now. Supporting documentation, CVE references etc. are yet to be published. VuXML will be updated once that is available.
* - Update to 1.2.2swills2012-08-042-9/+9
|
* - Update to 1.2.2swills2012-08-042-5/+5
|
* - Update to 1.2.1swills2012-08-042-3/+3
|
* - Update to 2.1.0swills2012-08-042-3/+3
|
* - Update to 0.3.1swills2012-08-042-3/+3
|
* - Update to 1.2.1swills2012-08-042-5/+3
| | | | - Unmark BROKEN
* - Update to 5.1.21matthew2012-08-032-3/+3
| | | | - ChangeLogs: https://dev.mysql.com/doc/connector-j/en/cj-news-5-1-x.html
* - adopt optionsNGjgh2012-08-031-33/+17
| | | | - pet portlint
* Fix whitespaces, remove needless double quotes.osa2012-08-031-2/+2
|
* Add license.osa2012-08-031-0/+2
|
* - Teach the Haskell Cabal ports to use the new options frameworkpgj2012-08-034-0/+4
| | | | | | - Remove some cruft Obtained from: FreeBSD Haskell
* - Update to my new maintainer addressbdrewery2012-08-031-1/+1
| | | | Approved by: eadler (mentor)
* Update from 2.6.0-rc5 to 2.6.0-rc6.osa2012-08-033-19/+10
|
* Update from 2.4.15 to 2.4.16.osa2012-08-034-7/+10
| | | | | | Submitted by: Kubilay Kocak aka koobs dot freebsd at gmail dot com Tests: https://redports.org/buildarchive/20120802120704-7005/ PR: 170326
* - Fix typos in COMMENTcs2012-08-024-4/+4
| | | | | - Enforce the now clarified rules from the Porter's Handbook (e.g. no dots, no A/An, etc.)
* - Update to 0.94.003wen2012-08-023-6/+6
|
* - Bump PORTREVISION to chase Emacs port updatesashish2012-08-022-3/+3
| | | | - Unbreak INDEX caused by databases/lsdb, editors/flim, and editors/semi
* - Update to 1.1.3swills2012-08-012-3/+3
|
* - Update to 1.29sunpoet2012-07-312-3/+5
| | | | | | - Add LICENSE Changes: http://search.cpan.org/dist/AnyEvent-CouchDB/Changes
* Fix package building.zeising2012-07-301-2/+2
| | | | | | | Pass maintanership to submitter PR: ports/169980 (minor modifications) Submitted by: Bryan Drewery <bryan@shatow.net>
* - Use canonical name of Berkeley DB for COMMENTsunpoet2012-07-301-3/+2
|
* This file is not required to build xtrabackup. This was the latest version offlo2012-07-282-6/+1
| | | | | | | | the patch in the PR which I missed because it was included as URLs not as diffs. PR: ports/170018 Submitted by: Alex Samorukov <samm@os2.kiev.ua> Approved by: maintainer
* Update to 2.0.1flo2012-07-272-19/+25
| | | | | | PR: ports/170018 Submitted by: Alex Samorukov <samm@os2.kiev.ua> Approved by: maintainer
* Mark BROKEN: does not builderwin2012-07-271-0/+2
| | | | Submitted by: pointyhat
* - Update Rails and friends to 3.2.7swills2012-07-274-6/+6
| | | | | | - Add vuxml entry for Rails 3.2.6 [1] Reviewed by: zi [1]
* - Update to 0.26culot2012-07-272-3/+3
| | | | Changes: http://search.cpan.org/dist/DBIx-Log4perl/Changes
* - Don't define HAVE_LOAD_EXTENSION when sqlite3 is compiled with EXTENSIONmva2012-07-263-1/+13
| | | | | | | option turned off PR: ports/156076 Submitted by: Pan Tsu <inyaoo@gmail.com>
* new devel/pkgconf added to replace devel/pkg-config. new version of pkg-configbapt2012-07-265-10/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | are no more self hosting so we are stuck with 0.25 version while pkgconf provide the same set of features as 0.27 and a compatible frontend. A symlink to pkg-config has been added for convenience and compatibility This also introduces a new macro to use pkgconf in your ports: USE_PKGCONFIG it can take the following arguments: - yes (meaning build only dep) - build (meaning build only dep) - run (meaning run only dep) - both (meaning run and build dep) From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG The old gnome macro has been modified to use pkgconf but still the sameway: run and build dep to avoid large breakage. While here fix some ports relying on pkg-config but not specifying it, fix some ports broken because testing wrong .pc files, and fix ports using pkg-config --version to determine pkg-config version instead of pkg-config --modversion pkg-config like recommanded by pkg-config With Hat: portmgr Exp-runs by: bapt (pointhat-west), beat (pointyhat)
* Fix typos in COMMENTcs2012-07-257-7/+7
|
* Fix typos in COMMENTcs2012-07-251-1/+1
|
* Fix typos in COMMENTcs2012-07-252-2/+2
|
* Fix typos in COMMENTcs2012-07-259-9/+9
|
* Copy databases/php5-redis -> databases/php53-redis.gjb2012-07-245-0/+1069
| | | | | | | | | This new port allows the usage of the php redis module with php53. Assume maintainership. PR: ports/169776 Submitted by: gjb (myself) Approved by: eadler (mentor)
* Fix typos in COMMENTcs2012-07-243-3/+3
|
* - Update rails to 3.2.6 and accompanying dependency updatesswills2012-07-244-17/+15
|
* - Update to 2.3.1nivit2012-07-244-564/+439
| | | | | | | | | | | | | - Set DISTNAME and PYDISTUTILS_PKGNAME using modifiers - Bump min USE_PYTHON version to 2.6 - Upstream moved PostgreSQL/MySQL modules into their own packages - Remove PostgreSQL and MySQL RUN_DEPENDS accordingly - Remove post-patch: bits - Add pkg-message mentioning py-htsql-{pgsql,mysql} ports PR: ports/169851 Submitted by: Kubilay Kocak <koobs.freebsd at gmail.com> (maintainer)
* - update to 5.3.15flo2012-07-231-2/+0
| | | | | | - document php vulnerabilities Security: http://www.vuxml.org/freebsd/bdab0acd-d4cd-11e1-8a1c-14dae9ebcf89.html
* HTSQL ("Hyper Text Structured Query Language") is a high-level querynivit2012-07-235-0/+79
| | | | | | | | | | | | | | | language for relational databases. The target audience for HTSQL is the accidental programmer -- one who is not a SQL expert, yet needs a usable, comprehensive query tool for data access and reporting. This port provides the MySQL backend to HTSQL WWW: http://htsql.org/ RedPorts Log: https://redports.org/buildarchive/20120714112050-51475/ PR: ports/169853 Submitted by: koobs <koobs.freebsd@gmail.com>
* HTSQL ("Hyper Text Structured Query Language") is a high-level querynivit2012-07-235-0/+108
| | | | | | | | | | | | | | | language for relational databases. The target audience for HTSQL is the accidental programmer -- one who is not a SQL expert, yet needs a usable, comprehensive query tool for data access and reporting. This port provides the PostgreSQL backend to HTSQL WWW: http://htsql.org/ RedPorts Log: https://redports.org/buildarchive/20120714112050-51475/ PR: ports/169854 Submitted by: koobs <koobs.freebsd@gmail.com>
* - strict python version to 2.x (doesn't build with python3)rm2012-07-231-1/+1
| | | | | | PR: 170072 Submitted by: Kimmo Paasiala <kpaasial at gmail dot com> Approved by: timur (maintainer)
* For ports maintained by ports@ where pkgconfig is one of the USE_GNOME depsdougb2012-07-232-2/+6
| | | | | convert it to BUILD_DEPENDS. This avoids the problem of the bogus run dep added by bsd.gnome.mk.
* For the ports that are maintained by ports@ that have pkgconfig as theirdougb2012-07-232-3/+4
| | | | | | only USE_GNOME feature, convert to a BUILD_DEPENDS. This avoids both the bug of the bogus run depend introduced by bsd.gnome.mk, and also avoids needlessly pulling that file in.
* - Update to version 0.7.0mva2012-07-222-3/+3
| | | | | PR: ports/169752 Submitted by: Jose Jachuf <jjachuf@gmail.com> (maintainer)
* - Upgrade to 0.07.kuriyama2012-07-222-3/+3
|
* - Upgrade to 0.002115.kuriyama2012-07-222-4/+3
|
* Unbreak by juggling some files between plistscrees2012-07-223-56/+53
| | | | | PR: ports/169699 Submitted by: maintainer (Geoffroy Desvernay <dgeo@centrale-marseille.fr>)
* Remove databases/redis-scripting, use databases/redis-devel instead.osa2012-07-2015-282/+2
| | | | Update CONFLICTS for databases/redis and databases/redis-devel.
* - Backport fix to an authentication bug which makes it impossible toavilla2012-07-192-1/+41
| | | | | | | authenticate to Google services. - Bump PORTREVISION. Submitted by: Mina R Waheeb <mina at kemetex.com> via mailing list
* Tools to make migrating your DBIx::Class databases easier.kuriyama2012-07-185-0/+121
| | | | WWW: http://search.cpan.org/dist/DBIx-Class-Migration/
* - fix a typo which results in php53-pdo_mysql to always set USE_MYSQLflo2012-07-181-0/+2
| | | | | | | - bump PORTREVISION of php53-pdo_mysql PR: ports/169959 Submitted by: Alexey Markov <redrat@mail.ru>
* Rename rc script template to more canonical name.osa2012-07-182-1/+1
|
* Connect redis-devel to build.osa2012-07-181-0/+1
|
* - modify port to install the egg file as an unzipped archivedb2012-07-182-5/+66
| | | | | | | | otherwise www/google-appengine 1.7.0 will fail Submitted by: nivit Reviewed by: tj Obtained from: email via tj
* - Update to 2.10.5cs2012-07-182-3/+3
| | | | - Bump PORTREVISION
* Remove needless file.osa2012-07-181-85/+0
|
* Readding the removed port redis-devel.osa2012-07-1813-0/+374
| | | | Update to the latest development version 2.6.0-rc5.
* TDS backend module for mod_sql of ProFTPDmm2012-07-173-0/+37
| | | | WWW: http://labratsoftware.com/mod_sql_tds/
* SQLite backend module for mod_sql of ProFTPDmm2012-07-173-0/+32
| | | | WWW: http://www.proftpd.org/docs/contrib/mod_sql.html
* ODBC backend module for mod_sql of ProFTPDmm2012-07-173-0/+35
| | | | WWW: http://www.proftpd.org/docs/contrib/mod_sql.html
* Unbreak ProFTPD on sparc [1].mm2012-07-174-6/+6
| | | | | | | | Significantly simplify proftpd port options. Slave ports will follow in separate commits. PR: 169644 [1] Submitted by: Dmitry Afanasiev [1]
* - update to 1.0.6, update MASTER_SITES [1]jgh2012-07-174-29/+53
| | | | | | | | | | - move to optionsNG [2] - add in shared descriptions for {MYSQL,ORACLE,PGSQL}_JDBC [2] - add LICENSE [2] - modify startup-script for java sanity [2] PR: ports/166244 Submitted by: maintainer jjuanino@gmail.com [1], jgh@ [2]
* - Update to 2.13.4.araujo2012-07-162-3/+3
| | | | | PR: ports/169892 Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer)
* Update to 2.0.6.wxs2012-07-143-25/+14
| | | | | | | Convert to optionsNG PR: ports/169548 Approved by: mail@derzinn.de (maintainer timeout)
* Update to version 1.1.1pawel2012-07-132-3/+3
| | | | | PR: ports/169782 Submitted by: Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua> (maintainer)
* Fix the build with clang.kwm2012-07-132-0/+52
| | | | | PR: ports/169381 Submitted by: pawel@
* - Fix build with lang/php5 (PHP 5.4)sunpoet2012-07-123-9/+104
| | | | | | | | - Convert to new options framework - Cosmetic change - Take maintainership Obtained from: http://svn.php.net/viewvc?view=revision&revision=319585
* - Update to 0.08198sunpoet2012-07-123-124/+138
| | | | | | - Pet portlint Changes: http://search.cpan.org/dist/DBIx-Class/Changes
* Reset maintainership for ports maintained by Gerrit Beine.crees2012-07-121-1/+1
| | | | | | | | | He had requested this some time ago, so any past timeouts should not be held against him. Your work in the past has been much appreciated, thank you. Submitted by: maintainer, via private email
* - Update to 0.26sunpoet2012-07-112-6/+4
| | | | Changes: http://search.cpan.org/dist/DBIx-Custom/Changes
* - Update to 1.73sunpoet2012-07-113-17/+22
| | | | | | | - Add LICENSE - Sort MAN3 and PLIST Changes: http://search.cpan.org/dist/SQL-Abstract/Changes
* Remove redundant CONFLICTs settingmatthew2012-07-101-5/+2
| | | | | | | | Reposition LICENSE to pacify portlint Submitted by: jgh PR: ports/169675 Approved by: shaun (mentor)
* Routine bugfix update to 3.5.2matthew2012-07-102-3/+3
| | | | ChangeLog: http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/3.5.2/phpMyAdmin-3.5.2-notes.html/view
* - Update to 1.0.4 [1]nivit2012-07-103-12/+27
| | | | | | | | | - Fix pkg-plist when Python version >= 3.2 (solution approved by maintainer via private email) PR: ports/167569 Submitted by: William Grzybowski <william88 at gmail.com> Approved by: Volodymyr Kostyrko <c.kworr at gmail.com> (maintainer)
* - Update to 3.7.13culot2012-07-092-4/+4
| | | | | | Changes: http://www.sqlite.org/releaselog/3_7_13.html PR: ports/169714 Submitted by: Pavel I Volkov <pavelivolkov@googlemail.com> (maintainer)
* - Update to 3.7.13culot2012-07-092-4/+4
| | | | | PR: ports/169713 Submitted by: Pavel I Volkov <pavelivolkov@googlemail.com> (maintainer)
* - Update to 1.39sunpoet2012-07-092-24/+35
| | | | | | - Convert to new options framework Changes: http://search.cpan.org/dist/DBD-ODBC/Changes
* - Update to 0.25sunpoet2012-07-082-3/+6
| | | | | | - Add LICENSE Changes: http://search.cpan.org/dist/DBIx-Log4perl/Changes
* - Update to 1.2.12sunpoet2012-07-075-7/+7
| | | | Changes: http://trac.xapian.org/wiki/ReleaseOverview/1.2.12
* - Update to 1.2.12.0sunpoet2012-07-072-3/+3
| | | | | Changes: http://trac.xapian.org/wiki/ReleaseOverview/1.2.12 http://search.cpan.org/dist/Search-Xapian/Changes
* Update MASTER_SITES and WWWskreuzer2012-07-063-14/+14
| | | | | | | Sort PLIST PR: ports/169655 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
* new port: databases/jdbc-oracle11gjgh2012-07-064-0/+54
| | | | | | | This is a port of the JDBC driver which is used to access Oracle 11g databases using a database-independant API in Java for use with JDK 1.5. WWW: http://www.oracle.com/technetwork/database/features/jdbc/index-091264.html
* new port: databases/jdbc-oracle10gjgh2012-07-064-0/+56
| | | | | | | | | | This is a port of the JDBC driver which is used to access Oracle 10g databases using a database-independant API in Java for use with JDK 1.5. WWW: http://www.oracle.com/technetwork/database/features/jdbc/index-091264.html PR: ports/166243 Submitted by: jjuanino@gmail.com
* - Update to 0.6.9nivit2012-07-043-46/+95
| | | | | | | | | | | - Add add-plist-post target to fix pkg-plist when Python version is >= 3.2 - Add LICENSE (MIT) - Add the option CEXTENSIONS (default on), which enables/disables the C extension to speed up the SQL layer - Convert to the new options framework - Remove PYDISTUTILS_PKGVERSION
* - Update to 0.7.8nivit2012-07-043-22/+33
| | | | | - Add LICENSE (MIT) - Convert to the new options framework
* - Update to 1.82culot2012-07-042-4/+6
| | | | | | | - Add LICENSE (Artistic 1 & GPL 1) - Pet portlint(1) Changes: http://search.cpan.org/dist/Dancer-Plugin-Database/Changes
* - Update libpqxx3 to 3.1 and fix build with Clang.avilla2012-07-0313-161/+65
| | | | - Remove libpqxx30.
* Document upgrade procedure for couchdb to avoid loss of local.ini file.crees2012-07-031-1/+1
| | | | | | Correct date in Makefile's reference to UPDATING entry. PR: ports/168923
* - Update to 1.2.0crees2012-07-038-71/+159
| | | | | | | | | | | | | | | - OPTIONSngify - Error out on build if older version installed with config file present; this must be backed up or it will be lost on deinstall. - Shift default DB storage location from /var/lib/couchdb to /var/db/couchdb to make it consistent with other DB storage engine ports which use /var/db as their base (eg; mySQL). PR: ports/168923 Submitted by: Adam Strohl <adams-ports@ateamsystems.com> Approved by: maintainer timeout (till@php.net, >14 days)
* - Update to 0.10.2sunpoet2012-07-032-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Redis-hiredis/Changes PR: ports/169535 Submitted by: sunpoet (myself) Approved by: Grzegorz Blach <magik@roorback.net> (maintainer)
* spatialite-gui is an open source Graphical User Interface (GUI)pawel2012-07-024-0/+41
| | | | | | | | | tool supporting SpatiaLite. WWW: https://www.gaia-gis.it/fossil/spatialite_gui/index PR: ports/169181 Submitted by: lbartoletti <coder@tuxfamily.org>
* - Update to 2.13.2 [1]culot2012-07-023-3/+4
| | | | | | | - Fix plist PR: ports/169589 [1] Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer)
* * Update to 1.5.2 [1]skv2012-07-014-5/+51
| | | | | | | | | * Add patch to use TCP_KEEP{CNT, IDLE, INTVL, ALIVE} [2] Changes: http://pgfoundry.org/forum/forum.php?forum_id=1885 PR: ports/169463 [1] Submitted by: Dmitry <dmitry2004@yandex.ru> [1], Oleg A. Mamontov <oleg@mamontov.net> [2]
* - Remove SITE_PERL from *_DEPENDSaz2012-06-306-11/+11
| | | | Approved by: portmgr@ (bapt@)
* - Assign maintainership to Radim Kolar, who has submitted several updatesjase2012-06-301-1/+1
| | | | | | | | in the past. PR: ports/169518 Submitted by: Radim Kolar <hsn@sendmail.cz> Approved by: culot (mentor)
* Remove SITE_PERL from *_DEPENDS.olgeni2012-06-301-3/+3
|
* Remove SITE_PERL from *_DEPENDS (sync with databases/slony1).olgeni2012-06-301-2/+2
|
* - Remove SITE_PERL from *_DEPENDSaz2012-06-303-8/+8
| | | | Approved by: portmgr@ (bapt@)
* - Remove SITE_PERL from *_DEPENDSaz2012-06-301-2/+2
| | | | Approved by: portmgr@ (bapt@)
* - Remove SITE_PERL from *_DEPENDSaz2012-06-291-1/+1
| | | | Approved by: portmgr@ (bapt@)
* - Remove SITE_PERL from *_DEPENDSaz2012-06-293-6/+6
| | | | Approved by: portmgr@ (bapt@)
* - Remove SITE_PERL from *_DEPENDSaz2012-06-293-7/+7
|
* - Update to 0.17sunpoet2012-06-282-10/+6
| | | | Changes: http://search.cpan.org/dist/DBIx-Sunny/Changes
* Builds on sparc64 just fine now.fjoe2012-06-281-1/+1
|
* Switch to New maintainer in preperation for the upcoming 2.3 branch of htsql.jpaetzel2012-06-281-1/+1
|
* - Update to 1.2.11sunpoet2012-06-272-25/+24
| | | | | | | - Pet portlint: remove ABI version number from LIB_DEPENDS - Convert to new options framework Changes: http://trac.xapian.org/wiki/ReleaseOverview/1.2.11
* - Update to 1.2.11.0sunpoet2012-06-272-6/+5
| | | | | | | - Pet portlint: remove ABI version number from LIB_DEPENDS Changes: http://trac.xapian.org/wiki/ReleaseOverview/1.2.11 http://search.cpan.org/dist/Search-Xapian/Changes
* - Update to 1.2.11sunpoet2012-06-272-6/+7
| | | | | | - Convert to new options framework Changes: http://trac.xapian.org/wiki/ReleaseOverview/1.2.11
* update math/R to 2.15.1, switch to the new options format, andbf2012-06-272-2/+2
| | | | adjust dependent ports
* - Mark BROKEN: incomplete plistpav2012-06-271-0/+2
| | | | Reported by: pointyhat
* - Mark BROKEN: does not buildpav2012-06-271-0/+2
| | | | Reported by: pointyhat
* - Update E17 ports:makc2012-06-271-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | EFL updated to 1.1.0 and E17 updated to 0.16.999.65643 (svn 65643) - Pass maintainership to submitter. - New ports: benchmarks/expedite devel/eio graphics/evas-loader-generic graphics/evas-loader-ico graphics/evas-loader-psd graphics/evas-loader-wbmp graphics/evas_generic_loaders-gst graphics/evas_generic_loaders-pdf graphics/evas_generic_loaders-ps graphics/evas_generic_loaders-raw graphics/evas_generic_loaders-xcf x11-wm/e17-module-comp-scale x11-wm/e17-module-e-tiling x11-wm/e17-module-elfe x11-wm/e17-module-everything-aspell x11-wm/e17-module-everything-shotgun x11-wm/e17-module-xkbswitch PR: ports/167405 Submitted by: Grzegorz Blach <magik at roorback.net>
* Update to 2.4 release.ale2012-06-262-3/+3
|
* - reset MAINTAINERdinoex2012-06-264-4/+4
|
* Update to 0.9.10skreuzer2012-06-263-3/+5
| | | | | PR: ports/169312 Submitted by: Brad Davis <brd@FreeBSD.org>
* s/X11BASE/LOCALBASE/, or equivalent.dougb2012-06-251-1/+1
| | | | The X11BASE variable is long gone, however these ports were not updated.
* This package includes a thin sqlite3 wrapper based on the direct-sqlitepgj2012-06-244-0/+29
| | | | | | | | | package, as well as the entire C library, so there are no system dependencies. WWW: http://www.yesodweb.com/book/persistent Obtained from: FreeBSD Haskell
* - pet portlint on whitespacejgh2012-06-241-12/+12
| | | | | PR: ports/169311 Submitted by: jgh@