postgresql-java stable port information

Package: postgresql-java
Version: 9.0
Revision: 801.2
Description: PostgreSQL Java library
Type: java(1.5)
License: BSD
Maintainer: Benjamin Reed

Depends: system-java (>= 1.5-1)
BuildDepends: <<
ant,
fink (>= 0.30.0-1),
system-java-dev (>= 1.5-1)
<<
Conflicts: <<
postgresql (<< 7.3-1),
postgresql-ssl (<< 7.3-1),
postgresql-java-ssl (<< %v-%r)
<<
Replaces: <<
postgresql (<< 7.3-1),
postgresql-ssl (<< 7.3-1),
postgresql-java-ssl (<< %v-%r)
<<
Recommends: postgresql90

Source: http://jdbc.postgresql.org/download/postgresql-jdbc-%v-801.src.tar.gz
Source-MD5: 32188109251f8da2766da77b174232bc
Source2: http://jdbc.postgresql.org/download/postgresql-9.0-801.jdbc3.jar
Source2-MD5: 9eaf3ea9f5b975195db127dc24fca9a0
SourceDirectory: postgresql-jdbc-%v-801.src

UseMaxBuildJobs: true
CompileScript: <<
#!/bin/sh -ev

export JAVA_HOME=/System/Library/Frameworks/JavaVM.framework/Versions/1.5/Home
export CLASSPATH=`pwd`/jars/postgresql.jar
ant publicapi privateapi
<<

InstallScript: <<
#!/bin/sh -ev

install -d -m 755 %i/share/doc/%N
mv build/privateapi build/publicapi %i/share/doc/%N/
mv ../*.jar jars/postgresql.jar
<<
JarFiles: jars/postgresql.jar
DocFiles: LICENSE README
SplitOff: <<
Package: postgresql-ssl-java
Description: Upgrade package for postgresql-ssl-java
Depends: %N (>= %v-%r)
DocFiles: LICENSE README
<<

Homepage: http://jdbc.postgresql.org/
DescDetail: <<
The PostgreSQL JDBC driver allows Java programs to connect to a PostgreSQL
database using standard, database independent Java code. It is a pure Java
(Type IV) implementation.

The driver provides are reasonably complete implementation of the JDBC 3
specification in addition to some PostgreSQL specific extensions.

NOTE: this package used to contain the PostGIS java interface as well. It
is now contained separately in the "postgis-java" package!
<<

postgresql-java stable port .patch


--- postgresql-jdbc-8.1-406.src/build.xml 2006-04-28 22:18:51.000000000 -0400
+++ postgresql-jdbc-8.1-406.src-new/build.xml 2006-06-26 21:56:51.000000000 -0400
@@ -113,7 +113,7 @@



-
+



@@ -297,7 +297,7 @@



-
+



@@ -310,7 +310,7 @@



-
+



@@ -342,7 +342,7 @@



-
+



postgresql-java _unstable_ port .patch