the Fink project is an effort to port
popular Unix programs to Mac OS X
# 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.3
Revision: 4
Maintainer: Max Horn
#
Depends: <<
neon26-shlibs,
libxml2-shlibs,
libiconv,
libgettext3-shlibs
<<
BuildDepends: <<
system-openssl-dev,
neon26,
libxml2,
libgettext3-dev,
gettext-bin,
gettext-tools,
libiconv-dev
<<
Conflicts: sitecopy-ssl (<< 0.16.1-4)
Replaces: sitecopy-ssl (<< 0.16.1-4)
#
Source: http://www.lyra.org/sitecopy/sitecopy-%v.tar.gz
Source-MD5: df48499ad81b333a9d255c1709e09a1a
Patch: %n.patch
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.
<<
DescPackaging: Previous versions by Christoph Pfisterer
License: GPL
Homepage: http://www.lyra.org/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: Placeholder package to update to unified %N. (OBSOLETE)
<<
diff -ru sitecopy-0.16.3/Makefile.in sitecopy-0.16.3-patched/Makefile.in
--- sitecopy-0.16.3/Makefile.in 2006-02-04 05:06:02.000000000 -0500
+++ sitecopy-0.16.3-patched/Makefile.in 2006-12-22 14:15:06.000000000 -0500
@@ -26,7 +26,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@
diff -ru sitecopy-0.16.3/lib/neon/Makefile.in sitecopy-0.16.3-patched/lib/neon/Makefile.in
--- sitecopy-0.16.3/lib/neon/Makefile.in 2006-01-02 06:43:19.000000000 -0500
+++ sitecopy-0.16.3-patched/lib/neon/Makefile.in 2006-12-22 14:30:50.000000000 -0500
@@ -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@ \
# 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.3
Revision: 4
Maintainer: Max Horn
#
Depends: <<
neon26-shlibs,
libxml2-shlibs,
libiconv,
libgettext3-shlibs
<<
BuildDepends: <<
system-openssl-dev,
neon26,
libxml2,
libgettext3-dev,
gettext-bin,
gettext-tools,
libiconv-dev
<<
Conflicts: sitecopy-ssl (<< 0.16.1-4)
Replaces: sitecopy-ssl (<< 0.16.1-4)
#
Source: http://www.lyra.org/sitecopy/sitecopy-%v.tar.gz
Source-MD5: df48499ad81b333a9d255c1709e09a1a
Patch: %n.patch
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.
<<
DescPackaging: Previous versions by Christoph Pfisterer
License: GPL
Homepage: http://www.lyra.org/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: Placeholder package to update to unified %N. (OBSOLETE)
<<
diff -ru sitecopy-0.16.3/Makefile.in sitecopy-0.16.3-patched/Makefile.in
--- sitecopy-0.16.3/Makefile.in 2006-02-04 05:06:02.000000000 -0500
+++ sitecopy-0.16.3-patched/Makefile.in 2006-12-22 14:15:06.000000000 -0500
@@ -26,7 +26,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@
diff -ru sitecopy-0.16.3/lib/neon/Makefile.in sitecopy-0.16.3-patched/lib/neon/Makefile.in
--- sitecopy-0.16.3/lib/neon/Makefile.in 2006-01-02 06:43:19.000000000 -0500
+++ sitecopy-0.16.3-patched/lib/neon/Makefile.in 2006-12-22 14:30:50.000000000 -0500
@@ -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@ \