Update of /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26087
Added Files:
dclib0-ssl.info dclib0-ssl.patch valknut-ssl.info
Log Message:
GCC: 4.0 version
--- NEW FILE: dclib0-ssl.info ---
Info2: <<
Package: dclib0%type_pkg[-ssl]
Version: 0.3.5
Revision: 1002
Description: Direct Connect protocol library
Type: -ssl -ssl
License: GPL
Maintainer: Hanspeter Niederstrasser <[EMAIL PROTECTED]>
Depends: %N-shlibs (= %v-%r), pkgconfig
BuildDepends: libiconv-dev, automake1.7 (= 1.7.6-6), libxml2, bzip2-dev,
(%type_raw[-ssl] = -ssl) openssl097-dev
Conflicts: dclib0, dclib0-ssl
Replaces: dclib0, dclib0-ssl
BuildDependsOnly: true
Source: http://download.berlios.de/dcgui/dclib-%v.tar.bz2
Source-MD5: 7112028c84f40c5f2719a969bf55a6c8
Patch: %n.patch
ConfigureParams: (%type_raw[-ssl] = -ssl) --with-ssl-dir=%p (%type_raw[-ssl] =
.) --without-ssl
GCC: 4.0
CompileScript: <<
./configure %c
sed -i -e 's/^whole_archive_flag_spec=.*/whole_archive_flag_spec=/' libtool
make
<<
#CompileScript: <<
# echo using default CompileScript
# ./configure %c
# make
#<<
InstallScript: <<
make install DESTDIR=%d
<<
DocFiles: AUTHORS ChangeLog COPYING INSTALL NEWS README
SplitOff: <<
Package: %N-shlibs
Depends: libxml2-shlibs, bzip2-shlibs, (%type_raw[-ssl] = -ssl)
openssl097-shlibs
Conflicts: dclib0-shlibs, dclib0-ssl-shlibs
Replaces: dclib0-shlibs, dclib0-ssl-shlibs
Files: lib/libdc.0.0.1.dylib lib/libdc.0.dylib
Shlibs: <<
%p/lib/libdc.0.dylib 1.0.0 %n (>= 0.2.22-6)
<<
Description: Shared libraries for dclib
DocFiles: COPYING INSTALL README
<<
Homepage: http://dcgui.berlios.de/index.php
DescDetail: <<
dclib is a direct connect library for Direct Connect (DC) clients.
This package has both SSL and non-SSL enabled variants.
<<
DescPackaging: <<
The valknut package Depends: on a specific %v-%r of the dclib0
packages. Remember to keep them in sync when updating.
Using single-state (not boolean) variants to simplify
maintenance since non-ssl packages can't go into crypto.
<<
<<
--- NEW FILE: dclib0-ssl.patch ---
diff -ruN dclib-0.3.3-orig/acinclude.m4 dclib-0.3.3/acinclude.m4
--- dclib-0.3.3-orig/acinclude.m4 Thu Aug 19 09:47:42 2004
+++ dclib-0.3.3/acinclude.m4 Thu Aug 19 10:17:16 2004
@@ -7942,10 +7942,10 @@
_LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
case "$host_os" in
rhapsody* | darwin1.[[012]])
- _LT_AC_TAGVAR(allow_undefined_flag, $1)='-undefined suppress'
+ _LT_AC_TAGVAR(allow_undefined_flag, $1)=''
;;
*) # Darwin 1.3 on
- test -z ${LD_TWOLEVEL_NAMESPACE} && _LT_AC_TAGVAR(allow_undefined_flag,
$1)='-flat_namespace -undefined suppress'
+ test -z ${LD_TWOLEVEL_NAMESPACE} && _LT_AC_TAGVAR(allow_undefined_flag,
$1)='-flat_namespace'
;;
esac
output_verbose_link_cmd='echo'
@@ -8254,10 +8254,10 @@
_LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
case "$host_os" in
rhapsody* | darwin1.[[012]])
- _LT_AC_TAGVAR(allow_undefined_flag, $1)='-undefined suppress'
+ _LT_AC_TAGVAR(allow_undefined_flag, $1)=''
;;
*) # Darwin 1.3 on
- test -z ${LD_TWOLEVEL_NAMESPACE} && _LT_AC_TAGVAR(allow_undefined_flag,
$1)='-flat_namespace -undefined suppress'
+ test -z ${LD_TWOLEVEL_NAMESPACE} && _LT_AC_TAGVAR(allow_undefined_flag,
$1)='-flat_namespace'
;;
esac
lt_int_apple_cc_single_mod=no
@@ -10665,7 +10665,7 @@
;;
bsdi4*)
- _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=-rdynamic
+ _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=''
;;
cygwin* | mingw* | pw32*)
@@ -10694,10 +10694,10 @@
_LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
case "$host_os" in
rhapsody* | darwin1.[[012]])
- _LT_AC_TAGVAR(allow_undefined_flag, $1)='-undefined suppress'
+ _LT_AC_TAGVAR(allow_undefined_flag, $1)=''
;;
*) # Darwin 1.3 on
- test -z ${LD_TWOLEVEL_NAMESPACE} && _LT_AC_TAGVAR(allow_undefined_flag,
$1)='-flat_namespace -undefined suppress'
+ test -z ${LD_TWOLEVEL_NAMESPACE} && _LT_AC_TAGVAR(allow_undefined_flag,
$1)='-flat_namespace'
;;
esac
lt_int_apple_cc_single_mod=no
diff -ruN dclib-0.3.3-orig/aclocal.m4 dclib-0.3.3/aclocal.m4
--- dclib-0.3.3-orig/aclocal.m4 Thu Aug 19 09:47:42 2004
+++ dclib-0.3.3/aclocal.m4 Thu Aug 19 10:17:24 2004
@@ -7928,10 +7928,10 @@
_LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
case "$host_os" in
rhapsody* | darwin1.[[012]])
- _LT_AC_TAGVAR(allow_undefined_flag, $1)='-undefined suppress'
+ _LT_AC_TAGVAR(allow_undefined_flag, $1)=''
;;
*) # Darwin 1.3 on
- test -z ${LD_TWOLEVEL_NAMESPACE} && _LT_AC_TAGVAR(allow_undefined_flag,
$1)='-flat_namespace -undefined suppress'
+ test -z ${LD_TWOLEVEL_NAMESPACE} && _LT_AC_TAGVAR(allow_undefined_flag,
$1)='-flat_namespace'
;;
esac
output_verbose_link_cmd='echo'
@@ -8240,10 +8240,10 @@
_LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
case "$host_os" in
rhapsody* | darwin1.[[012]])
- _LT_AC_TAGVAR(allow_undefined_flag, $1)='-undefined suppress'
+ _LT_AC_TAGVAR(allow_undefined_flag, $1)=''
;;
*) # Darwin 1.3 on
- test -z ${LD_TWOLEVEL_NAMESPACE} && _LT_AC_TAGVAR(allow_undefined_flag,
$1)='-flat_namespace -undefined suppress'
+ test -z ${LD_TWOLEVEL_NAMESPACE} && _LT_AC_TAGVAR(allow_undefined_flag,
$1)='-flat_namespace'
;;
esac
lt_int_apple_cc_single_mod=no
@@ -10643,7 +10643,7 @@
;;
bsdi4*)
- _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=-rdynamic
+ _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=''
;;
cygwin* | mingw* | pw32*)
@@ -10672,10 +10672,10 @@
_LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
case "$host_os" in
rhapsody* | darwin1.[[012]])
- _LT_AC_TAGVAR(allow_undefined_flag, $1)='-undefined suppress'
+ _LT_AC_TAGVAR(allow_undefined_flag, $1)=''
;;
*) # Darwin 1.3 on
- test -z ${LD_TWOLEVEL_NAMESPACE} && _LT_AC_TAGVAR(allow_undefined_flag,
$1)='-flat_namespace -undefined suppress'
+ test -z ${LD_TWOLEVEL_NAMESPACE} && _LT_AC_TAGVAR(allow_undefined_flag,
$1)='-flat_namespace'
;;
esac
lt_int_apple_cc_single_mod=no
diff -ruN dclib-0.3.3-orig/admin/libtool.m4.in dclib-0.3.3/admin/libtool.m4.in
--- dclib-0.3.3-orig/admin/libtool.m4.in Thu Aug 19 09:47:42 2004
+++ dclib-0.3.3/admin/libtool.m4.in Thu Aug 19 10:17:34 2004
@@ -2556,10 +2556,10 @@
_LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
case "$host_os" in
rhapsody* | darwin1.[[012]])
- _LT_AC_TAGVAR(allow_undefined_flag, $1)='-undefined suppress'
+ _LT_AC_TAGVAR(allow_undefined_flag, $1)=''
;;
*) # Darwin 1.3 on
- test -z ${LD_TWOLEVEL_NAMESPACE} && _LT_AC_TAGVAR(allow_undefined_flag,
$1)='-flat_namespace -undefined suppress'
+ test -z ${LD_TWOLEVEL_NAMESPACE} && _LT_AC_TAGVAR(allow_undefined_flag,
$1)='-flat_namespace'
;;
esac
output_verbose_link_cmd='echo'
@@ -2868,10 +2868,10 @@
_LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
case "$host_os" in
rhapsody* | darwin1.[[012]])
- _LT_AC_TAGVAR(allow_undefined_flag, $1)='-undefined suppress'
+ _LT_AC_TAGVAR(allow_undefined_flag, $1)=''
;;
*) # Darwin 1.3 on
- test -z ${LD_TWOLEVEL_NAMESPACE} && _LT_AC_TAGVAR(allow_undefined_flag,
$1)='-flat_namespace -undefined suppress'
+ test -z ${LD_TWOLEVEL_NAMESPACE} && _LT_AC_TAGVAR(allow_undefined_flag,
$1)='-flat_namespace'
;;
esac
lt_int_apple_cc_single_mod=no
@@ -5279,7 +5279,7 @@
;;
bsdi4*)
- _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=-rdynamic
+ _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=''
;;
cygwin* | mingw* | pw32*)
@@ -5308,10 +5308,10 @@
_LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
case "$host_os" in
rhapsody* | darwin1.[[012]])
- _LT_AC_TAGVAR(allow_undefined_flag, $1)='-undefined suppress'
+ _LT_AC_TAGVAR(allow_undefined_flag, $1)=''
;;
*) # Darwin 1.3 on
- test -z ${LD_TWOLEVEL_NAMESPACE} && _LT_AC_TAGVAR(allow_undefined_flag,
$1)='-flat_namespace -undefined suppress'
+ test -z ${LD_TWOLEVEL_NAMESPACE} && _LT_AC_TAGVAR(allow_undefined_flag,
$1)='-flat_namespace'
;;
esac
lt_int_apple_cc_single_mod=no
diff -ruN dclib-0.3.3-orig/admin/ltcf-c.sh dclib-0.3.3/admin/ltcf-c.sh
--- dclib-0.3.3-orig/admin/ltcf-c.sh Thu Aug 19 09:47:42 2004
+++ dclib-0.3.3/admin/ltcf-c.sh Thu Aug 19 09:51:23 2004
@@ -174,7 +174,7 @@
;;
darwin* | rhapsody*)
- allow_undefined_flag='-undefined suppress'
+ allow_undefined_flag=''
archive_cmds='$CC `test .$module = .yes && echo -bundle || echo
-dynamiclib` $allow_undefined_flag -o $lib $libobjs $deplibs $linkopts
-install_name $rpath/$soname `test -n "$verstring" -a x$verstring != x0.0 &&
echo $verstring`'
# We need to add '_' to the symbols in $export_symbols first
#archive_expsym_cmds="$archive_cmds"' && strip -s $export_symbols'
diff -ruN dclib-0.3.3-orig/admin/ltconfig dclib-0.3.3/admin/ltconfig
--- dclib-0.3.3-orig/admin/ltconfig Thu Aug 19 09:47:42 2004
+++ dclib-0.3.3/admin/ltconfig Thu Aug 19 10:17:43 2004
@@ -1060,7 +1060,7 @@
shlibpath_var=LD_LIBRARY_PATH
sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib
/usr/local/lib"
sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
- export_dynamic_flag_spec=-rdynamic
+ export_dynamic_flag_spec=''
# the default ld.so.conf also contains /usr/contrib/lib and
# /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
# libtool to hard-code these into programs
diff -ruN dclib-0.3.3-orig/configure dclib-0.3.3/configure
--- dclib-0.3.3-orig/configure Thu Aug 19 09:47:42 2004
+++ dclib-0.3.3/configure Thu Aug 19 10:18:00 2004
@@ -8867,7 +8867,7 @@
;;
bsdi4*)
- export_dynamic_flag_spec=-rdynamic
+ export_dynamic_flag_spec=''
;;
cygwin* | mingw* | pw32*)
@@ -8896,10 +8896,10 @@
archive_cmds_need_lc=no
case "$host_os" in
rhapsody* | darwin1.[012])
- allow_undefined_flag='-undefined suppress'
+ allow_undefined_flag=''
;;
*) # Darwin 1.3 on
- test -z ${LD_TWOLEVEL_NAMESPACE} &&
allow_undefined_flag='-flat_namespace -undefined suppress'
+ test -z ${LD_TWOLEVEL_NAMESPACE} &&
allow_undefined_flag='-flat_namespace'
;;
esac
lt_int_apple_cc_single_mod=no
@@ -10660,10 +10660,10 @@
archive_cmds_need_lc=no
case "$host_os" in
rhapsody* | darwin1.[012])
- allow_undefined_flag='-undefined suppress'
+ allow_undefined_flag=''
;;
*) # Darwin 1.3 on
- test -z ${LD_TWOLEVEL_NAMESPACE} &&
allow_undefined_flag='-flat_namespace -undefined suppress'
+ test -z ${LD_TWOLEVEL_NAMESPACE} &&
allow_undefined_flag='-flat_namespace'
;;
esac
output_verbose_link_cmd='echo'
@@ -11691,10 +11691,10 @@
archive_cmds_need_lc_CXX=no
case "$host_os" in
rhapsody* | darwin1.[012])
- allow_undefined_flag_CXX='-undefined suppress'
+ allow_undefined_flag_CXX=''
;;
*) # Darwin 1.3 on
- test -z ${LD_TWOLEVEL_NAMESPACE} &&
allow_undefined_flag_CXX='-flat_namespace -undefined suppress'
+ test -z ${LD_TWOLEVEL_NAMESPACE} &&
allow_undefined_flag_CXX='-flat_namespace'
;;
esac
lt_int_apple_cc_single_mod=no
@@ -15373,7 +15373,7 @@
;;
bsdi4*)
- export_dynamic_flag_spec_F77=-rdynamic
+ export_dynamic_flag_spec_F77=''
;;
cygwin* | mingw* | pw32*)
@@ -15402,10 +15402,10 @@
archive_cmds_need_lc_F77=no
case "$host_os" in
rhapsody* | darwin1.[012])
- allow_undefined_flag_F77='-undefined suppress'
+ allow_undefined_flag_F77=''
;;
*) # Darwin 1.3 on
- test -z ${LD_TWOLEVEL_NAMESPACE} &&
allow_undefined_flag_F77='-flat_namespace -undefined suppress'
+ test -z ${LD_TWOLEVEL_NAMESPACE} &&
allow_undefined_flag_F77='-flat_namespace'
;;
esac
lt_int_apple_cc_single_mod=no
@@ -17631,7 +17631,7 @@
;;
bsdi4*)
- export_dynamic_flag_spec_GCJ=-rdynamic
+ export_dynamic_flag_spec_GCJ=''
;;
cygwin* | mingw* | pw32*)
@@ -17660,10 +17660,10 @@
archive_cmds_need_lc_GCJ=no
case "$host_os" in
rhapsody* | darwin1.[012])
- allow_undefined_flag_GCJ='-undefined suppress'
+ allow_undefined_flag_GCJ=''
;;
*) # Darwin 1.3 on
- test -z ${LD_TWOLEVEL_NAMESPACE} &&
allow_undefined_flag_GCJ='-flat_namespace -undefined suppress'
+ test -z ${LD_TWOLEVEL_NAMESPACE} &&
allow_undefined_flag_GCJ='-flat_namespace'
;;
esac
lt_int_apple_cc_single_mod=no
diff -ruN dclib-0.3.3-orig/dclib/Makefile.am dclib-0.3.3/dclib/Makefile.am
--- dclib-0.3.3-orig/dclib/Makefile.am Thu Aug 19 09:47:42 2004
+++ dclib-0.3.3/dclib/Makefile.am Thu Aug 19 10:18:47 2004
@@ -14,7 +14,7 @@
chublistmanager.cpp chublistmanager.h csearchmanager.cpp csearchmanager.h \
csearchsocket.cpp csearchsocket.h
-libdc_la_LDFLAGS = -version-info 0:1 core/libcore.la hash/libhash.la
$(XML_LIBS) $(LIBSSL) $(SSL_LDFLAGS) -rdynamic
+libdc_la_LDFLAGS = -version-info 0:1 core/libcore.la hash/libhash.la
$(XML_LIBS) $(LIBSSL) $(SSL_LDFLAGS)
CFLAGS = -D_REENTRANT -Wall $(XML_CFLAGS) $(SSL_INCLUDES)
AM_CXXFLAGS = @CXXFLAGS@ -D_REENTRANT -Wall $(XML_CFLAGS) $(SSL_INCLUDES)
VERSION = "0.0.1"
diff -ruN dclib-0.3.3-orig/dclib/Makefile.in dclib-0.3.3/dclib/Makefile.in
--- dclib-0.3.3-orig/dclib/Makefile.in Thu Aug 19 09:47:42 2004
+++ dclib-0.3.3/dclib/Makefile.in Thu Aug 19 10:18:56 2004
@@ -171,7 +171,7 @@
csearchsocket.cpp csearchsocket.h
-libdc_la_LDFLAGS = -version-info 0:1 core/libcore.la hash/libhash.la
$(XML_LIBS) $(LIBSSL) $(SSL_LDFLAGS) -rdynamic
+libdc_la_LDFLAGS = -version-info 0:1 core/libcore.la hash/libhash.la
$(XML_LIBS) $(LIBSSL) $(SSL_LDFLAGS)
AM_CXXFLAGS = @CXXFLAGS@ -D_REENTRANT -Wall $(XML_CFLAGS) $(SSL_INCLUDES)
INCLUDES = $(all_includes) -Icore -Ihash
diff -ruN dclib-0.3.3-orig/dclib/core/Makefile.am
dclib-0.3.3/dclib/core/Makefile.am
--- dclib-0.3.3-orig/dclib/core/Makefile.am Thu Aug 19 09:47:42 2004
+++ dclib-0.3.3/dclib/core/Makefile.am Thu Aug 19 10:18:08 2004
@@ -16,7 +16,7 @@
filecopy.h types.h platform.cpp platform.h \
fsusage.cpp fsusage.h
-libcore_la_LDFLAGS = $(XML_LIBS) $(LIBSSL) $(SSL_LDFLAGS) -rdynamic
+libcore_la_LDFLAGS = $(XML_LIBS) $(LIBSSL) $(SSL_LDFLAGS)
CFLAGS = -D_REENTRANT -Wall $(XML_CFLAGS) $(SSL_INCLUDES)
AM_CXXFLAGS = @CXXFLAGS@ -D_REENTRANT -Wall $(XML_CFLAGS) $(SSL_INCLUDES)
VERSION = "0.0.1"
diff -ruN dclib-0.3.3-orig/dclib/core/Makefile.in
dclib-0.3.3/dclib/core/Makefile.in
--- dclib-0.3.3-orig/dclib/core/Makefile.in Thu Aug 19 09:47:42 2004
+++ dclib-0.3.3/dclib/core/Makefile.in Thu Aug 19 10:18:20 2004
@@ -172,7 +172,7 @@
fsusage.cpp fsusage.h
-libcore_la_LDFLAGS = $(XML_LIBS) $(LIBSSL) $(SSL_LDFLAGS) -rdynamic
+libcore_la_LDFLAGS = $(XML_LIBS) $(LIBSSL) $(SSL_LDFLAGS)
AM_CXXFLAGS = @CXXFLAGS@ -D_REENTRANT -Wall $(XML_CFLAGS) $(SSL_INCLUDES)
INCLUDES = $(all_includes)
diff -ruN dclib-0.3.3-orig/dclib/hash/Makefile.am
dclib-0.3.3/dclib/hash/Makefile.am
--- dclib-0.3.3-orig/dclib/hash/Makefile.am Thu Aug 19 09:47:42 2004
+++ dclib-0.3.3/dclib/hash/Makefile.am Thu Aug 19 10:18:32 2004
@@ -3,7 +3,7 @@
libhash_la_SOURCES = tiger.cpp tigertree.cpp tiger.h tigertree.h sboxes.cpp
-libhash_la_LDFLAGS = -rdynamic
+libhash_la_LDFLAGS = ''
AM_CFLAGS = @CFLAGS@ -D_REENTRANT -Wall
AM_CXXFLAGS = @CXXFLAGS@ -D_REENTRANT -Wall
VERSION = "0.0.1"
diff -ruN dclib-0.3.3-orig/dclib/hash/Makefile.in
dclib-0.3.3/dclib/hash/Makefile.in
--- dclib-0.3.3-orig/dclib/hash/Makefile.in Thu Aug 19 09:47:42 2004
+++ dclib-0.3.3/dclib/hash/Makefile.in Thu Aug 19 10:18:39 2004
@@ -158,7 +158,7 @@
libhash_la_SOURCES = tiger.cpp tigertree.cpp tiger.h tigertree.h sboxes.cpp
-libhash_la_LDFLAGS = -rdynamic
+libhash_la_LDFLAGS = ''
AM_CFLAGS = @CFLAGS@ -D_REENTRANT -Wall
AM_CXXFLAGS = @CXXFLAGS@ -D_REENTRANT -Wall
INCLUDES = $(all_includes)
--- NEW FILE: valknut-ssl.info ---
Info2: <<
Package: valknut%type_pkg[-ssl]
Version: 0.3.5
Revision: 1002
Description: Direct Connect protocol QT client
Type: -ssl -ssl
License: GPL
Maintainer: Hanspeter Niederstrasser <[EMAIL PROTECTED]>
Depends: x11, qt3-shlibs (>= 3.3.5-1023), libpng3-shlibs, libxml2-shlibs,
bzip2-shlibs, dclib0%type_pkg[-ssl]-shlibs (= %v-1002), (%type_raw[-ssl] =
-ssl) openssl097-shlibs
BuildDepends: libiconv-dev, x11-dev, qt3-dev (>= 3.3.5-1023), libpng3, libxml2,
bzip2-dev, dclib0%type_pkg[-ssl] (= %v-1002), (%type_raw[-ssl] = -ssl)
openssl097-dev
Conflicts: dcgui-qt, dcgui-qt-ssl, valknut, valknut-ssl
Replaces: dcgui-qt, dcgui-qt-ssl, valknut, valknut-ssl
Source: http://download.berlios.de/dcgui/%{ni}-%v.tar.bz2
Source-MD5: 88bad0a307ed6791a4c9f521186a8bb6
ConfigureParams: --with-libdc=%p --with-qt-dir=%p
--with-qt-includes=%p/include/qt (%type_raw[-ssl] = -ssl) --with-ssl-dir=%p
(%type_raw[-ssl] = .) --without-ssl
GCC: 4.0
#CompileScript: <<
# echo using default CompileScript
# ./configure %c
# make
#<<
InstallScript: <<
make install DESTDIR=%d
<<
DocFiles: AUTHORS ChangeLog COPYING INSTALL NEWS README
Homepage: http://dcgui.berlios.de/index.php
DescDetail: <<
Valknut is a program the uses the Direct Connect protocol. It is
compatible with other DC clients, such as the original DC from
Neomodus, and DC++.
Valknut replaces the packages dcgui-qt and dcgui-qt-ssl that were
renamed after version 0.3.2.
<<
DescUsage: <<
Normally, just use "valknut".
Use "valknut --disable-tray" to get rid of the little icon
if using quartz-wm or another dockless window manager.
<<
DescPackaging: <<
Valknut Depends: on a specific %v-%r of the dclib0 packages.
Remember to keep them in sync when updating.
Using single-state (not boolean) variants to simplify
maintenance since non-ssl packages can't go into crypto.
<<
<<
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits