aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authoroliver <oliver@FreeBSD.org>2007-05-27 17:56:19 +0800
committeroliver <oliver@FreeBSD.org>2007-05-27 17:56:19 +0800
commite8db8daec9d2f442b629e8e361e599822054e07a (patch)
treebe96888f6871d6f3b62f208bbdcb7d0f3f800f3c /devel
parentd8072dbc96d58cafc16340dee9a9b457a846cb70 (diff)
downloadfreebsd-ports-gnome-e8db8daec9d2f442b629e8e361e599822054e07a.tar.gz
freebsd-ports-gnome-e8db8daec9d2f442b629e8e361e599822054e07a.tar.zst
freebsd-ports-gnome-e8db8daec9d2f442b629e8e361e599822054e07a.zip
remove devel/wfut - it is obsolete
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile1
-rw-r--r--devel/wfut/Makefile33
-rw-r--r--devel/wfut/distinfo3
-rw-r--r--devel/wfut/pkg-descr13
-rw-r--r--devel/wfut/pkg-plist4
5 files changed, 0 insertions, 54 deletions
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 <oliver@FreeBSD.org>
-#
-# $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 <bsd.port.mk>
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%%