notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
non port: databases/Makefile

Number of commits found: 2069 (showing only 100 on this page)

[First Page]  «  11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21  »  [Last Page]

Friday, 8 Sep 2006
07:24 skv search for other commits by this committer
Add p5-Cache-Memcached-XS 0.01, client library for memcached using
libmemcache.
Original commit
Wednesday, 30 Aug 2006
00:24 clsung search for other commits by this committer
Add p5-SQL-ReservedWords 0.7, reserved SQL words by ANSI/ISO.

PR:             ports/102666
Submitted by:   Zach Thompson <hideo at lastamericanempire.com>
Original commit
Wednesday, 23 Aug 2006
13:47 miwi search for other commits by this committer
The Python SQL Toolkit and Object Relational Mapper

SQLAlchemy is the Python SQL toolkit and Object Relational Mapper that
gives application developers the full power and flexibility of SQL.

It provides a full suite of well known enterprise-level persistence
patterns, designed for efficient and high-performing database access,
adapted into a simple and Pythonic domain language.

WWW: http://www.sqlalchemy.org/

PR:             ports/101920
Submitted by:   Dryice Liu <dryice@dryice.name>
Approved by:    krion (mentor)
Original commit
08:15 lbr search for other commits by this committer
New port: databases/p5-DBIx-Class-DigestColumns, Automatic digest columns
Original commit
Tuesday, 15 Aug 2006
09:52 tobez search for other commits by this committer
Add p5-Relations-Query 0.93, object for building queries with
DBI/DBD::mysql.

PR:             ports/102019
Submitted by:   Timur I. Bakeyev <bat at cpan.org>
Original commit
09:47 tobez search for other commits by this committer
Add p5-Relations 0.95, functions to Use with Databases and Queries.

PR:             ports/102018
Submitted by:   Timur I. Bakeyev <bat at cpan.org>
Original commit
Thursday, 10 Aug 2006
19:35 miwi search for other commits by this committer
psycopg2 is a PostgreSQL database adapter for the Python programming language.
It was written from scratch with the aim of being small, fast and stable. It
supports the full Python DBAPI-2.0 and is thread safe.

psycopg2 is different from the other database adapter because it was designed
for heavily multi-threaded applications that create and destroy lots of cursors
and make a conspicuous number of concurrent INSERTs or UPDATEs. Every open
Python connection keeps a pool of real (UNIX or TCP/IP) connections to the
database. Every time a new cursor is created, a new connection does not need to
be opened; instead one of the unused connections from the pool is used. That
makes psycopg very fast in typical client-server applications that create a
servicing thread every time a client request arrives.

WWW: http://initd.org/projects/psycopg2

Approved by:    krion (mentor)
Original commit
Saturday, 29 Jul 2006
19:39 erwin search for other commits by this committer
DBIx::Log4perl is a wrapper over DBI which adds logging of your DBI activity
via a Log::Log4perl handle. Log::Log4perl has many advantages for logging
but the ones probably most attractive are:

The ability to turn logging on or off or change the logging you see without
changing your code.

Different log levels allowing you to separate warnings, errors and fatals
to different files.

WWW: http://search.cpan.org/dist/DBIx-Log4perl/

PR:             ports/100610
Submitted by:   Jin-Shan Tseng <tjs at cdpa.nsysu.edu.tw>
Original commit
Tuesday, 25 Jul 2006
03:38 clsung search for other commits by this committer
Add p5-Class-Inflate 0.03, inflate HASH Object from Values in Database.

PR:             ports/100619
Submitted by:   Gea-Suan Lin <gslin at gslin.org>
Original commit
Monday, 24 Jul 2006
21:19 aaron search for other commits by this committer
Adding port databases/ocaml-sqlite3, OCaml bindings for databases/sqlite3.

PR:             ports/93920
Submitted by:   Meikel Brandmeyer <ocaml-sqlite3-port@kotka.de>
Original commit
Sunday, 23 Jul 2006
06:51 clsung search for other commits by this committer
Add p5-Cache-BDB 0.04, an object caching wrapper around BerkeleyDB.

PR:             ports/100711
Submitted by:   Gea-Suan Lin <gslin at gslin.org>
Original commit
Tuesday, 11 Jul 2006
13:21 garga search for other commits by this committer
Add databases/php5-oci8:

This port adds support for OCI8 PHP shared extension. It replaces the old
Oracle shared extension which is obsolete and will be dropped (moved to
PECL) in PHP 5.1. This patch also corrects dependency for the Oracle shared
extension (added Oracle client in RUN_DEPENDS).

PR:             ports/86580
Submitted by:   Simun Mikecin <numisemis at yahoo.com>
Original commit
Monday, 10 Jul 2006
03:07 mnag search for other commits by this committer
* databases/Makefile

Add py-pysqlite23 entry

* databases/py-PySQLite10

Litte modification in CONFLICTS

* databases/py-PySQLite11

Litte modification in CONFLICTS

* databases/py-pysqlite20

Fix CONFLICTS

* databases/py-pysqlite21

Fix CONFLICTS

* databases/py-pysqlite22

Fix CONFLICTS

* databases/py-pysqlite23

Update to 2.3.2

Repocopy by:    marcus
Original commit
Sunday, 9 Jul 2006
14:26 itetcu search for other commits by this committer
OpenDBX is an extremely lightweight but extensible C library for
accessing databases with a single API. It provides a clean and simple
interface across all supported databases that leads to an elegant
code design automatically. Currently MySQL, PostgreSQL and SQLite are
supported and backends for more native database APIs can be written
easily. If you want your application to support different databases
with little effort, this is definitively the right thing for you!

License: LGPL

WWW: http://www.linuxnetworks.de/opendbx/

PR:             ports/95005
Submitted by:   tremere at cainites.net
Original commit
Friday, 23 Jun 2006
03:54 perky search for other commits by this committer
Add new port for python sqlite3 module.
This port installs a Python "standard" library version of pysqlite
which is provided by databases/py-pysqlite22 already.  Because
sqlite3 module was introduced in Python 2.5, this port plays only
for 2.5 or laters.

See Also:       http://docs.python.org/dev/lib/module-sqlite3.html
Original commit
Wednesday, 21 Jun 2006
15:45 garga search for other commits by this committer
Add fpc-sqlite , free Pascal interface to SQLite.

PR:             ports/98655
Submitted by:   Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
Original commit
15:43 garga search for other commits by this committer
Add fpc-gdbm , free Pascal interface to the GNU database system.

PR:             ports/98666
Submitted by:   Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
Original commit
Saturday, 17 Jun 2006
11:11 kuriyama search for other commits by this committer
Add p5-Class-DBI-Plugin-Senna 0.01, add Instant Fulltext Search
Capability With Senna to Class::DBI.
Original commit
Wednesday, 14 Jun 2006
10:45 vd search for other commits by this committer
Remove expired leaf ports:
2006-06-07 databases/arcexplorer
2006-06-07 www/linux-flashplugin6
Original commit
Saturday, 10 Jun 2006
10:47 erwin search for other commits by this committer
Rose::DB::Object is a base class for objects that encapsulate a single row
in a database table.

WWW: http://search.cpan.org/dist/Rose-DB-Object/

PR:             ports/98767
Submitted by:   Zach Thompson <hideo@lastamericanempire.com>
Original commit
10:46 erwin search for other commits by this committer
Rose::DB is a wrapper and abstraction layer for DBI-related functionality.

WWW: http://search.cpan.org/dist/Rose-DB/

PR:             ports/98767
Submitted by:   Zach Thompson <hideo@lastamericanempire.com>
Original commit
Wednesday, 7 Jun 2006
10:44 erwin search for other commits by this committer
This is a simple module for doing very very simple quick tests on a
database, primarily designed to test if a row exists with the correct
details in a table or not. For more advanced testing (joins, etc) it's
probably easier for you to roll your own tests by hand than use this
module.

WWW: http://search.cpan.org/~mark/Test-DatabaseRow-1.04/

PR:             ports/98608
Submitted by:   Joshua D. Abraham <jabra@ccs.neu.edu>
Original commit
Tuesday, 6 Jun 2006
18:10 skv search for other commits by this committer
Add flamerobin 0.7.2, an GUI administration tool for Firebird database.

PR:             ports/95468
Submitted by:   Denis Barov <dindin xxx freebsd.org.ua>
Original commit
Monday, 5 Jun 2006
20:06 aaron search for other commits by this committer
Add erlang-mysql 1.0, native MySQL driver for Erlang.

PR:             ports/96803
Submitted by:   Shaun Amott <shaun@inerd.com>
Approved by:    tobez
Original commit
Saturday, 3 Jun 2006
03:02 vanilla search for other commits by this committer
Add libzdb, it's a thread-safe connection pool library.
Original commit
Wednesday, 31 May 2006
12:36 vd search for other commits by this committer
Add new port databases/pgtop - Display PostgreSQL performance info like top(1)

pgtop was inspired by mytop (http://mytop.sourceforge.net/ [1]), which in turn
was inspired by the system monitoring tool top.

pgtop will connect to a PostgreSQL server and periodically run queries against
the pg_stat* relations and attempt to summarize the information from them in a
useful format.

http://search.cpan.org/~cosimo/pgtop-0.04/pgtop

[1] this site is not available, the correct one is:
http://jeremy.zawodny.com/mysql/mytop/

PR:             ports/98204
Submitted by:   r@robakdesign.com <r@valinor.amu.edu.pl>
Original commit
Tuesday, 30 May 2006
21:36 aaron search for other commits by this committer
Adding port databases/p5-Data-Pageset, a module for manipulating multiple pages
of returned data as well as sets of pages.

Approved by:    tobez (implicit)
Original commit
Sunday, 28 May 2006
02:53 mezz search for other commits by this committer
databases/gnomedb -> databases/gnome-db

Rename this ports to use the real vendor package name. The advantage of this
is to allow our users' keyword search works and easier for users to file the
Bugzilla report when they use our name of ports. Debian, Gentoo, NetBSD and
other OSs have the correct package name, but not in our ports tree.

My team, FreeBSD GNOME Team, have agreed with it.

PR:             ports/97985
Repocopy by:    marcus
Original commit
Friday, 26 May 2006
10:34 sat search for other commits by this committer
Add port databases/p5-DBIx-SQLite-Simple:

DBIx::SQLite::Simple - easy access to SQLite databases using objects

WWW: http://search.cpan.org/dist/DBIx-SQLite-Simple/

Approved by:    krion (mentor)
Original commit
Thursday, 11 May 2006
16:21 jylefort search for other commits by this committer
Move the libgnomedb programming reference to the libgnomedb-reference port.
Original commit
05:58 jylefort search for other commits by this committer
Move the libgda3 programming reference to the libgda3-reference port.
Original commit
05:42 jylefort search for other commits by this committer
Move the libgda2 programming reference to the libgda2-reference port.
Original commit
Wednesday, 3 May 2006
15:14 mnag search for other commits by this committer
* Makefile

- Add databases/py-pysqlite22 entry

* databases/py-pysqlite22

- Update to 2.2.2 (new port)

* databases/py-pysqlite21

- Fix LATEST_LINK

* databases/py-pysqlite20

- Define LATEST_LINK

PR:             96635
Submitted by:   Edwin Groothuis <edwin___mavetju.org>
Repocopy by:    marcus
Original commit
Saturday, 29 Apr 2006
15:36 lofi search for other commits by this committer
Update to KOffice 1.5.0

Approved by:    portmgr (kris)
cVS:    arabic/koffice-i18n/distinfo arabic/koffice-i18n/pkg-descr
Original commit
Tuesday, 18 Apr 2006
17:35 sem search for other commits by this committer
MySQL Query Browser is a database querying tool that combines the simplicity
of a Web-browser-like interface with powerful features like multiple result
sets on tab sheets, query history, storing query "bookmarks", editing and
comparing resultsets, SQL script debugging, and more.

WWW: http://www.mysql.com/products/tools/query-browser/

PR:             ports/95530
Submitted by:   Rainer Alves <rainer.alves@gmail.com>
Original commit
Friday, 14 Apr 2006
06:21 edwin search for other commits by this committer
[NEW PORT] databases/py24-axiom: Axion is an object database in python using
sqlite3

        Axiom is an object database, or alternatively, an
        object-relational mapper.

        Its primary goal is to provide an object-oriented layer
        with what we consider to be the key aspects of OO, i.e.
        polymorphism and message dispatch, without hindering the
        power of an RDBMS. It is designed to "feel pythonic", without
        encouraging the typical ORM behavior such as potato
        programming.

        Axiom provides a full interface to the database, which
        strongly suggests that you do not write any SQL of your
        own. Metaprogramming is difficult and dangerous (as many,
        many SQL injection attacks amply demonstrate). Writing your
        own SQL is still possible, however, and Axiom does have
        several methods which return fragments of generated schema
        if you wish to use them in your own queries.

        WWW: http://divmod.org/trac/wiki/DivmodAxiom

PR:             ports/95724
Submitted by:   Alexander Botero-Lowry <alex@foxybanana.com>
Original commit
Saturday, 1 Apr 2006
05:02 edwin search for other commits by this committer
re-add databases/mantis
Original commit
Friday, 31 Mar 2006
08:26 linimon search for other commits by this committer
Remove databases/mantis; has been marked FORBIDDEN for more than 3 months.

Hat:    portmgr
Original commit
Sunday, 26 Mar 2006
23:15 marcus search for other commits by this committer
Repocopy libgda2 to libgda3 in order to resurrect the 1.2.x version of
libgda needed by ports such as planner, libdamm, and glom.
Original commit
20:52 sem search for other commits by this committer
This module wraps most methods of most Xapian classes.

WWW: http://search.cpan.org/dist/Search-Xapian/

PR:             ports/93707
Submitted by:   Lars Balker Rasmussen <lars@balker.dk>
Original commit
Wednesday, 22 Mar 2006
20:48 thierry search for other commits by this committer
Since we have a native Net8, resurrect TOra.
Original commit
09:55 kuriyama search for other commits by this committer
Add p5-Class-DBI-Plugin-Iterator 0.13, new iterator for p5-Class-DBI.
Original commit
09:16 kuriyama search for other commits by this committer
Add php5-creole 1.0.2, database abstraction layer for PHP5.
Original commit
08:49 kuriyama search for other commits by this committer
Add php5-propel 1.1.1, full-service object persistence and query toolkit
for PHP.
Original commit
Saturday, 18 Mar 2006
15:13 lth search for other commits by this committer
Add p5-DBIx-MySQLSequence 1.00, proper and correct (emulated) sequence
support for MySQL.
Original commit
Sunday, 19 Feb 2006
20:07 erwin search for other commits by this committer
Oryx is an object persistence framework which supports both object-relational
mapping as well as DMB style databases and as such is not coupled with any
particular storage back-end. In other words, you should be able to
swap out an RDMBS with a DBM style database (and vice versa) without
changing your persistent classes at all.

WWW: http://search.cpan.org/dist/Oryx/

PR:             ports/93533
Submitted by:   Zach Thompson <hideo@lastamericanempire.com>
Original commit
Saturday, 18 Feb 2006
21:55 aaron search for other commits by this committer
Adding port databases/p5-Iterator-DBI, An iterator for returning DBI query
results.

Committed by:   aaron
Approved by:    tobez (implicit)
Original commit
Thursday, 16 Feb 2006
16:06 hq search for other commits by this committer
HSQLDB is the leading SQL relational database engine written in Java. It has a
JDBC driver and supports a rich subset of ANSI-92 SQL (BNF tree format) plus
SQL 99 and 2003 enhancements. It offers a small (less than 100k in one version
for applets), fast database engine which offers both in-memory and disk-based
tables and supports embedded and server modes. Additionally, it includes tools
such as a minimal web server, in-memory query and management tools (can be run
as applets) and a number of demonstration examples.

WWW: http://hsqldb.org/

PR:             93320
Submitted by:   Michael Winking <mwfp@foldl.net>
Original commit
15:45 hq search for other commits by this committer
DbUtils is a small set of classes designed to make working with JDBC easier.
JDBC resource cleanup code is mundane, error prone work so these classes
abstract out all of the cleanup tasks from your code leaving you with what
you really wanted to do with JDBC in the first place: query and update data.

WWW: http://jakarta.apache.org/commons/dbutils/

PR:             93324
Submitted by:   Michael Winking <mwfp@foldl.net>
Original commit
Tuesday, 14 Feb 2006
14:54 garga search for other commits by this committer
Paradox is an extension to read and write Paradox .DB and .PX files.
It can handle almost all field types and binary large objects stored
in .MB files.

WWW: http://pecl.php.net/package/paradox

PR:             ports/93211
Submitted by:   Alexander Zhuravlev <zaa@zaa.pp.ru>
Original commit
Saturday, 11 Feb 2006
17:51 erwin search for other commits by this committer
Add p5-DBIx-Class-WebForm 0.02, CRUD methods for DBIx::Class.

PR:             ports/93188
Submitted by:   Lars Balker Rasmussen <lars@balker.dk>
Original commit
Sunday, 5 Feb 2006
17:59 lth search for other commits by this committer
Add p5-Class-DBI-LazyInflate 0.06, defer inflating of columns until they
are used.
Original commit
10:11 ale search for other commits by this committer
Connect mysql51-* ports to the build.
Original commit
10:10 ale search for other commits by this committer
Add DBD slave port for mysql51-scripts package.
Original commit
Saturday, 4 Feb 2006
19:45 erwin search for other commits by this committer
DBIx::Class::Schema::Loader automates the definition of a
DBIx::Class::Schema by scanning table schemas and setting up columns and
primary keys.

DBIx::Class::Schema::Loader supports MySQL, Postgres, SQLite and DB2.
See DBIx::Class::Schema::Loader::Generic for more, and
DBIx::Class::Schema::Loader::Writing for notes on writing your own
db-specific subclass for an unsupported db.

This module requires DBIx::Class 0.05 or later, and obsoletes
DBIx::Class::Loader for DBIx::Class version 0.05 and later.

WWW: http://search.cpan.org/dist/DBIx-Class-Schema-Loader/

PR:             ports/92813
Submitted by:   Lars Balker Rasmussen <lars@balker.dk>
Original commit
Sunday, 29 Jan 2006
11:57 pav search for other commits by this committer
New Ruby MemCached client memcache-client from the Robotcoop. It is a pure Ruby
client for memcached. It is nearly a drop-in replacement for Ruby MemCache
while beeing much faster.

PR:             ports/92350
Submitted by:   Jonathan Weiss <jw@innerewut.de>
Original commit
Friday, 27 Jan 2006
21:16 mnag search for other commits by this committer
* MOVED

Add entry about databases/py-PySQLite2 -> databases/py-pysqlite20

* databases/Makefile

Remove py-PySQLite2
Add entry to py-pysqlite20 and py-pysqlite21

* databases/py-PySQLite10, databases/py-PySQLite11

Mark NO_LATEST_LINK
portlint(1)

* databases/py-PySQLite2

Removed

* databases/py-pysqlite20 [1]

Update CONFLICTS
Mark NO_LATEST_LINK
portlint(1)

* databases/py-pysqlite21 [1]

Update to 2.1.2
Update CONFLICTS
portlint(1)

Repocopy by:    marcus [1]
Original commit
Tuesday, 17 Jan 2006
20:50 mnag search for other commits by this committer
Move databases/myodbc -> databases/mysql-connector-odbc

* MOVED
Added antry about move

* databases/Makefile
Remove databases/myodbc
Add databases/mysql-connector-odbc

* databases/myodbc
Removed

* databases/mysql-connector-odbc
Update to 3.51.12
Reorganize Makefile
Now default DRIVER_MANAGER is unixodbc

PR:             89939
Submitted by:   Sergey Prikhodko <sergey@network-asp.biz> (maintainer)
Repocopy by:    marcus
Original commit
Friday, 13 Jan 2006
08:31 pav search for other commits by this committer
- Move databases/pecl-hash to security/pecl-hash

PR:             ports/91680
Submitted by:   Alexander Zhuravlev <zaa@zaa.pp.ru> (maintainer)
Repocopies by:  marcus
Original commit
Saturday, 7 Jan 2006
07:52 edwin search for other commits by this committer
New port: security/pecl-hash pHASH Message Digest Framework for PHP (PECL
module)

        PR contains new port security/pecl-hash which provides
        possibility to install PHP PECL extension:

        pHASH Message Digest Framework

PR:             ports/90087
Submitted by:   Alexander Zhuravlev <zaa@zaa.pp.ru>
Original commit
00:28 ade search for other commits by this committer
IP4R is a contributed PostgreSQL module that embraces and extends the
existing 'inet' and 'cidr' built-in types, providing extra functionality
and simplicity to IPv4 address lookup within large-scale environments.
Original commit
Friday, 6 Jan 2006
07:06 edwin search for other commits by this committer
New port databases/p5-DBIx-Sequence

        DBIx::Sequence - A simple SQL92 ID generator

        This module is intended to give easier portability to Perl
        database application by providing a database independant
        unique ID generator.  This way, an application developer
        is not bound to use his database's SEQUENCE or auto_increment
        thus making his application portable on multiple database
        environnements.

        This module implements a simple Spin Locker mechanism and
        is garanteed to return a unique value every time it is
        called, even with concurrent processes. It uses your database
        for its state storage with ANSI SQL92 compliant SQL. All
        SQL queries inside DBIx::Sequence are pre cached and very
        efficient especially under mod_perl.

        WWW: http://search.cpan.org/dist/DBIx-Sequence/

PR:             ports/91373
Submitted by:   Jon Nistor <nistor@snickers.org>
Original commit
06:16 edwin search for other commits by this committer
New port databases/p5-DBIx-Abstract

        DBIx::Abstract - DBI SQL abstraction.

        This module provides methods for doing manipulating database tables
        This module provides methods retrieving and storing data in SQL
        databases. It provides methods for all of the more important SQL
        commands (like SELECT, INSERT, REPLACE, UPDATE, DELETE).

        It endeavors to produce an interface that will be intuitive to those
        already familiar with SQL.

        Notable features include:

          * data_source generation for some DBD drivers.
          * Can check to make sure the connection is not stale and reconnect
            if it is.
          * Controls statement handles for you.
          * Can delay writes.
          * Generates complex where clauses from hashes and arrays.
          * Shortcuts (convenience functions) for some common cases. (Like
            select_all_to_hashref.)

        WWW: http://search.cpan.org/dist/DBIx-Abstract/

PR:             ports/91372
Submitted by:   Jon Nistor <nistor@snickers.org>
Original commit
Thursday, 5 Jan 2006
20:15 ehaupt search for other commits by this committer
Remove just added port. pbl is already available under databases/libpbl.
Original commit
20:07 ehaupt search for other commits by this committer
Add pbl, a highly portable database library.

PBL (Peter Graf's Program Base Library) is a library with highly portable
database functions that can be used in a C or C++ project.

The code of the PBL library includes:

 - PBL BASE - some base functions (pbl_*)
 - PBL HASH - a memory hash table implementation (pblHt*)
 - PBL KEYFILE - a key file implementation (pblKf*)
 - PBL ISAM - an ISAM file implementation (pblIsam*)

The spamprobe project (mail/spamprobe) can be used with PBL databases.

PR:             ports/91344
Submitted by:   Johan van Selst <johans@stack.nl>
Original commit
Tuesday, 3 Jan 2006
22:12 edwin search for other commits by this committer
NEW PORTS: databases/py-dbutils, database connection pool for multithread
application

        DBUtils is a suite of tools providing solid, persistent and
        pooled connections to a database that can be used in all
        kinds of multi-threaded environments like Webware for Python
        or other web application servers. The suite supports DB-API
        2 compliant database interfaces and the classic PyGreSQL
        interface.

        WWW:   http://www.webwareforpython.org/DBUtils

PR:             ports/91268
Submitted by:   "Choe, Cheng-Dae" <whitekid@gmail.com>
Original commit
22:10 edwin search for other commits by this committer
New port: databases/libpbl - Peter Graf's Program Base Library

        Peter Graf's Program Base Library of C functions.  Includes
        hash table, ISAM, key file implementations.

        WWW: http://mission.base.com/peter/source/

PR:             ports/91257
Submitted by:   hideo <hideo@lastamericanempire.com>
Original commit
Monday, 2 Jan 2006
11:18 erwin search for other commits by this committer
The Cache::Memcached::Managed module provides an API to values, cached in
one or more memcached servers.  Apart from being very similar to the API
of Cache::Memcached, the Cached::Memcached::Managed API allows for
management of groups of values, for simplified key generation and expiration,
as well as version and namespace management and a few other goodies.

WWW: http://search.cpan.org/dist/Cache-Memcached-Managed/

PR:             ports/91203
Submitted by:   Lars Balker Rasmussen <lars@balker.dk>
Original commit
Wednesday, 28 Dec 2005
21:51 edwin search for other commits by this committer
New port: databases/ipa_sdb IPA simple database module

        IPA_SDB -- IPA simple database module

        Main features:

        - Distribution consists of database ipa_db_sdb(8) and statistics
          ipa_st_mod(8) modules;
        - Modules completely support dynamic and static rules, limits and
          thresholds;
        - All database files are stored in own record based database formats;
        - Formats of database files are machine architecture independent;
        - Sizes of database records are relatively small (binary data formats);
        - Access to statistics can be granted accordingly to the user group;
        - There is the ipa_sdb_dump(8) utility for dumping database files to
          text format and back.

        WWW: http://ipa-system.sourceforge.net/modules/ipa_sdb/

PR:             ports/91009
Submitted by:   Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua>
Original commit
Tuesday, 27 Dec 2005
11:49 tobez search for other commits by this committer
Add databases/p5-Jifty-DBI 0.08, an object-relational persistence
framework in Perl.
Original commit
Wednesday, 21 Dec 2005
04:13 edwin search for other commits by this committer
[New Port] databases/db4o-mono A database engine for storing object into files
(for mono)

        db4o is designed to provide a full-featured, embeddable
        database engine for equipment, mobile, desktop, and  server
        platforms in object-oriented environments

PR:             ports/90631
Submitted by:   Phillip Neumann <pneumann@gmail.com>
Original commit
Tuesday, 20 Dec 2005
22:43 edwin search for other commits by this committer
New port: databases/pydbx Simple SQL database abstraction layer for Python

        dbx is a simple SQL database abstraction layer for Python.
        The goal of dbx is to make using a SQL database as simple
        as possible while providing a consistent API across different
        databases.

        Author: David Phillips <david@acz.org>
        WWW:    http://david.acz.org/pydbx/

PR:             ports/90623
Submitted by:   David Phillips <david@acz.org>
Original commit
Thursday, 15 Dec 2005
18:41 mnag search for other commits by this committer
* databases/mysql++
Update to 2.0.7
Add SHA256
Add CONFLICTS

* databases/mysql++1 [1]
Add SHA256
Add CONFLICTS
Add NO_LATEST_LINK

* databases/Makefile
Add mysql++1

PR:             89935
Submitted by:   maintainer
Repocopy by:    marcus [1]
Original commit
Sunday, 11 Dec 2005
12:41 erwin search for other commits by this committer
DBIx::Simple module aims to be a simplified object oriented interface to Perl
DBI.  From its description ...

  Query preparation and execution are combined in a single method, the result
  object (which is a wrapper around the statement handle) provides easy
  row-by-row and slurping methods.

  The "query" method returns either a result object, or a dummy object.  The
  dummy object returns undef (or an empty list) for all methods and when used in
  boolean context, is false. The dummy object lets you postpone (or skip) error
  checking, but it also makes immediate error check simply " $db->query(...) or
  die $db->error".

WWW: http://search.cpan.org/dist/DBIx-Simple/

PR:             ports/90230
Submitted by:   Parv <parv@pair.org>
Original commit
10:33 sem search for other commits by this committer
pxlib is shared C library to read various Paradox files.

WWW: http://pxlib.sourceforge.net
Original commit
Friday, 9 Dec 2005
19:41 ale search for other commits by this committer
Finally update to PHP 5.1.1 release! (And remove unsupported extensions)
Original commit
Thursday, 8 Dec 2005
09:37 ehaupt search for other commits by this committer
Add p5-DBD-Mock, a simple mock DBD implementation used for testing

PR:             89835
Submitted by:   Espen Tagestad <espen@tagestad.no>
Original commit
Saturday, 26 Nov 2005
20:43 sem search for other commits by this committer
Kmysqladmin is a graphical frontend for administration of mysql servers.

WWW: http://www.alwins-world.de/programs/kmysqladmin/

PR:             ports/84775
Submitted by:   Igor Leonenko <bananaz_at_bk_dot_ru>
Original commit
Friday, 25 Nov 2005
20:45 pav search for other commits by this committer
- After repocopy from databases/db43, add db 4.4.16

PR:             ports/89384
Submitted by:   Matthias Andree <matthias.andree@gmx.de> (maintainer)
Repocopy by:    marcus
Original commit
Saturday, 19 Nov 2005
18:05 fjoe search for other commits by this committer
- Connect pgadmin3 1.2.2 after repocopy.
- Add CONFLICTS with upcoming pgadmin3 >= 1.4 ports.
- Add SHA256 checksum.
Original commit
Thursday, 17 Nov 2005
08:09 lth search for other commits by this committer
Add p5-DBIx-Class-Loader 0.09, dynamic definition of DBIx::Class sub
classes.

PR:             ports/89155
Submitted by:   Lars Balker Rasmussen <lars@balker.dk>
Original commit
00:04 seanc search for other commits by this committer
devel/bison1875's time has come and gone and its only consumer is the
databases/postgresql-devel port, which isn't needed either now that 8.1 has
officially landed.

Submitted by:   ade@
Original commit
Friday, 11 Nov 2005
19:39 pav search for other commits by this committer
Xapian is an Open Source Probabilistic Information Retrieval library,
released under the GPL. It's written in C++, with bindings to allow use
from other languages.

Xapian is designed to be a highly adaptable toolkit to allow developers to
easily add advanced indexing and search facilities to their own
applications.

PR:             ports/88609
Submitted by:   Jean-Francois Dockes <jean-francois.dockes@wanadoo.fr>
Original commit
Thursday, 10 Nov 2005
02:44 girgen search for other commits by this committer
Welcome to PostgreSQL 8.1.

The new release includes performance improvements and advanced SQL
features which will support bigger data warehouses, higher-volume
transaction processing, and more complex distributed enterprise
software.

Major new features in this release include:

      Roles:
           PostgreSQL now supports database roles, which simplify the
           management of large numbers of users with complex
           overlapping database rights.

      IN/OUT Parameters:
           PostgreSQL functions now support IN, OUT and INOUT
           parameters, which substantially improves support of complex
           business logic for J2EE and .NET applications.

      Two-Phase Commit (2PC):
           Long in demand for WAN applications and heterogeneous data
           centers using PostgreSQL, this feature allows
           ACID-compliant transactions across widely separated
           servers.

Some Performance Enhancements found in this release include:

      Improved Multiprocessor (SMP) Performance:
           The buffer manager for 8.1 has been enhanced to scale almost
           linearly with the number of processors, leading to significant
           performance gains on 8-way, 16-way, dual-core, and multi-core
           CPU servers.

      Bitmap Scan:
           Indexes will be dynamically converted to bitmaps in memory when
           appropriate, giving up to twenty times faster index performance
           on complex queries against very large tables.

      Table Partitioning:
           The query planner is now able to avoid scanning whole sections
           of a large table using a technique known as Constraint
           Exclusion.

       Shared Row Locking:
           PostgreSQL's "better than row-level locking" now supports even
           higher levels of concurrency through the addition of shared
           row locks for foreign keys.

For a more complete listing of changes in this release, please see the
Release Notes visible at:

http://www.postgresql.org/docs/current/static/release.html#RELEASE-8-1
Original commit
Sunday, 6 Nov 2005
01:47 ahze search for other commits by this committer
- Add glom

With Glom you can design table definitions and the relationships
between them, plus arrange the fields on the screen. You can edit
and search the data in those tables, and specify field values in
terms of other fields. It's as easy as it should be.

The design is loosely based on FileMaker Pro, with the added
advantage of separation between interface and data. Its simple
framework should be enough to implement most database
applications. Without Glom these systems normally consist of lots
of repetitive, unmaintainable code.

Glom-specific data such as the relationship definitions is saved
in the Glom document. Glom re-connects to the database server
when it loads a previous Glom document. The document is in XML
format.

Glom uses the PostgreSQL database backend but it can not edit
databases that it did not create, because it uses only a simple
subset of Postgres functionality.

Submitted by:   adamw
Original commit
Saturday, 5 Nov 2005
09:07 kris search for other commits by this committer
Remove expired ports
Original commit
Thursday, 3 Nov 2005
12:42 mnag search for other commits by this committer
pgpool is a connection pool server for PostgreSQL. pgpool runs between
PostgreSQL's clients(front ends) and servers(back ends). A PostgreSQL client can
connect to pgpool as if it were a standard PostgreSQL server.

pgpool caches the connection to PostgreSQL server to reduce the overhead to
establish the connection to it.

WWW:    http://pgpool.projects.postgresql.org/

PR:             87701
Submitted by:   Choe, Cheng-Dae <whitekid@gmail.com>
Original commit
Thursday, 27 Oct 2005
14:07 tobez search for other commits by this committer
Add p5-SQLite-Work 0.03, report on and update an SQLite database.

PR:             88068
Submitted by:   Chris Larsen <darth@vader.dk>
Original commit
Thursday, 20 Oct 2005
20:46 sem search for other commits by this committer
This module offers a set of DBI-specific exception classes.
Essentially it allows try {} catch{} within perl for database errors.

PR:             ports/87491
Submitted by:   Rod Taylor <ports@rbt.ca>
Original commit
Thursday, 13 Oct 2005
01:18 edwin search for other commits by this committer
[new] databases/pecl-PDO_OCI: PHP PDO Oracle OCI8 driver

        This is PDO Oracle OCI8 driver for PHP 5. Unlike PDO_ODBC
        driver which segfaults when used from apache 2.0, it works.
        Tested with Oracle 9 Database Server. It should work with
        versions 7, 8 and 10 also.

PR:             ports/87197
Submitted by:   Simun Mikecin <numisemis@yahoo.com>
Original commit
Friday, 7 Oct 2005
21:38 pav search for other commits by this committer
This extension provides a FreeTDS/Sybase driver for PDO.

PR:             ports/86910
Submitted by:   Alexander Zhuravlev <zaa@ulstu.ru>
Original commit
21:24 pav search for other commits by this committer
This extension provides an ODBC v3 driver for PDO. It supports unixODBC
and IBM DB2 libraries, and will support more in future releases.

PR:             ports/86903
Submitted by:   Alexander Zhuravlev <zaa@ulstu.ru>
Original commit
Tuesday, 20 Sep 2005
16:19 mich search for other commits by this committer
New port.
Ksqlanalyzer is a MSSQL database client for KDE.
Original commit
Monday, 19 Sep 2005
16:30 mich search for other commits by this committer
o New port - ksqlshell is a simple environment for managing
data (MySQL, PostgreSQL) for KDE.
Original commit
09:48 vsevolod search for other commits by this committer
Add py-tada - Twisted Asynchronous Database API.

PR:             86322
Submitted by:   Clive Crous <clive@darkarts.co.za>
Original commit
Tuesday, 13 Sep 2005
22:56 pav search for other commits by this committer
This extension provides an SQLite v3 driver for PDO.
SQLite V3 is NOT compatible with the bundled SQLite 2 in PHP 5,
but is a significant step forwards, featuring complete
utf-8 support, native support for blobs, native support for
prepared statements with bound parameters and improved concurrency.

PR:             ports/86037
Submitted by:   Alexander Zhuravlev <zaa@zaa.pp.ru>
Original commit
22:55 pav search for other commits by this committer
This is PHP extension which provides an PostgreSQL driver for PDO.

PR:             ports/86035
Submitted by:   Alexander Zhuravlev <zaa@zaa.pp.ru>
Original commit
22:54 pav search for other commits by this committer
This is PHP extension which provides a Mysql 3.x/4.x driver for PDO.

PR:             ports/86034
Submitted by:   Alexander Zhuravlev <zaa@zaa.pp.ru>
Original commit
22:53 pav search for other commits by this committer
PDO provides a uniform data access interface, sporting advanced features such
as prepared statements and bound parameters. PDO drivers are dynamically
loadable and may be developed independently from the core, but still accessed
using the same API.

PR:             ports/86033
Submitted by:   Alexander Zhuravlev <zaa@zaa.pp.ru>
Original commit
Thursday, 1 Sep 2005
07:19 ahze search for other commits by this committer
Add ruby-qdbm

Ruby qdbm module
Original commit

Number of commits found: 2069 (showing only 100 on this page)

[First Page]  «  11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21  »  [Last Page]