sitecopy stable port information

# DISCLAIMER: Max Horn is the sole maintainer of this package.
# Please DO NOT MAKE MODIFICATIONS without informing the maintainer.
# Preferably, send a patch to me instead of making changes yourself!
# If that is not possible due to extra urgency, at least send me a mail.
#
# Explanation: I am sick and tired of getting back to my packages and
# discovering that people have messed with it. I am then forced to
# retrace their steps, find out who, when and why did make a certain
# change etc. -- i.e. it makes my life as maintainer harder.
# Furthermore, as maintainer I am responsible for problems caused by my
# packages. But I am not willing to take responsibility for something I
# did not do. In particular, for changes that other people introduced
# behind my back, no matter how good and noble their intentions were. As
# such, I may see myself forced to drop responsibility for (and hence,
# maintainership of) the affected package.

Package: sitecopy
Version: 0.16.6
Revision: 1
Maintainer: Max Horn
#
Depends: <<
neon27-shlibs,
libxml2-shlibs,
libiconv,
libgettext3-shlibs
<<
BuildDepends: <<
system-openssl-dev,
neon27,
libxml2,
libgettext3-dev,
gettext-bin,
gettext-tools,
libiconv-dev,
fink (>= 0.24.12-1)
<<
Conflicts: sitecopy-ssl (<< 0.16.1-4)
Replaces: sitecopy-ssl (<< 0.16.1-4)
#
Source: http://www.manyfish.co.uk/%n/%n-%v.tar.gz
Source-MD5: b3aeb5a5f00af3db90b408e8c32a6c01
PatchFile: %n.patch
PatchFile-MD5: c5958e05e0d7af32648f561916c6fe65
ConfigureParams: <<
--mandir='${prefix}/share/man' \
--with-libxml2 \
--with-ssl \
--with-libs=%p/lib/system-openssl \
--disable-dependency-tracking
<<
InstallScript: make install DESTDIR=%d docdir=%p/share/doc/%n
DocFiles: COPYING
#
Description: Web site uploader
DescDetail: <<
sitecopy keeps your web site in sync with a local directory. It
uploads new or changed files and delete obsolete file from the
server. It supports FTP and WebDAV.
<<
DescPort: <<
dmacks: move builddir -I flags ahead of systemwide ones
Max Horn: I have no idea why that change was made, and
am currently waiting for an explanation.

Patched to force it to accept neon 0.29, which is API
compatible with neon 0.28 and 0.27.
<<
DescPackaging: Previous versions by Christoph Pfisterer
License: GPL
Homepage: http://www.manyfish.co.uk/sitecopy/
#
SplitOff: <<
Package: %N-ssl
Depends: %N (= %v-%r), fink-obsolete-packages
InstallScript: <<
mkdir -p %i/share/doc/installed-packages
touch %i/share/doc/installed-packages/%n
<<
Description: OBSOLETE use package 'sitecopy' instead
<<

sitecopy stable port .patch

diff -ru sitecopy-0.16.6/Makefile.in sitecopy-0.16.6-patched/Makefile.in
--- sitecopy-0.16.6/Makefile.in 2008-07-07 22:55:29.000000000 +0200
+++ sitecopy-0.16.6-patched/Makefile.in 2011-05-12 08:40:04.000000000 +0200
@@ -27,7 +27,7 @@
INCLUDES = -I$(top_srcdir)/src -I$(top_srcdir)/lib
CPPFLAGS = @CPPFLAGS@ @DEFS@ -DLOCALEDIR=\"$(localedir)\"
CFLAGS = @CFLAGS@
-ALL_CFLAGS = $(CPPFLAGS) $(INCLUDES) $(CFLAGS)
+ALL_CFLAGS = $(INCLUDES) $(CFLAGS) $(CPPFLAGS)
LIBS = @NEON_LIBS@ @LIBINTL@ @LIBS@
CC = @CC@

Nur in sitecopy-0.16.6-patched: Makefile.in.orig.
diff -ru sitecopy-0.16.6/configure sitecopy-0.16.6-patched/configure
--- sitecopy-0.16.6/configure 2008-07-16 23:15:52.000000000 +0200
+++ sitecopy-0.16.6-patched/configure 2011-05-12 08:40:51.000000000 +0200
@@ -8456,7 +8456,7 @@
echo "${ECHO_T}$ne_cv_lib_neon" >&6; }
if test "$ne_cv_lib_neon" = "yes"; then
ne_cv_lib_neonver=no
- for v in 24 25 26 27 28; do
+ for v in 24 25 26 27 28 29; do
case $ne_libver in
0.$v.*) ne_cv_lib_neonver=yes ;;
esac
@@ -9174,8 +9174,8 @@
fi

else
- { echo "$as_me:$LINENO: incompatible neon library version $ne_libver: wanted 0.24 25 26 27 28" >&5
-echo "$as_me: incompatible neon library version $ne_libver: wanted 0.24 25 26 27 28" >&6;}
+ { echo "$as_me:$LINENO: incompatible neon library version $ne_libver: wanted 0.24 25 26 27 28 29" >&5
+echo "$as_me: incompatible neon library version $ne_libver: wanted 0.24 25 26 27 28 29" >&6;}
neon_got_library=no
fi

@@ -9256,7 +9256,7 @@
echo "${ECHO_T}$ne_cv_lib_neon" >&6; }
if test "$ne_cv_lib_neon" = "yes"; then
ne_cv_lib_neonver=no
- for v in 24 25 26 27 28; do
+ for v in 24 25 26 27 28 29; do
case $ne_libver in
0.$v.*) ne_cv_lib_neonver=yes ;;
esac
@@ -9974,8 +9974,8 @@
fi

else
- { echo "$as_me:$LINENO: incompatible neon library version $ne_libver: wanted 0.24 25 26 27 28" >&5
-echo "$as_me: incompatible neon library version $ne_libver: wanted 0.24 25 26 27 28" >&6;}
+ { echo "$as_me:$LINENO: incompatible neon library version $ne_libver: wanted 0.24 25 26 27 28 29" >&5
+echo "$as_me: incompatible neon library version $ne_libver: wanted 0.24 25 26 27 28 29" >&6;}
neon_got_library=no
fi

diff -ru sitecopy-0.16.6/lib/neon/Makefile.in sitecopy-0.16.6-patched/lib/neon/Makefile.in
--- sitecopy-0.16.6/lib/neon/Makefile.in 2008-02-06 22:37:26.000000000 +0100
+++ sitecopy-0.16.6-patched/lib/neon/Makefile.in 2011-05-12 08:40:04.000000000 +0200
@@ -32,7 +32,7 @@
# build of this directory, @LIBS@ may include -lneon.
LIBS = @NEON_LIBS@ @NEON_LTLIBS@

-COMPILE = $(CC) $(CPPFLAGS) $(CFLAGS)
+COMPILE = $(CC) $(CFLAGS) $(CPPFLAGS)
LINK = $(LIBTOOL) --quiet --mode=link $(CC) -no-undefined $(LDFLAGS)

NEON_BASEOBJS = ne_request.@NEON_OBJEXT@ ne_session.@NEON_OBJEXT@ \

sitecopy _unstable_ port .patch