Update of /cvsroot/fink/experimental/rangerrick/10.2-gcc3.3/crypto/finkinfo In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3455/10.2-gcc3.3/crypto/finkinfo
Modified Files: kdebase3-ssl.info kdebase3-ssl.patch kdelibs3-ssl.info kdelibs3-ssl.patch kdenetwork3.patch libpqxx-2.patch libpqxx.patch postgresql-ssl-python-py.patch postgresql74-ssl.patch Added Files: qca.info Log Message: qca autogenerated Index: postgresql-ssl-python-py.patch =================================================================== RCS file: /cvsroot/fink/experimental/rangerrick/10.2-gcc3.3/crypto/finkinfo/postgresql-ssl-python-py.patch,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- postgresql-ssl-python-py.patch 25 Oct 2004 17:14:02 -0000 1.2 +++ postgresql-ssl-python-py.patch 23 Nov 2004 21:45:23 -0000 1.3 @@ -8,7 +8,7 @@ - include_dirs=[getconfig ('includedir'),getconfig('includedir-server')] - library_dirs=[getconfig('libdir')] + include_dirs=['@INSTPREFIX@/include/postgresql','@INSTPREFIX@/include',getconfig ('includedir'),getconfig('includedir-server')] -+ library_dirs=['@INSTPREFIX@/lib/postgresql-7.4', '@INSTPREFIX@/lib',getconfig('libdir')] ++ library_dirs=['@[EMAIL PROTECTED]@/lib/postgresql-7.4', '@[EMAIL PROTECTED]@/lib',getconfig('libdir')] optional_libs=['pq'] data_files = [] --- NEW FILE: qca.info --- Package: qca Version: 1.0 Revision: 12 Depends: %N-shlibs BuildDepends: cyrus-sasl2-dev, openssl097-dev, qt3 (>= 3.3.3-14) BuildDependsOnly: true Source: http://delta.affinix.com/qca/qca-%v.tar.bz2 Source-MD5: ee44022eb0e5b8b5df64c62630f6e6b6 Source2: http://delta.affinix.com/qca/qca-tls-%v.tar.bz2 Source2-MD5: 886b1f60fc31de3b1a0bd93281e27b73 Source3: http://delta.affinix.com/qca/qca-sasl-%v.tar.bz2 Source3-MD5: 2e324cb45706f37a8d2b196f43428023 CompileScript: << #!/bin/sh -ex ./configure --prefix=%p --qtdir=%p make pushd ../qca-sasl-%v ./configure --with-sasl-inc=%p/include --with-sasl-lib=%p/lib --qtdir=%p make popd pushd ../qca-tls-%v ./configure --qtdir=%p --with-openssl-inc=%p/include --with-openssl-lib=%p/lib make popd << InstallScript: << #!/bin/sh -ex install -d -m 755 %i/include/qt install -d -m 755 %i/lib install -d %i/lib/qt3-plugins/crypto install -d -m 755 %i/share/doc/%N/ mv *.dylib %i/lib/ mv src/*.h %i/include/qt/ cp -pR examples %i/share/doc/%N/ install -c -m 755 ../qca-*-%v/*.so %i/lib/qt3-plugins/crypto/ << SplitOff: << Package: %N-shlibs Depends: cyrus-sasl2-shlibs, openssl097-shlibs, qt3-shlibs (>= 3.3.0-11) Files: << lib/libqca.*.dylib lib/qt3-plugins << Shlibs: %p/lib/libqca.1.dylib 1.0.0 %n (>= 1.0-1) DocFiles: COPYING* << DocFiles: COPYING INSTALL README TODO Description: Qt Cryptographic Architecture DescDetail: << Taking a hint from the similarly-named Java Cryptography Architecture, QCA aims to provide a straightforward and cross-platform crypto API, using Qt datatypes and conventions. QCA separates the API from the implementation, using plugins known as Providers. The advantage of this model is to allow applications to avoid linking to or explicitly depending on any particular cryptographic library. This allows one to easily change or upgrade crypto implementations without even needing to recompile the application! << License: LGPL Maintainer: Benjamin Reed <[EMAIL PROTECTED]> Homepage: http://delta.affinix.com/qca/ Index: kdebase3-ssl.patch =================================================================== RCS file: /cvsroot/fink/experimental/rangerrick/10.2-gcc3.3/crypto/finkinfo/kdebase3-ssl.patch,v retrieving revision 1.14 retrieving revision 1.15 diff -u -d -r1.14 -r1.15 --- kdebase3-ssl.patch 13 Oct 2004 20:50:02 -0000 1.14 +++ kdebase3-ssl.patch 23 Nov 2004 21:45:19 -0000 1.15 @@ -300,7 +300,7 @@ # We should set the shlibpath_var rpath= for dir in $temp_rpath; do -+ if test "$dir" != "/sw/lib"; then ++ if test "$dir" != "@FINKPREFIX@/lib"; then case $dir in [\\/]* | [A-Za-z]:[\\/]*) # Absolute path. Index: kdebase3-ssl.info =================================================================== RCS file: /cvsroot/fink/experimental/rangerrick/10.2-gcc3.3/crypto/finkinfo/kdebase3-ssl.info,v retrieving revision 1.41 retrieving revision 1.42 diff -u -d -r1.41 -r1.42 --- kdebase3-ssl.info 23 Nov 2004 13:12:01 -0000 1.41 +++ kdebase3-ssl.info 23 Nov 2004 21:45:17 -0000 1.42 @@ -25,7 +25,7 @@ Source2ExtractDir: kdebase-%v PatchScript: << - sed -e 's,@PREFIX@,%p,g' %a/%n.patch | patch -p1 + sed -e 's,@FINKPREFIX@,%p,g' %a/%n.patch | patch -p1 perl -pi.bak -e 's,-O2,-Os,g; s,doc/HTML,doc/kde,g; s,/usr/share/doc/packages/qt3/html,%p/share/doc/qt3/html,g' configure << Index: kdelibs3-ssl.patch =================================================================== RCS file: /cvsroot/fink/experimental/rangerrick/10.2-gcc3.3/crypto/finkinfo/kdelibs3-ssl.patch,v retrieving revision 1.17 retrieving revision 1.18 diff -u -d -r1.17 -r1.18 --- kdelibs3-ssl.patch 28 Oct 2004 20:04:52 -0000 1.17 +++ kdelibs3-ssl.patch 23 Nov 2004 21:45:19 -0000 1.18 @@ -5,7 +5,7 @@ # We should set the shlibpath_var rpath= for dir in $temp_rpath; do -+ if test "$dir" != "/sw/lib"; then ++ if test "$dir" != "@FINKPREFIX@/lib"; then case $dir in [\\/]* | [A-Za-z]:[\\/]*) # Absolute path. Index: postgresql74-ssl.patch =================================================================== RCS file: /cvsroot/fink/experimental/rangerrick/10.2-gcc3.3/crypto/finkinfo/postgresql74-ssl.patch,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- postgresql74-ssl.patch 25 Oct 2004 03:09:08 -0000 1.10 +++ postgresql74-ssl.patch 23 Nov 2004 21:45:23 -0000 1.11 @@ -1166,7 +1166,7 @@ SO_MINOR_VERSION= 2 override CPPFLAGS := -I$(top_srcdir)/src/interfaces/ecpg/include -I$(libpq_srcdir) -I$(top_srcdir)/src/include/utils $(CPPFLAGS) $(THREAD_CPPFLAGS) -+override LDFLAGS := -L../../../../src/port [EMAIL PROTECTED]@@INSTPREFIX@/lib -L../ecpglib -lecpg -L../pgtypeslib -lpgtypes $(libpq) $(LDFLAGS) ++override LDFLAGS := -L../../../../src/port [EMAIL PROTECTED]@@[EMAIL PROTECTED]@/lib -L../ecpglib -lecpg -L../pgtypeslib -lpgtypes $(libpq) $(LDFLAGS) + SHLIB_LINK = -L../ecpglib -lecpg -L../pgtypeslib -lpgtypes $(libpq) \ $(filter -lintl -lssl -lcrypto -lkrb5 -lcrypt -lm, $(LIBS)) $(THREAD_LIBS) @@ -1177,7 +1177,7 @@ SO_MINOR_VERSION= 1 override CPPFLAGS := -I$(top_srcdir)/src/interfaces/ecpg/include -I$(libpq_srcdir) $(CPPFLAGS) $(THREAD_CPPFLAGS) -+override LDFLAGS := [EMAIL PROTECTED]@@INSTPREFIX@/lib -L../pgtypeslib -lpgtypes $(libpq) -L../../../../src/port $(LDFLAGS) ++override LDFLAGS := [EMAIL PROTECTED]@@[EMAIL PROTECTED]@/lib -L../pgtypeslib -lpgtypes $(libpq) -L../../../../src/port $(LDFLAGS) OBJS= execute.o typename.o descriptor.o data.o error.o prepare.o memory.o \ connect.o misc.o Index: libpqxx.patch =================================================================== RCS file: /cvsroot/fink/experimental/rangerrick/10.2-gcc3.3/crypto/finkinfo/libpqxx.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- libpqxx.patch 8 Jun 2004 01:36:54 -0000 1.1 +++ libpqxx.patch 23 Nov 2004 21:45:23 -0000 1.2 @@ -7,7 +7,7 @@ - +with_postgres_include="@INSTPREFIX@/include/postgresql" -+with_postgres_lib="@INSTPREFIX@/lib" ++with_postgres_lib="@[EMAIL PROTECTED]@/lib" POSTGRES_LIB="-L${with_postgres_lib} -R${with_postgres_lib} -lpq" Index: kdenetwork3.patch =================================================================== RCS file: /cvsroot/fink/experimental/rangerrick/10.2-gcc3.3/crypto/finkinfo/kdenetwork3.patch,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- kdenetwork3.patch 11 Nov 2004 04:30:14 -0000 1.5 +++ kdenetwork3.patch 23 Nov 2004 21:45:23 -0000 1.6 @@ -5,7 +5,7 @@ # We should set the shlibpath_var rpath= for dir in $temp_rpath; do -+ if test "$dir" != "/sw/lib"; then ++ if test "$dir" != "@FINKPREFIX@/lib"; then case $dir in [\\/]* | [A-Za-z]:[\\/]*) # Absolute path. Index: kdelibs3-ssl.info =================================================================== RCS file: /cvsroot/fink/experimental/rangerrick/10.2-gcc3.3/crypto/finkinfo/kdelibs3-ssl.info,v retrieving revision 1.45 retrieving revision 1.46 diff -u -d -r1.45 -r1.46 --- kdelibs3-ssl.info 23 Nov 2004 13:12:01 -0000 1.45 +++ kdelibs3-ssl.info 23 Nov 2004 21:45:19 -0000 1.46 @@ -24,7 +24,7 @@ Source3ExtractDir: kdelibs-%v PatchScript: << - patch -p1 < %a/%n.patch + sed -e 's,@FINKPREFIX@,%p,g' %a/%n.patch | patch -p1 perl -pi.bak -e 's,-O2,-Os,g; s,doc/HTML,doc/kde,g; s,/usr/share/doc/packages/qt3/html,%p/share/doc/qt3/html,g' configure << Index: libpqxx-2.patch =================================================================== RCS file: /cvsroot/fink/experimental/rangerrick/10.2-gcc3.3/crypto/finkinfo/libpqxx-2.patch,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- libpqxx-2.patch 25 Oct 2004 15:27:38 -0000 1.2 +++ libpqxx-2.patch 23 Nov 2004 21:45:23 -0000 1.3 @@ -7,7 +7,7 @@ - +with_postgres_include="@INSTPREFIX@/include/postgresql" -+with_postgres_lib="@INSTPREFIX@/lib" ++with_postgres_lib="@[EMAIL PROTECTED]@/lib" POSTGRES_LIB="-L${with_postgres_lib} -R${with_postgres_lib} -lpq" ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ _______________________________________________ Fink-commits mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-commits