aboutsummaryrefslogtreecommitdiffstats
path: root/databases
Commit message (Collapse)AuthorAgeFilesLines
* - Fix hang while picking schema in query browser [1]gahr2009-07-163-1/+58
| | | | | | | | | | - Add patch for automatic column width in query browser [2] PR: [1] 132352 Submitted by: [1] Henry Hu <henry.hu.sh@gmail.com> [2] Joerg Wunsch <j@uriah.heep.sax.de> (via private e-mail) Patch from: [1] http://bugs.mysql.com/bug.php?id=30055 [2] http://bugs.mysql.com/bug.php?id=11461
* - Update to 5.1.8amdmi32009-07-162-4/+4
| | | | | PR: 136782 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
* Fix a few "bad example" problems in the rc.d scripts that have beendougb2009-07-1612-37/+25
| | | | | | | | | | | | | | | | | | | | propogated by copy and paste. 1. Primarily the "empty variable" default assignment, which is mostly ${name}_flags="", but fix a few others as well. 2. Where they are not already documented, add the existence of the _flags (or other deleted empties) option to the comments, and in some cases add comments from scratch. 3. Replace things that look like: prefix=%%PREFIX%% command=${prefix}/sbin/foo to just use %%PREFIX%%. In many cases the $prefix variable is only used once, and in some cases it is not used at all. 4. In a few cases remove ${name}_flags from command_args 5. Remove a long-stale comment about putting the port's rc.d script in /etc/rc.d (which is no longer necessary). No PORTREVISION bumps because all of these changes are noops.
* Fix build problem.vanilla2009-07-151-0/+1
| | | | Obtained from: QAT@
* - Update to 0.7820miwi2009-07-152-5/+5
| | | | | PR: 136641 Submitted by: hideo <hideo@lastamericanempire.com> (maintainer)
* - Update to 0.753miwi2009-07-152-4/+4
| | | | | PR: 136641 Submitted by: hideo <hideo@lastamericanempire.com> (maintainer)
* Fix "patch" target: replace files/patch-configure with inline patch,skv2009-07-152-29/+3
| | | | because "patch-configure" conflicts with repcached-2.2-1.2.8.patch
* Update REPCACHED patch: to 1.2.8skv2009-07-143-6/+5
| | | | | | PR: ports/136103 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet xx sunpoet.net> Approved by: maintainer timeout
* Upgrade to 0.31.vanilla2009-07-144-56/+11
|
* - fix 'd' typo in pkg-plistpgollucci2009-07-141-1/+1
|
* MySQL Workbench is a cross-platform, visual database design tool developedpgollucci2009-07-149-0/+632
| | | | | | | | | | | | by MySQL. It is the highly anticipated successor application of the DBDesigner4 project. 5.2 branch still in Alpha stage WWW: http://dev.mysql.com/workbench/ PR: ports/136088 (part 2 of 2) Submitted by: Maxim Ignatenko
* - Fix typo in the previous commitpgollucci2009-07-141-1/+1
|
* - Update to 1.4.29pgollucci2009-07-144-6/+7
| | | | - bump PORTREVISION for SHLIB bump
* MySQL Workbench is a cross-platform, visual database design tool developedpgollucci2009-07-1411-0/+674
| | | | | | | | | | by MySQL. It is the highly anticipated successor application of the DBDesigner4 project. WWW: http://dev.mysql.com/workbench/ PR: ports/136088 (part 1 of 2) Submitted by: Maxim Ignatenko
* - claim some abandoned gemspgollucci2009-07-141-1/+1
|
* - Update adminer to 1.11.1miwi2009-07-1410-200/+31
| | | | | | | | | - Connect adminer to the build - Disconnect phpminadmin - Remove phpminadmin project was renamed PR: 136663 Submitted by: Wen Heping <wenheping@gmail.com> (maintainer)
* Update to 4047skreuzer2009-07-143-28/+29
| | | | Approved by: wxs (mentor, implicit)
* - Fix run-time pathsgahr2009-07-131-0/+6
| | | | | PR: 132352 (part of) Reported by: Henry Hu <henry.hu.sh@gmail.com>
* - Sync PLIST with last commitgahr2009-07-131-4/+0
|
* - Update to 0.02005miwi2009-07-132-4/+4
| | | | | PR: 136689 Submitted by: hideo <hideo@lastamericanempire.com> (maintainer)
* - Update to 1.00miwi2009-07-133-17/+5
| | | | | PR: 136655 Submitted by: Wen Heping <wenheping@gmail.com> (maintainer)
* - Update to 5.0r14gahr2009-07-1317-202/+247
|
* Bump port version to the 1.1.5, using sources that come together withtimur2009-07-136-118/+44
| | | | net/samba4-devel.
* Upgrade to 7.5.23 to make fetchable again.thierry2009-07-122-4/+4
| | | | | | Changelog at <http://download.aquafold.com/download/changelog.txt>. Reported by: pointyhat via Pav
* - Update to 3.70miwi2009-07-122-4/+4
|
* - Drop maintainershipmiwi2009-07-112-2/+2
|
* - Update to 1.0.0miwi2009-07-092-4/+4
| | | | | PR: 136453 Submitted by: Gea-Suan Lin <gslin@gslin.org> (maintainer)
* - Update to 2.6miwi2009-07-093-5/+5
| | | | | PR: 136472 Submitted by: Ports Fury
* - Update to 1.1.28miwi2009-07-093-6/+5
| | | | | PR: 136442 Submitted by: Gea-Suan Lin <gslin@gslin.org> (maintainer)
* - Update to 0.7.1clsung2009-07-099-47/+436
| | | | PR: ports/134042
* ossp-uuid conflicts with e2fsprogs-libuuid, which is used by Xorg,girgen2009-07-091-3/+2
| | | | | | so it is not reasonable to depend on it. Pointed out by Kostik Belousov
* Fix broken pkg-plist for gettext files.girgen2009-07-0917-708/+457
| | | | | | Also, inform about pg_standby rather than autovacuum. [1] PR: 136468 [1]
* - Fix building with python3*lwhsu2009-07-082-2/+36
| | | | | | | | | - Use checksum file under lang/python${PYTHON_SUFFIX}/, for removal lang/python/distinfo PR: ports/136199 Submitted by: lwhsu Approved by: perky
* - Add databases/py25-bsddblwhsu2009-07-081-0/+1
|
* - A slave port of databases/py-bsddb. This gives a package oflwhsu2009-07-083-70/+7
| | | | Python 2.5 bsddb module which is needed by mail/py-spambayes
* - Use checksum file under lang/python${PYTHON_SUFFIX}/,lwhsu2009-07-081-3/+7
| | | | | | | | | | | for removal lang/python/distinfo [1] - USE_PYTHON=yes, all Python version in the ports tree is 2.3+ - Mark IGNORE for Python >= 3.0 - Prepare to be a master port PR: ports/136200 [1] Submitted by: lwhsu Approved by: perky
* Welcome PostgreSQL 8.4girgen2009-07-081-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | After many years of development, PostgreSQL has become feature-complete in many areas. This release shows a targeted approach to adding features (e.g., authentication, monitoring, space reuse), and adds capabilities defined in the later SQL standards. The major areas of enhancement are: Windowing Functions Common Table Expressions and Recursive Queries Default and variadic parameters for functions Parallel Restore Column Permissions Per-database locale settings Improved hash indexes Improved join performance for EXISTS and NOT EXISTS queries Easier-to-use Warm Standby Automatic sizing of the Free Space Map Visibility Map (greatly reduces vacuum overhead for slowly-changing tables) Version-aware psql (backslash commands work against older servers) Support SSL certificates for user authentication Per-function runtime statistics Easy editing of functions in psql New contrib modules: pg_stat_statements, auto_explain, citext, btree_gin URL: http://www.postgresql.org/docs/8.4/interactive/release-8-4.html
* Welcome PostgreSQL 8.4girgen2009-07-084-0/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | After many years of development, PostgreSQL has become feature-complete in many areas. This release shows a targeted approach to adding features (e.g., authentication, monitoring, space reuse), and adds capabilities defined in the later SQL standards. The major areas of enhancement are: Windowing Functions Common Table Expressions and Recursive Queries Default and variadic parameters for functions Parallel Restore Column Permissions Per-database locale settings Improved hash indexes Improved join performance for EXISTS and NOT EXISTS queries Easier-to-use Warm Standby Automatic sizing of the Free Space Map Visibility Map (greatly reduces vacuum overhead for slowly-changing tables) Version-aware psql (backslash commands work against older servers) Support SSL certificates for user authentication Per-function runtime statistics Easy editing of functions in psql New contrib modules: pg_stat_statements, auto_explain, citext, btree_gin URL: http://www.postgresql.org/docs/8.4/interactive/release-8-4.html
* Welcome PostgreSQL 8.4girgen2009-07-081-0/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | After many years of development, PostgreSQL has become feature-complete in many areas. This release shows a targeted approach to adding features (e.g., authentication, monitoring, space reuse), and adds capabilities defined in the later SQL standards. The major areas of enhancement are: Windowing Functions Common Table Expressions and Recursive Queries Default and variadic parameters for functions Parallel Restore Column Permissions Per-database locale settings Improved hash indexes Improved join performance for EXISTS and NOT EXISTS queries Easier-to-use Warm Standby Automatic sizing of the Free Space Map Visibility Map (greatly reduces vacuum overhead for slowly-changing tables) Version-aware psql (backslash commands work against older servers) Support SSL certificates for user authentication Per-function runtime statistics Easy editing of functions in psql New contrib modules: pg_stat_statements, auto_explain, citext, btree_gin URL: http://www.postgresql.org/docs/8.4/interactive/release-8-4.html
* Fix bad commit, accidentally copied the CVS directoy from 83 to 84 and ↵girgen2009-07-081-1/+2
| | | | committed. Yikes. :-(
* Welcome PostgreSQL 8.4girgen2009-07-0830-217/+315
| | | | | | | | | | | | | | | | | | | | | | | | | | After many years of development, PostgreSQL has become feature-complete in many areas. This release shows a targeted approach to adding features (e.g., authentication, monitoring, space reuse), and adds capabilities defined in the later SQL standards. The major areas of enhancement are: Windowing Functions Common Table Expressions and Recursive Queries Default and variadic parameters for functions Parallel Restore Column Permissions Per-database locale settings Improved hash indexes Improved join performance for EXISTS and NOT EXISTS queries Easier-to-use Warm Standby Automatic sizing of the Free Space Map Visibility Map (greatly reduces vacuum overhead for slowly-changing tables) Version-aware psql (backslash commands work against older servers) Support SSL certificates for user authentication Per-function runtime statistics Easy editing of functions in psql New contrib modules: pg_stat_statements, auto_explain, citext, btree_gin URL: http://www.postgresql.org/docs/8.4/interactive/release-8-4.html
* Update to 0.08lth2009-07-072-7/+7
|
* Update to 0.12lth2009-07-072-4/+4
|
* - Update to 1.10clsung2009-07-072-4/+4
| | | | Changes: http://search.cpan.org/dist/SQL-Interp/Changes
* - Froced commit to note repocopy: databases/py-bsddb to databases/py25-bsddblwhsu2009-07-071-1/+1
| | | | | | PR: ports/136320 Submitted by: lwhsu Repocopied by: marcus
* - Update to 1.3.8wxs2009-07-062-5/+5
| | | | | | PR: ports/135975 Submitted by: dikshie <dikshie@sfc.wide.ad.jp> Approved by: Razor <bg1tpt@gmail.com> (maintainer)
* - Update to 0.5.31miwi2009-07-062-4/+5
| | | | | PR: 136332 Submitted by: Wen Heping <wenheping@gmail.com> (maintainer)
* - Update to 1.1.8miwi2009-07-063-5/+5
| | | | | | PR: 135887 Submitted by: Hung-Yi Chen <gaod@hychen.org> Approved by: maintainer via irc
* - cleanup ADDITIONAL_LIB_DIRSdinoex2009-07-051-1/+0
|
* - Update to 0.2.0miwi2009-07-052-5/+5
| | | | | PR: 136238 Submitted by: Gea-Suan Lin <gslin@gslin.org> (maintainer)
* - Update to 2.3miwi2009-07-052-6/+23
| | | | | PR: 136228 Submitted by: Alexey V.Degtyarev <alexey@renatasystems.org> (maintainer)
* Fix the build when gtkdoc isn't installed.kwm2009-07-041-3/+14
| | | | Submitted by: QAT
* Update to 4.012skv2009-07-032-4/+4
| | | | | | Changes: http://cpansearch.perl.org/src/CAPTTOFU/DBD-mysql-4.012/ChangeLog PR: ports/135724 Submitted by: pgollucci
* Update to 2.26.3.kwm2009-07-032-4/+4
|
* Update to 3.99.16.kwm2009-07-032-4/+4
|
* Update to 0.15.tobez2009-07-032-4/+4
| | | | Changes: http://search.cpan.org/dist/DBIx-Log4perl/Changes
* Update to 0.54.tobez2009-07-022-4/+4
| | | | | | | This version has introduced a minor incompatibility with the previous versions, please per-use the Changes file. Changes: http://search.cpan.org/dist/DBIx-Perlish/Changes
* Update to 0.16.tobez2009-07-022-4/+4
| | | | | | Changes: http://search.cpan.org/dist/Cache-Memcached-Fast/Changes Submitted by: pgollucci PR: 135723
* - Update to 0.08jadawin2009-07-012-4/+4
| | | | | PR: ports/136215 Submitted by: Vladimir Timofeev <vovkasm gmail.com> (maintainer)
* - Fix build with custom Prefixmiwi2009-07-011-5/+15
| | | | | PR: 136002 Submitted by: Robert Kruus <rob.kruus@gmail.com> (maintainer)
* - Update to 1.23miwi2009-07-012-4/+4
| | | | | PR: 136143 Submitted by: Cezary Morga <cm@therek.net> (maintainer)
* - Fix building with python3*lwhsu2009-07-012-2/+51
| | | | | - Use checksum file under lang/python${PYTHON_SUFFIX}/, for removal lang/python/distinfo
* Update to 3.2.0.1.delphij2009-07-012-4/+4
| | | | Security: ba73f494-65a8-11de-aef5-001c2514716c
* - Update to 1.7.araujo2009-07-016-65/+17
| | | | | | | - Pass maintainer to submitter. PR: ports/136074 Submitted by: Sylvio Cesar <scjamorim@bsd.com.br>
* - Update to 4.7.6 [1]lwhsu2009-06-306-29/+42
| | | | | | | | - Use COPYTREE_SHARE to install documents PR: ports/130412 [1] Submitted by: David Naylor <naylor.b.david AT gmail.com> Approved by: maintainer timeout (6 months)
* - Update to 5.09amm2009-06-293-7/+5
| | | | | PR: ports/136080 Submitted by: Joe Horn <joehorn@gmail.com>
* Wrap all inserts into transactions.wxs2009-06-285-0/+40
| | | | | | | WWW: http://search.cpan.org/dist/DBICx-TxnInsert/ PR: ports/135959 Submitted by: Andrey Kostenko <andrey@kostenko.name>
* - Update to 0.02004wxs2009-06-282-4/+5
| | | | | PR: ports/135963 Submitted by: hideo <hideo@lastamericanempire.com> (maintainer)
* Firebird1 has expired some time ago, remove the option.erwin2009-06-281-8/+2
| | | | | | PR: 135547 Submitted by: erwin Approved by: maintainer timeout
* Update to 0.11lth2009-06-252-4/+4
|
* PgDBF is a program for converting XBase databases - particularly FoxPropgollucci2009-06-244-0/+38
| | | | | | | | | | | | | | tables with memo files - into a format that PostgreSQL can directly import. It's a compact C project with no dependencies other than standard Unix libraries. While the project is relatively tiny and simple, it's also heavily optimized via profiling - routine benchmark were many times faster than with other Open Source programs. In fact, even on slower systems, conversions are typically limited by hard drive speed. WWW: http://pgdbf.sourceforge.net/ PR: ports/135969 Submitted by: kirk at daycos.com
* - Update to 1.22pgollucci2009-06-222-4/+4
| | | | | | PR: ports/135729 Approved by: maintainer Submitted by: myself (pgollucci@)
* Upgrade to 7.5.20 to make fetchable again.thierry2009-06-202-4/+4
| | | | | | Changelog at <http://download.aquafold.com/download/changelog.txt>. Reported by: pointyhat via Pav
* - Update to 1.0.13.1pgollucci2009-06-204-8/+8
| | | | | | PR: ports/135731 Approved by: maintainer (lbr) Submitted by: myself (pgollucci@)
* - Update to 1.56pgollucci2009-06-202-4/+4
| | | | | | PR: ports/135730 Approved by: maintainer (lbr) Submitted by: myself (pgollucci@)
* - Update to 0.05pgollucci2009-06-202-6/+6
| | | | | | PR: ports/135726 Approved by: maintainer (lbr) Submitted by: myself (pgollucci@)
* - Update to 0.08103pgollucci2009-06-203-10/+21
| | | | | | PR: ports/135725 Approved by: maintainer (lbr) Submitted by: myself (pgollucci@)
* Update to 1.55.demon2009-06-192-4/+4
| | | | | PR: 135728 Submitted by: pgollucci
* Update to 1.10.1.kwm2009-06-192-6/+6
|
* Update to 3.99.15.kwm2009-06-194-8/+7
| | | | | Update COMMENT and pkg-descr to mention this library doesn't wrap libgda v3 anymore but libgda v4.
* - Update to 2.13.1pgollucci2009-06-192-4/+4
|
* - Update to 2.2beat2009-06-182-4/+4
| | | | | PR: ports/135682 Submitted by: Alexey V.Degtyarev <alexey AT renatasystems.org> (maintainer)
* - Update to 0.39clsung2009-06-182-4/+4
| | | | Changes: http://search.cpan.org/dist/BerkeleyDB/Changes
* - Add an RC script.wxs2009-06-174-0/+125
| | | | | | | | - Cleanup messasges displayed by the port. - Add a couchdb user and group. PR: ports/135256, ports/135259 Submitted by: Till Klampaeckel <till@php.net> (maintainer)
* - Fix build with custom LOCABASEitetcu2009-06-171-12/+21
| | | | | | | | | - respect PREFIX in rc script - use variable were we can Submitted by: Sahil Tandon Reported by: QATty Approved by: maintainer
* - Assign all unmaintained ruby ports to ruby@,stas2009-06-166-6/+6
| | | | so people will know where to send questions to.
* - Update to 1.0.12.0pgollucci2009-06-164-12/+12
| | | | | | PR: ports/135102 Approved by: maintainer timeout (lbr; 2 weeks 1 day) Submitted by: pgollucci@ (myself)
* - Update to 1.55pgollucci2009-06-162-4/+4
| | | | | | PR: ports/135101 Approved by: maintainer timeout (lbr; 2 weeks 1 day) Submitted by: pgollucci@ (myself)
* - Update to 0.04006pgollucci2009-06-162-9/+9
| | | | | | | | - Portlint PR: ports/135100 Approved by: maintainer timeout (lbr; 2 weeks 1 day) Submitted by: pgollucci@ (myself)
* - Update to 3.2.0miwi2009-06-162-4/+4
| | | | | PR: 135597 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
* mysqlbackup: create MySQL-database servers backup easymiwi2009-06-144-0/+48
| | | | | | | | | | | | | | | | | | | | | | Why mysqlbackup? 1. Required minimum coding to create everyday MySQL-backups with some additional functions. 2. Backups can be compressed on-the-fly and automatically rotated after specified number of a days past. 3. It is includes basic database maintenance: check, optimize tables before backup creation. 4. It can be safely used on a large MySQL installations (1000+ databases). 5. It is written in sh - code interpreter available in a base system. WWW: http://renatasystems.org/freebsd/mysqlbackup.html PR: ports/135331 Submitted by: Alexey V. Degtyarev
* Remove Firebird option as that port expired in February.erwin2009-06-132-16/+2
|
* - Update to .057clsung2009-06-122-4/+4
| | | | | PR: ports/135493 Submitted by: Wen Heping <wenheping_AT_gmail dot com>
* Update to 5.0.83 release.ale2009-06-122-4/+4
|
* - Fix build for customized PREFIX and LOCALBASElwhsu2009-06-122-7/+14
| | | | Submitted by: QAT
* - Silence rc.d warnings about no value set for _enable flags.pgollucci2009-06-121-0/+2
| | | | | PR: ports/134987 Submitted by: maintainer
* Fix build with custom LOCALBASEitetcu2009-06-111-1/+1
| | | | | Reported by: QATty Approved by: maintainer
* - Update to 1.7.4pgollucci2009-06-112-4/+4
|
* Fix build with custom LOCALBASE.itetcu2009-06-101-0/+1
| | | | | Reported by: QATty Approved by: portmgr (itetcu@)
* Fix build with custom LOCALBASEitetcu2009-06-101-1/+3
| | | | | | Submitted by: Sahil Tandon Reported by: QATty Approved by: portmgr (itetcu@)
* Fix build with custom LOCALBASEitetcu2009-06-101-2/+6
| | | | | | | Submitted by: Sahil Tandon Reported by: QATty Approved by: portmgr (itetcu@) No cookie for: maintainer
* Convert most of remaining ports that depend on xorg-libraries toamdmi32009-06-091-2/+1
| | | | | | | | | | | | | modular xorg. - supply corresponding USE_XORG for all imake-using ports that need it - USE_IMAKE no longer implies USE_XLIB in absence of USE_XORG - retire USE_X_PREFIX which is not really used anywhere after the above change - a few minor nits like whitespace and SF macro Tested by: 2 tinderbox runs by pav Approved by: portmgr (pav)
* - Update to 3.6.14.2mnag2009-06-092-4/+4
|
* - Update lang/python26 and make Python 2.6.2 to the default Python versionmiwi2009-06-096-6/+3
| | | | | Tested by: 3 pointyhat runs Thanks to: pav, gahr, lwhsu, mva, amdmi3
* Update to 5.1.35 release and install additional manpages.ale2009-06-088-44/+92
|
* - Mark MAKE_JOBS_UNSAFE=yespgollucci2009-06-081-0/+2
|
* Update to 5.0.82 release and add additional manpages.ale2009-06-082-11/+23
|
* - Update to 1.7.3pgollucci2009-06-082-4/+4
|
* Fix an other typo.itetcu2009-06-051-1/+1
| | | | Submitted by: pav!
* Fix typo.itetcu2009-06-051-1/+1
| | | | Submitted by: lippe@
* - fix buildwith custom LOCALBASEdinoex2009-06-051-1/+1
| | | | Reported by: QAT
* Fix build with custom LOALBSE.itetcu2009-06-032-4/+3
| | | | Prompted by: QATty
* Upgrade to 0.30.vanilla2009-06-034-9/+21
|
* Fix build with custom LOCALBASE.itetcu2009-06-031-1/+3
| | | | Reported by: QAtty
* - Update to 1.0.9miwi2009-06-032-4/+4
| | | | | PR: 135142 Submitted by: Wen Heping <wenheping@gmail.com> (maintainer)
* . add CONFLICTS to linux-f8 infrastructure ports;bsam2009-06-031-1/+3
| | | | . bump PORTREVISIONs.
* Fix build with custom LOCALBASE.itetcu2009-06-021-0/+3
| | | | Prompted by: QATty
* - Fix build with custom LOCALBASEitetcu2009-06-022-17/+17
| | | | | | - use DOCSDIR macro Reported by: QATty
* Here are new Linux Fedora 10 infrastructure ports.bsam2009-06-023-14/+16
| | | | | | | | | | | | | | | | | | | | | | | | Those ports are intended to be used with 8-CURRENT at least with SVN r192206. If you want to switch to linux-f10 ports, please define at /etc/make.conf: OVERRIDE_LINUX_BASE_PORT=f10 OVERRIDE_LINUX_NONBASE_PORTS=f10 An upgrading procedure is shown at /usr/ports/UPDATING, entries 20090401 and 20070327. For the first time all tested linux ports work as expected(!): . acroread8; . google-earth; . skype; . seamonkey. Many thanks for kernel folks who really did the main work (and I wrote only some lines of ports). There is a good chance that those ports may become a default for 8.0-RELEASE. Please, test and report back to emulation@ ML.
* - Resolve LATEST_LINK conflictpav2009-06-012-0/+2
|
* - Update to 2.0.11miwi2009-05-312-4/+4
|
* - Update to 1.0.0miwi2009-05-292-6/+25
| | | | | PR: 134973 Submitted by: Wen Heping <wenheping@gmail.com> (maintainer)
* Reassign these ports to the committer who has been most active in updatinglinimon2009-05-294-8/+2
| | | | | | them. Approved by: old maintainer
* Change MAINTAINER on my ports to my FreeBSD email addressavl2009-05-296-6/+6
| | | | Approved by: tabthorpe (mentor)
* Make fetchable again by upgrading to 7.5.11.thierry2009-05-292-4/+4
| | | | | | Changelog at <http://download.aquafold.com/download/changelog.txt>. Notified by: pointyhat via Pav
* - Update to 0.5.4.p2nivit2009-05-286-10/+28
|
* - Update to 1.4.23pgollucci2009-05-284-6/+7
| | | | | | | - Chase shlib bump PR: ports/134960 Submitted by: Gea-Suan Lin <gslin@gslin.org>
* Back out the changes on pkg-plist. Turned out portlint just gave me aknu2009-05-272-89/+89
| | | | wrong piece of advice.
* - Update to 4.7.25.4lwhsu2009-05-272-2/+188
| | | | | PR: ports/134957 Submitted by: Gea-Suan Lin <gslin AT gslin.org>
* - Update to 1.1.27lwhsu2009-05-273-8/+19
| | | | | | | | - Add enable lua option PR: ports/134949 Submitted by: QingFeng <qingfeng AT me.com> Approved by: Gea-Suan Lin <gslin AT gslin.org> (maintainer)
* Add a patch to fix a problem that a wrong value is set to "args" whenknu2009-05-263-88/+96
| | | | | | | compiled with Ruby 1.8.7 or later. PR: ports/134300 Submitted by: Peter Much <pmc@citylink.dinoex.sub.org>
* LuaSQL is a simple interface from Lua to a DBMS. It enables a Luamm2009-05-262-0/+17
| | | | | | | | | | program to: * Connect to ODBC, ADO, Oracle, MySQL, SQLite and PostgreSQL databases; * Execute arbitrary SQL statements; * Retrieve results in a row-by-row cursor fashion. WWW: http://www.keplerproject.org/luasql/
* LuaSQL is a simple interface from Lua to a DBMS. It enables a Luamm2009-05-262-0/+16
| | | | | | | | | | | program to: * Connect to ODBC, ADO, Oracle, MySQL, SQLite and PostgreSQL databases; * Execute arbitrary SQL statements; * Retrieve results in a row-by-row cursor fashion. WWW: http://www.keplerproject.org/luasql/ ----------------------------------------------------------------------
* LuaSQL is a simple interface from Lua to a DBMS. It enables a Luamm2009-05-269-0/+1136
| | | | | | | | | | program to: * Connect to ODBC, ADO, Oracle, MySQL, SQLite and PostgreSQL databases; * Execute arbitrary SQL statements; * Retrieve results in a row-by-row cursor fashion. WWW: http://www.keplerproject.org/luasql/
* - Update to 5.07mm2009-05-252-4/+4
| | | | | PR: ports/132654 Submitted by: Joe Horn <joehorn@gmail.com>
* - update to 1.7.2pgollucci2009-05-242-4/+4
| | | | | | PR: ports/134666 Approved by: maintainer Submitted by: me
* - Update to 1.2.26miwi2009-05-236-16/+24
| | | | | PR: 134765 Submitted by: Vivek Khera <vivek@khera.org> (maintainer)
* sqliteman is the best developer's and/or admin's GUI tool formiwi2009-05-235-0/+173
| | | | | | | | | | | | Sqlite3 in the world. No joking here (or just a bit only).It contains the most complette feature set of all tools available. And much more , it's available for all major platforms, and it's free. WWW: http://sqliteman.sf.net/ PR: ports/134733 Submitted by: Wen Heping <wenheping at gmail.com>
* - Update to 0.10.6miwi2009-05-232-4/+4
| | | | | PR: 134692 Submitted by: Wen Heping <wenheping@gmail.com> (maintainer)
* - Update to 2.0.0dhn2009-05-2210-379/+99
| | | | | | | - Pass maintainership to submitter PR: ports/134429 Submitted by: Cezary Morga <cm@therek>
* Upgrade to 2.2.2.kuriyama2009-05-228-20/+20
|
* - Add LATEST_LINKbeat2009-05-211-0/+2
| | | | | Reported by: pav Approved by: miwi (mentor, implicit)
* - Fix latest linklaszlof2009-05-211-3/+6
| | | | | | | - Added conflict for mysql java connector 5.1 PR: ports/134777 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
* - Fix latest linklaszlof2009-05-211-1/+3
| | | | | | | - Added conflict for mysql java connector 5.0 PR: ports/134776 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
* - Update to 1.2.0-0amdmi32009-05-2114-269/+86
| | | | | | | | - Pass maintainership to submitter - While here, remove dead mirrors and use SF macro PR: 134715 Submitted by: "Dmitry N. Kolesnikov" <dk.diklab@gmail.com>
* Update to 6.0.11 release and add new manpages.ale2009-05-215-23/+27
|
* - Update to 3.53clsung2009-05-203-11/+11
|
* - Update to 1.25clsung2009-05-203-5/+7
| | | | Changes: http://search.cpan.org/dist/DBD-SQLite/Changes
* Upgrade to 0.29.vanilla2009-05-203-6/+24
|
* - update to 0.1.3pgollucci2009-05-192-4/+4
| | | | | | PR: ports/134667 Approved by: maintainer Submitted by: me
* Update to 2.26.2.marcus2009-05-193-22/+4
|
* - Update to 1.3.6amdmi32009-05-193-10/+11
| | | | | PR: 134646 Submitted by: Anderson S. Ferreira <anderson@cnpm.embrapa.br> (maintainer)
* pgtune takes the wimpy default postgresql.conf and expandsmiwi2009-05-176-0/+56
| | | | | | | | | | the database server to be as powerful as the hardware it's being deployed on. WWW: http://pgfoundry.org/projects/pgtune/ PR: ports/134546 Submitted by: Matthieu BOUTHORS
* - Update to 1.1.26lwhsu2009-05-173-6/+8
| | | | | | PR: ports/134597 Submitted by: lwhsu Approved by: Gea-Suan Lin <gslin AT gslin.org> (maintainer)
* - Update to 1.4.20pgollucci2009-05-174-7/+12
| | | | | | | - Bump PORTREVISION for SHLIB bump PR: ports/134596 Submitted by: lwshu
* - Update to 3.1.5miwi2009-05-172-4/+4
| | | | | PR: 134573 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
* Update MASTER_SITES.knu2009-05-161-3/+2
|
* Update MAINTAINER.knu2009-05-161-1/+1
|
* Update to 0.5.3.knu2009-05-164-9/+14
|
* - Make MAKE_JOBS_UNSAFE=yespgollucci2009-05-161-0/+2
|
* - Mark most of my ports MAKE_JOBS_SAFE=yespgollucci2009-05-167-0/+14
| | | | Tested by: several builds in P6 TB
* - Remove apache from RUN_DEPENDSpgollucci2009-05-161-10/+9
| | | | | | | | | | - APACHE_COMPAT is deprecated, replace with USE_APACHE=1.3 - USE_MYSQL=yes instead of p5-DBD-mysql (databases/mysql*-client depend on it) - Use WWWOWN and WWWGRP PR: ports/134445 Approved by: maintainer Submitted by: me
* - Update to 1.0.12amdmi32009-05-146-66/+8
| | | | | PR: 134503 Submitted by: Jean-Francois Dockes <jean-francois.dockes@wanadoo.fr> (maintainer)
* Update to 5.0.81 release.ale2009-05-133-8/+8
|
* - Update to 1.23clsung2009-05-133-45/+4
| | | | | PR: ports/133915 Submitted by: TERAMOTO Masahiro <markun_AT_onohara dot to>
* - Update to 0.8lwhsu2009-05-122-5/+4
|
* Upgrade to 7.5.8 and unbreak.thierry2009-05-122-6/+4
| | | | Changelog at <http://download.aquafold.com/download/changelog.txt>.
* - Mark BROKEN: does not fetchpav2009-05-121-0/+2
| | | | Reported by: pointyhat
* - Forgot to bump PORTREVISIONpgollucci2009-05-111-0/+1
|
* - Adoptpgollucci2009-05-112-39/+27
| | | | | | | - Use GNU Macro - Remove apache from _DEPENDS, replace with USE_APACHE - Use ETCDIR - Honor NOPORTDOCS and NOPORTEXAMPLES
* - Update to 1.26miwi2009-05-112-4/+4
|
* - Update to 1.7.4miwi2009-05-112-5/+5
| | | | | PR: 134197 Submitted by: Alexander Logvinov <ports@logvinov.com> (maintainer)
* - Update to 2.0.10miwi2009-05-112-4/+4
|
* - Update to 1.5.0b2miwi2009-05-1110-21/+20
| | | | Requested by: beat@
* - Update to 2.5.0b2miwi2009-05-112-4/+4
|
* Update KDE ports to 4.2.3makc2009-05-103-7/+6
| | | | | | | | | | | | | | | | | | | | | | | | See original release announcement for details: http://kde.org/announcements/announce-4.2.3.php New ports: devel/kdebindings4: Meta port of KDE bindings for C#, Java, PHP, Python and Ruby. Currently only Python bindings are supported. devel/kdebindings4-python, devel/kdebindings4-python-krosspython, devel/kdebindings4-python-pykde4: Python bindings for KDE. print/kdeutils4-printer-applet: printer-applet is a system tray utility. It shows current print jobs, shows printer warnings and errors and shows when printers that have been plugged in for the first time are being auto-configured by hal-cups-utils. It replaces kjobviewer in KDE 3. print/system-config-printer-kde A port of Gnome system-config-printer to KDE.
* - Update to 2.5miwi2009-05-092-4/+4
| | | | | PR: 134279 Submitted by: Ports Fury
* - Update to 1.0014miwi2009-05-092-4/+4
| | | | | PR: 134302 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
* - Update to 0.752beat2009-05-092-4/+4
| | | | | | PR: ports/134362 Submitted by: hideo <hideo AT lastamericanempire.com> (maintainer) Approved by: miwi (mentor, implicit)
* - New port: databases/gambas2-gb-db-postgresqlacm2009-05-093-0/+21
| | | | The postgresql driver for the gambas database component
* - New port: databases/gambas2-gb-db-sqlite3acm2009-05-093-0/+21
| | | | The sqlite3 driver for the gambas database component
* - New port: databases/gambas2-gb-db-sqlite2acm2009-05-093-0/+21
| | | | The sqlite2 driver for the Gambas database component
* - New port: databases/gambas2-gb-db-odbcacm2009-05-093-0/+21
| | | | The odbc driver for the gambas database component
* - New port: databases/gambas2-gb-db-mysqlacm2009-05-093-0/+21
| | | | The MySQL driver for the gambas database component
* - New port: databases/gambas2-gb-db-firebirdacm2009-05-093-0/+21
| | | | The firebird driver for the gambas database component
* - Don't generate exceptions on faliures in bdb close call. This fixesstas2009-05-082-0/+21
| | | | | | | unprivileged user mode in portupgrade (-s switch) and fixes ruby-bdb's 'close' method. Reviewed by: knu
* - Update to 1.4.17pgollucci2009-05-074-7/+7
| | | | | | | - Bump PORTREVISION for SHLIB bump PR: ports/134057 Submitted by: lwshu
* pyodbc is a Python module that allows you to use ODBC to connect tomiwi2009-05-056-0/+97
| | | | | | | | | | | | | almost any database from Windows, Linux, OS/X, and more. It implements the Python Database API Specification v2.0, but additional features have been added to simplify database programming even more. WWW: http://code.google.com/p/pyodbc/ PR: ports/133757 Submitted by: Robet Kruus <rob.kruus@gmail.com>
* - Reset maintainermiwi2009-05-051-1/+1
| | | | | PR: ports/133849 Submitted by: Glen Barber <glen.j.barber@gmail.com> (old maintainer)
* - Update to 1.25jadawin2009-05-052-4/+4
|
* - Update to 1.3.7beat2009-05-043-7/+10
| | | | | | | | - Add option for disable mmap PR: ports/133798 Submitted by: Zhen REN <bg1tpt AT gmail.com> (maintainer) Approved by: miwi (mentor)
* Update to 0.08102lbr2009-05-042-5/+5
|
* Update to 1.53lbr2009-05-042-7/+6
|
* - Update to 0.0.3dhn2009-05-023-4/+6
| | | | | | PR: ports/134144 Submitted by: Cezary Morga <cm@therek.net> (maintainer) Approved by: miwi (mentor implicit)
* mysqlidxchk (MySQL Index Checker) checks MySQL databases/tables formiwi2009-05-024-0/+49
| | | | | | | | | | | unused indexes. Given one or more slow, general, or "raw" log files, mysqlidxchk reports which indexes in the database schema are not used by the queries in the log files. WWW: http://hackmysql.com/mysqlidxchk PR: ports/134107 Submitted by: Andrey Ignatov <rdna at rdna.ru>
* DBIx::Class::QueryLog logs each transaction and query executed so you canmiwi2009-05-025-0/+41
| | | | | | | | | analyze what happened in the session. WWW: http://search.cpan.org/dist/DBIx-Class-QueryLog/ PR: ports/134095 Submitted by: Andrey Kostenko <andrey at kostenko.name>
* Update to 1.8.2makc2009-05-022-4/+4
|
* - Update to 1.10.0miwi2009-05-016-48/+58
| | | | Approved by: maintainer implicit
* Ruby DataObjects driver for MySQLmiwi2009-05-014-0/+35
| | | | | | WWW: http://rubyforge.org/projects/dorb/ Submitted by: Espen Volden aka voldern <voldern at hoeggen.net>
* Ruby DataObjects driver for PostgreSQLmiwi2009-05-014-0/+35
| | | | | | | WWW: http://rubyforge.org/projects/dorb/ PR: ports/134063 Submitted by: Espen Volden aka voldern <voldern at hoeggen.net>
* - Update to 0.781wxs2009-05-012-4/+4
| | | | | PR: ports/134068 Submitted by: hideo <hideo@lastamericanempire.com> (maintainer)
* - Fixed mtree errorglarkin2009-04-302-2/+4
| | | | | | | - Bumped PORTREVISION PR: ports/134065 Submitted by: Hisamitsu Sato <hisa32 at gmail dot com>
* Update to 0.8.5.knu2009-04-282-6/+8
|
* Add p5-DBIx-Class-TimeStamp 0.08, DBIx::Class extension to handle datelth2009-04-285-0/+45
| | | | and time based fields.
* Add p5-DBIx-Class-DynamicDefault 0.03, automatically set and updatelth2009-04-285-0/+40
| | | | fields.
* Update to 0.08101lbr2009-04-283-10/+6
|
* Upgrade to 7.5.thierry2009-04-283-79/+87
| | | | Changelog at <http://www.aquafold.com/d75/docs/index.html>.
* Fix to use emacs22.yoichi2009-04-281-1/+0
| | | | | PR: ports/131915 Submitted by: Slaven Rezic
* Update to 0.52.tobez2009-04-272-4/+4
| | | | Changes: http://search.cpan.org/dist/DBIx-Perlish/Changes
* - Update to 3.1.4 [1]miwi2009-04-272-7/+8
| | | | | | | | | - Add missing dependency [2] PR: 134001 [1] 133960 [2] Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> [1] (maintainer) Mel Flynn <mel@rachie.is-a-geek.net> [2]
* - Update to 1.2.8mnag2009-04-263-13/+13
|
* - Update to 1.2.3c1mnag2009-04-262-4/+4
|
* - Update to version 0.77mnag2009-04-252-4/+4
| | | | | PR: 133864 Submitted by: olli hauer <ohauer___gmx.de>
* - Update to 3.6.13.mnag2009-04-253-28/+5
| | | | - Fix upgrade with tcl 8.4.
* - Update to 4.1.16pgollucci2009-04-254-7/+7
| | | | - Bump PORTREVISION for SHLIB bump
* Ruby DataObjects driver to the SQLite DB engine version 3miwi2009-04-254-0/+36
| | | | | | | | | | | | The purpose of DO.rb is to rewrite existing Ruby database drivers to conform to a single interface. At present, PostgreSQL, MySQL, and SQLite adapters are available. Author: Dirkjan Bussink (dbussink) <d.bussink@gmail.com> WWW: http://rubyforge.org/projects/dorb/ PR: ports/133853 Submitted by: Espen Volden aka voldern <voldern at hoeggen.net>
* The purpose of DO.rb is to rewrite existing Ruby database drivers to conform tomiwi2009-04-254-0/+34
| | | | | | | | | | | a single interface. At present, PostgreSQL, MySQL, and SQLite adapters are available. Author: Dirkjan Bussink (dbussink) <d.bussink@gmail.com> WWW: http://rubyforge.org/projects/dorb/ PR: ports/133842 Submitted by: Espen Volden aka voldern <voldern at hoeggen.net>
* Presenting GNOME 2.26.1 for FreeBSD.kwm2009-04-247-37/+37
| | | | Approved by: portmgr (marcus)
* - Update to rails 2.3.2pgollucci2009-04-242-5/+5
| | | | | | | | | | | | | | | | | www/rubygem-rails [2] devel/rubygem-activesupport [5] databases/rubygem-activerecord mail/rubygem-actionmailer [4] www/rubygem-actionpack [3] www/rubygem-activeresource [1] PRs: ports/133523 [1], ports/133525 [2], ports/133522 [3] ports/133518 [4], ports/133516 [5], ports/133504 [6] Approved by: maintainer timeout (2 weeks 1 day) [1-6] Submitted by: me [1-6] Tested by: RidCharge Inc. Tinderbox Sponsored by: RideCharge Inc.
* - Update to 1.7.1pgollucci2009-04-242-4/+4
| | | | | | PR: ports/133505 Approved by: maintainer timeout (2 weeks 1 day) Submitted by: me
* Update to 5.1.34 release.ale2009-04-2312-36/+36
|
* Update to 0.08100lbr2009-04-233-16/+59
|
* - Update MASTER_SITESmiwi2009-04-221-1/+1
| | | | Reported by: pavbot
* - Update to 4.1.15pgollucci2009-04-224-6/+7
| | | | - Bump PORTREVISION for SHLIB bump
* Upgrade to 0.28.vanilla2009-04-222-4/+4
|
* - Update to 0.9.0 (bump PORTEPOCH as it was 0.9.0a).wxs2009-04-213-131/+211
| | | | | | | | - Pass maintainership to submitter. PR: ports/131611 Submitted by: Till Klampaeckel <till@php.net> Approved by: Jan Lehnardt <jan@apache.org> (maintainer)
* - Mark all kde4 ports MAKE_JOBS_UNSAFEmiwi2009-04-171-0/+1
| | | | Approved by: portmgr (pav)
* - Update to 3.1.3.2miwi2009-04-152-4/+4
| | | | | | | PR: 133729 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer) Approved by: portmgr (pav) Security: http://www.vuxml.org/freebsd/1a0e4cc6-29bf-11de-bdeb-0030843d3802.html
* - Update to 0.1.5miwi2009-04-122-4/+4
| | | | | PR: 133608 Submitted by: Gea-Suan Lin <gslin@gslin.org> (maintainer)
* - Reset ditesh (at) gathani.org due to long period of inactivity.miwi2009-04-111-1/+1
| | | | | | - Take over some ports Approved by: portmgr (linimon)
* - Chase graphics/geos shlib bumpmiwi2009-04-111-1/+2
|
* - Update to 1.0.9pgollucci2009-04-112-5/+6
| | | | | | | - Update for lang/perl 5.8.9 PR: ports/132376 Submitted by: "Dima Panov" <fluffy@fluffy.khv.ru>
* Fix package build by depending on libepc and avahi-ui.kwm2009-04-111-0/+2
| | | | Submitted by: QA tindy
* - Update to 1.1.23lwhsu2009-04-103-6/+6
| | | | | | PR: ports/133542 Submitted by: lwhsu Approved by: Gea-Suan Lin <gslin AT gslin.org> (maintainer)
* - Bump PORTREVISION from databases/tokyocabinet SHLIB bumppgollucci2009-04-102-1/+2
|
* - Update to 1.4.14pgollucci2009-04-102-5/+5
| | | | | PR: ports/133543 Submitted by: lwshu@
* Presenting GNOME 2.26 for FreeBSD. Seemarcus2009-04-1012-257/+188
| | | | | | | | | | | | | http://library.gnome.org/misc/release-notes/2.26/ for a list of what's new. On the FreeBSD front, we introduced a port of libxul 1.9 as an alternative for Firefox 2.0 as a Gecko provider. Almost all of the Gecko consumers can make use of this provider by setting: WITH_GECKO=libxul The GNOME 2.26 port was done by ahze, kwm, marcus, and mezz with contributions by Joseph S. Atkinson, Peter Wemm, Eric L. Chen, Martin Matuska, Craig Butler, and Pawel Worach.
* - convert to RUBYGEM_AUTOPLISTpgollucci2009-04-099-67/+12
| | | | | | | | | | | | | | | | | | | | remove x-generate-plist and friends - use RF macro and remove SUBDIR where possible - remove some uneeded GEM_NAME=${DISTNAME} (this c/should be handled better in bsd.*.mk) other deltas specific to individual ports: audio/rubygem-mp3info - unbreak, fix packaging, bump PORTREVISION devel/rubygem-rapt - adopt devel/rubygem-rspec - remove BUILD_DEPENDS=RUN_DEPENDS -- neither set devel/rubygem-ruby2ruby - add #' for vim highlight graphics/rubygem-extifr - drop PORTREVISION=0 graphics/rubygem-gd2 - add #' for vim highlight www/rubygem-rubyfulsoup - swap GEM_NAME / DISTNAME for constistency Sponsored by: RideCharge Inc. Tested on: RideCharge's Tinderbox Reviewed by: stas
* Kill auto_install because it could cause CPAN to configure even though we've ↵lbr2009-04-081-1/+1
| | | | | | | | asked it not to. Reported by: QAT + Pointyhat Reported to: upstream tools peoples Thanks to: tobez
* - Mark MAKE_JOBS_UNSAFEpav2009-04-081-0/+1
| | | | Reported by: David Naylor <naylor.b.david@gmail.com>
* Fix plist with -DNOPORT*.itetcu2009-04-081-0/+8
| | | | | Prompted by: QAT QA run Approved by: maintainer timeout on QATMail
* Fix plist with -DNOPORT*.itetcu2009-04-081-0/+3
| | | | | Prompted by: QAT QA run Approved by: maintainer timeout on QATMail
* Update to 0.08013lbr2009-04-072-8/+7
|
* - Mark jdbc slave port BROKEN: does not configurepav2009-04-071-0/+1
| | | | Reported by: pointyhat
* Fix DESCR and unbreak make describe.bsam2009-04-072-2/+2
|
* Update to 1.19mat2009-04-072-4/+4
|
* Add linux-f8-sqlite3 3.4.2, the library that implements an embeddablebsam2009-04-075-0/+75
| | | | SQL database engine (Linux Fedora 8).
* Upate to 4.0.1.marcus2009-04-062-4/+4
|
* Fix build with Python 2.6tmclaugh2009-04-062-4/+20
| | | | | | | | - chase moved db.h include location PR: 130410 Submitted by: David Naylor Approved by: maintainer timeout
* - Update to 2.12.0jadawin2009-04-032-4/+4
|