1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00

remove devel/wfut - it is obsolete

This commit is contained in:
Oliver Lehmann 2007-05-27 09:56:19 +00:00
parent 0c6bb0be6c
commit 3c8b128c44
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=191976
6 changed files with 2 additions and 54 deletions

2
MOVED
View File

@ -2960,3 +2960,5 @@ x11/libXfont|x11-fonts/libXfont|2007-05-19|Move to the x11-fonts category
x11-servers/xorg-fontserver|x11-fonts/xfs|2007-05-19|Rename to follow X.org name
x11/xlibs|xorg-libraries|2007-05-25|Replaced by x11/xorg-libraries
multimedia/ffmpeg-devel|multimedia/ffmpeg|2007-05-25|Merged multimedia/ffmpeg-devel into multimedia/ffmpeg
devel/wfut||2007-05-27|Obsolete

View File

@ -2183,7 +2183,6 @@
SUBDIR += vstr
SUBDIR += vtcl
SUBDIR += websvn
SUBDIR += wfut
SUBDIR += wininfo
SUBDIR += winpdb
SUBDIR += wizardkit

View File

@ -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>

View File

@ -1,3 +0,0 @@
MD5 (wfut-42.tar.bz2) = 5abfbe3ec983f4533d3330b9d21f1a4f
SHA256 (wfut-42.tar.bz2) = fba35fcfe758bc4afe0fbbfd7c378f5d2c519470532893641234be9fb5f31d96
SIZE (wfut-42.tar.bz2) = 123981

View File

@ -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

View File

@ -1,4 +0,0 @@
bin/WFUT.jar
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%%%DOCSDIR%%/COPYING
%%PORTDOCS%%@dirrm %%DOCSDIR%%