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
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
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.
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/
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>
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
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>
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>
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>
to be configured differently and they're always a PITA when you first
install and each and every time they upgrade.
Test::Database provides a simple way for test authors to request
a test database, without worrying about environment variables or the
test host configuration.
WWW: http://search.cpan.org/dist/Test-Database/
PR: ports/133273
Submitted by: Wen Heping <wenheping at gmail.com>
This module automatically inflates/deflates DateTime objects
corresponding to applicable columns. Columns may also be
defined to specify their nature, such as columns representing a
creation time (set at time of insertion) or a modification time
(set at time of every update).
It is a base class for ResultSets providing just one method: recur-
sive_update which works just like update_or_create but can recursively
update or create data objects composed of multiple rows. All rows need
to be identified by primary keys - so you need to provide them in the
update structure (unless they can be deduced from the parent row - for
example when you have a belongs_to relationship). If not all colums
comprising the primary key are specified - then a new row will be cre-
ated, with the expectation that the missing columns will be filled by
it (as in the case of auto_increment primary keys).
same as python-memcache, so it is easy to replace python-memcache with
cmemcache, and vice versa.
WWW: http://gijsbert.org/cmemcache/
PR: ports/132699
Submitted by: Qing Feng <qingfeng at me.com>
follows many of the same principles as the ::Tiny series of modules and has
a design and feature set that aligns directly to the capabilities of SQLite.
WWW: http://search.cpan.org/dist/ORLite/
PR: ports/132406
Submitted by: Cezary Morga <cm at therek.net>
enhancement for ORLite. It provides a simple implementation of schema
versioning within the SQLite database using the built-in user_version pragma
(which is set to zero by default).
WWW: http://search.cpan.org/dist/ORLite-Migrate/
PR: ports/132406
Submitted by: Cezary Morga <cm at therek.net>
programmers should find very intuitive.
The data is stored and accessed on disk (it is not an in-memory database);
the implementation has been designed to make all operations, and especially
selection, as fast as possible with an interpreted language.
The database is implemented as a Python iterator, yielding objects whose
attributes are the fields defined when the base is created ; therefore,
requests can be expressed as list comprehensions or generator expressions,
instead of SQL queries.
WWW: http://buzhug.sourceforge.net/
PR: ports/132278
Submitted by: Wen Heping <wenheping at gmail.com>
2009-01-19 graphics/crystalentitylayer-devel: Depends on broken, expired port
2008-09-19 graphics/crystalspace-devel: Has been broken for more than 6 months
maintenance tasks, which may be complicated or time consuming to work
by hand.
WWW: http://code.openark.org/forge/openark-kit
PR: ports/132175
Submitted by: Gea-Suan Lin <gslin at gslin.org>
applicationto use CouchDB.
With simplecouchdb, you can manage documents like you do
directly with CouchDB, schema-free. So document instance
(see :ref:schema-ref) are completly dynamic, you could
add/delete properties in your documents, retrieve them
without any schema, etc.
WWW: http://code.google.com/p/py-simplecouchdb/
PR: ports/131296
Submitted by: Wen Heping <wenheping at gmail.com>
system, generic in nature, but intended for use in speeding up dynamic
web applications by alleviating database load.
This extension uses libmemcached library to provide API for
communicating with memcached servers.
WWW: http://pecl.php.net/package/memcached
PR: ports/131172
Submitted by: Gea-Suan Lin <gslin at gslin.org>
2009-02-01 devel/subversion-devel: Use devel/subversion or devel/subversion-freebsd instead of this port
2009-01-19 devel/hs-hat: has been broken for more than 6 months
2009-01-19 devel/hs-hpl: has been broken for more than 6 months
2009-01-19 databases/mysqlbigram: has been broken for more than 6 months
2009-01-19 mail/claws-mail-clamav: has been broken for more than 6 months
2009-01-19 mail/sylpheed2-devel: has been broken for more than 6 months
2009-01-19 www/pecl-mnogosearch: has been broken for more than 6 months
2009-01-31 x11-fonts/mathfonts: This port was supported by Mozilla 1.8 (including Firefox 2.0) - to be replaced by STIX fonts for Firefox 3.x
2009-01-19 x11-wm/fluxspace: has been broken for more than 6 months
2009-01-31 x11-wm/expocity: project has been abandoned
2009-01-19 x11/bbuname: has been broken for more than 6 months
2009-01-19 security/squidclam: has been broken for more than 6 months
2009-01-19 print/virtualpaper: depends on broken, expired port
2009-01-19 print/ifhp: has been broken for more than 6 months
2009-01-19 net-p2p/peercast: has been forbidden for more than 6 months
2009-01-19 palm/pdbc: has been broken for more than 6 months
2009-01-19 net-mgmt/NeTraMet: has been broken for more than 6 months
2009-01-19 net-im/sulci: has been broken for more than 6 months
2009-01-19 multimedia/mjpegtools-yuvfilters: has been broken for more than 6 months
2009-01-19 multimedia/helixplayer: has been broken for more than 6 months
2009-01-19 lang/quack: has been broken for more than 6 months
2009-01-19 misc/pybliographer: has been broken for more than 6 months
2009-01-19 net/versuch: has been broken for more than 6 months
2009-01-19 net/py-mantissa: has been broken for more than 6 months
2009-01-19 net/libunpipc: has been broken for more than 6 months
2009-01-19 net/gnometelnet: has been broken for more than 6 months
2009-01-19 net/gacxtool: depends on expired, broken port
2009-01-19 devel/py-coro: has been broken for more than 6 months
2009-01-19 chinese/stardict2-dict-zh_TW: has been broken for more than 6 months
2009-01-19 x11-themes/gtk-industrial-theme: has been broken for more than 6 months