giftd _unstable_ port information

# $Id$
Package: giftd
Version: 0.11.8.1
Revision: 12
Source: mirror:sourceforge:gift/gift-%v.tar.bz2
Source-MD5: 1c70477af403af142359d07ee4a03348
SourceDirectory: gift-%v
Depends: %n-shlibs, libtool14-shlibs, libvorbis0-shlibs, libogg-shlibs
BuildDepends: libtool14, libvorbis0, pkgconfig, libogg
Conflicts: gift ( <= 0.11.2-1 )
Replaces: gift ( <= 0.11.2-1 )
Recommends: gift-openft, gift-frontend, gift-plugin
PatchScript: perl -pi.bak -e 's|hardcode_direct=yes|hardcode_direct=no|g' configure aclocal.m4 libtool
ConfigureParams: --mandir='${prefix}/share/man'
InstallScript: <<
make install DESTDIR=%d
<<
DocFiles: AUTHORS COPYING ChangeLog NEWS TODO QUICKSTART HACKING README


Splitoff: <<
Package: %N-dev
Depends: %N-shlibs (=%v-%r)
BuildDependsOnly: true
Recommends: %N
Conflicts: gift ( <= 0.11.2-1 )
Replaces: gift ( <= 0.11.2-1 )
Files: include lib/pkgconfig lib/libgift.dylib lib/libgiftproto.dylib
Description: Filesharing daemon from the giFT project, development files
DescUsage: <<
This package is required if you wish to build packages against libgift or
libgiftproto.
<<
<<

Splitoff2: <<
Package: %N-shlibs
Conflicts: gift ( <= 0.11.2-1 )
Replaces: gift ( <= 0.11.2-1 )
Files: lib
Shlibs: <<
%p/lib/libgift.0.dylib 1.0.0 %n (>= 0.11.3-1)
%p/lib/libgiftproto.0.dylib 1.0.0 %n (>= 0.11.3-1)
<<
Description: Filesharing daemon from the giFT project, shared libs
DescUsage: <<
This package contains the shared libs required and supplied by giftd.
<<
<<

Description: Filesharing daemon from the giFT project
DescDetail: <<
This daemon is the core component of the giFT project, a peer-to-peer
filesharing abstraction layer capable of utilizing multiple networks
simultaneously while providing a single consistent interface to the
user through their preferred giFT client interface. The daemon uses a
simple TCP/IP protocol to interact with the user and is capable of
accepting both local and remote connections depending on
configuration.
<<
DescUsage: <<
*********************************************************************
*********************************************************************
**** ****
**** Make sure you run giFT-setup before using giFT ****
**** ****
**** Especially with versions older than version 0.11.3 ****
**** ****
*********************************************************************
*********************************************************************

man giFT, OpenFT.conf and giftd.conf. They are your friends.

please do not beg for help on #gift. They *will* kickbane 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.

giftd -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 meta information support in this version, and it does not handle
mac resource forks.

#Perl's DynaLoader on OS X is broken, it exports two symbols (dlsym and dlclose)
#which conflict with dlcompat, and break perl support. To work around this, we
#manually make these symbols static in a very very big hack.

#Damn, I wish Apple would fix this...

--disabled for now:
cp /System/Library/Perl/darwin/auto/DynaLoader/DynaLoader.a /tmp/DynaLoader.a
echo "_dlsym" > sym.list
echo "_dlclose" >> sym.list
nmedit -R sym.list /tmp/DynaLoader.a
find . -name "Makefile" -print | xargs perl -p -i -e 's#/System/Library/Perl/darwin/auto/DynaLoader/DynaLoader.a#/tmp/DynaLoader.a#;'
make
rm -f /tmp/DynaLoader.a
--

Only official releases may be moved to the stable/binary tree, this is to keep the OpenFT network free of stale versions. ( developer request )
This is an official binary release, it can be moved to stable.
<<
License: GPL
Maintainer: Chris Zubrzycki
Homepage: http://gift.sourceforge.net/