mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
26 lines
1.2 KiB
Tcl
26 lines
1.2 KiB
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
|
|
name sitecopy
|
|
version 0.16.6
|
|
revision 1
|
|
categories www
|
|
maintainers hal-9k.de:julian
|
|
description sitecopy website maintenance utility
|
|
long_description sitecopy allows you to easily maintain remote Web sites. The program \
|
|
will upload files to the server which have changed locally, and delete \
|
|
files from the server which have been removed locally, keeping the \
|
|
remote site synchronized. FTP and WebDAV are supported.
|
|
homepage http://www.manyfish.co.uk/sitecopy
|
|
master_sites ${homepage}
|
|
checksums md5 b3aeb5a5f00af3db90b408e8c32a6c01 \
|
|
sha1 2de3679d98c31331f48ff10e824c615a180f2d3b \
|
|
rmd160 9e1bb73272e88aa06ebf12323080f23dfe8f7ad8
|
|
|
|
depends_build port:pkgconfig
|
|
depends_lib port:neon
|
|
|
|
patchfiles patch-Makefile.in patch-configure sitecopy-defs-configure.diff
|
|
configure.args --docdir=${prefix}/share/doc/${name}
|