Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/freebsd/freebsd-ports.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2022-06-30 23:48:41 +0300
committerRene Ladan <rene@FreeBSD.org>2022-06-30 23:48:41 +0300
commit30886720da7c75f76b70811c05c4e68950a7d8a7 (patch)
tree99f28b2fd7a707c5efea79e667d790a3e459b2dd /ftp
parent10b96277e5d911a7461dabfa9719d1a68bd33bf6 (diff)
cleanup: Remove expired ports:
2022-06-30 databases/pgpool-II-36: Upstream support ended use databases/pgpool-II-43 2022-06-30 ftp/multiget: Last release in 2007, doesn't support https, depends on deprecated wxgtk28 and dead upstream. Please consider using net/uget 2022-06-30 devel/electron13: EOLed upstream, switch to newer version 2022-06-30 ftp/puf: Last release in 2006, doesn't support https and upstream is dead. Please consider using www/aria2 2022-06-30 security/gss: Abandonware, last release in 2014 and no development since 2022-06-30 security/shishi: Abandonware, last release in 2013 and no development since 2022-06-30 ftp/urlgfe 2022-06-30 www/nspluginwrapper: Abandonware, last release in 2011 and upstream is dead. NPAPI plugins are now obsolete and depends on deprecated library GTK 2 2022-06-30 devel/govendor: Use Go modules 2022-06-30 devel/racer: Racer is not actively developped now. Please consider using newer software such as devel/rust-analyzer. 2022-06-30 net-mgmt/unifi6: No longer maintained by upstream 2022-06-30 devel/dep: Use Go modules 2022-06-30 databases/libgda5-bdb: Depends on deprecated databases/db5 2022-06-30 emulators/qemu5: Use emulators/qemu6 or emulators/qemu 2022-06-30 deskutils/bitcollider: bitzi.com is no longer available, closed down in 2013 2022-06-30 converters/htx: XHTML is considered obsolete in favor of HTML5 2022-06-30 www/getleft: Abandonware last updated on 2008 2022-06-30 ftp/wxdfast: Last release in 2009, doesn't support https, depends on deprecated wxgtk28 and dead upstream. Please consider using net/uget
Diffstat (limited to 'ftp')
-rw-r--r--ftp/Makefile4
-rw-r--r--ftp/multiget/Makefile44
-rw-r--r--ftp/multiget/distinfo2
-rw-r--r--ftp/multiget/files/patch-common.h11
-rw-r--r--ftp/multiget/files/patch-mgftpbase.cpp11
-rw-r--r--ftp/multiget/pkg-descr9
-rw-r--r--ftp/puf/Makefile19
-rw-r--r--ftp/puf/distinfo2
-rw-r--r--ftp/puf/pkg-descr7
-rw-r--r--ftp/urlgfe/Makefile45
-rw-r--r--ftp/urlgfe/distinfo2
-rw-r--r--ftp/urlgfe/pkg-descr11
-rw-r--r--ftp/urlgfe/pkg-plist12
-rw-r--r--ftp/wxdfast/Makefile38
-rw-r--r--ftp/wxdfast/distinfo2
-rw-r--r--ftp/wxdfast/files/patch-src__FinishedList.cpp20
-rw-r--r--ftp/wxdfast/pkg-descr21
-rw-r--r--ftp/wxdfast/pkg-plist98
18 files changed, 0 insertions, 358 deletions
diff --git a/ftp/Makefile b/ftp/Makefile
index 0ddd0b1194f4..2ca7c730a9d9 100644
--- a/ftp/Makefile
+++ b/ftp/Makefile
@@ -36,7 +36,6 @@
SUBDIR += libfilezilla
SUBDIR += linux-c7-curl
SUBDIR += mirror
- SUBDIR += multiget
SUBDIR += ncftp3
SUBDIR += net2ftp
SUBDIR += netdumpd
@@ -67,7 +66,6 @@
SUBDIR += proftpd
SUBDIR += proftpd-mod_vroot
SUBDIR += profxp
- SUBDIR += puf
SUBDIR += pure-ftpd
SUBDIR += py-aioftp
SUBDIR += py-ftputil
@@ -88,7 +86,6 @@
SUBDIR += tnftpd
SUBDIR += twoftpd
SUBDIR += uftp
- SUBDIR += urlgfe
SUBDIR += vsftpd
SUBDIR += vsftpd-ext
SUBDIR += waiho
@@ -96,7 +93,6 @@
SUBDIR += wget
SUBDIR += wmget
SUBDIR += wput
- SUBDIR += wxdfast
SUBDIR += wzdftpd
SUBDIR += yafc
diff --git a/ftp/multiget/Makefile b/ftp/multiget/Makefile
deleted file mode 100644
index d65bea9ddce1..000000000000
--- a/ftp/multiget/Makefile
+++ /dev/null
@@ -1,44 +0,0 @@
-# Created by: alepulver
-
-PORTNAME= multiget
-PORTVERSION= 1.1.3
-PORTREVISION= 12
-CATEGORIES= ftp www
-MASTER_SITES= SF/${PORTNAME}/OldFiles
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= HTTP/FTP downloader with a nice GUI
-
-LICENSE= GPLv2+
-
-DEPRECATED= Last release in 2007, doesn't support https, depends on deprecated wxgtk28 and dead upstream. Please consider using net/uget
-EXPIRATION_DATE=2022-06-30
-
-WRKSRC_SUBDIR= src
-
-USES= alias compiler:c++11-lang dos2unix
-USE_WX= 2.8
-MAKEFILE= makefile
-ALL_TARGET= MultiGet
-
-PLIST_FILES= bin/${PORTNAME} share/pixmaps/MultiGet.png
-
-DESKTOP_ENTRIES="MultiGet" "" "${PREFIX}/share/pixmaps/MultiGet.png" \
- "${PORTNAME}" "" ""
-
-post-patch:
- @${REINPLACE_CMD} -e \
- 's|$$(CC)|$$(CXX)| ; \
- s|$$(CFLAGS)|$$(CXXFLAGS)| ; \
- s|^CC =|CXX ?=| ; \
- s|^CFLAGS =|CXXFLAGS +=| ; \
- s| -O2 | | ; \
- s| -s | | ; \
- s|wx-config|$${WX_CONFIG}|' \
- ${WRKSRC}/${MAKEFILE}
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/MultiGet ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
- ${INSTALL_DATA} ${WRKSRC}/../MultiGet.png ${STAGEDIR}${PREFIX}/share/pixmaps
-
-.include <bsd.port.mk>
diff --git a/ftp/multiget/distinfo b/ftp/multiget/distinfo
deleted file mode 100644
index faad7bb61d3e..000000000000
--- a/ftp/multiget/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (multiget-1.1.3.tar.gz) = 8d0651d16298f6a84c98662d8e1a9bfc481c0c5262c3a9e2d916cfb72fc810e3
-SIZE (multiget-1.1.3.tar.gz) = 798439
diff --git a/ftp/multiget/files/patch-common.h b/ftp/multiget/files/patch-common.h
deleted file mode 100644
index 5625ac2f3481..000000000000
--- a/ftp/multiget/files/patch-common.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- common.h.orig 2016-08-15 13:26:19 UTC
-+++ common.h
-@@ -24,6 +24,8 @@
- #ifndef _COMMON_H
- #define _COMMON_H
-
-+#include <cstring>
-+#include <cstdlib>
- #include <string>
- #include <vector>
- #include <list>
diff --git a/ftp/multiget/files/patch-mgftpbase.cpp b/ftp/multiget/files/patch-mgftpbase.cpp
deleted file mode 100644
index d36af91d376a..000000000000
--- a/ftp/multiget/files/patch-mgftpbase.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- mgftpbase.cpp.orig 2016-08-15 13:26:19 UTC
-+++ mgftpbase.cpp
-@@ -22,6 +22,8 @@
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-+#include <cstdlib>
-+
- #ifdef WIN32
- #include <winsock2.h>
- #endif
diff --git a/ftp/multiget/pkg-descr b/ftp/multiget/pkg-descr
deleted file mode 100644
index 31e3d7e22ae1..000000000000
--- a/ftp/multiget/pkg-descr
+++ /dev/null
@@ -1,9 +0,0 @@
-MultiGet is an easy-to-use GUI file downloader for Linux/Unix/BSDs/Windows.
-It's programmed by C++ and GUI is based on wxWidgets. It supports http/ftp
-protocol which covers most user's requirement. It supports multi-task with
-multi-thread on multi-server. It supports resume download if server side have
-resume feature, and if you like, you can reconfig the thread number without
-stopping the going task. It's also support SOCKS 4, 4a, 5 proxy, ftp proxy,
-http proxy.
-
-WWW: http://multiget.sourceforge.net/
diff --git a/ftp/puf/Makefile b/ftp/puf/Makefile
deleted file mode 100644
index 0ca52ea992a0..000000000000
--- a/ftp/puf/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org>
-
-PORTNAME= puf
-PORTVERSION= 1.0.0
-CATEGORIES= ftp www
-MASTER_SITES= SF
-
-MAINTAINER= jharris@widomaker.com
-COMMENT= Parallel HTTP downloader similar to wget
-
-DEPRECATED= Last release in 2006, doesn't support https and upstream is dead. Please consider using www/aria2
-EXPIRATION_DATE=2022-06-30
-
-GNU_CONFIGURE= yes
-
-PLIST_FILES= bin/puf \
- man/man1/puf.1.gz
-
-.include <bsd.port.mk>
diff --git a/ftp/puf/distinfo b/ftp/puf/distinfo
deleted file mode 100644
index e534917c7cd6..000000000000
--- a/ftp/puf/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (puf-1.0.0.tar.gz) = 3f1602057dc47debeb54effc2db9eadcffae266834389bdbf5ab14fc611eeaf0
-SIZE (puf-1.0.0.tar.gz) = 153540
diff --git a/ftp/puf/pkg-descr b/ftp/puf/pkg-descr
deleted file mode 100644
index 255ba65eb823..000000000000
--- a/ftp/puf/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-puf is a download tool for UNIX-like systems. You may use it to
-download single files or to mirror entire servers. It is similar to
-GNU wget (and has a partly compatible command line), but has the
-ability to do many downloads in parallel. This is very interesting,
-if you have a high-bandwidth internet connection.
-
-WWW: http://puf.sourceforge.net/
diff --git a/ftp/urlgfe/Makefile b/ftp/urlgfe/Makefile
deleted file mode 100644
index a1a1cfac16ce..000000000000
--- a/ftp/urlgfe/Makefile
+++ /dev/null
@@ -1,45 +0,0 @@
-# Created by: Nosov Artem <chip-set@mail.ru>
-
-PORTNAME= urlgfe
-PORTVERSION= 0.7.1
-PORTREVISION= 17
-CATEGORIES= ftp www
-MASTER_SITES= SF/urlget/Urlgfe%20%28legacy%29/${PORTVERSION}
-
-MAINTAINER= chip-set@mail.ru
-COMMENT= Download manager
-
-DEPRECATE= Outdated and deprecated upstream, last release was in 2008 (1.0.3) and it depends on deprecated library GTK 2
-EXPIRATION_DATE=2022-06-30
-
-LIB_DEPENDS= libcurl.so:ftp/curl
-
-GNU_CONFIGURE= yes
-USES= dos2unix gnome libtool pkgconfig ssl
-USE_GNOME= gtk20
-
-OPTIONS_DEFINE= DOCS NLS
-NLS_USES= gettext
-NLS_CONFIGURE_ENABLE= nls
-
-CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
-
-post-patch:
- @${FIND} ${WRKSRC} -type f | ${XARGS} ${TOUCH} -f
- @${REINPLACE_CMD} -e 's|[$$]{prefix}/doc/urlgfe|${DOCSDIR}|g' \
- ${WRKSRC}/Makefile.in
- @${REINPLACE_CMD} \
- 's|/usr/share/pixmaps/urlgfe/urlgfe_icon|${PREFIX}/share/pixmaps/urlgfe-icon|' \
- ${WRKSRC}/${PORTNAME}.desktop
- @${REINPLACE_CMD} -e 's| -g| ${CFLAGS}|g' \
- ${WRKSRC}/src/Makefile.in
- @${REINPLACE_CMD} -e 's|@MKINSTALLDIRS@|$$(top_srcdir)/@MKINSTALLDIRS@|g ; \
- s|[$$][(]top_builddir[)]/[$$][(]MKINSTALLDIRS[)]|$$(top_srcdir)/mkinstalldirs|g' \
- ${WRKSRC}/po/Makefile.in.in
-
-post-install:
- @${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.desktop ${STAGEDIR}${DESKTOPDIR}
- @${INSTALL_DATA} ${WRKSRC}/pixmaps/${PORTNAME}-icon.png ${STAGEDIR}${PREFIX}/share/pixmaps
-
-.include <bsd.port.mk>
diff --git a/ftp/urlgfe/distinfo b/ftp/urlgfe/distinfo
deleted file mode 100644
index 03477f892f72..000000000000
--- a/ftp/urlgfe/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (urlgfe-0.7.1.tar.gz) = 658e7ed98917691e5bc006946c639fcc1efc22c8513b10c765e4cf737731d8fd
-SIZE (urlgfe-0.7.1.tar.gz) = 464100
diff --git a/ftp/urlgfe/pkg-descr b/ftp/urlgfe/pkg-descr
deleted file mode 100644
index 003cc160ca28..000000000000
--- a/ftp/urlgfe/pkg-descr
+++ /dev/null
@@ -1,11 +0,0 @@
-UrlGfe is a download manager.
-
-List of features:
-- user can classify URLs before downloading
-- every category has independent of configuration that can be inherited by
- download
-- batch mode can generate URLs
-- supports import URLs from .html files
-- supports export URLs ( for wget -i )
-
-WWW: http://urlget.sourceforge.net/
diff --git a/ftp/urlgfe/pkg-plist b/ftp/urlgfe/pkg-plist
deleted file mode 100644
index b87fb9e90691..000000000000
--- a/ftp/urlgfe/pkg-plist
+++ /dev/null
@@ -1,12 +0,0 @@
-bin/urlgfe
-%%PORTDOCS%%%%DOCSDIR%%/ABOUT-NLS
-%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
-%%PORTDOCS%%%%DOCSDIR%%/COPYING
-%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
-%%PORTDOCS%%%%DOCSDIR%%/INSTALL
-%%PORTDOCS%%%%DOCSDIR%%/NEWS
-%%PORTDOCS%%%%DOCSDIR%%/README
-%%PORTDOCS%%%%DOCSDIR%%/TODO
-share/applications/urlgfe.desktop
-share/locale/zh_TW/LC_MESSAGES/urlgfe.mo
-share/pixmaps/urlgfe-icon.png
diff --git a/ftp/wxdfast/Makefile b/ftp/wxdfast/Makefile
deleted file mode 100644
index 380f8093c345..000000000000
--- a/ftp/wxdfast/Makefile
+++ /dev/null
@@ -1,38 +0,0 @@
-# Created by: alepulver
-
-PORTNAME= wxdfast
-PORTVERSION= 0.6.0
-PORTREVISION= 13
-CATEGORIES= ftp www
-MASTER_SITES= SF/dfast/wxDownload%20Fast/${PORTVERSION}
-DISTNAME= ${PORTNAME}_${PORTVERSION}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Multithread and multi-platform download manager
-
-LICENSE= GPLv2
-LICENSE_FILE= ${WRKSRC}/COPYING
-
-BROKEN_armv6= fails to compile: no matching member function for call to 'Read'
-BROKEN_armv7= fails to compile: no matching member function for call to 'Read'
-DEPRECATED= Last release in 2009, doesn't support https, depends on deprecated wxgtk28 and dead upstream. Please consider using net/uget
-EXPIRATION_DATE=2022-06-30
-
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
-
-USES= autoreconf compiler:c++11-lang gettext libtool
-USE_WX= 2.8+
-WX_CONF_ARGS= relative
-GNU_CONFIGURE= yes
-CONFIGURE_ENV= WXRC="${WXRC_CMD}"
-INSTALL_TARGET= install-strip
-
-post-patch:
- @${REINPLACE_CMD} -e \
- 's|pt_BR||' ${WRKSRC}/man/Makefile.am
- @${REINPLACE_CMD} -e \
- 's|^CFLAGS |AM_CFLAGS | ; \
- s|^CXXFLAGS |AM_CXXFLAGS | ; \
- s|-O2 ||' ${WRKSRC}/src/Makefile.am
-
-.include <bsd.port.mk>
diff --git a/ftp/wxdfast/distinfo b/ftp/wxdfast/distinfo
deleted file mode 100644
index c9bf5105391c..000000000000
--- a/ftp/wxdfast/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (wxdfast_0.6.0.tar.gz) = 3be75a054225007e10bf7de11719952e2fa9d5bb5bf10d4b47f017fe4ecd5d91
-SIZE (wxdfast_0.6.0.tar.gz) = 931335
diff --git a/ftp/wxdfast/files/patch-src__FinishedList.cpp b/ftp/wxdfast/files/patch-src__FinishedList.cpp
deleted file mode 100644
index 99f8560fca33..000000000000
--- a/ftp/wxdfast/files/patch-src__FinishedList.cpp
+++ /dev/null
@@ -1,20 +0,0 @@
---- src/FinishedList.cpp.orig 2007-03-11 22:45:24 UTC
-+++ src/FinishedList.cpp
-@@ -203,7 +203,7 @@ void mFinishedList::SelectUnselect(bool
- wxDateTime date;
- value = 0;
- config->Read(START_REG,&value);
-- date.Set(value);
-+ date.Set((time_t)value);
- infolist->SetItem(5,1,date.Format());
- }
-
-@@ -211,7 +211,7 @@ void mFinishedList::SelectUnselect(bool
- wxDateTime date;
- value = 0;
- config->Read(END_REG,&value);
-- date.Set(value);
-+ date.Set((time_t)value);
- infolist->SetItem(6,1,date.Format());
- }
-
diff --git a/ftp/wxdfast/pkg-descr b/ftp/wxdfast/pkg-descr
deleted file mode 100644
index 909c9ecb329b..000000000000
--- a/ftp/wxdfast/pkg-descr
+++ /dev/null
@@ -1,21 +0,0 @@
-wxDownload Fast (also known as wxDFast) is an open source download manager. It
-is multi-platform and builds on Windows(2k,XP), Linux and Mac OS X. Besides
-that, it is a multi-threaded download manager. This means that it can split a
-file into several pieces and download the pieces simultaneously.
-
-Features:
-
-* Faster downloads (with Segmented/Multi-threaded/Accelerated transfers).
-* Download resuming (Pause and restart where you stopped).
-* Download scheduling.
-* Organizes files you have already downloaded.
-* View server messages (HTTP, FTP, file://). No HTTPS support.
-* Available in multiple languages and easily translated. Now available in
- Portuguese [Brazil], Spanish, English, German, Russian, Hungarian, Armenian
- and Indonesian.
-* Connection to FTP servers which require a password.
-* Calculates the MD5 checksum of downloaded files so they can be easily.
- verified.
-* Metalink support.
-
-WWW: http://dfast.sourceforge.net/
diff --git a/ftp/wxdfast/pkg-plist b/ftp/wxdfast/pkg-plist
deleted file mode 100644
index eb8dfe01b59e..000000000000
--- a/ftp/wxdfast/pkg-plist
+++ /dev/null
@@ -1,98 +0,0 @@
-bin/wxdfast
-man/man1/wxdfast.1.gz
-share/applications/wxdfast.desktop
-share/locale/cs/LC_MESSAGES/wxDFast.mo
-share/locale/de/LC_MESSAGES/wxDFast.mo
-share/locale/es/LC_MESSAGES/wxDFast.mo
-share/locale/fr/LC_MESSAGES/wxDFast.mo
-share/locale/hu/LC_MESSAGES/wxDFast.mo
-share/locale/id/LC_MESSAGES/wxDFast.mo
-share/locale/nl/LC_MESSAGES/wxDFast.mo
-share/locale/pl/LC_MESSAGES/wxDFast.mo
-share/locale/pt_BR/LC_MESSAGES/wxDFast.mo
-share/locale/ru/LC_MESSAGES/wxDFast.mo
-share/locale/tr/LC_MESSAGES/wxDFast.mo
-share/pixmaps/wxdfast.png
-%%DATADIR%%/RipStop/icon/dfast48x48.png
-%%DATADIR%%/RipStop/icon/wxdfast.ico
-%%DATADIR%%/RipStop/icon/wxdfast.png
-%%DATADIR%%/RipStop/license.txt
-%%DATADIR%%/RipStop/logo/about.png
-%%DATADIR%%/RipStop/menubar/about.png
-%%DATADIR%%/RipStop/menubar/completed.png
-%%DATADIR%%/RipStop/menubar/copydata.png
-%%DATADIR%%/RipStop/menubar/copyurl.png
-%%DATADIR%%/RipStop/menubar/details.png
-%%DATADIR%%/RipStop/menubar/downloading.png
-%%DATADIR%%/RipStop/menubar/error.png
-%%DATADIR%%/RipStop/menubar/find.png
-%%DATADIR%%/RipStop/menubar/graph.png
-%%DATADIR%%/RipStop/menubar/help.png
-%%DATADIR%%/RipStop/menubar/new.png
-%%DATADIR%%/RipStop/menubar/options.png
-%%DATADIR%%/RipStop/menubar/pasteurl.png
-%%DATADIR%%/RipStop/menubar/pause.png
-%%DATADIR%%/RipStop/menubar/progressbar.png
-%%DATADIR%%/RipStop/menubar/properties.png
-%%DATADIR%%/RipStop/menubar/quit.png
-%%DATADIR%%/RipStop/menubar/remove.png
-%%DATADIR%%/RipStop/menubar/schedule.png
-%%DATADIR%%/RipStop/menubar/scheduled.png
-%%DATADIR%%/RipStop/menubar/start.png
-%%DATADIR%%/RipStop/menubar/startall.png
-%%DATADIR%%/RipStop/menubar/stop.png
-%%DATADIR%%/RipStop/menubar/stopall.png
-%%DATADIR%%/RipStop/preview/ripstop.png
-%%DATADIR%%/RipStop/preview/wxdownloads_small.png
-%%DATADIR%%/RipStop/readme.txt
-%%DATADIR%%/RipStop/svg/ripstop.svg
-%%DATADIR%%/RipStop/svg/wxdownloads_small.svg
-%%DATADIR%%/RipStop/toolbar/download_info.png
-%%DATADIR%%/RipStop/toolbar/download_move_down.png
-%%DATADIR%%/RipStop/toolbar/download_move_up.png
-%%DATADIR%%/RipStop/toolbar/download_new.png
-%%DATADIR%%/RipStop/toolbar/download_remove.png
-%%DATADIR%%/RipStop/toolbar/download_schedule.png
-%%DATADIR%%/RipStop/toolbar/download_start.png
-%%DATADIR%%/RipStop/toolbar/download_start_all.png
-%%DATADIR%%/RipStop/toolbar/download_stop.png
-%%DATADIR%%/RipStop/toolbar/download_stop_all.png
-%%DATADIR%%/boxabout.xrc
-%%DATADIR%%/boxnew.xrc
-%%DATADIR%%/boxoptions.xrc
-%%DATADIR%%/images.xrc
-%%DATADIR%%/mainwindow.xrc
-%%DATADIR%%/menubar.xrc
-%%DATADIR%%/toolbar.xrc
-%%DATADIR%%/xpm/big/close.xpm
-%%DATADIR%%/xpm/big/down.xpm
-%%DATADIR%%/xpm/big/new.xpm
-%%DATADIR%%/xpm/big/properties.xpm
-%%DATADIR%%/xpm/big/remove.xpm
-%%DATADIR%%/xpm/big/schedule.xpm
-%%DATADIR%%/xpm/big/start.xpm
-%%DATADIR%%/xpm/big/startall.xpm
-%%DATADIR%%/xpm/big/stop.xpm
-%%DATADIR%%/xpm/big/stopall.xpm
-%%DATADIR%%/xpm/big/up.xpm
-%%DATADIR%%/xpm/small/error.xpm
-%%DATADIR%%/xpm/small/exit.xpm
-%%DATADIR%%/xpm/small/graph.xpm
-%%DATADIR%%/xpm/small/new.xpm
-%%DATADIR%%/xpm/small/noresume.xpm
-%%DATADIR%%/xpm/small/ok.xpm
-%%DATADIR%%/xpm/small/options.xpm
-%%DATADIR%%/xpm/small/paste.xpm
-%%DATADIR%%/xpm/small/progress.xpm
-%%DATADIR%%/xpm/small/properties.xpm
-%%DATADIR%%/xpm/small/queue.xpm
-%%DATADIR%%/xpm/small/remove.xpm
-%%DATADIR%%/xpm/small/resume.xpm
-%%DATADIR%%/xpm/small/schedule.xpm
-%%DATADIR%%/xpm/small/start.xpm
-%%DATADIR%%/xpm/small/startall.xpm
-%%DATADIR%%/xpm/small/stop.xpm
-%%DATADIR%%/xpm/small/stopall.xpm
-%%DATADIR%%/xpm/small/wxdfast.xpm
-%%DATADIR%%/xpm/wxdfast.ico
-%%DATADIR%%/xpm/wxdfast.xpm