Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/database
In directory vz-cvs-3.sog:/tmp/cvs-serv15502/10.7/stable/main/finkinfo/database

Added Files:
        postgresql-java.info postgresql-java.patch 
Log Message:
missed pushing this to 10.7

--- NEW FILE: postgresql-java.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 @@
     <available classname="org.postgresql.Driver" property="old.driver.present" 
/>
     <fail message="Old driver was detected on classpath or in jre/lib/ext, 
please remove and try again." if="old.driver.present" />
 
-    <javac classpath="${srcdir}" srcdir="${srcdir}" destdir="${builddir}" 
debug="${debug}">
+    <javac classpath="${srcdir}" srcdir="${srcdir}" destdir="${builddir}" 
debug="${debug}" source="1.4" target="1.4">
       <!-- This is the core of the driver.  It is common for all versions. -->
        <include name="${package}/*.java" />
        <include name="${package}/core/**" />
@@ -297,7 +297,7 @@
 
   <!-- This builds the examples -->
   <target name="examples" depends="compile">
-    <javac srcdir="${srcdir}" destdir="${builddir}" debug="${debug}">
+    <javac srcdir="${srcdir}" destdir="${builddir}" debug="${debug}" 
source="1.4" target="1.4">
       <include name="example/**" />
       <exclude name="example/corba/**"/>
     </javac>
@@ -310,7 +310,7 @@
       <arg value="stock.idl" />
     </exec>
 
-    <javac srcdir="${srcdir}" destdir="${builddir}" debug="${debug}">
+    <javac srcdir="${srcdir}" destdir="${builddir}" debug="${debug}" 
source="1.4" target="1.4">
       <include name="example/corba/**" />
     </javac>
   </target>
@@ -342,7 +342,7 @@
   <target name="testjar" depends="jar">
     <fail message="JUnit could not be found in your classpath.  You must 
download and install it from http://junit.org to build and run the test suite." 
unless="junit" />
     <mkdir dir="${builddir}/tests"/>
-    <javac srcdir="${srcdir}" destdir="${builddir}/tests" debug="${debug}">
+    <javac srcdir="${srcdir}" destdir="${builddir}/tests" debug="${debug}" 
source="1.4" target="javac1.4">
       <include name="${package}/test/**" />
 
       <exclude name="${package}/test/jdbc2/optional/**" 
unless="jdbc2optionaltests" />

--- NEW FILE: postgresql-java.info ---
Package: postgresql-java
Version: 9.0
Revision: 801.2
Description: PostgreSQL Java library
Type: java(1.5)
License: BSD
Maintainer: Benjamin Reed <postgresql-j...@fink.raccoonfink.com>

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!
<<



------------------------------------------------------------------------------
Get a FREE DOWNLOAD! and learn more about uberSVN rich system, 
user administration capabilities and model configuration. Take 
the hassle out of deploying and managing Subversion and the 
tools developers use with it. 
http://p.sf.net/sfu/wandisco-dev2dev
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to