non port: databases/Makefile |
Number of commits found: 2069 (showing only 100 on this page) |
Friday, 12 Feb 2010
|
19:26 pgollucci
pgSphere provides spherical data types, functions, and operators for PostgreSQL.
WWW: http://pgsphere.projects.postgresql.org/
PR: ports/143687
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet at sunpoet.net>
|
17:20 miwi
Flixible tool for inserting data from DBF into MySQL.
WWW: http://mydbf2mysql.sourceforge.net/
PR: ports/142416
Submitted by: Andrey Polyakov <andrey.polyakov at unix.net>
|
Monday, 8 Feb 2010
|
22:07 miwi
This is a separate DBIx::Class model class for HTML::FormHandler
WWW: http://search.cpan.org/dist/HTML-FormHandler-Model-DBIC/
PR: ports/143523
Submitted by: Vladimir Timofeev <vovkasm at gmail.com>
|
22:06 miwi
DataMapper plugin providing extra data types
WWW: http://github.com/datamapper/dm-more/tree/master/dm-types
PR: ports/143520
Submitted by: Jyun-Yan You <jyyou at cs.nctu.edu.tw>
|
22:05 miwi
DataMapper plugin providing support for aggregates, functions on collections
and datasets
WWW: http://github.com/datamapper/dm-more/tree/master/dm-aggregates
PR: ports/143519
Submitted by: Jyun-Yan You <jyyou at cs.nctu.edu.tw>
|
22:05 miwi
DataMapper is a Object Relational Mapper written in Ruby. The goal
is to create an ORM which is fast, thread-safe and feature-rich.
WWW: http://datamapper.org
PR: ports/143517
Submitted by: Jyun-Yan You <jyyou at cs.nctu.edu.tw>
|
Sunday, 7 Feb 2010
|
19:10 makc
connect postgresql-libpqxx30 to build
|
Thursday, 28 Jan 2010
|
01:15 miwi
Customizable DBI
WWW: http://search.cpan.org/dist/DBIx-Custom
PR: ports/141138
Submitted by: Andrey Kostenko <andrey at kostenko.name>
|
Sunday, 24 Jan 2010
|
09:38 fjoe
Remove outdated port (that was here for FreeBSD 4 and earlier versions).
|
Wednesday, 20 Jan 2010
|
12:09 wen
DBIx::VersionedDDL is a perl module to upgrade and downgrade database
schemas to a specified version.
WWW: http://search.cpan.org/dist/DBIx-VersionedDDL/
PR: ports/142175
Submitted by: Alan Snelson <Alan@Wave2.org>
|
06:02 amdmi3
- Fix sorting and minor cleanups in category Makefiles
|
Tuesday, 19 Jan 2010
|
03:52 kuriyama
kumofs is a scalabe and highly available distributed key-value store.
WWW: http://github.com/etolabo/kumofs
|
Tuesday, 12 Jan 2010
|
01:19 pgollucci
A C implementation of the stored procedure written in plpgsql that's bundled
with OpenNMS, this is the preferred version for use as is offers better
performance
WWW: http://www.opennms.org/wiki/IPLIKE
PR: ports/142581
Submitted by: Sevan Janiyan <venture37 at geeklan.co.uk>
|
Monday, 11 Jan 2010
|
11:58 ale
As announced, remove MySQL 6.0 (dead development branch) and update CONFLICTS.
|
Saturday, 9 Jan 2010
|
12:12 wen
py-dbf is a pure python package for reading/writing dBase, FoxPro,
and Visual FoxPro .dbf files (including memos).
Currently supports dBase III, and FoxPro - Visual FoxPro 6 tables.
Text is returned as unicode, and codepage settings in tables are
honored. Documentation needs work, but author is very responsive
to e-mails.
WWW: http://pypi.python.org/pypi/dbf/
|
Friday, 8 Jan 2010
|
21:57 glarkin
This script takes information from "SHOW STATUS LIKE..."
and "SHOW VARIABLES LIKE..." then attempts to produce
sane recommendations for tuning server variables.
It is compatible with all versions of MySQL 3.23 - 5.1.
WWW: https://launchpad.net/mysql-tuning-primer
PR: ports/140641
Submitted by: Joe Horn <joehorn at gmail.com>
|
14:09 wen
DBIx::Class::QueryProfiler is a profiler for DBIx::Class. Also
it provides more usable output or queries.
WWW: http://search.cpan.org/dist/DBIx-Class-QueryProfiler
PR: ports/142006
Submitted by: Andrey Kostenko <andrey@kostenko.name>
|
Tuesday, 5 Jan 2010
|
22:55 glarkin
- Connect pear-Doctrine12 to the build
Reported by: miwi
|
Monday, 4 Jan 2010
|
10:54 ale
Remove MySQL 5.4 in favor of MySQL 5.5.
|
10:18 ale
Connect MySQL 5.5 to the build.
|
Thursday, 24 Dec 2009
|
23:38 miwi
A script to take daily, weekly and monthly backups of your MySQL
databases using mysqldump.
Features:
- Backup mutiple databases
- Single backup file or to a seperate file for each DB
- Compress backup files
- Backup remote servers
- E-mail logs
WWW: https://sourceforge.net/projects/autobackupmysql
PR: ports/141846
Submitted by: Frank Wall <fw at moov.de>
|
Wednesday, 23 Dec 2009
|
03:31 wen
p5-MongoDB is a Mongo Driver for Perl.
WWW: http://search.cpan.org/dist/MongoDB
|
Friday, 18 Dec 2009
|
19:22 pav
Pure Python
All code, at first, is written in pure Python so that py-postgresql will work
anywhere that you can install Python 3. Optimizations in C are made where
needed, but are always optional.
Prepared Statements
Using the PG-API interface, protocol-level prepared statements may be created
and used multiple times. db.prepare(sql)(*args)
COPY Support
Use the convenient COPY interface to directly copy data from one connection to
another. No intermediate files or tricks are necessary.
Arrays and Composite Typescw
Arrays and composites are fully supported. Queries requesting them will returns
objects that provide access to the elements within.
"pg_python" Quick Console
Get a Python console with a connection to PostgreSQL for quick tests and simple
scripts.
WWW: http://python.projects.postgresql.org/
PR: ports/137782
Submitted by: Volodymyr Kostyrko <c.kworr@gmail.com>
|
Wednesday, 16 Dec 2009
|
08:52 kuriyama
Dump fixtures from source database to filesystem then import to
another database (with same schema) at any time. Use as a constant
dataset for running tests against or for populating development
databases when impractical to use production clones. Describe fixture
set using relations and conditions based on your DBIx::Class schema.
WWW: http://search.cpan.org/dist/DBIx-Class-Fixtures/
|
Tuesday, 15 Dec 2009
|
05:20 kuriyama
- Repocopy pgpool-II-2.2.6 (maintenance branch) to
databases/pgpool-II-22 and upgrade databases/pgpool-II to 2.3.
- Record $CONFLICTS each other.
Please note upgrade from 2.2.6 to 2.3 causes small incompatibility
(read NEWS file in distribution).
|
Wednesday, 25 Nov 2009
|
16:15 yzlin
Add py-pylibmc 0.9.1, python libmemcached wrapper.
PR: ports/140857
Submitted by: Gea-Suan Lin <gslin at gslin.org>
Approved by: lwhsu/rafan (mentors, implicit)
|
Monday, 23 Nov 2009
|
13:33 wen
The PyMongo distribution contains tools for interacting with
the Mongo database from Python. The pymongo package is a native
Python driver for the Mongo database. The gridfs package is a
gridfs implementation on top of pymongo.
WWW: http://github.com/mongodb/mongo-python-driver
|
12:43 wen
pecl-mongo provides an interface for communicating with the
Mongo database in PHP.
WWW: http://pecl.php.net/package/mongo
|
Thursday, 19 Nov 2009
|
07:09 wen
Mongo (from "humongous") is a high-performance, open source,
schema-free, document-oriented database. A common name in the
"NOSQL" community.
WWW: http://www.mongodb.org/
PR: ports/140257 [1]
ports/140144 [2]
ports/140489 [2]
Submitted by: Ivan Voras <ivoras@FreeBSD.org> [1]
Mirko Zinn <mail@derzinn.de> [2]
|
06:53 wen
Mongo (from "humongous") is a high-performance, open source,
schema-free, document-oriented database. A common name in the
"NOSQL" community.
WWW: http://www.mongodb.org/
PR: ports/140144 [1]
ports/140257 [2]
ports/140489 [1]
Submitted by: Mirko Zinn <mail@derzinn.de> [1]
Ivan Voras <ivoras@FreeBSD.org> [2]
|
Tuesday, 17 Nov 2009
|
17:04 dinoex
- disconnect ruby-dbd-sqlite3
|
16:55 dinoex
A Ruby interface to the PostgreSQL Relational Database Management System.
The 'pg' module is the newer module, that has been greatly improved, and
is almost a complete rewrite. It is not backwards compatible. Use this module
for newly written code. It should be more stable, less buggy, and has more
features.
LICENSE: BSD or GPL2
WWW: http://rubyforge.org/projects/ruby-pg/
|
Sunday, 15 Nov 2009
|
10:13 dinoex
This is the SQLite3 driver for DBI-for-Ruby.
Author: Erik Hollensben
WWW: http://ruby-dbi.sourceforge.net
|
Monday, 9 Nov 2009
|
16:43 skreuzer
Add Berkeley DB 4.8 to the ports tree as a "regular" port for now.
Once FreeBSD 8.0 ships, I'll update all the USE knobs that are
necessary to allow other ports to make use of this port.
PR: ports/138831
Submitted by: Gea-Suan Lin <gslin@gslin.org>
Approved by: portmgr@
|
Friday, 6 Nov 2009
|
13:46 wen
Rose::DBx::Object::Renderer generates web UIs for Rose::DB::Object.
It encapsulates many web conventions in the generated UIs as default
behaviours. For example, email addresses are by default rendered as
mailto links in tables and appropiate validation is enforced
automatically in forms. These behaviours are highly extensible.
Renderer uses CGI::FormBuilder to generate forms and the Google Chart
API to render charts. Template::Toolkit is used for template processing,
however, Renderer can dynamically generate a full set of UIs without
any templates.
WWW: http://search.cpan.org/dist/Rose-DBx-Object-Renderer
|
Thursday, 29 Oct 2009
|
12:15 clsung
- add ruby-dbd_sqlite3, SQLite3 driver for DBI-for-Ruby
|
09:21 clsung
2009-10-01 databases/ruby-dbd_interbase: no longer under development
|
09:12 clsung
2009-10-01 databases/ruby-dbd_proxy: no longer under development
|
08:37 clsung
2009-10-01 databases/ruby-dbd_msql: no longer under development
|
Friday, 23 Oct 2009
|
03:32 clsung
- Ruby bindings for the tokyocabinet database.
PR: ports/138685
Submitted by: Damian Gerow <dgerow_AT_afflictions dot org>
|
Monday, 28 Sep 2009
|
20:12 glarkin
Doctrine is an object relational mapper (ORM) for PHP 5.2.3+ that
sits on top of a powerful database abstraction layer (DBAL).
One of its key features is the option to write database queries in a
proprietary object oriented SQL dialect called Doctrine Query
Language (DQL), inspired by Hibernate's HQL. This provides developers
with a powerful alternative to SQL that maintains flexibility without
requiring unnecessary code duplication.
WWW: http://www.doctrine-project.org/
Feature safe: yes
|
Friday, 18 Sep 2009
|
23:35 miwi
Pure perl bindings for http://code.google.com/p/redis/
This version support git version 0.08 or later of Redis available at
git://github.com/antirez/redis
WWW: http://search.cpan.org/dist/Redis/
PR: ports/138951
Feature safe: yes
Submitted by: Gea-Suan Lin <gslin at gslin.org>
|
22:44 miwi
Easy way to turn resultsets into hashrefs.
WWW: http://search.cpan.org/dist/DBIx-Class-ResultSet-HashRef/
PR: ports/138852
Submitted by: Fernan Aguero <fernan at iib.unsam.edu.ar>
Feature safe: yes
|
Sunday, 13 Sep 2009
|
12:25 miwi
This library will provide the ipv4 ISINNET, IP2INT, INT2IP,
NETFROM, NETLENGTH, NETMASKLENGTH functions in SQL queries.
WWW: http://mobigroup.ru/files/sqlite-ext/inet/
PR: ports/137295
Submitted by: Pavel Volkov <pol at iib.ru>
|
Thursday, 3 Sep 2009
|
15:23 skv
Remove obsolete Firebird 1.x :
- no longer under development
- does not build with GCC 4.x
|
Thursday, 27 Aug 2009
|
09:19 miwi
Test::Cukes is a BBD test tool inspired by Cucumber.
WWW: http://search.cpan.org/dist/Test-Cukes/
PR: ports/138197
Submitted by: Wen Heping <wenheping at gmail.com>
|
Saturday, 22 Aug 2009
|
03:56 tabthorpe
Google contacts and calendar akonadi resource. It allows syncing your calendar
and contacts with your google account.
WWW: http://code.google.com/p/libgcal/
PR: ports/137996
Submitted by: Troels Kofoed Jacobsen <tkjacobsen at gmail.com>
|
Tuesday, 18 Aug 2009
|
02:53 kuriyama
pg_filedump is a utility to format PostgreSQL heap, index, and control
files into a human-readable form. You can format/dump the files
several ways as well as dumping straight binary. This utility is
intended to aid in the understanding of the internal contents of a
PostgreSQL block.
WWW: http://sources.redhat.com/rhdb/utilities.html
|
Thursday, 13 Aug 2009
|
16:16 miwi
Cassandra is a highly scalable, eventually consistent, distributed,
structured key-value store. Cassandra brings together the distributed
systems technologies from Dynamo and the data model from Google's
BigTable. Like Dynamo, Cassandra is eventually consistent. Like
BigTable, Cassandra provides a ColumnFamily-based data model richer
than typical key/value systems.
Cassandra was open sourced by Facebook in 2008, where it was designed
by one of the authors of Amazon's Dynamo. In a lot of ways you can
think of Cassandra as Dynamo 2.0. Cassandra is in production use at
Facebook but is still under heavy development.
WWW: http://incubator.apache.org/cassandra/
PR: ports/137477
Submitted by: Gea-Suan Lin <gslin at gslin.org>
|
Sunday, 9 Aug 2009
|
20:31 olgeni
Add slony1v2.
|
Wednesday, 29 Jul 2009
|
13:20 miwi
This is South, intelligent schema migrations for Django apps.
South is:
* Intelligent; it knows if you've missed out a migration or two
* Database independent, so there's no hassle if you need to move databases.
* Easy; it can write migrations for you, and it takes about a minute to
convert your app over to use South.
* Designed for a pluggable Django world; you can declare dependencies
between apps so they all migrate together correctly, and you can still
use syncdb for your non-migrated apps without it interfering.
* Useful for data too; you can write migrations to transform legacy data.
* Better (we think, anyway) than the alternatives.
WWW: http://south.aeracode.org/
PR: ports/137234
Submitted by: Stanislav Svirid <count at 211.ru>
|
08:37 vd
Add a new port databases/embedded_innodb:
Standalone version of the MySQL storage engine InnoDB.
|
Monday, 27 Jul 2009
|
16:53 skv
Add redis 0.900, a persistent key-value database with built-in net
interface.
|
Tuesday, 21 Jul 2009
|
08:28 ale
Hook up MySQL 5.4 to the build.
|
07:59 ale
Add slave port for upcoming MySQL 5.4.
|
Tuesday, 14 Jul 2009
|
00:51 pgollucci
MySQL Workbench is a cross-platform, visual database design tool developed
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
|
Monday, 13 Jul 2009
|
23:14 pgollucci
MySQL Workbench is a cross-platform, visual database design tool developed
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
|
22:35 miwi
- Update adminer to 1.11.1
- Connect adminer to the build
- Disconnect phpminadmin
- Remove phpminadmin project was renamed
PR: 136663
Submitted by: Wen Heping <wenheping@gmail.com> (maintainer)
|
Wednesday, 8 Jul 2009
|
09:01 lwhsu
- Add databases/py25-bsddb
|
07:51 girgen
Welcome PostgreSQL 8.4
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
|
Sunday, 28 Jun 2009
|
13:45 wxs
Wrap all inserts into transactions.
WWW: http://search.cpan.org/dist/DBICx-TxnInsert/
PR: ports/135959
Submitted by: Andrey Kostenko <andrey@kostenko.name>
|
Tuesday, 23 Jun 2009
|
18:04 pgollucci
PgDBF is a program for converting XBase databases - particularly FoxPro
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
|
Saturday, 13 Jun 2009
|
22:52 miwi
mysqlbackup: create MySQL-database servers backup easy
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
|
Monday, 1 Jun 2009
|
17:26 bsam
Here are new Linux Fedora 10 infrastructure ports.
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.
|
Tuesday, 26 May 2009
|
07:41 mm
LuaSQL is a simple interface from Lua to a DBMS. It enables a Lua
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/
|
07:39 mm
LuaSQL is a simple interface from Lua to a DBMS. It enables a Lua
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/
----------------------------------------------------------------------
|
07:34 mm
LuaSQL is a simple interface from Lua to a DBMS. It enables a Lua
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/
|
Saturday, 23 May 2009
|
14:07 miwi
sqliteman is the best developer's and/or admin's GUI tool for
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>
|
Sunday, 17 May 2009
|
10:14 miwi
pgtune takes the wimpy default postgresql.conf and expands
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
|
Saturday, 9 May 2009
|
01:19 acm
- New port: databases/gambas2-gb-db-postgresql
The postgresql driver for the gambas database component
|
01:17 acm
- New port: databases/gambas2-gb-db-sqlite3
The sqlite3 driver for the gambas database component
|
01:16 acm
- New port: databases/gambas2-gb-db-sqlite2
The sqlite2 driver for the Gambas database component
|
01:15 acm
- New port: databases/gambas2-gb-db-odbc
The odbc driver for the gambas database component
|
01:13 acm
- New port: databases/gambas2-gb-db-mysql
The MySQL driver for the gambas database component
|
01:12 acm
- New port: databases/gambas2-gb-db-firebird
The firebird driver for the gambas database component
|
Tuesday, 5 May 2009
|
00:21 miwi
pyodbc is a Python module that allows you to use ODBC to connect to
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>
|
Friday, 1 May 2009
|
21:44 miwi
mysqlidxchk (MySQL Index Checker) checks MySQL databases/tables for
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>
|
21:42 miwi
DBIx::Class::QueryLog logs each transaction and query executed so you can
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>
|
11:17 miwi
Ruby DataObjects driver for MySQL
WWW: http://rubyforge.org/projects/dorb/
Submitted by: Espen Volden aka voldern <voldern at hoeggen.net>
|
11:07 miwi
Ruby DataObjects driver for PostgreSQL
WWW: http://rubyforge.org/projects/dorb/
PR: ports/134063
Submitted by: Espen Volden aka voldern <voldern at hoeggen.net>
|
Tuesday, 28 Apr 2009
|
12:30 lth
Add p5-DBIx-Class-TimeStamp 0.08, DBIx::Class extension to handle date
and time based fields.
|
12:05 lth
Add p5-DBIx-Class-DynamicDefault 0.03, automatically set and update
fields.
|
Friday, 24 Apr 2009
|
20:33 miwi
Ruby DataObjects driver to the SQLite DB engine version 3
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>
|
20:32 miwi
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/133842
Submitted by: Espen Volden aka voldern <voldern at hoeggen.net>
|
Monday, 6 Apr 2009
|
16:06 bsam
Add linux-f8-sqlite3 3.4.2, the library that implements an embeddable
SQL database engine (Linux Fedora 8).
|
Thursday, 2 Apr 2009
|
18:26 miwi
There's plenty of modules which need a database, and they all have
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>
|
Sunday, 29 Mar 2009
|
16:44 lbr
New port databases/p5-DBIx-Class-HTML-FormFu:
Fill a HTML::FormFu form from the database and vice-versa.
(Yes, I'm adding a deprecated port! But I need it for a new module...)
|
16:43 lbr
New port databases/p5-DBIx-Class-EncodedColumn:
This DBIx::Class component can be used to automatically encode a
column's contents whenever the value of that column is set.
|
16:42 lbr
New port databases/p5-DBIx-Class-DateTime-Epoch:
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).
|
Friday, 27 Mar 2009
|
21:34 lwhsu
Add tokyotyrant 1.1.17, network interface of Tokyo Cabinet.
PR: ports/132490
Submitted by: Gea-Suan Lin <gslin at gslin.org>
|
Wednesday, 25 Mar 2009
|
10:43 lbr
New port, databases/p5-DBIx-Class-ResultSet-RecursiveUpdate
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).
|
Wednesday, 18 Mar 2009
|
01:14 kuriyama
Add p5-DBIx-Class-AsFdat 0.03, perl extension like CDBI::Plugin::AsFdat.
|
Monday, 16 Mar 2009
|
21:46 miwi
Python extension for libmemcache, the C API to memcached. cmemcache API is the
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>
|
Sunday, 15 Mar 2009
|
20:54 miwi
This port contains a MySQL DataStore implementation for GeoServer.
WWW: http://geoserver.org/display/GEOSDOC/MySQL+DataStore
PR: ports/132415
Submitted by: Alexander Logvinov <ports at logvinov.com>
|
17:11 miwi
ORLite is an object-relation system specifically tailored for SQLite that
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>
|
17:10 miwi
ORLite::Migrate is a light weight single class Database Schema Migration
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>
|
Thursday, 12 Mar 2009
|
19:21 miwi
buzhug is a fast, pure-Python database engine, using a syntax that Python
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>
|
Tuesday, 10 Mar 2009
|
15:21 kwm
Update to 3.99.13.
Add jdbc plugin.
|
Monday, 9 Mar 2009
|
21:29 miwi
2009-03-01 databases/rubygem-rrdtool: port no longer maintained by upstream use
rrdtools own ruby bindings instead
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
|
Thursday, 5 Mar 2009
|
18:39 lwhsu
Add mydumper 0.1.5, mySQL Data Dumper.
PR: ports/132310
Submitted by: Gea-Suan Lin <gslin at gslin.org>
|
Number of commits found: 2069 (showing only 100 on this page) |