diff options
author | nik <nik@FreeBSD.org> | 1999-01-16 08:25:55 +0800 |
---|---|---|
committer | nik <nik@FreeBSD.org> | 1999-01-16 08:25:55 +0800 |
commit | 771ddcafba8ee66666470cb98a201e4e2d32c73e (patch) | |
tree | 360ea4625e90ae08d90d7d7655aff2e42006dd41 | |
parent | 8b7434d8253228e8f64f588359e55f04fac72351 (diff) | |
download | freebsd-ports-gnome-771ddcafba8ee66666470cb98a201e4e2d32c73e.tar.gz freebsd-ports-gnome-771ddcafba8ee66666470cb98a201e4e2d32c73e.tar.zst freebsd-ports-gnome-771ddcafba8ee66666470cb98a201e4e2d32c73e.zip |
Sitecopy is a tool for maintaining remote websites using FTP. Maintain a
local copy of the site in question, and then sitecopy will use FTP to
ensure that the remote site duplicates the local site. Kind of like
'mirror' in reverse.
-rw-r--r-- | www/sitecopy/Makefile | 36 | ||||
-rw-r--r-- | www/sitecopy/distinfo | 2 | ||||
-rw-r--r-- | www/sitecopy/pkg-comment | 1 | ||||
-rw-r--r-- | www/sitecopy/pkg-descr | 16 | ||||
-rw-r--r-- | www/sitecopy/pkg-plist | 1 |
5 files changed, 56 insertions, 0 deletions
diff --git a/www/sitecopy/Makefile b/www/sitecopy/Makefile new file mode 100644 index 000000000000..05255e855093 --- /dev/null +++ b/www/sitecopy/Makefile @@ -0,0 +1,36 @@ +# New ports collection makefile for: sitecopy +# Version required: 0.3.2 +# Date created: 15 January 1999 +# Whom: nik +# +# $Id$ +# + +DISTNAME= sitecopy-0.3.2 +CATEGORIES= www +DISTFILES= sitecopy-0.3.0.tar.gz + +MASTER_SITES= http://www.lyra.org/sitecopy/ + +MAINTAINER= nik@FreeBSD.ORG + +DIST_SUBDIR= sitecopy + +PATCHFILES= sitecopy-0.3.0-0.3.2.patch.gz +PATCH_SITES= http://www.lyra.org/sitecopy/ + +USE_GMAKE= yes + +WRKSRC= ${WRKDIR}/sitecopy-0.3.0 +PATCH_DIST_STRIP= + +FETCH_BEFORE_ARGS= -b + +MAN1= sitecopy.1 +MANCOMPRESSED= no + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/sitecopy ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/sitecopy.1 ${PREFIX}/man/man1 + +.include <bsd.port.mk> diff --git a/www/sitecopy/distinfo b/www/sitecopy/distinfo new file mode 100644 index 000000000000..f7d7d4984f5c --- /dev/null +++ b/www/sitecopy/distinfo @@ -0,0 +1,2 @@ +MD5 (sitecopy/sitecopy-0.3.0.tar.gz) = d210bcc50de61efede49c8b5010ad465 +MD5 (sitecopy/sitecopy-0.3.0-0.3.2.patch.gz) = 7cc807134aa27fec98df66c5c327c6b6 diff --git a/www/sitecopy/pkg-comment b/www/sitecopy/pkg-comment new file mode 100644 index 000000000000..e73ccaac71cd --- /dev/null +++ b/www/sitecopy/pkg-comment @@ -0,0 +1 @@ +Maintains remote websites, uses FTP to sync up with local copy diff --git a/www/sitecopy/pkg-descr b/www/sitecopy/pkg-descr new file mode 100644 index 000000000000..e6e6983124dc --- /dev/null +++ b/www/sitecopy/pkg-descr @@ -0,0 +1,16 @@ +sitecopy is for copying locally stored websites to remote web servers. +The program will upload files to the server which have changed locally, +and delete files from the server which have been removed locally, to keep +the remote site synchronized with the local site, with a single command. +The aim is to remove the hassle of uploading and deleting individual files +using an FTP client. sitecopy will also optionally try to spot files you move +locally, and move them remotely. + +sitecopy is designed to not care about what is actually on the remote +server - it simply keeps a record of what it THINKS is in on the remote +server, and works from that. + +http://www.orton.demon.co.uk/ + +- Nik +nik@FreeBSD.ORG diff --git a/www/sitecopy/pkg-plist b/www/sitecopy/pkg-plist new file mode 100644 index 000000000000..0e26b93f24e5 --- /dev/null +++ b/www/sitecopy/pkg-plist @@ -0,0 +1 @@ +bin/sitecopy |