[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

sitecopy-0.9.10



こんにちは。

sitecopy-0.9.10をFreeBSDのportsから持ってきてみました。gtkが
入っている環境ではうまくインストールできなかったので直したつ
もりですが、どなたか確認していただけないでしょうか。

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	www/sitecopy
#	www/sitecopy/Makefile
#	www/sitecopy/files
#	www/sitecopy/files/md5
#	www/sitecopy/files/patch-sum
#	www/sitecopy/patches
#	www/sitecopy/patches/patch-aa
#	www/sitecopy/patches/patch-ab
#	www/sitecopy/patches/patch-ac
#	www/sitecopy/patches/patch-ad
#	www/sitecopy/pkg
#	www/sitecopy/pkg/COMMENT
#	www/sitecopy/pkg/DESCR
#	www/sitecopy/pkg/PLIST
#
echo c - www/sitecopy
mkdir -p www/sitecopy > /dev/null 2>&1
echo x - www/sitecopy/Makefile
sed 's/^X//' >www/sitecopy/Makefile << 'END-of-www/sitecopy/Makefile'
X# $NetBSD$
X# FreeBSD Id: ports/www/sitecopy/Makefile,v 1.16 2000/05/12 16:57:37 ache Exp
X
XDISTNAME=	sitecopy-0.9.10
XCATEGORIES=	www
XMASTER_SITES=   http://www.lyra.org/sitecopy/
X
XMAINTAINER=	packages@netbsd.org
XHOMEPAGE=	http://www.lyra.org/sitecopy/
X
XBUILD_DEPENDS=  xgettext:../../devel/gettext
X
XGNU_CONFIGURE=  yes
XUSE_GMAKE=      yes
XALL_TARGET=     sitecopy
X
X.include "../../mk/bsd.pkg.mk"
END-of-www/sitecopy/Makefile
echo c - www/sitecopy/files
mkdir -p www/sitecopy/files > /dev/null 2>&1
echo x - www/sitecopy/files/md5
sed 's/^X//' >www/sitecopy/files/md5 << 'END-of-www/sitecopy/files/md5'
X$NetBSD$
X
XMD5 (sitecopy-0.9.10.tar.gz) = ef98de5e0a95e43e14d81311bb27e727
END-of-www/sitecopy/files/md5
echo x - www/sitecopy/files/patch-sum
sed 's/^X//' >www/sitecopy/files/patch-sum << 'END-of-www/sitecopy/files/patch-sum'
X$NetBSD$
X
XMD5 (patch-aa) = a4c1c427f71b52c2d0970bd97a353344
XMD5 (patch-ab) = cb4c54dc36b5583245082258c8fe627f
XMD5 (patch-ac) = 6681cc9b6d36c956cc39434b4175528d
XMD5 (patch-ad) = 64549ecbe15b62dd0553a5d0b124bd6e
END-of-www/sitecopy/files/patch-sum
echo c - www/sitecopy/patches
mkdir -p www/sitecopy/patches > /dev/null 2>&1
echo x - www/sitecopy/patches/patch-aa
sed 's/^X//' >www/sitecopy/patches/patch-aa << 'END-of-www/sitecopy/patches/patch-aa'
X$NetBSD$
X
X--- Makefile.in.orig	Sun Mar 26 00:47:21 2000
X+++ Makefile.in	Mon May 15 13:26:03 2000
X@@ -21,8 +21,8 @@
X datadir = $(prefix)/@DATADIRNAME@
X # Previously I had:
X # datadir = @datadir@/sitecopy
X-docdir = $(prefix)/doc/sitecopy
X-sc_datadir = $(datadir)/sitecopy
X+docdir = $(prefix)/share/doc/sitecopy
X+sc_datadir = $(prefix)/share/examples/sitecopy
X appdir = $(prefix)/share/gnome/apps/Internet
X top_srcdir = @top_srcdir@
X # Where does top_builddir come from?
X@@ -252,7 +252,8 @@
X again: clean $(TARGET)
X 
X distclean: clean
X+	cd intl && $(MAKE) distclean
X+	cd po && $(MAKE) distclean
X 	/bin/rm -f config.h config.cache config.log config.status Makefile stamp-h core
X-	rm -f `find $(top_srcdir) \( -name '*.orig' -o -name '*.rej' \
X-		-o -name '#*#' -o -name '*~' \) -print`
X-
X+	find $(top_srcdir) \( -name '*.orig' -o -name '*.rej' \
X+		-o -name '#*#' -o -name '*~' \) -print | xargs rm -f
END-of-www/sitecopy/patches/patch-aa
echo x - www/sitecopy/patches/patch-ab
sed 's/^X//' >www/sitecopy/patches/patch-ab << 'END-of-www/sitecopy/patches/patch-ab'
X$NetBSD$
X
X--- configure.in.orig	Sat Apr 22 23:46:29 2000
X+++ configure.in	Mon May 15 11:58:20 2000
X@@ -163,7 +163,9 @@
X 	expat_incs="-I/usr/include/xmltok" found_expatincs="yes",
X 	AC_CHECK_HEADER(xmlparse/xmlparse.h,
X 	expat_incs="-I/usr/include/xmlparse" found_expatincs="yes",
X-	)))
X+	AC_CHECK_HEADER(xmlparse.h,
X+	expat_incs="-I${PREFIX}" found_expatincs="yes",
X+	))))
X 	if test "$found_expatincs" = "yes"; then
X 		AC_DEFINE(HAVE_LIBEXPAT)
X 		if test "$expat_incs"; then
X@@ -364,7 +366,7 @@
X 	AC_WARN([GNOME frontend is unfinished, use with care.])
X fi
X 
X-AC_OUTPUT([Makefile po/Makefile.in], [
X+AC_OUTPUT([Makefile intl/Makefile po/Makefile.in], [
X echo 
X echo "Configure finished. Now run 'make' to compile sitecopy."
X echo
END-of-www/sitecopy/patches/patch-ab
echo x - www/sitecopy/patches/patch-ac
sed 's/^X//' >www/sitecopy/patches/patch-ac << 'END-of-www/sitecopy/patches/patch-ac'
X$NetBSD$
X
X--- configure.orig	Sat Apr 22 23:47:18 2000
X+++ configure	Mon May 15 12:46:39 2000
X@@ -1864,6 +1864,39 @@
X   expat_incs="-I/usr/include/xmlparse" found_expatincs="yes"
X else
X   echo "$ac_t""no" 1>&6
X+ac_safe=`echo "xmlparse.h" | sed 'y%./+-%__p_%'`
X+echo $ac_n "checking for xmlparse.h""... $ac_c" 1>&6
X+echo "configure:1870: checking for xmlparse.h" >&5
X+if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
X+  echo $ac_n "(cached) $ac_c" 1>&6
X+else
X+  cat > conftest.$ac_ext <<EOF
X+#line 1875 "configure"
X+#include "confdefs.h"
X+#include <xmlparse.h>
X+EOF
X+ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
X+{ (eval echo configure:1880: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
X+ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
X+if test -z "$ac_err"; then
X+  rm -rf conftest*
X+  eval "ac_cv_header_$ac_safe=yes"
X+else
X+  echo "$ac_err" >&5
X+  echo "configure: failed program was:" >&5
X+  cat conftest.$ac_ext >&5
X+  rm -rf conftest*
X+  eval "ac_cv_header_$ac_safe=no"
X+fi
X+rm -f conftest*
X+fi
X+if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
X+  echo "$ac_t""yes" 1>&6
X+  expat_incs="-I${PREFIX}" found_expatincs="yes"
X+else
X+  echo "$ac_t""no" 1>&6
X+fi
X+
X fi
X 
X fi
X@@ -1900,7 +1933,7 @@
X         LDFLAGS="$LDFLAGS -L$with_socks"
X     else
X         echo $ac_n "checking for Rconnect in -lsocks""... $ac_c" 1>&6
X-echo "configure:1904: checking for Rconnect in -lsocks" >&5
X+echo "configure:1937: checking for Rconnect in -lsocks" >&5
X ac_lib_var=`echo socks'_'Rconnect | sed 'y%./+-%__p_%'`
X if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
X   echo $ac_n "(cached) $ac_c" 1>&6
X@@ -1908,7 +1941,7 @@
X   ac_save_LIBS="$LIBS"
X LIBS="-lsocks  $LIBS"
X cat > conftest.$ac_ext <<EOF
X-#line 1912 "configure"
X+#line 1945 "configure"
X #include "confdefs.h"
X /* Override any gcc2 internal prototype to avoid an error.  */
X /* We use char because int might match the return type of a gcc2
X@@ -1919,7 +1952,7 @@
X Rconnect()
X ; return 0; }
X EOF
X-if { (eval echo configure:1923: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
X+if { (eval echo configure:1956: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
X   rm -rf conftest*
X   eval "ac_cv_lib_$ac_lib_var=yes"
X else
X@@ -1968,7 +2001,7 @@
X 	CFLAGS="$CFLAGS -I$with_socks5/include"
X     fi
X     echo $ac_n "checking for connect in -lsocks5""... $ac_c" 1>&6
X-echo "configure:1972: checking for connect in -lsocks5" >&5
X+echo "configure:2005: checking for connect in -lsocks5" >&5
X ac_lib_var=`echo socks5'_'connect | sed 'y%./+-%__p_%'`
X if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
X   echo $ac_n "(cached) $ac_c" 1>&6
X@@ -1976,7 +2009,7 @@
X   ac_save_LIBS="$LIBS"
X LIBS="-lsocks5  $LIBS"
X cat > conftest.$ac_ext <<EOF
X-#line 1980 "configure"
X+#line 2013 "configure"
X #include "confdefs.h"
X /* Override any gcc2 internal prototype to avoid an error.  */
X /* We use char because int might match the return type of a gcc2
X@@ -1987,7 +2020,7 @@
X connect()
X ; return 0; }
X EOF
X-if { (eval echo configure:1991: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
X+if { (eval echo configure:2024: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
X   rm -rf conftest*
X   eval "ac_cv_lib_$ac_lib_var=yes"
X else
X@@ -2023,12 +2056,12 @@
X 
X 
X echo $ac_n "checking for getopt_long""... $ac_c" 1>&6
X-echo "configure:2027: checking for getopt_long" >&5
X+echo "configure:2060: checking for getopt_long" >&5
X if eval "test \"`echo '$''{'ac_cv_func_getopt_long'+set}'`\" = set"; then
X   echo $ac_n "(cached) $ac_c" 1>&6
X else
X   cat > conftest.$ac_ext <<EOF
X-#line 2032 "configure"
X+#line 2065 "configure"
X #include "confdefs.h"
X /* System header to define __stub macros and hopefully few prototypes,
X     which can conflict with char getopt_long(); below.  */
X@@ -2051,7 +2084,7 @@
X 
X ; return 0; }
X EOF
X-if { (eval echo configure:2055: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
X+if { (eval echo configure:2088: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
X   rm -rf conftest*
X   eval "ac_cv_func_getopt_long=yes"
X else
X@@ -2073,12 +2106,12 @@
X 
X 
X echo $ac_n "checking for strcasecmp""... $ac_c" 1>&6
X-echo "configure:2077: checking for strcasecmp" >&5
X+echo "configure:2110: checking for strcasecmp" >&5
X if eval "test \"`echo '$''{'ac_cv_func_strcasecmp'+set}'`\" = set"; then
X   echo $ac_n "(cached) $ac_c" 1>&6
X else
X   cat > conftest.$ac_ext <<EOF
X-#line 2082 "configure"
X+#line 2115 "configure"
X #include "confdefs.h"
X /* System header to define __stub macros and hopefully few prototypes,
X     which can conflict with char strcasecmp(); below.  */
X@@ -2101,7 +2134,7 @@
X 
X ; return 0; }
X EOF
X-if { (eval echo configure:2105: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
X+if { (eval echo configure:2138: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
X   rm -rf conftest*
X   eval "ac_cv_func_strcasecmp=yes"
X else
X@@ -2123,12 +2156,12 @@
X 
X 
X echo $ac_n "checking for snprintf""... $ac_c" 1>&6
X-echo "configure:2127: checking for snprintf" >&5
X+echo "configure:2160: checking for snprintf" >&5
X if eval "test \"`echo '$''{'ac_cv_func_snprintf'+set}'`\" = set"; then
X   echo $ac_n "(cached) $ac_c" 1>&6
X else
X   cat > conftest.$ac_ext <<EOF
X-#line 2132 "configure"
X+#line 2165 "configure"
X #include "confdefs.h"
X /* System header to define __stub macros and hopefully few prototypes,
X     which can conflict with char snprintf(); below.  */
X@@ -2151,7 +2184,7 @@
X 
X ; return 0; }
X EOF
X-if { (eval echo configure:2155: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
X+if { (eval echo configure:2188: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
X   rm -rf conftest*
X   eval "ac_cv_func_snprintf=yes"
X else
X@@ -2178,12 +2211,12 @@
X for ac_func in strdup strsignal strerror memcpy
X do
X echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
X-echo "configure:2182: checking for $ac_func" >&5
X+echo "configure:2215: checking for $ac_func" >&5
X if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
X   echo $ac_n "(cached) $ac_c" 1>&6
X else
X   cat > conftest.$ac_ext <<EOF
X-#line 2187 "configure"
X+#line 2220 "configure"
X #include "confdefs.h"
X /* System header to define __stub macros and hopefully few prototypes,
X     which can conflict with char $ac_func(); below.  */
X@@ -2206,7 +2239,7 @@
X 
X ; return 0; }
X EOF
X-if { (eval echo configure:2210: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
X+if { (eval echo configure:2243: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
X   rm -rf conftest*
X   eval "ac_cv_func_$ac_func=yes"
X else
X@@ -2236,17 +2269,17 @@
X do
X ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
X echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
X-echo "configure:2240: checking for $ac_hdr" >&5
X+echo "configure:2273: checking for $ac_hdr" >&5
X if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
X   echo $ac_n "(cached) $ac_c" 1>&6
X else
X   cat > conftest.$ac_ext <<EOF
X-#line 2245 "configure"
X+#line 2278 "configure"
X #include "confdefs.h"
X #include <$ac_hdr>
X EOF
X ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
X-{ (eval echo configure:2250: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
X+{ (eval echo configure:2283: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
X ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
X if test -z "$ac_err"; then
X   rm -rf conftest*
X@@ -2274,12 +2307,12 @@
X 
X 
X echo $ac_n "checking for gethostbyname""... $ac_c" 1>&6
X-echo "configure:2278: checking for gethostbyname" >&5
X+echo "configure:2311: checking for gethostbyname" >&5
X if eval "test \"`echo '$''{'ac_cv_func_gethostbyname'+set}'`\" = set"; then
X   echo $ac_n "(cached) $ac_c" 1>&6
X else
X   cat > conftest.$ac_ext <<EOF
X-#line 2283 "configure"
X+#line 2316 "configure"
X #include "confdefs.h"
X /* System header to define __stub macros and hopefully few prototypes,
X     which can conflict with char gethostbyname(); below.  */
X@@ -2302,7 +2335,7 @@
X 
X ; return 0; }
X EOF
X-if { (eval echo configure:2306: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
X+if { (eval echo configure:2339: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
X   rm -rf conftest*
X   eval "ac_cv_func_gethostbyname=yes"
X else
X@@ -2320,7 +2353,7 @@
X else
X   echo "$ac_t""no" 1>&6
X echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6
X-echo "configure:2324: checking for gethostbyname in -lnsl" >&5
X+echo "configure:2357: checking for gethostbyname in -lnsl" >&5
X ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'`
X if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
X   echo $ac_n "(cached) $ac_c" 1>&6
X@@ -2328,7 +2361,7 @@
X   ac_save_LIBS="$LIBS"
X LIBS="-lnsl  $LIBS"
X cat > conftest.$ac_ext <<EOF
X-#line 2332 "configure"
X+#line 2365 "configure"
X #include "confdefs.h"
X /* Override any gcc2 internal prototype to avoid an error.  */
X /* We use char because int might match the return type of a gcc2
X@@ -2339,7 +2372,7 @@
X gethostbyname()
X ; return 0; }
X EOF
X-if { (eval echo configure:2343: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
X+if { (eval echo configure:2376: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
X   rm -rf conftest*
X   eval "ac_cv_lib_$ac_lib_var=yes"
X else
X@@ -2372,12 +2405,12 @@
X 
X 
X echo $ac_n "checking for the third argument of getsockname""... $ac_c" 1>&6
X-echo "configure:2376: checking for the third argument of getsockname" >&5  
X+echo "configure:2409: checking for the third argument of getsockname" >&5  
X if eval "test \"`echo '$''{'ac_cv_ksize_t'+set}'`\" = set"; then
X   echo $ac_n "(cached) $ac_c" 1>&6
X else
X   cat > conftest.$ac_ext <<EOF
X-#line 2381 "configure"
X+#line 2414 "configure"
X #include "confdefs.h"
X 
X #include <sys/types.h>
X@@ -2390,7 +2423,7 @@
X 
X ; return 0; }
X EOF
X-if { (eval echo configure:2394: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
X+if { (eval echo configure:2427: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
X   rm -rf conftest*
X   ac_cv_ksize_t=socklen_t
X else
X@@ -2406,7 +2439,7 @@
X   CFLAGS="-Werror $CFLAGS"
X fi
X cat > conftest.$ac_ext <<EOF
X-#line 2410 "configure"
X+#line 2443 "configure"
X #include "confdefs.h"
X 
X #include <sys/types.h>
X@@ -2419,7 +2452,7 @@
X 
X ; return 0; }
X EOF
X-if { (eval echo configure:2423: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
X+if { (eval echo configure:2456: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
X   rm -rf conftest*
X   ac_cv_ksize_t=int
X else
X@@ -2503,7 +2536,7 @@
X 	    # Extract the first word of "gnome-config", so it can be a program name with args.
X set dummy gnome-config; ac_word=$2
X echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
X-echo "configure:2507: checking for $ac_word" >&5
X+echo "configure:2540: checking for $ac_word" >&5
X if eval "test \"`echo '$''{'ac_cv_path_GNOME_CONFIG'+set}'`\" = set"; then
X   echo $ac_n "(cached) $ac_c" 1>&6
X else
X@@ -2540,7 +2573,7 @@
X 	      no_gnome_config="yes"
X 	    else
X 	      echo $ac_n "checking if $GNOME_CONFIG works""... $ac_c" 1>&6
X-echo "configure:2544: checking if $GNOME_CONFIG works" >&5
X+echo "configure:2577: checking if $GNOME_CONFIG works" >&5
X 	      if $GNOME_CONFIG --libs-only-l gnome >/dev/null 2>&1; then
X 	        echo "$ac_t""yes" 1>&6
X 	        
X@@ -2548,7 +2581,7 @@
X 	# Extract the first word of "orbit-config", so it can be a program name with args.
X set dummy orbit-config; ac_word=$2
X echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
X-echo "configure:2552: checking for $ac_word" >&5
X+echo "configure:2585: checking for $ac_word" >&5
X if eval "test \"`echo '$''{'ac_cv_path_ORBIT_CONFIG'+set}'`\" = set"; then
X   echo $ac_n "(cached) $ac_c" 1>&6
X else
X@@ -2584,7 +2617,7 @@
X 	# Extract the first word of "orbit-idl", so it can be a program name with args.
X set dummy orbit-idl; ac_word=$2
X echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
X-echo "configure:2588: checking for $ac_word" >&5
X+echo "configure:2621: checking for $ac_word" >&5
X if eval "test \"`echo '$''{'ac_cv_path_ORBIT_IDL'+set}'`\" = set"; then
X   echo $ac_n "(cached) $ac_c" 1>&6
X else
X@@ -2618,7 +2651,7 @@
X fi
X 
X 	echo $ac_n "checking for working ORBit environment""... $ac_c" 1>&6
X-echo "configure:2622: checking for working ORBit environment" >&5
X+echo "configure:2655: checking for working ORBit environment" >&5
X if eval "test \"`echo '$''{'gnome_cv_orbit_found'+set}'`\" = set"; then
X   echo $ac_n "(cached) $ac_c" 1>&6
X else
X@@ -2654,7 +2687,7 @@
X 	fi
X 
X 	echo $ac_n "checking for gnorba libraries""... $ac_c" 1>&6
X-echo "configure:2658: checking for gnorba libraries" >&5
X+echo "configure:2691: checking for gnorba libraries" >&5
X if eval "test \"`echo '$''{'gnome_cv_gnorba_found'+set}'`\" = set"; then
X   echo $ac_n "(cached) $ac_c" 1>&6
X else
X@@ -2717,7 +2750,7 @@
X 	
X 	    if test "$no_gnome_config" = "yes"; then
X               echo $ac_n "checking for gnomeConf.sh file in $gnome_prefix""... $ac_c" 1>&6
X-echo "configure:2721: checking for gnomeConf.sh file in $gnome_prefix" >&5
X+echo "configure:2754: checking for gnomeConf.sh file in $gnome_prefix" >&5
X 	      if test -f $gnome_prefix/gnomeConf.sh; then
X 	        echo "$ac_t""found" 1>&6
X 	        echo "loading gnome configuration from" \
X@@ -2736,7 +2769,7 @@
X 	
X 	PTHREAD_LIB=""
X 	echo $ac_n "checking for pthread_create in -lpthread""... $ac_c" 1>&6
X-echo "configure:2740: checking for pthread_create in -lpthread" >&5
X+echo "configure:2773: checking for pthread_create in -lpthread" >&5
X ac_lib_var=`echo pthread'_'pthread_create | sed 'y%./+-%__p_%'`
X if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
X   echo $ac_n "(cached) $ac_c" 1>&6
X@@ -2744,7 +2777,7 @@
X   ac_save_LIBS="$LIBS"
X LIBS="-lpthread  $LIBS"
X cat > conftest.$ac_ext <<EOF
X-#line 2748 "configure"
X+#line 2781 "configure"
X #include "confdefs.h"
X /* Override any gcc2 internal prototype to avoid an error.  */
X /* We use char because int might match the return type of a gcc2
X@@ -2755,7 +2788,7 @@
X pthread_create()
X ; return 0; }
X EOF
X-if { (eval echo configure:2759: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
X+if { (eval echo configure:2792: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
X   rm -rf conftest*
X   eval "ac_cv_lib_$ac_lib_var=yes"
X else
X@@ -2774,7 +2807,7 @@
X else
X   echo "$ac_t""no" 1>&6
X echo $ac_n "checking for pthread_create in -lc_r""... $ac_c" 1>&6
X-echo "configure:2778: checking for pthread_create in -lc_r" >&5
X+echo "configure:2811: checking for pthread_create in -lc_r" >&5
X ac_lib_var=`echo c_r'_'pthread_create | sed 'y%./+-%__p_%'`
X if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
X   echo $ac_n "(cached) $ac_c" 1>&6
X@@ -2782,7 +2815,7 @@
X   ac_save_LIBS="$LIBS"
X LIBS="-lc_r  $LIBS"
X cat > conftest.$ac_ext <<EOF
X-#line 2786 "configure"
X+#line 2819 "configure"
X #include "confdefs.h"
X /* Override any gcc2 internal prototype to avoid an error.  */
X /* We use char because int might match the return type of a gcc2
X@@ -2793,7 +2826,7 @@
X pthread_create()
X ; return 0; }
X EOF
X-if { (eval echo configure:2797: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
X+if { (eval echo configure:2830: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
X   rm -rf conftest*
X   eval "ac_cv_lib_$ac_lib_var=yes"
X else
X@@ -2862,7 +2895,7 @@
X   # Extract the first word of "gtk-config", so it can be a program name with args.
X set dummy gtk-config; ac_word=$2
X echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
X-echo "configure:2866: checking for $ac_word" >&5
X+echo "configure:2899: checking for $ac_word" >&5
X if eval "test \"`echo '$''{'ac_cv_path_GTK_CONFIG'+set}'`\" = set"; then
X   echo $ac_n "(cached) $ac_c" 1>&6
X else
X@@ -2897,7 +2930,7 @@
X 
X   min_gtk_version=1.2.7
X   echo $ac_n "checking for GTK - version >= $min_gtk_version""... $ac_c" 1>&6
X-echo "configure:2901: checking for GTK - version >= $min_gtk_version" >&5
X+echo "configure:2934: checking for GTK - version >= $min_gtk_version" >&5
X   no_gtk=""
X   if test "$GTK_CONFIG" = "no" ; then
X     no_gtk=yes
X@@ -2920,7 +2953,7 @@
X   echo $ac_n "cross compiling; assumed OK... $ac_c"
X else
X   cat > conftest.$ac_ext <<EOF
X-#line 2924 "configure"
X+#line 2957 "configure"
X #include "confdefs.h"
X 
X #include <gtk/gtk.h>
X@@ -2998,7 +3031,7 @@
X }
X 
X EOF
X-if { (eval echo configure:3002: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
X+if { (eval echo configure:3035: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
X then
X   :
X else
X@@ -3032,7 +3065,7 @@
X           CFLAGS="$CFLAGS $GTK_CFLAGS"
X           LIBS="$LIBS $GTK_LIBS"
X           cat > conftest.$ac_ext <<EOF
X-#line 3036 "configure"
X+#line 3069 "configure"
X #include "confdefs.h"
X 
X #include <gtk/gtk.h>
X@@ -3042,7 +3075,7 @@
X  return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version)); 
X ; return 0; }
X EOF
X-if { (eval echo configure:3046: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
X+if { (eval echo configure:3079: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
X   rm -rf conftest*
X    echo "*** The test program compiled, but did not run. This usually means"
X           echo "*** that the run-time linker is not finding GTK or finding the wrong"
X@@ -3102,7 +3135,7 @@
X 	    	    ;;
X 	 *)
X 	    	    echo $ac_n "checking for SmcSaveYourselfDone in -lSM""... $ac_c" 1>&6
X-echo "configure:3106: checking for SmcSaveYourselfDone in -lSM" >&5
X+echo "configure:3139: checking for SmcSaveYourselfDone in -lSM" >&5
X ac_lib_var=`echo SM'_'SmcSaveYourselfDone | sed 'y%./+-%__p_%'`
X if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
X   echo $ac_n "(cached) $ac_c" 1>&6
X@@ -3110,7 +3143,7 @@
X   ac_save_LIBS="$LIBS"
X LIBS="-lSM $x_libs -lICE $LIBS"
X cat > conftest.$ac_ext <<EOF
X-#line 3114 "configure"
X+#line 3147 "configure"
X #include "confdefs.h"
X /* Override any gcc2 internal prototype to avoid an error.  */
X /* We use char because int might match the return type of a gcc2
X@@ -3121,7 +3154,7 @@
X SmcSaveYourselfDone()
X ; return 0; }
X EOF
X-if { (eval echo configure:3125: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
X+if { (eval echo configure:3158: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
X   rm -rf conftest*
X   eval "ac_cv_lib_$ac_lib_var=yes"
X else
X@@ -3150,17 +3183,17 @@
X do
X ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
X echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
X-echo "configure:3154: checking for $ac_hdr" >&5
X+echo "configure:3187: checking for $ac_hdr" >&5
X if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
X   echo $ac_n "(cached) $ac_c" 1>&6
X else
X   cat > conftest.$ac_ext <<EOF
X-#line 3159 "configure"
X+#line 3192 "configure"
X #include "confdefs.h"
X #include <$ac_hdr>
X EOF
X ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
X-{ (eval echo configure:3164: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
X+{ (eval echo configure:3197: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
X ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
X if test -z "$ac_err"; then
X   rm -rf conftest*
X@@ -3198,7 +3231,7 @@
X 
X 	XPM_LIBS=""
X 	echo $ac_n "checking for XpmFreeXpmImage in -lXpm""... $ac_c" 1>&6
X-echo "configure:3202: checking for XpmFreeXpmImage in -lXpm" >&5
X+echo "configure:3235: checking for XpmFreeXpmImage in -lXpm" >&5
X ac_lib_var=`echo Xpm'_'XpmFreeXpmImage | sed 'y%./+-%__p_%'`
X if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
X   echo $ac_n "(cached) $ac_c" 1>&6
X@@ -3206,7 +3239,7 @@
X   ac_save_LIBS="$LIBS"
X LIBS="-lXpm $x_libs $LIBS"
X cat > conftest.$ac_ext <<EOF
X-#line 3210 "configure"
X+#line 3243 "configure"
X #include "confdefs.h"
X /* Override any gcc2 internal prototype to avoid an error.  */
X /* We use char because int might match the return type of a gcc2
X@@ -3217,7 +3250,7 @@
X XpmFreeXpmImage()
X ; return 0; }
X EOF
X-if { (eval echo configure:3221: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
X+if { (eval echo configure:3254: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
X   rm -rf conftest*
X   eval "ac_cv_lib_$ac_lib_var=yes"
X else
X@@ -3245,7 +3278,7 @@
X 	
X 
X 	echo $ac_n "checking for pthread_create in -lpthread""... $ac_c" 1>&6
X-echo "configure:3249: checking for pthread_create in -lpthread" >&5
X+echo "configure:3282: checking for pthread_create in -lpthread" >&5
X ac_lib_var=`echo pthread'_'pthread_create | sed 'y%./+-%__p_%'`
X if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
X   echo $ac_n "(cached) $ac_c" 1>&6
X@@ -3253,7 +3286,7 @@
X   ac_save_LIBS="$LIBS"
X LIBS="-lpthread  $LIBS"
X cat > conftest.$ac_ext <<EOF
X-#line 3257 "configure"
X+#line 3290 "configure"
X #include "confdefs.h"
X /* Override any gcc2 internal prototype to avoid an error.  */
X /* We use char because int might match the return type of a gcc2
X@@ -3264,7 +3297,7 @@
X pthread_create()
X ; return 0; }
X EOF
X-if { (eval echo configure:3268: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
X+if { (eval echo configure:3301: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
X   rm -rf conftest*
X   eval "ac_cv_lib_$ac_lib_var=yes"
X else
X@@ -3294,7 +3327,7 @@
X # Extract the first word of "ranlib", so it can be a program name with args.
X set dummy ranlib; ac_word=$2
X echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
X-echo "configure:3298: checking for $ac_word" >&5
X+echo "configure:3331: checking for $ac_word" >&5
X if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
X   echo $ac_n "(cached) $ac_c" 1>&6
X else
X@@ -3322,12 +3355,12 @@
X fi
X 
X echo $ac_n "checking for off_t""... $ac_c" 1>&6
X-echo "configure:3326: checking for off_t" >&5
X+echo "configure:3359: checking for off_t" >&5
X if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then
X   echo $ac_n "(cached) $ac_c" 1>&6
X else
X   cat > conftest.$ac_ext <<EOF
X-#line 3331 "configure"
X+#line 3364 "configure"
X #include "confdefs.h"
X #include <sys/types.h>
X #if STDC_HEADERS
X@@ -3355,12 +3388,12 @@
X fi
X 
X echo $ac_n "checking for size_t""... $ac_c" 1>&6
X-echo "configure:3359: checking for size_t" >&5
X+echo "configure:3392: checking for size_t" >&5
X if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
X   echo $ac_n "(cached) $ac_c" 1>&6
X else
X   cat > conftest.$ac_ext <<EOF
X-#line 3364 "configure"
X+#line 3397 "configure"
X #include "confdefs.h"
X #include <sys/types.h>
X #if STDC_HEADERS
X@@ -3390,19 +3423,19 @@
X # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
X # for constant arguments.  Useless!
X echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6
X-echo "configure:3394: checking for working alloca.h" >&5
X+echo "configure:3427: checking for working alloca.h" >&5
X if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then
X   echo $ac_n "(cached) $ac_c" 1>&6
X else
X   cat > conftest.$ac_ext <<EOF
X-#line 3399 "configure"
X+#line 3432 "configure"
X #include "confdefs.h"
X #include <alloca.h>
X int main() {
X char *p = alloca(2 * sizeof(int));
X ; return 0; }
X EOF
X-if { (eval echo configure:3406: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
X+if { (eval echo configure:3439: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
X   rm -rf conftest*
X   ac_cv_header_alloca_h=yes
X else
X@@ -3423,12 +3456,12 @@
X fi
X 
X echo $ac_n "checking for alloca""... $ac_c" 1>&6
X-echo "configure:3427: checking for alloca" >&5
X+echo "configure:3460: checking for alloca" >&5
X if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then
X   echo $ac_n "(cached) $ac_c" 1>&6
X else
X   cat > conftest.$ac_ext <<EOF
X-#line 3432 "configure"
X+#line 3465 "configure"
X #include "confdefs.h"
X 
X #ifdef __GNUC__
X@@ -3456,7 +3489,7 @@
X char *p = (char *) alloca(1);
X ; return 0; }
X EOF
X-if { (eval echo configure:3460: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
X+if { (eval echo configure:3493: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
X   rm -rf conftest*
X   ac_cv_func_alloca_works=yes
X else
X@@ -3488,12 +3521,12 @@
X 
X 
X echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6
X-echo "configure:3492: checking whether alloca needs Cray hooks" >&5
X+echo "configure:3525: checking whether alloca needs Cray hooks" >&5
X if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then
X   echo $ac_n "(cached) $ac_c" 1>&6
X else
X   cat > conftest.$ac_ext <<EOF
X-#line 3497 "configure"
X+#line 3530 "configure"
X #include "confdefs.h"
X #if defined(CRAY) && ! defined(CRAY2)
X webecray
X@@ -3518,12 +3551,12 @@
X if test $ac_cv_os_cray = yes; then
X for ac_func in _getb67 GETB67 getb67; do
X   echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
X-echo "configure:3522: checking for $ac_func" >&5
X+echo "configure:3555: checking for $ac_func" >&5
X if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
X   echo $ac_n "(cached) $ac_c" 1>&6
X else
X   cat > conftest.$ac_ext <<EOF
X-#line 3527 "configure"
X+#line 3560 "configure"
X #include "confdefs.h"
X /* System header to define __stub macros and hopefully few prototypes,
X     which can conflict with char $ac_func(); below.  */
X@@ -3546,7 +3579,7 @@
X 
X ; return 0; }
X EOF
X-if { (eval echo configure:3550: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
X+if { (eval echo configure:3583: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
X   rm -rf conftest*
X   eval "ac_cv_func_$ac_func=yes"
X else
X@@ -3573,7 +3606,7 @@
X fi
X 
X echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6
X-echo "configure:3577: checking stack direction for C alloca" >&5
X+echo "configure:3610: checking stack direction for C alloca" >&5
X if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then
X   echo $ac_n "(cached) $ac_c" 1>&6
X else
X@@ -3581,7 +3614,7 @@
X   ac_cv_c_stack_direction=0
X else
X   cat > conftest.$ac_ext <<EOF
X-#line 3585 "configure"
X+#line 3618 "configure"
X #include "confdefs.h"
X find_stack_direction ()
X {
X@@ -3600,7 +3633,7 @@
X   exit (find_stack_direction() < 0);
X }
X EOF
X-if { (eval echo configure:3604: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
X+if { (eval echo configure:3637: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
X then
X   ac_cv_c_stack_direction=1
X else
X@@ -3625,17 +3658,17 @@
X do
X ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
X echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
X-echo "configure:3629: checking for $ac_hdr" >&5
X+echo "configure:3662: checking for $ac_hdr" >&5
X if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
X   echo $ac_n "(cached) $ac_c" 1>&6
X else
X   cat > conftest.$ac_ext <<EOF
X-#line 3634 "configure"
X+#line 3667 "configure"
X #include "confdefs.h"
X #include <$ac_hdr>
X EOF
X ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
X-{ (eval echo configure:3639: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
X+{ (eval echo configure:3672: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
X ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
X if test -z "$ac_err"; then
X   rm -rf conftest*
X@@ -3664,12 +3697,12 @@
X for ac_func in getpagesize
X do
X echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
X-echo "configure:3668: checking for $ac_func" >&5
X+echo "configure:3701: checking for $ac_func" >&5
X if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
X   echo $ac_n "(cached) $ac_c" 1>&6
X else
X   cat > conftest.$ac_ext <<EOF
X-#line 3673 "configure"
X+#line 3706 "configure"
X #include "confdefs.h"
X /* System header to define __stub macros and hopefully few prototypes,
X     which can conflict with char $ac_func(); below.  */
X@@ -3692,7 +3725,7 @@
X 
X ; return 0; }
X EOF
X-if { (eval echo configure:3696: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
X+if { (eval echo configure:3729: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
X   rm -rf conftest*
X   eval "ac_cv_func_$ac_func=yes"
X else
X@@ -3717,7 +3750,7 @@
X done
X 
X echo $ac_n "checking for working mmap""... $ac_c" 1>&6
X-echo "configure:3721: checking for working mmap" >&5
X+echo "configure:3754: checking for working mmap" >&5
X if eval "test \"`echo '$''{'ac_cv_func_mmap_fixed_mapped'+set}'`\" = set"; then
X   echo $ac_n "(cached) $ac_c" 1>&6
X else
X@@ -3725,7 +3758,7 @@
X   ac_cv_func_mmap_fixed_mapped=no
X else
X   cat > conftest.$ac_ext <<EOF
X-#line 3729 "configure"
X+#line 3762 "configure"
X #include "confdefs.h"
X 
X /* Thanks to Mike Haertel and Jim Avera for this test.
X@@ -3865,7 +3898,7 @@
X }
X 
X EOF
X-if { (eval echo configure:3869: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
X+if { (eval echo configure:3902: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
X then
X   ac_cv_func_mmap_fixed_mapped=yes
X else
X@@ -3893,17 +3926,17 @@
X do
X ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
X echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
X-echo "configure:3897: checking for $ac_hdr" >&5
X+echo "configure:3930: checking for $ac_hdr" >&5
X if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
X   echo $ac_n "(cached) $ac_c" 1>&6
X else
X   cat > conftest.$ac_ext <<EOF
X-#line 3902 "configure"
X+#line 3935 "configure"
X #include "confdefs.h"
X #include <$ac_hdr>
X EOF
X ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
X-{ (eval echo configure:3907: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
X+{ (eval echo configure:3940: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
X ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
X if test -z "$ac_err"; then
X   rm -rf conftest*
X@@ -3933,12 +3966,12 @@
X strdup __argz_count __argz_stringify __argz_next
X do
X echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
X-echo "configure:3937: checking for $ac_func" >&5
X+echo "configure:3970: checking for $ac_func" >&5
X if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
X   echo $ac_n "(cached) $ac_c" 1>&6
X else
X   cat > conftest.$ac_ext <<EOF
X-#line 3942 "configure"
X+#line 3975 "configure"
X #include "confdefs.h"
X /* System header to define __stub macros and hopefully few prototypes,
X     which can conflict with char $ac_func(); below.  */
X@@ -3961,7 +3994,7 @@
X 
X ; return 0; }
X EOF
X-if { (eval echo configure:3965: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
X+if { (eval echo configure:3998: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
X   rm -rf conftest*
X   eval "ac_cv_func_$ac_func=yes"
X else
X@@ -3990,12 +4023,12 @@
X      for ac_func in stpcpy
X do
X echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
X-echo "configure:3994: checking for $ac_func" >&5
X+echo "configure:4027: checking for $ac_func" >&5
X if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
X   echo $ac_n "(cached) $ac_c" 1>&6
X else
X   cat > conftest.$ac_ext <<EOF
X-#line 3999 "configure"
X+#line 4032 "configure"
X #include "confdefs.h"
X /* System header to define __stub macros and hopefully few prototypes,
X     which can conflict with char $ac_func(); below.  */
X@@ -4018,7 +4051,7 @@
X 
X ; return 0; }
X EOF
X-if { (eval echo configure:4022: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
X+if { (eval echo configure:4055: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
X   rm -rf conftest*
X   eval "ac_cv_func_$ac_func=yes"
X else
X@@ -4052,19 +4085,19 @@
X 
X    if test $ac_cv_header_locale_h = yes; then
X     echo $ac_n "checking for LC_MESSAGES""... $ac_c" 1>&6
X-echo "configure:4056: checking for LC_MESSAGES" >&5
X+echo "configure:4089: checking for LC_MESSAGES" >&5
X if eval "test \"`echo '$''{'am_cv_val_LC_MESSAGES'+set}'`\" = set"; then
X   echo $ac_n "(cached) $ac_c" 1>&6
X else
X   cat > conftest.$ac_ext <<EOF
X-#line 4061 "configure"
X+#line 4094 "configure"
X #include "confdefs.h"
X #include <locale.h>
X int main() {
X return LC_MESSAGES
X ; return 0; }
X EOF
X-if { (eval echo configure:4068: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
X+if { (eval echo configure:4101: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
X   rm -rf conftest*
X   am_cv_val_LC_MESSAGES=yes
X else
X@@ -4085,7 +4118,7 @@
X     fi
X   fi
X    echo $ac_n "checking whether NLS is requested""... $ac_c" 1>&6
X-echo "configure:4089: checking whether NLS is requested" >&5
X+echo "configure:4122: checking whether NLS is requested" >&5
X         # Check whether --enable-nls or --disable-nls was given.
X if test "${enable_nls+set}" = set; then
X   enableval="$enable_nls"
X@@ -4105,7 +4138,7 @@
X EOF
X 
X       echo $ac_n "checking whether included gettext is requested""... $ac_c" 1>&6
X-echo "configure:4109: checking whether included gettext is requested" >&5
X+echo "configure:4142: checking whether included gettext is requested" >&5
X       # Check whether --with-included-gettext or --without-included-gettext was given.
X if test "${with_included_gettext+set}" = set; then
X   withval="$with_included_gettext"
X@@ -4124,17 +4157,17 @@
X 
X 	ac_safe=`echo "libintl.h" | sed 'y%./+-%__p_%'`
X echo $ac_n "checking for libintl.h""... $ac_c" 1>&6
X-echo "configure:4128: checking for libintl.h" >&5
X+echo "configure:4161: checking for libintl.h" >&5
X if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
X   echo $ac_n "(cached) $ac_c" 1>&6
X else
X   cat > conftest.$ac_ext <<EOF
X-#line 4133 "configure"
X+#line 4166 "configure"
X #include "confdefs.h"
X #include <libintl.h>
X EOF
X ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
X-{ (eval echo configure:4138: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
X+{ (eval echo configure:4171: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
X ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
X if test -z "$ac_err"; then
X   rm -rf conftest*
X@@ -4151,19 +4184,19 @@
X if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
X   echo "$ac_t""yes" 1>&6
X   echo $ac_n "checking for gettext in libc""... $ac_c" 1>&6
X-echo "configure:4155: checking for gettext in libc" >&5
X+echo "configure:4188: checking for gettext in libc" >&5
X if eval "test \"`echo '$''{'gt_cv_func_gettext_libc'+set}'`\" = set"; then
X   echo $ac_n "(cached) $ac_c" 1>&6
X else
X   cat > conftest.$ac_ext <<EOF
X-#line 4160 "configure"
X+#line 4193 "configure"
X #include "confdefs.h"
X #include <libintl.h>
X int main() {
X return (int) gettext ("")
X ; return 0; }
X EOF
X-if { (eval echo configure:4167: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
X+if { (eval echo configure:4200: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
X   rm -rf conftest*
X   gt_cv_func_gettext_libc=yes
X else
X@@ -4179,7 +4212,7 @@
X 
X 	   if test "$gt_cv_func_gettext_libc" != "yes"; then
X 	     echo $ac_n "checking for bindtextdomain in -lintl""... $ac_c" 1>&6
X-echo "configure:4183: checking for bindtextdomain in -lintl" >&5
X+echo "configure:4216: checking for bindtextdomain in -lintl" >&5
X ac_lib_var=`echo intl'_'bindtextdomain | sed 'y%./+-%__p_%'`
X if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
X   echo $ac_n "(cached) $ac_c" 1>&6
X@@ -4187,7 +4220,7 @@
X   ac_save_LIBS="$LIBS"
X LIBS="-lintl  $LIBS"
X cat > conftest.$ac_ext <<EOF
X-#line 4191 "configure"
X+#line 4224 "configure"
X #include "confdefs.h"
X /* Override any gcc2 internal prototype to avoid an error.  */
X /* We use char because int might match the return type of a gcc2
X@@ -4198,7 +4231,7 @@
X bindtextdomain()
X ; return 0; }
X EOF
X-if { (eval echo configure:4202: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
X+if { (eval echo configure:4235: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
X   rm -rf conftest*
X   eval "ac_cv_lib_$ac_lib_var=yes"
X else
X@@ -4214,12 +4247,12 @@
X if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
X   echo "$ac_t""yes" 1>&6
X   echo $ac_n "checking for gettext in libintl""... $ac_c" 1>&6
X-echo "configure:4218: checking for gettext in libintl" >&5
X+echo "configure:4251: checking for gettext in libintl" >&5
X if eval "test \"`echo '$''{'gt_cv_func_gettext_libintl'+set}'`\" = set"; then
X   echo $ac_n "(cached) $ac_c" 1>&6
X else
X   echo $ac_n "checking for gettext in -lintl""... $ac_c" 1>&6
X-echo "configure:4223: checking for gettext in -lintl" >&5
X+echo "configure:4256: checking for gettext in -lintl" >&5
X ac_lib_var=`echo intl'_'gettext | sed 'y%./+-%__p_%'`
X if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
X   echo $ac_n "(cached) $ac_c" 1>&6
X@@ -4227,7 +4260,7 @@
X   ac_save_LIBS="$LIBS"
X LIBS="-lintl  $LIBS"
X cat > conftest.$ac_ext <<EOF
X-#line 4231 "configure"
X+#line 4264 "configure"
X #include "confdefs.h"
X /* Override any gcc2 internal prototype to avoid an error.  */
X /* We use char because int might match the return type of a gcc2
X@@ -4238,7 +4271,7 @@
X gettext()
X ; return 0; }
X EOF
X-if { (eval echo configure:4242: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
X+if { (eval echo configure:4275: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
X   rm -rf conftest*
X   eval "ac_cv_lib_$ac_lib_var=yes"
X else
X@@ -4277,7 +4310,7 @@
X 	      # Extract the first word of "msgfmt", so it can be a program name with args.
X set dummy msgfmt; ac_word=$2
X echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
X-echo "configure:4281: checking for $ac_word" >&5
X+echo "configure:4314: checking for $ac_word" >&5
X if eval "test \"`echo '$''{'ac_cv_path_MSGFMT'+set}'`\" = set"; then
X   echo $ac_n "(cached) $ac_c" 1>&6
X else
X@@ -4311,12 +4344,12 @@
X 		for ac_func in dcgettext
X do
X echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
X-echo "configure:4315: checking for $ac_func" >&5
X+echo "configure:4348: checking for $ac_func" >&5
X if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
X   echo $ac_n "(cached) $ac_c" 1>&6
X else
X   cat > conftest.$ac_ext <<EOF
X-#line 4320 "configure"
X+#line 4353 "configure"
X #include "confdefs.h"
X /* System header to define __stub macros and hopefully few prototypes,
X     which can conflict with char $ac_func(); below.  */
X@@ -4339,7 +4372,7 @@
X 
X ; return 0; }
X EOF
X-if { (eval echo configure:4343: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
X+if { (eval echo configure:4376: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
X   rm -rf conftest*
X   eval "ac_cv_func_$ac_func=yes"
X else
X@@ -4366,7 +4399,7 @@
X 		# Extract the first word of "gmsgfmt", so it can be a program name with args.
X set dummy gmsgfmt; ac_word=$2
X echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
X-echo "configure:4370: checking for $ac_word" >&5
X+echo "configure:4403: checking for $ac_word" >&5
X if eval "test \"`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\" = set"; then
X   echo $ac_n "(cached) $ac_c" 1>&6
X else
X@@ -4402,7 +4435,7 @@
X 		# Extract the first word of "xgettext", so it can be a program name with args.
X set dummy xgettext; ac_word=$2
X echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
X-echo "configure:4406: checking for $ac_word" >&5
X+echo "configure:4439: checking for $ac_word" >&5
X if eval "test \"`echo '$''{'ac_cv_path_XGETTEXT'+set}'`\" = set"; then
X   echo $ac_n "(cached) $ac_c" 1>&6
X else
X@@ -4434,7 +4467,7 @@
X fi
X 
X 		cat > conftest.$ac_ext <<EOF
X-#line 4438 "configure"
X+#line 4471 "configure"
X #include "confdefs.h"
X 
X int main() {
X@@ -4442,7 +4475,7 @@
X 			       return _nl_msg_cat_cntr
X ; return 0; }
X EOF
X-if { (eval echo configure:4446: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
X+if { (eval echo configure:4479: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
X   rm -rf conftest*
X   CATOBJEXT=.gmo
X 		   DATADIRNAME=share
X@@ -4465,7 +4498,7 @@
X 
X         if test "$CATOBJEXT" = "NONE"; then
X 	  echo $ac_n "checking whether catgets can be used""... $ac_c" 1>&6
X-echo "configure:4469: checking whether catgets can be used" >&5
X+echo "configure:4502: checking whether catgets can be used" >&5
X 	  # Check whether --with-catgets or --without-catgets was given.
X if test "${with_catgets+set}" = set; then
X   withval="$with_catgets"
X@@ -4478,7 +4511,7 @@
X 
X 	  if test "$nls_cv_use_catgets" = "yes"; then
X 	    	    echo $ac_n "checking for main in -li""... $ac_c" 1>&6
X-echo "configure:4482: checking for main in -li" >&5
X+echo "configure:4515: checking for main in -li" >&5
X ac_lib_var=`echo i'_'main | sed 'y%./+-%__p_%'`
X if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
X   echo $ac_n "(cached) $ac_c" 1>&6
X@@ -4486,14 +4519,14 @@
X   ac_save_LIBS="$LIBS"
X LIBS="-li  $LIBS"
X cat > conftest.$ac_ext <<EOF
X-#line 4490 "configure"
X+#line 4523 "configure"
X #include "confdefs.h"
X 
X int main() {
X main()
X ; return 0; }
X EOF
X-if { (eval echo configure:4497: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
X+if { (eval echo configure:4530: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
X   rm -rf conftest*
X   eval "ac_cv_lib_$ac_lib_var=yes"
X else
X@@ -4521,12 +4554,12 @@
X fi
X 
X 	    echo $ac_n "checking for catgets""... $ac_c" 1>&6
X-echo "configure:4525: checking for catgets" >&5
X+echo "configure:4558: checking for catgets" >&5
X if eval "test \"`echo '$''{'ac_cv_func_catgets'+set}'`\" = set"; then
X   echo $ac_n "(cached) $ac_c" 1>&6
X else
X   cat > conftest.$ac_ext <<EOF
X-#line 4530 "configure"
X+#line 4563 "configure"
X #include "confdefs.h"
X /* System header to define __stub macros and hopefully few prototypes,
X     which can conflict with char catgets(); below.  */
X@@ -4549,7 +4582,7 @@
X 
X ; return 0; }
X EOF
X-if { (eval echo configure:4553: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
X+if { (eval echo configure:4586: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
X   rm -rf conftest*
X   eval "ac_cv_func_catgets=yes"
X else
X@@ -4571,7 +4604,7 @@
X 	       # Extract the first word of "gencat", so it can be a program name with args.
X set dummy gencat; ac_word=$2
X echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
X-echo "configure:4575: checking for $ac_word" >&5
X+echo "configure:4608: checking for $ac_word" >&5
X if eval "test \"`echo '$''{'ac_cv_path_GENCAT'+set}'`\" = set"; then
X   echo $ac_n "(cached) $ac_c" 1>&6
X else
X@@ -4607,7 +4640,7 @@
X 		 # Extract the first word of "gmsgfmt", so it can be a program name with args.
X set dummy gmsgfmt; ac_word=$2
X echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
X-echo "configure:4611: checking for $ac_word" >&5
X+echo "configure:4644: checking for $ac_word" >&5
X if eval "test \"`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\" = set"; then
X   echo $ac_n "(cached) $ac_c" 1>&6
X else
X@@ -4644,7 +4677,7 @@
X 		   # Extract the first word of "msgfmt", so it can be a program name with args.
X set dummy msgfmt; ac_word=$2
X echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
X-echo "configure:4648: checking for $ac_word" >&5
X+echo "configure:4681: checking for $ac_word" >&5
X if eval "test \"`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\" = set"; then
X   echo $ac_n "(cached) $ac_c" 1>&6
X else
X@@ -4679,7 +4712,7 @@
X 		 # Extract the first word of "xgettext", so it can be a program name with args.
X set dummy xgettext; ac_word=$2
X echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
X-echo "configure:4683: checking for $ac_word" >&5
X+echo "configure:4716: checking for $ac_word" >&5
X if eval "test \"`echo '$''{'ac_cv_path_XGETTEXT'+set}'`\" = set"; then
X   echo $ac_n "(cached) $ac_c" 1>&6
X else
X@@ -4737,7 +4770,7 @@
X         # Extract the first word of "msgfmt", so it can be a program name with args.
X set dummy msgfmt; ac_word=$2
X echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
X-echo "configure:4741: checking for $ac_word" >&5
X+echo "configure:4774: checking for $ac_word" >&5
X if eval "test \"`echo '$''{'ac_cv_path_MSGFMT'+set}'`\" = set"; then
X   echo $ac_n "(cached) $ac_c" 1>&6
X else
X@@ -4771,7 +4804,7 @@
X         # Extract the first word of "gmsgfmt", so it can be a program name with args.
X set dummy gmsgfmt; ac_word=$2
X echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
X-echo "configure:4775: checking for $ac_word" >&5
X+echo "configure:4808: checking for $ac_word" >&5
X if eval "test \"`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\" = set"; then
X   echo $ac_n "(cached) $ac_c" 1>&6
X else
X@@ -4807,7 +4840,7 @@
X         # Extract the first word of "xgettext", so it can be a program name with args.
X set dummy xgettext; ac_word=$2
X echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
X-echo "configure:4811: checking for $ac_word" >&5
X+echo "configure:4844: checking for $ac_word" >&5
X if eval "test \"`echo '$''{'ac_cv_path_XGETTEXT'+set}'`\" = set"; then
X   echo $ac_n "(cached) $ac_c" 1>&6
X else
X@@ -4900,7 +4933,7 @@
X        LINGUAS=
X      else
X        echo $ac_n "checking for catalogs to be installed""... $ac_c" 1>&6
X-echo "configure:4904: checking for catalogs to be installed" >&5
X+echo "configure:4937: checking for catalogs to be installed" >&5
X        NEW_LINGUAS=
X        for lang in ${LINGUAS=$ALL_LINGUAS}; do
X          case "$ALL_LINGUAS" in
X@@ -4928,17 +4961,17 @@
X    if test "$CATOBJEXT" = ".cat"; then
X      ac_safe=`echo "linux/version.h" | sed 'y%./+-%__p_%'`
X echo $ac_n "checking for linux/version.h""... $ac_c" 1>&6
X-echo "configure:4932: checking for linux/version.h" >&5
X+echo "configure:4965: checking for linux/version.h" >&5
X if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
X   echo $ac_n "(cached) $ac_c" 1>&6
X else
X   cat > conftest.$ac_ext <<EOF
X-#line 4937 "configure"
X+#line 4970 "configure"
X #include "confdefs.h"
X #include <linux/version.h>
X EOF
X ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
X-{ (eval echo configure:4942: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
X+{ (eval echo configure:4975: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
X ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
X if test -z "$ac_err"; then
X   rm -rf conftest*
X@@ -5170,7 +5203,7 @@
X ac_given_srcdir=$srcdir
X ac_given_INSTALL="$INSTALL"
X 
X-trap 'rm -fr `echo "Makefile po/Makefile.in config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
X+trap 'rm -fr `echo "Makefile intl/Makefile po/Makefile.in config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
X EOF
X cat >> $CONFIG_STATUS <<EOF
X 
X@@ -5306,7 +5339,7 @@
X 
X cat >> $CONFIG_STATUS <<EOF
X 
X-CONFIG_FILES=\${CONFIG_FILES-"Makefile po/Makefile.in"}
X+CONFIG_FILES=\${CONFIG_FILES-"Makefile intl/Makefile po/Makefile.in"}
X EOF
X cat >> $CONFIG_STATUS <<\EOF
X for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
END-of-www/sitecopy/patches/patch-ac
echo x - www/sitecopy/patches/patch-ad
sed 's/^X//' >www/sitecopy/patches/patch-ad << 'END-of-www/sitecopy/patches/patch-ad'
X$NetBSD$
X
X--- intl/Makefile.in.orig	Thu Sep 30 00:04:48 1999
X+++ intl/Makefile.in	Mon May 15 11:58:20 2000
X@@ -171,7 +171,7 @@
X clean: mostlyclean
X 
X distclean: clean
X-	rm -f Makefile ID TAGS po2msg.sed po2tbl.sed
X+	rm -f Makefile libintl.h ID TAGS po2msg.sed po2tbl.sed
X 
X maintainer-clean: distclean
X 	@echo "This command is intended for maintainers to use;"
X@@ -197,7 +197,8 @@
X 
X Makefile: Makefile.in ../config.status
X 	cd .. \
X-	  && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
X+	  && CONFIG_FILES=$(subdir)/$@.in CONFIG_HEADERS= \
X+	       $(SHELL) ./config.status
X 
X # The dependency for intlh.inst is different in gettext and all other
X # packages.  Because we cannot you GNU make features we have to solve
END-of-www/sitecopy/patches/patch-ad
echo c - www/sitecopy/pkg
mkdir -p www/sitecopy/pkg > /dev/null 2>&1
echo x - www/sitecopy/pkg/COMMENT
sed 's/^X//' >www/sitecopy/pkg/COMMENT << 'END-of-www/sitecopy/pkg/COMMENT'
XMaintains remote websites, uses FTP or WebDAV to sync up with local copy
END-of-www/sitecopy/pkg/COMMENT
echo x - www/sitecopy/pkg/DESCR
sed 's/^X//' >www/sitecopy/pkg/DESCR << 'END-of-www/sitecopy/pkg/DESCR'
Xsitecopy is for copying locally stored websites to remote web servers.
XThe program will upload files to the server which have changed locally, 
Xand delete files from the server which have been removed locally, to keep
Xthe remote site synchronized with the local site, with a single command.
XThe aim is to remove the hassle of uploading and deleting individual files
Xusing an FTP client. sitecopy will also optionally try to spot files you move
Xlocally, and move them remotely.
X
Xsitecopy is designed to not care about what is actually on the remote
Xserver - it simply keeps a record of what it THINKS is in on the remote
Xserver, and works from that. WebDAV can be used to maintain remote sites
Xas well as FTP.
X
X- Nik
Xnik@FreeBSD.ORG
END-of-www/sitecopy/pkg/DESCR
echo x - www/sitecopy/pkg/PLIST
sed 's/^X//' >www/sitecopy/pkg/PLIST << 'END-of-www/sitecopy/pkg/PLIST'
X@comment $NetBSD$
Xbin/sitecopy
Xman/man1/sitecopy.1
Xshare/doc/sitecopy/FAQ
Xshare/doc/sitecopy/NEWS
Xshare/doc/sitecopy/README
Xshare/doc/sitecopy/THANKS
Xshare/doc/sitecopy/update.sh
Xshare/examples/sitecopy/changes.awk
Xshare/examples/sitecopy/examplerc
Xshare/locale/cs/LC_MESSAGES/sitecopy.mo
Xshare/locale/fr/LC_MESSAGES/sitecopy.mo
Xshare/locale/ja/LC_MESSAGES/sitecopy.mo
Xshare/locale/ru/LC_MESSAGES/sitecopy.mo
X@dirrm share/examples/sitecopy
X@dirrm share/doc/sitecopy
END-of-www/sitecopy/pkg/PLIST
exit