Update of /cvsroot/fink/experimental/beren12/finkinfo/net
In directory usw-pr-cvs1:/tmp/cvs-serv27030/net
Modified Files:
gift-0.10.0-20020930-1.info
Added Files:
gift-0.10.0-20021004-1.patch gift-0.10.0-20021009-1.info
gift-0.10.0-20021009-1.patch giftoxic-0.0.1-20021008.info
hammerhead-2.1.1-1.info hammerhead-2.1.1-1.patch
Log Message:
some new stuff :-)
--- NEW FILE: gift-0.10.0-20021004-1.patch ---
diff -ruN gift-0.10.0-20021004/autogen.macosx.sh
gift-0.10.0-20021004.new/autogen.macosx.sh
--- gift-0.10.0-20021004/autogen.macosx.sh Sat Aug 10 17:07:33 2002
+++ gift-0.10.0-20021004.new/autogen.macosx.sh Sat Oct 5 04:24:15 2002
@@ -3,7 +3,6 @@
srcdir=`dirname $0`
PKG_NAME="giFT"
-export LDFLAGS="-ldl -L/sw/lib -lltdl -L../OpenFT/.libs"
DIE=0
@@ -50,26 +49,6 @@
exit 1
fi
-if test -z "$*"; then
- echo "I am going to run \`configure' with the default arguments."
- echo "If you wish to pass any other to it, please specify them on the"
- echo \`$0\'" command line."
- echo
- 1="ppc"
- 2="--disable-libdl"
- 3="--with-zlib=/sw"
- echo "Default is:"
- echo "./configure $*"
- echo
-else
- echo "**Warning**: To compile giFT on Mac OS X you must specify"
- echo "\"ppc\" as the host and "--disable-libdl" as parameters"
- echo "for configure. Otherwise giFT will not compile."
- echo
- echo "Parameters are:"
- echo "./configure $*"
-fi
-
case $CC in
xlc )
am_opt=--include-deps;;
@@ -111,14 +90,3 @@
)
fi
done
-
-#conf_flags="--enable-maintainer-mode --enable-compile-warnings"
-#--enable-iso-c
-
-if test x$NOCONFIGURE = x; then
- echo Running $srcdir/configure $conf_flags "$@" ...
- $srcdir/configure $conf_flags "$@" \
- && echo Now type \`make\' to compile $PKG_NAME
-else
- echo Skipping configure process.
-fi
diff -ruN gift-0.10.0-20021004/configure.ac gift-0.10.0-20021004.new/configure.ac
--- gift-0.10.0-20021004/configure.ac Fri Oct 4 13:03:54 2002
+++ gift-0.10.0-20021004.new/configure.ac Sat Oct 5 04:51:42 2002
@@ -157,6 +157,7 @@
powerpc-*-darwin* )
dnl PowerPC Darwin based distributions (including Mac OS X)
SO_SUFFIX=dylib
+ DL_LIBS='-lstdc++'
;;
esac
@@ -370,7 +371,7 @@
dnl Check for the presence of ZLIB libraries and headers
dnl ###########################################################################
-ZLIB_VER=1.1.4
+ZLIB_VER=1.1.3
dnl Default to compiler & linker defaults for files & libraries.
OPT_ZLIB=
diff -ruN gift-0.10.0-20021004/etc/gift.conf gift-0.10.0-20021004.new/etc/gift.conf
--- gift-0.10.0-20021004/etc/gift.conf Mon Sep 30 14:17:22 2002
+++ gift-0.10.0-20021004.new/etc/gift.conf Fri Oct 4 13:23:21 2002
@@ -40,10 +40,11 @@
#
# *nix users: use the extension '.so', or whatever is appropriate for your OS.
# Windows users: use the extension '.dll'.
+# MacOS X users use .dylib
#
# Default: none
#
-plugins = libOpenFT.so
+plugins = libOpenFT.dylib
###############################################################################
# DOWNLOAD CONTROLS
diff -ruN gift-0.10.0-20021004/ltmain.patch gift-0.10.0-20021004.new/ltmain.patch
--- gift-0.10.0-20021004/ltmain.patch Wed Dec 31 19:00:00 1969
+++ gift-0.10.0-20021004.new/ltmain.patch Fri Oct 4 13:23:21 2002
@@ -0,0 +1,62 @@
+--- ltmain.sh.orig 2002-06-22 21:27:18.000000000 -0400
++++ ltmain.sh 2002-06-22 21:27:52.000000000 -0400
+@@ -1739,7 +1739,7 @@
+
+ if test "$installed" = no; then
+ notinst_deplibs="$notinst_deplibs $lib"
+- need_relink=yes
++ need_relink=no
+ fi
+
+ if test -n "$old_archive_from_expsyms_cmds"; then
+@@ -1884,7 +1884,11 @@
+ add="-l$name"
+ else
+ # We cannot seem to hardcode it, guess we'll fake it.
+- add_dir="-L$libdir"
++ if test "X$installed" = Xyes; then
++ add_dir="-L$libdir"
++ else
++ add_dir="-L$DESTDIR$libdir"
++ fi
+ add="-l$name"
+ fi
+
+@@ -4146,12 +4150,21 @@
+ esac
+
+ # Add the libdir to current_libdirs if it is the destination.
++ DESTDIR=
+ if test "X$destdir" = "X$libdir"; then
+ case "$current_libdirs " in
+ *" $libdir "*) ;;
+ *) current_libdirs="$current_libdirs $libdir" ;;
+ esac
+ else
++ case "$destdir" in
++ *"$libdir")
++ DESTDIR=`$echo "$destdir" | sed -e 's!'"$libdir"'$!!'`
++ if test "X$destdir" != "X$DESTDIR$libdir"; then
++ DESTDIR=
++ fi
++ ;;
++ esac
+ # Note the libdir as a future libdir.
+ case "$future_libdirs " in
+ *" $libdir "*) ;;
+@@ -4165,6 +4178,7 @@
+
+ if test -n "$relink_command"; then
+ $echo "$modename: warning: relinking \`$file'" 1>&2
++ export DESTDIR
+ $show "$relink_command"
+ if $run eval "$relink_command"; then :
+ else
+@@ -4172,6 +4186,7 @@
+ continue
+ fi
+ fi
++ unset DESTDIR
+
+ # See the names of the shared library.
+ set dummy $library_names
--- NEW FILE: gift-0.10.0-20021009-1.info ---
Package: gift
Version: 0.10.0-20021009
Revision: 1
Source: http://homepage.mac.com/beren/%n-%v.tar.gz
Source-MD5: f53c71f64643268820617cdf026eac62
SourceDirectory: giFT
Depends: dlcompat, db41-shlibs | db41-ssl-shlibs, libvorbis0-shlibs, id3lib37,
imagemagick
BuildDepends: dlcompat, db41 | db41-ssl, automake, autoconf25, libtool14, libvorbis0,
id3lib37, imagemagick
Recommends: giftcurs
Patch: %f.patch
SetCFLAGS: -I%p/include/db4
NoSetLDFLAGS: true
SetLIBS: -L%p/lib -lz
#SetCC: g++
SetCPPFLAGS: -Ddlsym=dlsym_prepend_underscore
ConfigureParams: --mandir='${prefix}/share/man' --with-zlib=/usr --with-pic
--enable-libdb --enable-shared --enable-static --enable-libdl
--disable-dependency-tracking
CompileScript: <<
find . -name CVS -type d -print0 | xargs -0 rm -r --
./autogen.macosx.sh %c
patch < ltmain.patch
./configure %c
make
<<
InstallScript: <<
make install DESTDIR=%d
mkdir -p %i/etc
cp -r etc %i/etc/giFT
mkdir -p %i/share/man/man1
cp giFT.1 %i/share/man/man1
mkdir -p %i/share/man/man5
cp gift.conf.5 %i/share/man/man5
cp OpenFT.conf.5 %i/share/man/man5
<<
DocFiles: doc/* AUTHORS COPYING ChangeLog NEWS README README.dev TODO
Description: GNU Internet File Transfer project
DescDetail: <<
giFT is a `recursive' acronym for `giFT: Internet File Transfer'. The
giFT project is actually a collection of several components together:
the giFT daemon (which acts as bridge to the actual file sharing
protocols), OpenFT (a p2p network designed to exploit all the
functionality giFT supports), and a user interface front-end.
Note that giFT is alpha software (but it works!), and is still very much
under development! You should update *often*.
<<
DescUsage: <<
Make sure you run giFT-setup before using giFT.
I usually open a termnial window and run giFT, and then in another
window run giFT-shell or giFTcurs.
man giFT, OpenFT.conf and gift.conf. They are your friends
sample config files are in %p/etc/giFT this entire dir can be copied to
~/.giFT
please do not beg for help on #gift. They *will* flame you if the
information you seek is in the docs. You have been warned.
You can ask me for help in #fink, my nick is cirdan. Just private msg
me.
giFT -d detaches giFT from the term.
Share! (there is no meta-info or resource forks. Files with resource
forks must be encoded somehow: .bin .sit .dmg, etc.)
:-)
<<
DescPort: <<
There is growing meta information support in this version, and it does not
mac handle resource forks.
<<
License: GPL
Maintainer: Chris Zubrzycki <[EMAIL PROTECTED]>
Homepage: http://gift.sourceforge.net/
--- NEW FILE: gift-0.10.0-20021009-1.patch ---
diff -ruN giFT/autogen.macosx.sh giFT.new/autogen.macosx.sh
--- giFT/autogen.macosx.sh Sat Aug 10 17:07:33 2002
+++ giFT.new/autogen.macosx.sh Wed Oct 9 12:25:10 2002
@@ -3,7 +3,6 @@
srcdir=`dirname $0`
PKG_NAME="giFT"
-export LDFLAGS="-ldl -L/sw/lib -lltdl -L../OpenFT/.libs"
DIE=0
@@ -50,26 +49,6 @@
exit 1
fi
-if test -z "$*"; then
- echo "I am going to run \`configure' with the default arguments."
- echo "If you wish to pass any other to it, please specify them on the"
- echo \`$0\'" command line."
- echo
- 1="ppc"
- 2="--disable-libdl"
- 3="--with-zlib=/sw"
- echo "Default is:"
- echo "./configure $*"
- echo
-else
- echo "**Warning**: To compile giFT on Mac OS X you must specify"
- echo "\"ppc\" as the host and "--disable-libdl" as parameters"
- echo "for configure. Otherwise giFT will not compile."
- echo
- echo "Parameters are:"
- echo "./configure $*"
-fi
-
case $CC in
xlc )
am_opt=--include-deps;;
@@ -111,14 +90,3 @@
)
fi
done
-
-#conf_flags="--enable-maintainer-mode --enable-compile-warnings"
-#--enable-iso-c
-
-if test x$NOCONFIGURE = x; then
- echo Running $srcdir/configure $conf_flags "$@" ...
- $srcdir/configure $conf_flags "$@" \
- && echo Now type \`make\' to compile $PKG_NAME
-else
- echo Skipping configure process.
-fi
diff -ruN giFT/configure.ac giFT.new/configure.ac
--- giFT/configure.ac Fri Oct 4 13:03:54 2002
+++ giFT.new/configure.ac Wed Oct 9 12:25:10 2002
@@ -157,6 +157,7 @@
powerpc-*-darwin* )
dnl PowerPC Darwin based distributions (including Mac OS X)
SO_SUFFIX=dylib
+ DL_LIBS='-lstdc++'
;;
esac
@@ -370,7 +371,7 @@
dnl Check for the presence of ZLIB libraries and headers
dnl ###########################################################################
-ZLIB_VER=1.1.4
+ZLIB_VER=1.1.3
dnl Default to compiler & linker defaults for files & libraries.
OPT_ZLIB=
diff -ruN giFT/etc/gift.conf giFT.new/etc/gift.conf
--- giFT/etc/gift.conf Mon Sep 30 14:17:22 2002
+++ giFT.new/etc/gift.conf Wed Oct 9 12:25:10 2002
@@ -40,10 +40,11 @@
#
# *nix users: use the extension '.so', or whatever is appropriate for your OS.
# Windows users: use the extension '.dll'.
+# MacOS X users use .dylib
#
# Default: none
#
-plugins = libOpenFT.so
+plugins = libOpenFT.dylib
###############################################################################
# DOWNLOAD CONTROLS
diff -ruN giFT/ltmain.patch giFT.new/ltmain.patch
--- giFT/ltmain.patch Wed Dec 31 19:00:00 1969
+++ giFT.new/ltmain.patch Wed Oct 9 12:25:10 2002
@@ -0,0 +1,62 @@
+--- ltmain.sh.orig 2002-06-22 21:27:18.000000000 -0400
++++ ltmain.sh 2002-06-22 21:27:52.000000000 -0400
+@@ -1739,7 +1739,7 @@
+
+ if test "$installed" = no; then
+ notinst_deplibs="$notinst_deplibs $lib"
+- need_relink=yes
++ need_relink=no
+ fi
+
+ if test -n "$old_archive_from_expsyms_cmds"; then
+@@ -1884,7 +1884,11 @@
+ add="-l$name"
+ else
+ # We cannot seem to hardcode it, guess we'll fake it.
+- add_dir="-L$libdir"
++ if test "X$installed" = Xyes; then
++ add_dir="-L$libdir"
++ else
++ add_dir="-L$DESTDIR$libdir"
++ fi
+ add="-l$name"
+ fi
+
+@@ -4146,12 +4150,21 @@
+ esac
+
+ # Add the libdir to current_libdirs if it is the destination.
++ DESTDIR=
+ if test "X$destdir" = "X$libdir"; then
+ case "$current_libdirs " in
+ *" $libdir "*) ;;
+ *) current_libdirs="$current_libdirs $libdir" ;;
+ esac
+ else
++ case "$destdir" in
++ *"$libdir")
++ DESTDIR=`$echo "$destdir" | sed -e 's!'"$libdir"'$!!'`
++ if test "X$destdir" != "X$DESTDIR$libdir"; then
++ DESTDIR=
++ fi
++ ;;
++ esac
+ # Note the libdir as a future libdir.
+ case "$future_libdirs " in
+ *" $libdir "*) ;;
+@@ -4165,6 +4178,7 @@
+
+ if test -n "$relink_command"; then
+ $echo "$modename: warning: relinking \`$file'" 1>&2
++ export DESTDIR
+ $show "$relink_command"
+ if $run eval "$relink_command"; then :
+ else
+@@ -4172,6 +4186,7 @@
+ continue
+ fi
+ fi
++ unset DESTDIR
+
+ # See the names of the shared library.
+ set dummy $library_names
--- NEW FILE: giftoxic-0.0.1-20021008.info ---
Package: giftoxic
Version: 0.0.1-20021008
Revision: 1
Depends: gift
Description: GTK2 Frontend to giFT
Source: http://homepage.mac.com/beren/%n-%v.tar.gz
SourceDirectory: %n
Source-MD5: 442cefd4b53323ca0002bd1873051fdc
#Patch: %f.patch
ConfigureParams: --mandir='${prefix}/share/man'
#SetCFLAGS: -I/usr/include
DocFiles: AUTHORS README ChangeLog COPYING NEWS
CompileScript: <<
./autogen.sh
./configure %c
make
<<
DescDetail: <<
Keep in mind, giFT and giFToxic are in development, but both should be useable
right now. And don't forget to update your giFT version from time to time
(and of course the giFToxic version, especially when the client-daemon protocol
changes ;-) )
<<
Maintainer: Chris Zubrzycki <[EMAIL PROTECTED]>
Homepage: http://giftoxic.sf.net
License: GPL
--- NEW FILE: hammerhead-2.1.1-1.info ---
Package: hammerhead
Version: 2.1.1
Revision: 1
#BuildDepends: libpcap
#Depends: libpcap-shlibs
Source: mirror:sourceforge:/%n/%n-%v.tar.gz
SourceDirectory: %n-%v
Patch: %f.patch
UpdateConfigGuess: true
ConfigureParams: --mandir='${prefix}/share/man' --infodir='${prefix}/share/info'
--disable-dependency-tracking
DocFiles: AUTHORS COPYING ChangeLog ISSUES NEWS README TODO
Description: A web site coverage and stress testing tool
DescDetail: <<
A useful tool for benchmarking your web servers. It's been designed to emulate
multiple users from multiple IP addresses and designed for maximum speed (not like
it's interpreted counterparts).
<<
License: GPL
Maintainer: Chris Zubrzycki <[EMAIL PROTECTED]>
Homepage: http://hammerhead.sourceforge.net/
--- NEW FILE: hammerhead-2.1.1-1.patch ---
diff -ruN hammerhead-2.1.1/configure hammerhead-2.1.1.new/configure
--- hammerhead-2.1.1/configure Wed Jul 18 08:56:58 2001
+++ hammerhead-2.1.1.new/configure Thu Oct 3 12:42:39 2002
@@ -716,6 +716,18 @@
TARGET_OS=FreeBSD
;;
+*darwin*)
+ cat >> confdefs.h <<\EOF
+#define BSD 1
+EOF
+
+ cat >> confdefs.h <<\EOF
+#define USE_BPF 1
+EOF
+
+ TARGET_OS=FreeBSD
+
+ ;;
*linux*)
cat >> confdefs.h <<\EOF
#define LINUX 1
Index: gift-0.10.0-20020930-1.info
===================================================================
RCS file: /cvsroot/fink/experimental/beren12/finkinfo/net/gift-0.10.0-20020930-1.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gift-0.10.0-20020930-1.info 2 Oct 2002 04:29:20 -0000 1.2
+++ gift-0.10.0-20020930-1.info 9 Oct 2002 16:33:26 -0000 1.3
@@ -2,7 +2,7 @@
Version: 0.10.0-20020930
Revision: 1
Source: http://homepage.mac.com/beren/%n-%v.tar.gz
-Source-MD5: 640b53e6987af92bb5107479d3f691a3
+Source-MD5: 235e5d8d8a50e06e53f199ba335a359e
Depends: dlcompat, db41-shlibs | db41-ssl-shlibs, libvorbis0-shlibs, id3lib37
BuildDepends: dlcompat, db41 | db41-ssl, automake, autoconf25, libtool14, libvorbis0,
id3lib37
Recommends: giftcurs
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits