Index: head/databases/Makefile =================================================================== --- head/databases/Makefile (revision 54891) +++ head/databases/Makefile (revision 54892) @@ -1,145 +1,146 @@ # $FreeBSD$ # SUBDIR += adodb SUBDIR += bbdb SUBDIR += bbdb-emacs20 SUBDIR += cdb SUBDIR += clip SUBDIR += db SUBDIR += db3 SUBDIR += db4 SUBDIR += dbconnect SUBDIR += dbf2mysql SUBDIR += dbmetrix SUBDIR += dbtool SUBDIR += dbview SUBDIR += edb SUBDIR += fastdb SUBDIR += firebird SUBDIR += firebird-devel 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 += 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 += mysqltcl SUBDIR += mytop SUBDIR += namazu2 SUBDIR += p5-ApacheDBILogConfig SUBDIR += p5-ApacheDBILogger SUBDIR += p5-AsciiDB-TagFile SUBDIR += p5-BerkeleyDB SUBDIR += p5-CDB_File SUBDIR += p5-CDB_File-Generator 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-AnyDBD SUBDIR += p5-DBIx-DataSource SUBDIR += p5-DBIx-Recordset SUBDIR += p5-DBIx-SearchBuilder SUBDIR += p5-DBIx-XHTML_Table SUBDIR += p5-DBIx-XML_RDB SUBDIR += p5-DBZ_File SUBDIR += p5-GDBM SUBDIR += p5-GraphViz-DBI SUBDIR += p5-MLDBM SUBDIR += p5-Metadata 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-postgresql-plperl SUBDIR += p5-sqlrelay SUBDIR += php-sqlrelay SUBDIR += phpmyadmin SUBDIR += phppgadmin + SUBDIR += postgresql-jdbc 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-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-dbd_sybase 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 += tcl-Mysql SUBDIR += tkgnats SUBDIR += tora 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.166 \ No newline at end of property +1.167 \ No newline at end of property Index: head/databases/postgresql-jdbc/Makefile =================================================================== --- head/databases/postgresql-jdbc/Makefile (nonexistent) +++ head/databases/postgresql-jdbc/Makefile (revision 54892) @@ -0,0 +1,61 @@ +# New ports collection makefile for: PostgreSQL JDBC +# Date created: January 14, 2002 +# Whom: Palle Girgensohn +# +# $FreeBSD$ +# + +PORTNAME= postgresql-jdbc +PORTVERSION= 7.2 +CATEGORIES= databases java + +MAINTAINER= girgen@partitur.se + +BUILD_DEPENDS= ${LOCALBASE}/bin/ant:${PORTSDIR}/devel/jakarta-ant +# Since we cannot distribute JVMs in binary format yet, don't set this +# to allow bento to build something useful +#RUN_DEPENDS= ${JAVA_HOME}/bin/java:${PORTSDIR}/java/jdk13 + +POSTGRESQL_SUBPORT=YES +.include <${.CURDIR}/../postgresql7/Makefile> + +CONFIGURE_ARGS= --with-java + +# Honour JAVA_HOME if it is set +JAVA_HOME?= ${LOCALBASE}/jdk1.3.1 + +CONFIGURE_ENV= JAVA_HOME="${JAVA_HOME}" +MAKE_ENV+= JAVA_HOME="${JAVA_HOME}" +MAKE_ARGS+= -C src/interfaces/jdbc + +pre-everything:: + @ ${ECHO} ;\ + ${ECHO} "Building PostgreSQL JDBC using the JVM in ${JAVA_HOME}." ;\ + ${ECHO} "You can instruct this port to use your favourite JVM by typing:" ;\ + ${ECHO} " make JAVA_HOME=${LOCALBASE}/jdk1.1.8" ;\ + ${ECHO} "or similar." ;\ + ${ECHO} + +post-build: +# will fail for java 1.1, so ignore errors + -@ cd ${WRKSRC} ; ${SETENV} ${MAKE_ENV} ${GMAKE} -C contrib/retep + +post-install: + @ ${MKDIR} -m 0555 ${PREFIX}/share/java/classes ;\ + ${INSTALL_DATA} ${WRKSRC}/src/interfaces/jdbc/jars/postgresql.jar \ + ${PREFIX}/share/java/classes/postgresql.jar + @ cd ${WRKSRC} ; ${SETENV} ${MAKE_ENV} ${GMAKE} -C contrib/retep install +.if !defined(NOPORTDOCS) + @ ${MKDIR} -m 0555 ${PREFIX}/share/examples/postgresql ;\ + cd ${WRKSRC}/src/interfaces/jdbc/example ;\ + pax -rw . ${PREFIX}/share/examples/postgresql +.for i in README Implementation + @ ${INSTALL_DATA} ${WRKSRC}/src/interfaces/jdbc/$i \ + ${PREFIX}/share/examples/postgresql +.endfor +.endif + @ ${ECHO} ==================================== ;\ + ${SED} -e "s,/usr/local,${PREFIX},g" pkg-message ;\ + ${ECHO} ==================================== + +.include Property changes on: head/databases/postgresql-jdbc/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/postgresql-jdbc/pkg-comment =================================================================== --- head/databases/postgresql-jdbc/pkg-comment (nonexistent) +++ head/databases/postgresql-jdbc/pkg-comment (revision 54892) @@ -0,0 +1 @@ +The Java JDBC implementation for PostgreSQL Property changes on: head/databases/postgresql-jdbc/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/postgresql-jdbc/pkg-descr =================================================================== --- head/databases/postgresql-jdbc/pkg-descr (nonexistent) +++ head/databases/postgresql-jdbc/pkg-descr (revision 54892) @@ -0,0 +1,6 @@ +This is the implementation of JDBC, the Java Database Connectivity API, +for accessing PostgreSQL databases from Java. + +This software is part of the standard PostgreSQL distribution. + +WWW: http://www.postgresql.org/ Property changes on: head/databases/postgresql-jdbc/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/postgresql-jdbc/pkg-message =================================================================== --- head/databases/postgresql-jdbc/pkg-message (nonexistent) +++ head/databases/postgresql-jdbc/pkg-message (revision 54892) @@ -0,0 +1,8 @@ +PostgreSQL JDBC support installed! + +postgresql.jar resides in +/usr/local/share/java/classes/postgresql.jar +Add this to your CLASSPATH! + +java examples reside in +/usr/local/share/examples/postgresql Property changes on: head/databases/postgresql-jdbc/pkg-message ___________________________________________________________________ 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/postgresql-jdbc/pkg-plist =================================================================== --- head/databases/postgresql-jdbc/pkg-plist (nonexistent) +++ head/databases/postgresql-jdbc/pkg-plist (revision 54892) @@ -0,0 +1,28 @@ +%%PORTDOCS%%share/examples/postgresql/corba/StockClient.java +%%PORTDOCS%%share/examples/postgresql/corba/StockDB.java +%%PORTDOCS%%share/examples/postgresql/corba/StockDispenserImpl.java +%%PORTDOCS%%share/examples/postgresql/corba/StockItemImpl.java +%%PORTDOCS%%share/examples/postgresql/corba/StockServer.java +%%PORTDOCS%%share/examples/postgresql/corba/readme +%%PORTDOCS%%share/examples/postgresql/corba/stock.idl +%%PORTDOCS%%share/examples/postgresql/corba/stock.sql +%%PORTDOCS%%@dirrm share/examples/postgresql/corba +%%PORTDOCS%%share/examples/postgresql/ImageViewer.java +%%PORTDOCS%%share/examples/postgresql/Unicode.java +%%PORTDOCS%%share/examples/postgresql/basic.java +%%PORTDOCS%%share/examples/postgresql/blobtest.java +%%PORTDOCS%%share/examples/postgresql/datestyle.java +%%PORTDOCS%%share/examples/postgresql/metadata.java +%%PORTDOCS%%share/examples/postgresql/psql.java +%%PORTDOCS%%share/examples/postgresql/threadsafe.java +%%PORTDOCS%%share/examples/postgresql/README +%%PORTDOCS%%share/examples/postgresql/Implementation +%%PORTDOCS%%@dirrm share/examples/postgresql +share/postgresql/java/postgresql-examples.jar +share/postgresql/java/postgresql.jar +share/postgresql/java/retepTools.jar +@dirrm share/postgresql/java +@unexec rmdir %D/share/postgresql 2>/dev/null || true +share/java/classes/postgresql.jar +@unexec rmdir %D/share/java/classes 2>/dev/null || true +@unexec rmdir %D/share/java 2>/dev/null || true Property changes on: head/databases/postgresql-jdbc/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