Index: head/databases/Makefile =================================================================== --- head/databases/Makefile (revision 77885) +++ head/databases/Makefile (revision 77886) @@ -1,197 +1,198 @@ # $FreeBSD$ # SUBDIR += adodb SUBDIR += arcexplorer SUBDIR += bbdb SUBDIR += bbdb-emacs20 SUBDIR += cdb SUBDIR += clip SUBDIR += cyrus-imspd SUBDIR += db2 SUBDIR += db3 SUBDIR += db4 SUBDIR += db41 SUBDIR += db41-nocrypto SUBDIR += dbXML SUBDIR += dbconnect SUBDIR += dbf2mysql SUBDIR += dbh SUBDIR += dbmetrix SUBDIR += dbtool SUBDIR += dbview SUBDIR += edb SUBDIR += fastdb SUBDIR += firebird SUBDIR += firebird-devel SUBDIR += fireprofile SUBDIR += freetds SUBDIR += gadfly SUBDIR += gauche-gdbm SUBDIR += gbib SUBDIR += gdbm SUBDIR += gigabase SUBDIR += gmysql SUBDIR += gnats SUBDIR += gnomedb SUBDIR += gqlplus SUBDIR += grass SUBDIR += gtksql SUBDIR += java-sqlrelay SUBDIR += jdb SUBDIR += jdbc-oracle816 SUBDIR += libdbi SUBDIR += libgda SUBDIR += libgda2 SUBDIR += libgnomedb SUBDIR += libiodbc SUBDIR += libodbc++ SUBDIR += libsdb SUBDIR += libudbc SUBDIR += lsdb SUBDIR += lsdb-emacs20 SUBDIR += mdbtools SUBDIR += mergeant SUBDIR += metakit SUBDIR += mird 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 += mysql40-client SUBDIR += mysql40-server SUBDIR += mysqlman SUBDIR += mysqltcl SUBDIR += mytop SUBDIR += namazu2 SUBDIR += oracle7-client SUBDIR += p5-ApacheDBILogConfig SUBDIR += p5-ApacheDBILogger SUBDIR += p5-AsciiDB-TagFile SUBDIR += p5-BerkeleyDB SUBDIR += p5-CDB_File SUBDIR += p5-CDB_File-Generator SUBDIR += p5-Class-DBI SUBDIR += p5-DBD-CSV SUBDIR += p5-DBD-Excel SUBDIR += p5-DBD-InterBase SUBDIR += p5-DBD-LDAP SUBDIR += p5-DBD-ODBC SUBDIR += p5-DBD-Oracle SUBDIR += p5-DBD-Pg SUBDIR += p5-DBD-SQLite SUBDIR += p5-DBD-Sybase SUBDIR += p5-DBD-XBase SUBDIR += p5-DBD-mysql SUBDIR += p5-DBI SUBDIR += p5-DBIWrapper SUBDIR += p5-DBIx-AnyDBD SUBDIR += p5-DBIx-Browse SUBDIR += p5-DBIx-DBSchema SUBDIR += p5-DBIx-DataSource SUBDIR += p5-DBIx-Password SUBDIR += p5-DBIx-Recordset SUBDIR += p5-DBIx-SearchBuilder SUBDIR += p5-DBIx-Table SUBDIR += p5-DBIx-Tree SUBDIR += p5-DBIx-XHTML_Table SUBDIR += p5-DBIx-XML_RDB SUBDIR += p5-DBZ_File SUBDIR += p5-GDBM SUBDIR += p5-GraphViz-DBI SUBDIR += p5-Ima-DBI SUBDIR += p5-MLDBM SUBDIR += p5-MLDBM-Sync SUBDIR += p5-Metadata SUBDIR += p5-Msql SUBDIR += p5-Mysql SUBDIR += p5-Pg SUBDIR += p5-ResourcePool-Resource-DBI SUBDIR += p5-SQL-Statement SUBDIR += p5-Search-Namazu SUBDIR += p5-Tangram SUBDIR += p5-Text-Query-SQL SUBDIR += p5-Tie-DBI SUBDIR += p5-hp200lx-db SUBDIR += p5-postgresql-plperl SUBDIR += p5-sqlrelay SUBDIR += pgaccess SUBDIR += php-sqlrelay SUBDIR += phpmyadmin SUBDIR += phppgadmin SUBDIR += postgresql-devel SUBDIR += postgresql-docs SUBDIR += postgresql-jdbc SUBDIR += postgresql-libpq++ SUBDIR += postgresql-libpqxx SUBDIR += postgresql-odbc SUBDIR += postgresql-plruby SUBDIR += postgresql-pltcl SUBDIR += postgresql-tcltk SUBDIR += postgresql7 SUBDIR += postgresql72 SUBDIR += postgresql_autodoc + SUBDIR += puredb SUBDIR += pxtools SUBDIR += py-MySQL SUBDIR += py-MySQLdb SUBDIR += py-PyGreSQL SUBDIR += py-PySQLite SUBDIR += py-SQLDict SUBDIR += py-bsddb3 SUBDIR += py-cdb SUBDIR += py-gdbm SUBDIR += py-oops SUBDIR += py-psycopg SUBDIR += py-pyPgSQL SUBDIR += py-sqlrelay SUBDIR += pydbdesigner SUBDIR += rdb SUBDIR += rdfdb SUBDIR += ruby-bdb SUBDIR += ruby-bdb1 SUBDIR += ruby-cdb SUBDIR += ruby-dbd_interbase 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-dbi SUBDIR += ruby-gdbm SUBDIR += ruby-interbase 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 += sybase-ocsd SUBDIR += tcl-Mysql SUBDIR += tdb SUBDIR += tinycdb SUBDIR += tkgnats SUBDIR += tora SUBDIR += typhoon SUBDIR += unixODBC SUBDIR += xmbase-grok SUBDIR += xmysql SUBDIR += xmysqladmin SUBDIR += zodb SUBDIR += zodb3 SUBDIR += zpygresqlda .include Property changes on: head/databases/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.230 \ No newline at end of property +1.231 \ No newline at end of property Index: head/databases/puredb/Makefile =================================================================== --- head/databases/puredb/Makefile (nonexistent) +++ head/databases/puredb/Makefile (revision 77886) @@ -0,0 +1,28 @@ +# New ports collection makefile for: puredb +# Date created: 01 Nov 2002 +# Whom: Sergei Kolobov +# +# $FreeBSD$ +# + +PORTNAME= puredb +PORTVERSION= 2.1 +CATEGORIES= databases +MASTER_SITES= http://www.pureftpd.org/puredb/ +DISTNAME= pure-db-${PORTVERSION} + +MAINTAINER= sergei@kolobov.com +COMMENT= Set of libraries for creating and reading constant databases + +USE_LIBTOOL= yes +INSTALLS_SHLIB= yes + +DOCS= AUTHORS FORMAT_DESCR NEWS README + +.if !defined(NOPORTDOCS) +post-install: + @${MKDIR} ${DOCSDIR} + cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR} +.endif + +.include Property changes on: head/databases/puredb/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/puredb/distinfo =================================================================== --- head/databases/puredb/distinfo (nonexistent) +++ head/databases/puredb/distinfo (revision 77886) @@ -0,0 +1 @@ +MD5 (pure-db-2.1.tar.gz) = 2fdf5771c169877218b1f83852f8cad4 Property changes on: head/databases/puredb/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/puredb/files/patch-example_read.c =================================================================== --- head/databases/puredb/files/patch-example_read.c (nonexistent) +++ head/databases/puredb/files/patch-example_read.c (revision 77886) @@ -0,0 +1,12 @@ +--- src/example_read.c.orig Fri Nov 1 23:21:19 2002 ++++ src/example_read.c Fri Nov 1 23:21:47 2002 +@@ -3,6 +3,9 @@ + + #include + #include ++#ifdef __FreeBSD__ ++#include ++#endif + #include + + int main(void) Property changes on: head/databases/puredb/files/patch-example_read.c ___________________________________________________________________ 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/puredb/pkg-descr =================================================================== --- head/databases/puredb/pkg-descr (nonexistent) +++ head/databases/puredb/pkg-descr (revision 77886) @@ -0,0 +1,10 @@ +PureDB is a portable and tiny set of libraries for creating and reading +constant databases. It manages data files that contains text or binary +key/data pairs of arbitrary sizes. Lookups are very fast (normally only one +disk access to match a hash value), overhead is low (a database is 1028 +bytes plus only 16 extra bytes per record), multiple concurrent read access +are supported, and databases can be up to 4 Gb long, and they are portable +across architectures. + +Author: Frank DENIS . +WWW: http://www.pureftpd.org/puredb/ Property changes on: head/databases/puredb/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/puredb/pkg-plist =================================================================== --- head/databases/puredb/pkg-plist (nonexistent) +++ head/databases/puredb/pkg-plist (revision 77886) @@ -0,0 +1,17 @@ +bin/example_read +bin/example_write +include/puredb_read.h +include/puredb_write.h +lib/libpuredb_read.so.0 +lib/libpuredb_read.so +lib/libpuredb_read.la +lib/libpuredb_read.a +lib/libpuredb_write.so.0 +lib/libpuredb_write.so +lib/libpuredb_write.la +lib/libpuredb_write.a +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/FORMAT_DESCR +%%PORTDOCS%%%%DOCSDIR%%/NEWS +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%@dirrm %%DOCSDIR%% Property changes on: head/databases/puredb/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