diff options
author | rene <rene@FreeBSD.org> | 2015-12-16 04:33:56 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2015-12-16 04:33:56 +0800 |
commit | ca8e88c80b088db1a0083208bb9ffe1e19b2937c (patch) | |
tree | ad99d41fab57b58094f8e1f86859a372843c824a /ftp | |
parent | b6d4ab0315a63db318aac31820ce2435c7fdc160 (diff) | |
download | freebsd-ports-gnome-ca8e88c80b088db1a0083208bb9ffe1e19b2937c.tar.gz freebsd-ports-gnome-ca8e88c80b088db1a0083208bb9ffe1e19b2937c.tar.zst freebsd-ports-gnome-ca8e88c80b088db1a0083208bb9ffe1e19b2937c.zip |
Remove expired ports:
2015-12-09 www/py-django-pipeline12: Django 1.4 extended support ended on 2015-10-01
2015-12-09 www/py-django14: Django 1.4 extended support ended on 2015-10-01
2015-12-12 net/py-pysphere: No longer maintained, please use net/py-pyvmomi by VMware
2015-12-13 ftp/ftpcube: No releases for 8+ years, no supporting newer wxWidget
2015-12-13 astro/libroadnav: No releases for 8+ years, no supporting newer wxWidget
2015-12-13 astro/roadnav: No releases for 8+ years, no supporting newer wxWidget
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/Makefile | 1 | ||||
-rw-r--r-- | ftp/ftpcube/Makefile | 30 | ||||
-rw-r--r-- | ftp/ftpcube/distinfo | 2 | ||||
-rw-r--r-- | ftp/ftpcube/files/patch-libftpcube_connectwin.py | 18 | ||||
-rw-r--r-- | ftp/ftpcube/pkg-descr | 14 |
5 files changed, 0 insertions, 65 deletions
diff --git a/ftp/Makefile b/ftp/Makefile index de0acd7d91b8..dbab318f30ef 100644 --- a/ftp/Makefile +++ b/ftp/Makefile @@ -23,7 +23,6 @@ SUBDIR += fpc-libcurl SUBDIR += frox SUBDIR += ftpcopy - SUBDIR += ftpcube SUBDIR += ftpfind SUBDIR += ftplib SUBDIR += ftpmirror diff --git a/ftp/ftpcube/Makefile b/ftp/ftpcube/Makefile deleted file mode 100644 index e5fa8a0c863c..000000000000 --- a/ftp/ftpcube/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# Created by: ijliao -# $FreeBSD$ - -PORTNAME= ftpcube -PORTVERSION= 0.5.1 -PORTREVISION= 10 -CATEGORIES= ftp python -MASTER_SITES= SF - -MAINTAINER= ports@FreeBSD.org -COMMENT= Graphical FTP Client - -LICENSE= ART10 - -DEPRECATED= No releases for 8+ years, no supporting newer wxWidget -EXPIRATION_DATE= 2015-12-13 - -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/paramiko/__init__.py:${PORTSDIR}/security/py-paramiko - -USES= python -USE_PYTHON= distutils autoplist -USE_WX= 2.6+ -WX_COMPS= python -WX_UNICODE= yes - -post-patch: - @${REINPLACE_CMD} 's,/usr/local,${PREFIX},' ${WRKSRC}/setup.cfg - @${ECHO_CMD} record=installed-files.log >> ${WRKSRC}/setup.cfg - -.include <bsd.port.mk> diff --git a/ftp/ftpcube/distinfo b/ftp/ftpcube/distinfo deleted file mode 100644 index 23b236cd8bed..000000000000 --- a/ftp/ftpcube/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (ftpcube-0.5.1.tar.gz) = 1c2915acd1a5013aafdde1088d82e2b767a95327e8494fd23495fcce50409c67 -SIZE (ftpcube-0.5.1.tar.gz) = 136786 diff --git a/ftp/ftpcube/files/patch-libftpcube_connectwin.py b/ftp/ftpcube/files/patch-libftpcube_connectwin.py deleted file mode 100644 index 5b1b968bbf6b..000000000000 --- a/ftp/ftpcube/files/patch-libftpcube_connectwin.py +++ /dev/null @@ -1,18 +0,0 @@ ---- libftpcube/connectwin.py.orig 2009-05-01 23:03:48.000000000 +0200 -+++ libftpcube/connectwin.py 2009-05-01 23:11:30.000000000 +0200 -@@ -477,7 +477,7 @@ - - def onBrowseClicked(self, event): - """Displays a browser window to select a local directory.""" -- path = messages.displayFileDialog(self, _("Ftpcube - Browse")) -+ path = messages.displayDirDialog(self, _("Ftpcube - Browse")) - if path: - self.local_entry.SetValue(path) - -@@ -664,4 +664,4 @@ - 'delay' : int(self.delay_entry.GetValue()), - 'passive' : bool(self.passive_button.GetValue()), - } -- return opts -\ No newline at end of file -+ return opts diff --git a/ftp/ftpcube/pkg-descr b/ftp/ftpcube/pkg-descr deleted file mode 100644 index 743989c0ec00..000000000000 --- a/ftp/ftpcube/pkg-descr +++ /dev/null @@ -1,14 +0,0 @@ -FtpCube is a multi-platform, graphical FTP client written in python, using -GTK bindings. FtpCube interface is based on LeechFTP by Jan Debis but its -codebase has been developed from scratch. FtpCube aims to provide a high -quality user interface, as well as a rich feature set. - -Ftpcube offers a myriad of features including: - - - Threaded browsing and multi-threaded downloading - - Queuing of file transfers - - Site Management - - Recursive transfers - - ... and more - -WWW: http://ftpcube.sourceforge.net/ |