diff options
author | pav <pav@FreeBSD.org> | 2005-09-18 19:32:36 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-09-18 19:32:36 +0800 |
commit | d2b67fd7f7aedae7d8ba6a4227bd4ed7cfbeb9c8 (patch) | |
tree | a0d5d267cb8c84dc317f249b9d9076c7bef0518b /www/Makefile | |
parent | 1a07d912d6a7cbfda55a9aef2ff22d89f61135e6 (diff) | |
download | freebsd-ports-graphics-d2b67fd7f7aedae7d8ba6a4227bd4ed7cfbeb9c8.tar.gz freebsd-ports-graphics-d2b67fd7f7aedae7d8ba6a4227bd4ed7cfbeb9c8.tar.zst freebsd-ports-graphics-d2b67fd7f7aedae7d8ba6a4227bd4ed7cfbeb9c8.zip |
The ZSyncer project allows multiple Zopes to easily be manually synchronized
by transferring data between them using xml-rpc. This can save a lot of time
over the old export / transfer / import dance.
PR: ports/86285
Submitted by: Tim Middleton <x@vex.net>
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 87f64be18f1..a03d1a3d62d 100644 --- a/www/Makefile +++ b/www/Makefile @@ -896,6 +896,7 @@ SUBDIR += zope-xmlwidgets SUBDIR += zope-zmysqlda SUBDIR += zope-zpt + SUBDIR += zope-zsyncer SUBDIR += zope-zwiki .include <bsd.port.subdir.mk> |