From e8db8daec9d2f442b629e8e361e599822054e07a Mon Sep 17 00:00:00 2001 From: oliver Date: Sun, 27 May 2007 09:56:19 +0000 Subject: remove devel/wfut - it is obsolete --- devel/Makefile | 1 - devel/wfut/Makefile | 33 --------------------------------- devel/wfut/distinfo | 3 --- devel/wfut/pkg-descr | 13 ------------- devel/wfut/pkg-plist | 4 ---- 5 files changed, 54 deletions(-) delete mode 100644 devel/wfut/Makefile delete mode 100644 devel/wfut/distinfo delete mode 100644 devel/wfut/pkg-descr delete mode 100644 devel/wfut/pkg-plist (limited to 'devel') diff --git a/devel/Makefile b/devel/Makefile index 2a554d86716d..c99e5d235a77 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -2183,7 +2183,6 @@ SUBDIR += vstr SUBDIR += vtcl SUBDIR += websvn - SUBDIR += wfut SUBDIR += wininfo SUBDIR += winpdb SUBDIR += wizardkit diff --git a/devel/wfut/Makefile b/devel/wfut/Makefile deleted file mode 100644 index f9e1e20c24a5..000000000000 --- a/devel/wfut/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# New ports collection makefile for: wfut -# Date Created: 04 Oct 2005 -# Whom: Oliver Lehmann -# -# $FreeBSD$ -# - -PORTNAME= wfut -PORTVERSION= 42 -PORTREVISION= 1 -CATEGORIES= devel java -MASTER_SITES= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= oliver - -MAINTAINER= oliver@FreeBSD.org -COMMENT= Software updater tool for WorldForge applications - -USE_BZIP2= yes -USE_JAVA= yes -JAVA_VERSION= 1.5+ -NO_BUILD= yes -USE_X_PREFIX= yes - -do-install: - ${INSTALL_DATA} ${WRKSRC}/WFUT.jar ${PREFIX}/bin -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} -.for docfile in README COPYING - ${INSTALL_DATA} ${WRKSRC}/${docfile} ${DOCSDIR} -.endfor -.endif - -.include diff --git a/devel/wfut/distinfo b/devel/wfut/distinfo deleted file mode 100644 index bfa9f70d8f7e..000000000000 --- a/devel/wfut/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (wfut-42.tar.bz2) = 5abfbe3ec983f4533d3330b9d21f1a4f -SHA256 (wfut-42.tar.bz2) = fba35fcfe758bc4afe0fbbfd7c378f5d2c519470532893641234be9fb5f31d96 -SIZE (wfut-42.tar.bz2) = 123981 diff --git a/devel/wfut/pkg-descr b/devel/wfut/pkg-descr deleted file mode 100644 index 310d1b47ee6d..000000000000 --- a/devel/wfut/pkg-descr +++ /dev/null @@ -1,13 +0,0 @@ -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 diff --git a/devel/wfut/pkg-plist b/devel/wfut/pkg-plist deleted file mode 100644 index bb16b8c43e12..000000000000 --- a/devel/wfut/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -bin/WFUT.jar -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/COPYING -%%PORTDOCS%%@dirrm %%DOCSDIR%% -- cgit