Update of /cvsroot/fink/experimental/dmrrsn
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16550
Added Files:
curl-ssl.info gnome-vfs2-ssl.info gnome-vfs2-ssl.patch
openslp-ssl.info openslp-ssl.patch
Log Message:
experimental versions which link to the system's openssl, not fink's
--- NEW FILE: gnome-vfs2-ssl.patch ---
diff -Naur gnome-vfs-2.4.2-old/Makefile.in gnome-vfs-2.4.2/Makefile.in
--- gnome-vfs-2.4.2-old/Makefile.in Tue Jan 27 13:29:31 2004
+++ gnome-vfs-2.4.2/Makefile.in Tue Jan 27 14:07:56 2004
@@ -191,7 +191,7 @@
SUBDIRS_GNOME = monikers doc schemas
-SUBDIRS = libgnomevfs modules
schemas devel-docs
doc
programs test
monikers po
+SUBDIRS = libgnomevfs modules
schemas devel-docs
doc
programs monikers
po
EXTRA_DIST = HACKING TODO
autogen.sh
gnome-vfs.spec gnome-vfs-2.0.pc.in
gnome-vfs-module-2.0.pc.in intltool-extract.in
intltool-merge.in intltool-update.in
diff -Naur gnome-vfs-2.4.2-old/Makefile.in.orig gnome-vfs-2.4.2/Makefile.in.orig
--- gnome-vfs-2.4.2-old/Makefile.in.orig Wed Dec 31 19:00:00 1969
+++ gnome-vfs-2.4.2/Makefile.in.orig Tue Jan 27 13:29:52 2004
@@ -0,0 +1,516 @@
+# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
+
+# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
[...996 lines suppressed...]
+ char *cp;
+{
+ int val;
+
+ val = 0;
+ while (*cp)
+ {
+ if (*cp >= 'a' && *cp <= 'f')
+ val = val * 16 + *cp - 'a' + 10;
+ else if (*cp >= 'A' && *cp <= 'F')
+ val = val * 16 + *cp - 'A' + 10;
+ else if (*cp >= '0' && *cp <= '9')
+ val = val * 16 + *cp - '0';
+ else
+ break;
+ cp++;
+ }
+ return val;
+}
+#endif
--- NEW FILE: gnome-vfs2-ssl.info ---
Package: gnome-vfs2-ssl
Version: 2.4.2
Revision: 8
Depends: %N-shlibs (>= %v-%r), gconf2 (>= 2.4.0.1-1), gettext, glib2 (>= 2.2.3-1),
libbonobo2 (>= 2.4.0-1), libbonobo2 (>= 2.4.0-1), libiconv, libxml2-shlibs (>=
2.6.1-1), orbit2 (>= 2.8.1-1), popt
BuildDepends: glib2-dev (>= 2.2.3-1), orbit2-dev (>= 2.8.1-1), libbonobo2-dev (>=
2.4.0-1), gconf2-dev (>= 2.4.0.1-1), libxml2 (>= 2.6.1-1), pkgconfig, gtk-doc (>=
1.1-1), intltool (>= 0.30-1), bzip2-dev, gettext-dev, gettext-bin, libiconv-dev,
libxslt
BuildConflicts: openssl097-dev, openssl-dev
Provides: gnome-vfs2
Conflicts: gnome-vfs2
Replaces: gnome-vfs2
Source: mirror:gnome:sources/gnome-vfs/2.4/gnome-vfs-%v.tar.bz2
Source-MD5: a0f0e40739214143bbf3050311ff10cd
Patch: %n.patch
SetCPPFLAGS: -no-cpp-precomp
SetLIBS: -L%p/lib
SetCFLAGS: -O3 -funroll-loops -fstrict-aliasing
CompileScript: <<
%p/bin/intltoolize -c -f
./configure %c
make
sed -e 's/-lssl//g' -e 's/-lcrypto//g' <libgnomevfs/.libs/libgnomevfs-2.lai
>libgnomevfs-2.la
<<
InstallScript: <<
GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 make install DESTDIR=%d
rm -rf %i/doc
install -c -m 644 libgnomevfs-2.la %i/lib/
<<
PostInstScript: <<
if [ configure = "$1" ]; then
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
gconftool-2 --makefile-install-rule %p/etc/gconf/schemas/system_http_proxy.schemas
>/dev/null
fi
<<
SplitOff: <<
Package: %N-shlibs
Depends: bzip2-shlibs, gconf2-shlibs (>= 2.4.0.1-1), gettext, glib2-shlibs (>=
2.2.3-1), gnome-mime-data (>= 2.4.0-1), libbonobo2-shlibs (>= 2.4.0-1), libiconv,
libxml2-shlibs (>= 2.6.1-1), orbit2-shlibs (>= 2.8.1-1)
Provides: gnome-vfs2-shlibs
Conflicts: gnome-vfs2-shlibs
Replaces: gnome-vfs2-shlibs
Files: lib/libgnomevfs-2.*.dylib lib/gnome-vfs-2.0/modules lib/vfs
Shlibs: %p/lib/libgnomevfs-2.0.dylib 400.1.0 gnome-vfs2-shlibs (>= 2.4.0-1) |
gnome-vfs2-ssl-shlibs (>= 2.4.0-1)
DocFiles: AUTHORS COPYING* ChangeLog NEWS README
<<
SplitOff2: <<
Package: %N-dev
Depends: %N-shlibs (= %v-%r)
DescPackaging: <<
Uses pkgconfig.
Any package which BuildDepends on this one must also BuildDepend on:
glib2-dev (>= 2.2.3-1), libxml2 (>= 2.4.20-1), orbit2-dev (>= 2.4.0-1)
<<
Provides: gnome-vfs2-dev
Conflicts: gnome-vfs2-dev
Replaces: gnome-vfs2-dev
BuildDependsOnly: True
Files: include lib/gnome-vfs-2.0/include lib/libgnomevfs-2.* lib/pkgconfig
share/gtk-doc
DocFiles: AUTHORS COPYING* ChangeLog NEWS README
<<
ConfFiles: <<
%p/etc/gnome-vfs-2.0/modules/default-modules.conf
%p/etc/gnome-vfs-2.0/modules/ssl-modules.conf
%p/etc/gnome-vfs-2.0/vfolders/applications-all-users.vfolder-info
%p/etc/gnome-vfs-2.0/vfolders/favorites.vfolder-info
%p/etc/gnome-vfs-2.0/vfolders/preferences-all-users.vfolder-info
%p/etc/gnome-vfs-2.0/vfolders/server-settings.vfolder-info
%p/etc/gnome-vfs-2.0/vfolders/start-here.vfolder-info
%p/etc/gnome-vfs-2.0/vfolders/system-settings.vfolder-info
<<
DocFiles: AUTHORS COPYING* ChangeLog NEWS README
Description: The GNOME virtual file-system libraries
DescDetail: <<
GNOME VFS is the GNOME virtual file system. It is the foundation of the
Nautilus file manager. It provides a modular architecture and ships with
several modules that implement support for file systems, http, ftp and others.
It provides a URI-based API, a backend supporting asynchronous file operations,
a MIME type manipulation library and other features.
<<
DescPackaging: <<
Remove -lssl and -lcrypto from *.la files to make dependent programs depends
on those crypto libraries through libgnomevfs2-ssl.
<<
License: GPL/LGPL
Maintainer: The Gnome Core Team <[EMAIL PROTECTED]>
Homepage: http://www.gnome.org/
--- NEW FILE: openslp-ssl.patch ---
diff -ruN openslp-1.0.9a/Makefile.in openslp-1.0.9a.new/Makefile.in
--- openslp-1.0.9a/Makefile.in Wed May 15 19:56:52 2002
+++ openslp-1.0.9a.new/Makefile.in Fri Oct 25 01:27:38 2002
@@ -77,9 +77,9 @@
RANLIB = @RANLIB@
VERSION = @VERSION@
-SUBDIRS = common libslpattr slpd libslp slptool test
+SUBDIRS = common libslpattr slpd libslp slptool
EXTRA_DIST = win32 doc etc README.W32 FAQ
-DOC_DIR = $(prefix)/doc/openslp-$(VERSION)
+DOC_DIR = $(prefix)/share/doc/openslp
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_CLEAN_FILES = slp.list
--- NEW FILE: openslp-ssl.info ---
Package: openslp-ssl
Version: 1.0.9a
Revision: 5
BuildConflicts: openssl097-dev, openssl-dev
#Depends: openssl097-shlibs
Replaces: openslp
Recommends: openslp-doc
Source: mirror:sourceforge:openslp/openslp-%v.tar.gz
Source-MD5: 6e0262a0135360e1fd2e24c3fb84d80e
Patch: %n.patch
UpdateLibtool: true
UpdateConfigGuess: true
ConfigureParams: --enable-async-api --enable-slpv2-security
DocFiles: AUTHORS COPYING ChangeLog FAQ NEWS README THANKS
InstallScript: <<
make install DESTDIR=%d
rm -rf %i/share/doc/openslp
<<
ConfFiles: <<
%p/etc/slp.conf
%p/etc/slp.reg
%p/etc/slp.spi
<<
Description: Open Service Location Protocol (OpenSLP), SSL enabled
DescDetail: <<
OpenSLP project is an effort to develop an open-source, commercial-grade,
implementation of IETF Standards track Service Location Protocol (RFC 2608).
<<
SplitOff: <<
Package: %N-shlibs
Replaces: openslp-shlibs
Conflicts: openslp-shlibs
# Depends: openssl097-shlibs
Files: <<
lib/libslp.1.0.0.dylib
lib/libslp.1.dylib
<<
DocFiles: AUTHORS COPYING ChangeLog FAQ NEWS README THANKS
Description: Shared Libraries for OpenSLP + SSL Support
<<
SplitOff2: <<
Package: %N-dev
BuildDependsOnly: True
Depends: %N-shlibs
Replaces: openslp-dev
Conflicts: openslp-dev
Recommends: openslp-doc
Files: lib include
DocFiles: AUTHORS COPYING ChangeLog FAQ NEWS README THANKS
Description: Development files for OpenSLP
<<
License: BSD
Maintainer: Chris Zubrzycki <[EMAIL PROTECTED]>
Homepage: http://www.openslp.org/index.html
--- NEW FILE: curl-ssl.info ---
Package: curl-ssl
Version: 7.11.1
Revision: 12
Maintainer: Max Horn <[EMAIL PROTECTED]>
Depends: %N-shlibs (= %v-%r)
BuildConflicts: openssl-dev, openssl097-dev
Conflicts: curl
Replaces: curl
Source: http://curl.haxx.se/download/curl-%v.tar.bz2
Source-MD5: c2af7c3364a1a8839516f74961b6bd11
SetLDFLAGS: -no-undefined
ConfigureParams: --mandir=%p/share/man
InstallScript: make install DESTDIR=%d
SplitOff: <<
Package: %N-shlibs
Conflicts: curl-shlibs
Replaces: %N (<= 7.9.6-1), curl-shlibs
Files: lib/libcurl.2.0.2.dylib lib/libcurl.2.dylib
Shlibs: %p/lib/libcurl.2.dylib 3.0.0 %n (>= 7.10-1)
DocFiles: CHANGES COPYING README
<<
SplitOff2: <<
Package: %N-dev
Depends: %N-shlibs (= %v-%r)
BuildDependsOnly: True
Conflicts: curl-dev
Replaces: %N (<= 7.9.6-2), curl-dev
Files: lib/libcurl.dylib lib/*.a lib/*.la include share/man/man3
DocFiles: CHANGES COPYING README
<<
DocFiles: <<
CHANGES COPYING README docs/BINDINGS docs/BUGS docs/CONTRIBUTE
docs/FAQ docs/FEATURES docs/HISTORY docs/KNOWN_BUGS
docs/INTERNALS docs/MANUAL docs/RESOURCES docs/THANKS
docs/TODO docs/TheArtOfHttpScripting
<<
Description: Tool for transferring files with URL syntax
DescPackaging: <<
Add "-no-undefined" to LDFLAGS to allow prebinding
(thanks to Daniel Johnson for this trick).
<<
Homepage: http://curl.haxx.se/
License: OSI-Approved
-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits