Index: head/databases/Makefile =================================================================== --- head/databases/Makefile (revision 51018) +++ head/databases/Makefile (revision 51019) @@ -1,130 +1,131 @@ # $FreeBSD$ # SUBDIR += adodb SUBDIR += cdb SUBDIR += db SUBDIR += db3 SUBDIR += db3-latest SUBDIR += dbconnect SUBDIR += dbf2mysql SUBDIR += dbmetrix SUBDIR += dbtool SUBDIR += dbview SUBDIR += edb SUBDIR += fastdb SUBDIR += firebird SUBDIR += freetds SUBDIR += gadfly SUBDIR += gdbm SUBDIR += gigabase SUBDIR += gmysql SUBDIR += gnats SUBDIR += gnomedb SUBDIR += grass SUBDIR += gtksql SUBDIR += interbase4 SUBDIR += java-sqlrelay SUBDIR += jdbc-oracle816 SUBDIR += libdbi SUBDIR += libgda SUBDIR += libiodbc SUBDIR += libodbc++ SUBDIR += libsdb SUBDIR += libudbc SUBDIR += mdbtools SUBDIR += metakit SUBDIR += msql SUBDIR += myodbc SUBDIR += mysql++ SUBDIR += mysql-editor SUBDIR += mysql-gui SUBDIR += mysql-jdbc-mm SUBDIR += mysql-navigator SUBDIR += mysql2pgsql SUBDIR += mysql323-client SUBDIR += mysql323-server SUBDIR += mysqltcl SUBDIR += mytop SUBDIR += namazu2 SUBDIR += p5-ApacheDBILogConfig SUBDIR += p5-ApacheDBILogger SUBDIR += p5-AsciiDB-TagFile SUBDIR += p5-BerkeleyDB SUBDIR += p5-CDB_File SUBDIR += p5-DBD-CSV SUBDIR += p5-DBD-InterBase SUBDIR += p5-DBD-mysql SUBDIR += p5-DBD-ODBC SUBDIR += p5-DBD-Pg SUBDIR += p5-DBD-Sybase SUBDIR += p5-DBD-XBase SUBDIR += p5-DBI SUBDIR += p5-DBIWrapper SUBDIR += p5-DBIx-DataSource SUBDIR += p5-DBIx-Recordset SUBDIR += p5-DBIx-SearchBuilder SUBDIR += p5-DBIx-XML_RDB SUBDIR += p5-DBZ_File SUBDIR += p5-GDBM SUBDIR += p5-GraphViz-DBI SUBDIR += p5-MLDBM SUBDIR += p5-Msql SUBDIR += p5-MyObject SUBDIR += p5-Mysql SUBDIR += p5-Pg SUBDIR += p5-SQL-Statement SUBDIR += p5-Text-Query-SQL SUBDIR += p5-Tie-DBI SUBDIR += p5-hp200lx-db SUBDIR += p5-sqlrelay SUBDIR += php-sqlrelay SUBDIR += phpmyadmin SUBDIR += phppgadmin SUBDIR += postgresql-plruby SUBDIR += postgresql7 SUBDIR += pxtools SUBDIR += py-MySQL SUBDIR += py-MySQLdb SUBDIR += py-PyGreSQL SUBDIR += py-SQLDict SUBDIR += py-bsddb3 + SUBDIR += py-cdb SUBDIR += py-gdbm SUBDIR += py-pyPgSQL SUBDIR += py-sqlrelay SUBDIR += rdb SUBDIR += ruby-bdb SUBDIR += ruby-cdb SUBDIR += ruby-dbd_msql SUBDIR += ruby-dbd_mysql SUBDIR += ruby-dbd_odbc SUBDIR += ruby-dbd_pg SUBDIR += ruby-dbd_proxy SUBDIR += ruby-dbd_sqlite SUBDIR += ruby-dbd_sqlrelay SUBDIR += ruby-dbd_sybase SUBDIR += ruby-dbi SUBDIR += ruby-gdbm SUBDIR += ruby-msql SUBDIR += ruby-mysql SUBDIR += ruby-o_dbm SUBDIR += ruby-odbc SUBDIR += ruby-postgres SUBDIR += ruby-rdbc1 SUBDIR += ruby-search-namazu SUBDIR += ruby-sqlrelay SUBDIR += sixpack SUBDIR += sqlite SUBDIR += sqlrelay SUBDIR += sqsh SUBDIR += tcl-Mysql SUBDIR += tkgnats SUBDIR += typhoon SUBDIR += unixODBC SUBDIR += xmbase-grok SUBDIR += xmysql SUBDIR += xmysqladmin SUBDIR += zodb SUBDIR += zpygresqlda .include Property changes on: head/databases/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.149 \ No newline at end of property +1.150 \ No newline at end of property Index: head/databases/py-cdb/Makefile =================================================================== --- head/databases/py-cdb/Makefile (nonexistent) +++ head/databases/py-cdb/Makefile (revision 51019) @@ -0,0 +1,26 @@ +# New ports collection makefile for: py-cdb +# Date created: 03 December 2001 +# Whom: Jason R. Mastaler +# +# $FreeBSD$ +# + +PORTNAME= cdb +PORTVERSION= 0.22.a +CATEGORIES= databases python +MASTER_SITES= http://pilcrow.madison.wi.us/sw/ +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= python-${PORTNAME}-${PORTVERSION:S/.a/a/} + +MAINTAINER= jason@mastaler.com + +BUILD_DEPENDS= ${PYDISTUTILS} +USE_PYTHON= yes + +do-build: + (cd ${WRKSRC}; ${PYTHON_CMD} setup.py build) + +do-install: + (cd ${WRKSRC}; ${PYTHON_CMD} setup.py install) + +.include Property changes on: head/databases/py-cdb/Makefile ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Index: head/databases/py-cdb/distinfo =================================================================== --- head/databases/py-cdb/distinfo (nonexistent) +++ head/databases/py-cdb/distinfo (revision 51019) @@ -0,0 +1 @@ +MD5 (python-cdb-0.22a.tar.gz) = 347c2d10079644756e80537b49fad056 Property changes on: head/databases/py-cdb/distinfo ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/databases/py-cdb/pkg-comment =================================================================== --- head/databases/py-cdb/pkg-comment (nonexistent) +++ head/databases/py-cdb/pkg-comment (revision 51019) @@ -0,0 +1 @@ +Python interface to D. J. Bernstein's CDB (constant database) library Property changes on: head/databases/py-cdb/pkg-comment ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/databases/py-cdb/pkg-descr =================================================================== --- head/databases/py-cdb/pkg-descr (nonexistent) +++ head/databases/py-cdb/pkg-descr (revision 51019) @@ -0,0 +1,10 @@ +python-cdb is D. J. Bernstein's constant database library adapted as a +python extension module. + +cdb files are mappings of keys to values, designed for wickedly fast +lookups and atomic updates. This module mimics the normal cdb +utilities (cdb(get|dump|make)) via convenient high-level Python +objects. + +Author: MJ Pomraning +WWW: http://pilcrow.madison.wi.us/ Property changes on: head/databases/py-cdb/pkg-descr ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/databases/py-cdb/pkg-plist =================================================================== --- head/databases/py-cdb/pkg-plist (nonexistent) +++ head/databases/py-cdb/pkg-plist (revision 51019) @@ -0,0 +1 @@ +lib/%%PYTHON_VERSION%%/site-packages/cdbmodule.so Property changes on: head/databases/py-cdb/pkg-plist ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property