aboutsummaryrefslogtreecommitdiff
path: root/ftp/wxdfast
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2022-06-30 20:48:41 +0000
committerRene Ladan <rene@FreeBSD.org>2022-06-30 20:48:41 +0000
commit30886720da7c75f76b70811c05c4e68950a7d8a7 (patch)
tree99f28b2fd7a707c5efea79e667d790a3e459b2dd /ftp/wxdfast
parent10b96277e5d911a7461dabfa9719d1a68bd33bf6 (diff)
downloadports-30886720da7c75f76b70811c05c4e68950a7d8a7.tar.gz
ports-30886720da7c75f76b70811c05c4e68950a7d8a7.zip
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/wxdfast')
-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
5 files changed, 0 insertions, 179 deletions
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