| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
| |
PR: 136782
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
Obtained from: QAT@
|
|
|
|
|
| |
PR: 136641
Submitted by: hideo <hideo@lastamericanempire.com> (maintainer)
|
|
|
|
|
| |
PR: 136641
Submitted by: hideo <hideo@lastamericanempire.com> (maintainer)
|
|
|
|
| |
because "patch-configure" conflicts with repcached-2.2-1.2.8.patch
|
|
|
|
|
|
| |
PR: ports/136103
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet xx sunpoet.net>
Approved by: maintainer timeout
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
| |
- bump PORTREVISION for SHLIB bump
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
| |
- Connect adminer to the build
- Disconnect phpminadmin
- Remove phpminadmin project was renamed
PR: 136663
Submitted by: Wen Heping <wenheping@gmail.com> (maintainer)
|
|
|
|
| |
Approved by: wxs (mentor, implicit)
|
|
|
|
|
| |
PR: 132352 (part of)
Reported by: Henry Hu <henry.hu.sh@gmail.com>
|
| |
|
|
|
|
|
| |
PR: 136689
Submitted by: hideo <hideo@lastamericanempire.com> (maintainer)
|
|
|
|
|
| |
PR: 136655
Submitted by: Wen Heping <wenheping@gmail.com> (maintainer)
|
| |
|
|
|
|
| |
net/samba4-devel.
|
|
|
|
|
|
| |
Changelog at <http://download.aquafold.com/download/changelog.txt>.
Reported by: pointyhat via Pav
|
| |
|
| |
|
|
|
|
|
| |
PR: 136453
Submitted by: Gea-Suan Lin <gslin@gslin.org> (maintainer)
|
|
|
|
|
| |
PR: 136472
Submitted by: Ports Fury
|
|
|
|
|
| |
PR: 136442
Submitted by: Gea-Suan Lin <gslin@gslin.org> (maintainer)
|
|
|
|
| |
PR: ports/134042
|
|
|
|
|
|
| |
so it is not reasonable to depend on it.
Pointed out by Kostik Belousov
|
|
|
|
|
|
| |
Also, inform about pg_standby rather than autovacuum. [1]
PR: 136468 [1]
|
|
|
|
|
|
|
|
|
| |
- Use checksum file under lang/python${PYTHON_SUFFIX}/,
for removal lang/python/distinfo
PR: ports/136199
Submitted by: lwhsu
Approved by: perky
|
| |
|
|
|
|
| |
Python 2.5 bsddb module which is needed by mail/py-spambayes
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
committed. Yikes. :-(
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
|
|
|
| |
Changes: http://search.cpan.org/dist/SQL-Interp/Changes
|
|
|
|
|
|
| |
PR: ports/136320
Submitted by: lwhsu
Repocopied by: marcus
|
|
|
|
|
|
| |
PR: ports/135975
Submitted by: dikshie <dikshie@sfc.wide.ad.jp>
Approved by: Razor <bg1tpt@gmail.com> (maintainer)
|
|
|
|
|
| |
PR: 136332
Submitted by: Wen Heping <wenheping@gmail.com> (maintainer)
|
|
|
|
|
|
| |
PR: 135887
Submitted by: Hung-Yi Chen <gaod@hychen.org>
Approved by: maintainer via irc
|
| |
|
|
|
|
|
| |
PR: 136238
Submitted by: Gea-Suan Lin <gslin@gslin.org> (maintainer)
|
|
|
|
|
| |
PR: 136228
Submitted by: Alexey V.Degtyarev <alexey@renatasystems.org> (maintainer)
|
|
|
|
| |
Submitted by: QAT
|
|
|
|
|
|
| |
Changes: http://cpansearch.perl.org/src/CAPTTOFU/DBD-mysql-4.012/ChangeLog
PR: ports/135724
Submitted by: pgollucci
|
| |
|
| |
|
|
|
|
| |
Changes: http://search.cpan.org/dist/DBIx-Log4perl/Changes
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Cache-Memcached-Fast/Changes
Submitted by: pgollucci
PR: 135723
|
|
|
|
|
| |
PR: ports/136215
Submitted by: Vladimir Timofeev <vovkasm gmail.com> (maintainer)
|
|
|
|
|
| |
PR: 136002
Submitted by: Robert Kruus <rob.kruus@gmail.com> (maintainer)
|
|
|
|
|
| |
PR: 136143
Submitted by: Cezary Morga <cm@therek.net> (maintainer)
|
|
|
|
|
| |
- Use checksum file under lang/python${PYTHON_SUFFIX}/,
for removal lang/python/distinfo
|
|
|
|
| |
Security: ba73f494-65a8-11de-aef5-001c2514716c
|
|
|
|
|
|
|
| |
- Pass maintainer to submitter.
PR: ports/136074
Submitted by: Sylvio Cesar <scjamorim@bsd.com.br>
|
|
|
|
|
|
|
|
| |
- 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)
|
|
|
|
|
| |
PR: ports/136080
Submitted by: Joe Horn <joehorn@gmail.com>
|
|
|
|
|
|
|
| |
WWW: http://search.cpan.org/dist/DBICx-TxnInsert/
PR: ports/135959
Submitted by: Andrey Kostenko <andrey@kostenko.name>
|
|
|
|
|
| |
PR: ports/135963
Submitted by: hideo <hideo@lastamericanempire.com> (maintainer)
|
|
|
|
|
|
| |
PR: 135547
Submitted by: erwin
Approved by: maintainer timeout
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
PR: ports/135729
Approved by: maintainer
Submitted by: myself (pgollucci@)
|
|
|
|
|
|
| |
Changelog at <http://download.aquafold.com/download/changelog.txt>.
Reported by: pointyhat via Pav
|
|
|
|
|
|
| |
PR: ports/135731
Approved by: maintainer (lbr)
Submitted by: myself (pgollucci@)
|
|
|
|
|
|
| |
PR: ports/135730
Approved by: maintainer (lbr)
Submitted by: myself (pgollucci@)
|
|
|
|
|
|
| |
PR: ports/135726
Approved by: maintainer (lbr)
Submitted by: myself (pgollucci@)
|
|
|
|
|
|
| |
PR: ports/135725
Approved by: maintainer (lbr)
Submitted by: myself (pgollucci@)
|
|
|
|
|
| |
PR: 135728
Submitted by: pgollucci
|
| |
|
|
|
|
|
| |
Update COMMENT and pkg-descr to mention this library doesn't wrap libgda v3
anymore but libgda v4.
|
| |
|
|
|
|
|
| |
PR: ports/135682
Submitted by: Alexey V.Degtyarev <alexey AT renatasystems.org> (maintainer)
|
|
|
|
| |
Changes: http://search.cpan.org/dist/BerkeleyDB/Changes
|
|
|
|
|
|
|
|
| |
- 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)
|
|
|
|
|
|
|
|
|
| |
- respect PREFIX in rc script
- use variable were we can
Submitted by: Sahil Tandon
Reported by: QATty
Approved by: maintainer
|
|
|
|
| |
so people will know where to send questions to.
|
|
|
|
|
|
| |
PR: ports/135102
Approved by: maintainer timeout (lbr; 2 weeks 1 day)
Submitted by: pgollucci@ (myself)
|
|
|
|
|
|
| |
PR: ports/135101
Approved by: maintainer timeout (lbr; 2 weeks 1 day)
Submitted by: pgollucci@ (myself)
|
|
|
|
|
|
|
|
| |
- Portlint
PR: ports/135100
Approved by: maintainer timeout (lbr; 2 weeks 1 day)
Submitted by: pgollucci@ (myself)
|
|
|
|
|
| |
PR: 135597
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
| |
PR: ports/135493
Submitted by: Wen Heping <wenheping_AT_gmail dot com>
|
| |
|
|
|
|
| |
Submitted by: QAT
|
|
|
|
|
| |
PR: ports/134987
Submitted by: maintainer
|
|
|
|
|
| |
Reported by: QATty
Approved by: maintainer
|
| |
|
|
|
|
|
| |
Reported by: QATty
Approved by: portmgr (itetcu@)
|
|
|
|
|
|
| |
Submitted by: Sahil Tandon
Reported by: QATty
Approved by: portmgr (itetcu@)
|
|
|
|
|
|
|
| |
Submitted by: Sahil Tandon
Reported by: QATty
Approved by: portmgr (itetcu@)
No cookie for: maintainer
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
| |
|
|
|
|
|
| |
Tested by: 3 pointyhat runs
Thanks to: pav, gahr, lwhsu, mva, amdmi3
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Submitted by: pav!
|
|
|
|
| |
Submitted by: lippe@
|
|
|
|
| |
Reported by: QAT
|
|
|
|
| |
Prompted by: QATty
|
| |
|
|
|
|
| |
Reported by: QAtty
|
|
|
|
|
| |
PR: 135142
Submitted by: Wen Heping <wenheping@gmail.com> (maintainer)
|
|
|
|
| |
. bump PORTREVISIONs.
|
|
|
|
| |
Prompted by: QATty
|
|
|
|
|
|
| |
- use DOCSDIR macro
Reported by: QATty
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
|
|
|
|
| |
PR: 134973
Submitted by: Wen Heping <wenheping@gmail.com> (maintainer)
|
|
|
|
|
|
| |
them.
Approved by: old maintainer
|
|
|
|
| |
Approved by: tabthorpe (mentor)
|
|
|
|
|
|
| |
Changelog at <http://download.aquafold.com/download/changelog.txt>.
Notified by: pointyhat via Pav
|
| |
|
|
|
|
|
|
|
| |
- Chase shlib bump
PR: ports/134960
Submitted by: Gea-Suan Lin <gslin@gslin.org>
|
|
|
|
| |
wrong piece of advice.
|
|
|
|
|
| |
PR: ports/134957
Submitted by: Gea-Suan Lin <gslin AT gslin.org>
|
|
|
|
|
|
|
|
| |
- Add enable lua option
PR: ports/134949
Submitted by: QingFeng <qingfeng AT me.com>
Approved by: Gea-Suan Lin <gslin AT gslin.org> (maintainer)
|
|
|
|
|
|
|
| |
compiled with Ruby 1.8.7 or later.
PR: ports/134300
Submitted by: Peter Much <pmc@citylink.dinoex.sub.org>
|
|
|
|
|
|
|
|
|
|
| |
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/
|
|
|
|
|
|
|
|
|
|
|
| |
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/
----------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
| |
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/
|
|
|
|
|
| |
PR: ports/132654
Submitted by: Joe Horn <joehorn@gmail.com>
|
|
|
|
|
|
| |
PR: ports/134666
Approved by: maintainer
Submitted by: me
|
|
|
|
|
| |
PR: 134765
Submitted by: Vivek Khera <vivek@khera.org> (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
| |
PR: 134692
Submitted by: Wen Heping <wenheping@gmail.com> (maintainer)
|
|
|
|
|
|
|
| |
- Pass maintainership to submitter
PR: ports/134429
Submitted by: Cezary Morga <cm@therek>
|
| |
|
|
|
|
|
| |
Reported by: pav
Approved by: miwi (mentor, implicit)
|
|
|
|
|
|
|
| |
- Added conflict for mysql java connector 5.1
PR: ports/134777
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
|
|
|
|
|
|
|
| |
- Added conflict for mysql java connector 5.0
PR: ports/134776
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
|
|
|
|
|
|
|
|
| |
- Pass maintainership to submitter
- While here, remove dead mirrors and use SF macro
PR: 134715
Submitted by: "Dmitry N. Kolesnikov" <dk.diklab@gmail.com>
|
| |
|
| |
|
|
|
|
| |
Changes: http://search.cpan.org/dist/DBD-SQLite/Changes
|
| |
|
|
|
|
|
|
| |
PR: ports/134667
Approved by: maintainer
Submitted by: me
|
| |
|
|
|
|
|
| |
PR: 134646
Submitted by: Anderson S. Ferreira <anderson@cnpm.embrapa.br> (maintainer)
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
PR: ports/134597
Submitted by: lwhsu
Approved by: Gea-Suan Lin <gslin AT gslin.org> (maintainer)
|
|
|
|
|
|
|
| |
- Bump PORTREVISION for SHLIB bump
PR: ports/134596
Submitted by: lwshu
|
|
|
|
|
| |
PR: 134573
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Tested by: several builds in P6 TB
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
| |
PR: 134503
Submitted by: Jean-Francois Dockes <jean-francois.dockes@wanadoo.fr> (maintainer)
|
| |
|
|
|
|
|
| |
PR: ports/133915
Submitted by: TERAMOTO Masahiro <markun_AT_onohara dot to>
|
| |
|
|
|
|
| |
Changelog at <http://download.aquafold.com/download/changelog.txt>.
|
|
|
|
| |
Reported by: pointyhat
|
| |
|
|
|
|
|
|
|
| |
- Use GNU Macro
- Remove apache from _DEPENDS, replace with USE_APACHE
- Use ETCDIR
- Honor NOPORTDOCS and NOPORTEXAMPLES
|
| |
|
|
|
|
|
| |
PR: 134197
Submitted by: Alexander Logvinov <ports@logvinov.com> (maintainer)
|
| |
|
|
|
|
| |
Requested by: beat@
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
PR: 134279
Submitted by: Ports Fury
|
|
|
|
|
| |
PR: 134302
Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
|
|
|
|
|
|
| |
PR: ports/134362
Submitted by: hideo <hideo AT lastamericanempire.com> (maintainer)
Approved by: miwi (mentor, implicit)
|
|
|
|
| |
The postgresql driver for the gambas database component
|
|
|
|
| |
The sqlite3 driver for the gambas database component
|
|
|
|
| |
The sqlite2 driver for the Gambas database component
|
|
|
|
| |
The odbc driver for the gambas database component
|
|
|
|
| |
The MySQL driver for the gambas database component
|
|
|
|
| |
The firebird driver for the gambas database component
|
|
|
|
|
|
|
| |
unprivileged user mode in portupgrade (-s switch) and fixes ruby-bdb's
'close' method.
Reviewed by: knu
|
|
|
|
|
|
|
| |
- Bump PORTREVISION for SHLIB bump
PR: ports/134057
Submitted by: lwshu
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
| |
PR: ports/133849
Submitted by: Glen Barber <glen.j.barber@gmail.com> (old maintainer)
|
| |
|
|
|
|
|
|
|
|
| |
- Add option for disable mmap
PR: ports/133798
Submitted by: Zhen REN <bg1tpt AT gmail.com> (maintainer)
Approved by: miwi (mentor)
|
| |
|
| |
|
|
|
|
|
|
| |
PR: ports/134144
Submitted by: Cezary Morga <cm@therek.net> (maintainer)
Approved by: miwi (mentor implicit)
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
| |
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>
|
| |
|
|
|
|
| |
Approved by: maintainer implicit
|
|
|
|
|
|
| |
WWW: http://rubyforge.org/projects/dorb/
Submitted by: Espen Volden aka voldern <voldern at hoeggen.net>
|
|
|
|
|
|
|
| |
WWW: http://rubyforge.org/projects/dorb/
PR: ports/134063
Submitted by: Espen Volden aka voldern <voldern at hoeggen.net>
|
|
|
|
|
| |
PR: ports/134068
Submitted by: hideo <hideo@lastamericanempire.com> (maintainer)
|
|
|
|
|
|
|
| |
- Bumped PORTREVISION
PR: ports/134065
Submitted by: Hisamitsu Sato <hisa32 at gmail dot com>
|
| |
|
|
|
|
| |
and time based fields.
|
|
|
|
| |
fields.
|
| |
|
|
|
|
| |
Changelog at <http://www.aquafold.com/d75/docs/index.html>.
|
|
|
|
|
| |
PR: ports/131915
Submitted by: Slaven Rezic
|
|
|
|
| |
Changes: http://search.cpan.org/dist/DBIx-Perlish/Changes
|
|
|
|
|
|
|
|
|
| |
- 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]
|
| |
|
| |
|
|
|
|
|
| |
PR: 133864
Submitted by: olli hauer <ohauer___gmx.de>
|
|
|
|
| |
- Fix upgrade with tcl 8.4.
|
|
|
|
| |
- Bump PORTREVISION for SHLIB bump
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
| |
Approved by: portmgr (marcus)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
PR: ports/133505
Approved by: maintainer timeout (2 weeks 1 day)
Submitted by: me
|
| |
|
| |
|
|
|
|
| |
Reported by: pavbot
|
|
|
|
| |
- Bump PORTREVISION for SHLIB bump
|
| |
|
|
|
|
|
|
|
|
| |
- Pass maintainership to submitter.
PR: ports/131611
Submitted by: Till Klampaeckel <till@php.net>
Approved by: Jan Lehnardt <jan@apache.org> (maintainer)
|
|
|
|
| |
Approved by: portmgr (pav)
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
PR: 133608
Submitted by: Gea-Suan Lin <gslin@gslin.org> (maintainer)
|
|
|
|
|
|
| |
- Take over some ports
Approved by: portmgr (linimon)
|
| |
|
|
|
|
|
|
|
| |
- Update for lang/perl 5.8.9
PR: ports/132376
Submitted by: "Dima Panov" <fluffy@fluffy.khv.ru>
|
|
|
|
| |
Submitted by: QA tindy
|
|
|
|
|
|
| |
PR: ports/133542
Submitted by: lwhsu
Approved by: Gea-Suan Lin <gslin AT gslin.org> (maintainer)
|
| |
|
|
|
|
|
| |
PR: ports/133543
Submitted by: lwshu@
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
asked it not to.
Reported by: QAT + Pointyhat
Reported to: upstream tools peoples
Thanks to: tobez
|
|
|
|
| |
Reported by: David Naylor <naylor.b.david@gmail.com>
|
|
|
|
|
| |
Prompted by: QAT QA run
Approved by: maintainer timeout on QATMail
|
|
|
|
|
| |
Prompted by: QAT QA run
Approved by: maintainer timeout on QATMail
|
| |
|
|
|
|
| |
Reported by: pointyhat
|
| |
|
| |
|
|
|
|
| |
SQL database engine (Linux Fedora 8).
|
| |
|
|
|
|
|
|
|
|
| |
- chase moved db.h include location
PR: 130410
Submitted by: David Naylor
Approved by: maintainer timeout
|
| |
|