aboutsummaryrefslogtreecommitdiffstats
path: root/devel/Makefile
diff options
context:
space:
mode:
authoroliver <oliver@FreeBSD.org>2005-10-06 01:59:01 +0800
committeroliver <oliver@FreeBSD.org>2005-10-06 01:59:01 +0800
commit408a105782104c2298359f9dfab54c83de7c40f5 (patch)
treeecea0f3ab1408173771e3a977169d236199d9998 /devel/Makefile
parent21c3eb4c2c45dd3ee4d90e6e69fe5ead3f940dd4 (diff)
downloadfreebsd-ports-gnome-408a105782104c2298359f9dfab54c83de7c40f5.tar.gz
freebsd-ports-gnome-408a105782104c2298359f9dfab54c83de7c40f5.tar.zst
freebsd-ports-gnome-408a105782104c2298359f9dfab54c83de7c40f5.zip
Software updater tool for WorldForge applications.
WFUT allows the automatic updating of "channels" which are available on a server. The channels are specified by an XML file (which also has an XSL file associated with it for viewing in a web browser). Each channel has an associated XML document listing the files available in the channel and the current version number.WFUT compares this file list with a similar file on the local machine to determine what files need updating. WFUT performs a CRC32 check on each file downloaded before overwriting any existing ones. WFUT keeps a list of files downloaded in a temporary file (which will not be completely valid XML due to missing end tag) in something happens during an update which does not allow the local list to be saved. WWW: http://www.worldforge.org/dev/eng/tools/wfut
Diffstat (limited to 'devel/Makefile')
-rw-r--r--devel/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 661c1f926c3f..420f2ee4b7c9 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -1602,6 +1602,7 @@
SUBDIR += vtcl
SUBDIR += websvn
SUBDIR += wftk
+ SUBDIR += wfut
SUBDIR += wininfo
SUBDIR += wizard
SUBDIR += wxGlade