summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
Diffstat (limited to 'net')
-rw-r--r--net/Makefile2
-rw-r--r--net/py-ldaptor/Makefile38
-rw-r--r--net/py-ldaptor/distinfo2
-rw-r--r--net/py-ldaptor/files/patch-setup.py10
-rw-r--r--net/py-ldaptor/pkg-descr12
-rw-r--r--net/tucan/Makefile50
-rw-r--r--net/tucan/distinfo2
-rw-r--r--net/tucan/files/patch-core__dependencies.py11
-rw-r--r--net/tucan/files/patch-core__tesseract.py15
-rw-r--r--net/tucan/files/patch-core_config.py20
-rw-r--r--net/tucan/pkg-descr11
-rw-r--r--net/tucan/pkg-plist195
12 files changed, 0 insertions, 368 deletions
diff --git a/net/Makefile b/net/Makefile
index d708f749212e..7cd605c77be4 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -1044,7 +1044,6 @@
SUBDIR += py-ldap0
SUBDIR += py-ldap3
SUBDIR += py-ldappool
- SUBDIR += py-ldaptor
SUBDIR += py-libcloud
SUBDIR += py-libdnet
SUBDIR += py-libfte
@@ -1478,7 +1477,6 @@
SUBDIR += tshark
SUBDIR += tshark-lite
SUBDIR += tsocks
- SUBDIR += tucan
SUBDIR += turnserver
SUBDIR += twitux
SUBDIR += u6rd
diff --git a/net/py-ldaptor/Makefile b/net/py-ldaptor/Makefile
deleted file mode 100644
index 8b06936ac96c..000000000000
--- a/net/py-ldaptor/Makefile
+++ /dev/null
@@ -1,38 +0,0 @@
-# Created by: bra@fsn.hu
-# $FreeBSD$
-
-PORTNAME= ldaptor
-PORTVERSION= 0.0.43
-PORTREVISION= 2
-CATEGORIES= net python
-MASTER_SITES= http://ftp.fsn.hu/contrib/bra/ldaptor/
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-DISTNAME= ldaptor-${PORTVERSION}-${GITVERSION}
-
-MAINTAINER= bra@fsn.hu
-COMMENT= Pure-python LDAP module for Twisted
-
-BROKEN= unfetchable
-DEPRECATED= Broken, uses EOLed python27
-EXPIRATION_DATE= 2020-02-19
-
-LICENSE= MIT LGPL21+
-LICENSE_COMB= multi
-
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyparsing>=0:devel/py-pyparsing@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}openssl>=0:security/py-openssl@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}twisted>=0:devel/py-twisted@${PY_FLAVOR}
-
-GITVERSION= aad8ded658b36337a08aeb7402b6b67eb8771bea
-
-NO_ARCH= yes
-USES= gettext python:2.7
-USE_PYTHON= distutils autoplist
-
-PYDISTUTILS_INSTALL_TARGET= install_locale install
-PYDISTUTILS_BUILD_TARGET= build_locale build
-
-PLIST_FILES= share/locale/fi/LC_MESSAGES/ldaptor-webui.mo \
- share/locale/fr/LC_MESSAGES/ldaptor-webui.mo
-
-.include <bsd.port.mk>
diff --git a/net/py-ldaptor/distinfo b/net/py-ldaptor/distinfo
deleted file mode 100644
index 4a37388f969b..000000000000
--- a/net/py-ldaptor/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (ldaptor-0.0.43-aad8ded658b36337a08aeb7402b6b67eb8771bea.tar.gz) = 530a47b7415b67125aea0a620345f058f11e48bc86b236bb1d82d4343ab36cd4
-SIZE (ldaptor-0.0.43-aad8ded658b36337a08aeb7402b6b67eb8771bea.tar.gz) = 228247
diff --git a/net/py-ldaptor/files/patch-setup.py b/net/py-ldaptor/files/patch-setup.py
deleted file mode 100644
index 527e1b8cd536..000000000000
--- a/net/py-ldaptor/files/patch-setup.py
+++ /dev/null
@@ -1,10 +0,0 @@
---- setup.py.orig 2011-06-10 07:02:47 UTC
-+++ setup.py
-@@ -154,7 +154,6 @@ from the command line.
- 'build_locale': build_locale,
- 'clean': clean,
- 'clean_locale': clean_locale,
-- 'install': install,
- 'install_locale': install_locale,
- },
-
diff --git a/net/py-ldaptor/pkg-descr b/net/py-ldaptor/pkg-descr
deleted file mode 100644
index d34d6291f518..000000000000
--- a/net/py-ldaptor/pkg-descr
+++ /dev/null
@@ -1,12 +0,0 @@
-Ldaptor is a pure-Python library that implements:
-
- * LDAP client logic
- * separately-accessible LDAP and BER protocol message generation/parsing
- * ASCII-format LDAP filter generation and parsing
- * LDIF format data generation
- * Samba password changing logic
-
-Also included is a web-based user interface to search and edit information in
-an LDAP directory and a set of LDAP utilities for use from the command line.
-
-WWW: https://github.com/antong/ldaptor
diff --git a/net/tucan/Makefile b/net/tucan/Makefile
deleted file mode 100644
index c45fc8431cf1..000000000000
--- a/net/tucan/Makefile
+++ /dev/null
@@ -1,50 +0,0 @@
-# Created by: Gustau Perez Querol <gustau.perez@gmail.com>
-# $FreeBSD$
-
-PORTNAME= tucan
-PORTVERSION= 0.3.10
-PORTREVISION= 3
-CATEGORIES= net
-MASTER_SITES= http://forja.rediris.es/frs/download.php/2051/
-
-MAINTAINER= gustau.perez@gmail.com
-COMMENT= Tucan Manager aids file-sharing with 1-click hosters
-
-BROKEN= unfetchable
-DEPRECATED= Broken, uses EOLed python27
-EXPIRATION_DATE= 2020-02-19
-
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow@${PY_FLAVOR} \
- ${LOCALBASE}/bin/cntraining:graphics/tesseract
-
-NO_BUILD= yes
-USE_GNOME= pygtk2 librsvg2
-
-USES= gettext gnome python:2.7
-
-post-patch:
- ${REINPLACE_CMD} -Ee 's|#! /usr/bin/env python|#! ${PYTHON_CMD}|' ${WRKSRC}/tucan.py
-
-# remove .orig leftovers from files/patch-*
-pre-install:
- ${RM} ${WRKSRC}/core/*.orig
-
-do-install:
- ${MKDIR} ${STAGEDIR}${DATADIR}
- ${MKDIR} ${STAGEDIR}${DATADIR}/core
- ${MKDIR} ${STAGEDIR}${DATADIR}/default_plugins
- ${MKDIR} ${STAGEDIR}${DATADIR}/i18n
- ${MKDIR} ${STAGEDIR}${DATADIR}/media
- ${MKDIR} ${STAGEDIR}${DATADIR}/ui
- ${INSTALL_SCRIPT} ${WRKSRC}/tucan.py ${STAGEDIR}${PREFIX}/share/tucan/
- ${LN} -s ${PREFIX}/share/tucan/tucan.py ${STAGEDIR}${PREFIX}/bin/tucan
- (cd ${WRKSRC}/core/ && ${COPYTREE_SHARE} \* ${STAGEDIR}${DATADIR}/core/)
- (cd ${WRKSRC}/default_plugins/ && ${COPYTREE_SHARE} \* ${STAGEDIR}${DATADIR}/default_plugins/)
- (cd ${WRKSRC}/i18n/ && ${COPYTREE_SHARE} \* ${STAGEDIR}${DATADIR}/i18n/)
- (cd ${WRKSRC}/media/ && ${COPYTREE_SHARE} \* ${STAGEDIR}${DATADIR}/media/)
- (cd ${WRKSRC}/ui/ && ${COPYTREE_SHARE} \* ${STAGEDIR}${DATADIR}/ui/)
- ${INSTALL_DATA} ${WRKSRC}/media/tucan.png ${STAGEDIR}${PREFIX}/share/pixmaps/
- ${INSTALL_MAN} ${WRKSRC}/tucan.1.gz ${STAGEDIR}${PREFIX}/man/man1/
- ${INSTALL} ${WRKSRC}/tucan.desktop ${STAGEDIR}${PREFIX}/share/applications/
-
-.include <bsd.port.mk>
diff --git a/net/tucan/distinfo b/net/tucan/distinfo
deleted file mode 100644
index 1d303545ae2a..000000000000
--- a/net/tucan/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (tucan-0.3.10.tar.gz) = 41c4e68de970eb4388b41fa75b7c38142b989483318490abf8af377303c99e5c
-SIZE (tucan-0.3.10.tar.gz) = 545190
diff --git a/net/tucan/files/patch-core__dependencies.py b/net/tucan/files/patch-core__dependencies.py
deleted file mode 100644
index e2925392d1c3..000000000000
--- a/net/tucan/files/patch-core__dependencies.py
+++ /dev/null
@@ -1,11 +0,0 @@
---- core/dependencies.py.orig 2014-10-06 16:41:03 UTC
-+++ core/dependencies.py
-@@ -55,7 +55,7 @@
- """"""
- self.checked[cons.DEPENDENCY_TESSERACT] = None
- try:
-- import Image
-+ from PIL import Image
- except:
- message = "PIL not found."
- self.checked[cons.DEPENDENCY_TESSERACT] = message
diff --git a/net/tucan/files/patch-core__tesseract.py b/net/tucan/files/patch-core__tesseract.py
deleted file mode 100644
index 01fe1bec6678..000000000000
--- a/net/tucan/files/patch-core__tesseract.py
+++ /dev/null
@@ -1,15 +0,0 @@
---- core/tesseract.py.orig 2014-10-06 16:41:31 UTC
-+++ core/tesseract.py
-@@ -26,9 +26,9 @@
- import subprocess
- import tempfile
-
--import ImageFile
--import Image
--import TiffImagePlugin
-+from PIL import ImageFile
-+from PIL import Image
-+from PIL import TiffImagePlugin
-
- import cons
-
diff --git a/net/tucan/files/patch-core_config.py b/net/tucan/files/patch-core_config.py
deleted file mode 100644
index 9493c12a9bc4..000000000000
--- a/net/tucan/files/patch-core_config.py
+++ /dev/null
@@ -1,20 +0,0 @@
---- core/config.py.orig 2011-01-03 20:00:07.000000000 +0100
-+++ core/config.py 2011-06-30 01:58:31.000000000 +0200
-@@ -18,7 +18,7 @@
- ## Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- ###############################################################################
-
--import os
-+import os,stat
- import uuid
- import shutil
- import __builtin__
-@@ -91,6 +91,8 @@
- package, icon, name, enabled, config = self.service(path)
- if name:
- self.set(SECTION_SERVICES, name, path.encode("utf-8"))
-+ for service_file in os.listdir(path):
-+ os.chmod(path + service_file, stat.S_IRUSR|stat.S_IWUSR)
- self.save()
-
- def check_config(self):
diff --git a/net/tucan/pkg-descr b/net/tucan/pkg-descr
deleted file mode 100644
index 5527948ce26b..000000000000
--- a/net/tucan/pkg-descr
+++ /dev/null
@@ -1,11 +0,0 @@
-Supporting the main Hosters like RapidShare or MegaUpload, Tucan
-brings a new experience to users discouraged by other file sharing
-methods as p2p.
-
-Tesseract OCR engine in combination with PIL library, grant
-Tucan the ability to solve any captcha whitout user action.
-
-Tucan also manages waits between downloads and interchangeable
-links seamlessly, relieving the user from this nuisance.
-
-WWW: http://www.tucaneando.com/
diff --git a/net/tucan/pkg-plist b/net/tucan/pkg-plist
deleted file mode 100644
index a4a6731e1a7f..000000000000
--- a/net/tucan/pkg-plist
+++ /dev/null
@@ -1,195 +0,0 @@
-bin/tucan
-man/man1/tucan.1.gz
-share/applications/tucan.desktop
-share/pixmaps/tucan.png
-%%DATADIR%%/core/__init__.py
-%%DATADIR%%/core/accounts.py
-%%DATADIR%%/core/config.py
-%%DATADIR%%/core/cons.py
-%%DATADIR%%/core/core.py
-%%DATADIR%%/core/dependencies.py
-%%DATADIR%%/core/download_manager.py
-%%DATADIR%%/core/download_plugin.py
-%%DATADIR%%/core/downloader.py
-%%DATADIR%%/core/events.py
-%%DATADIR%%/core/history.py
-%%DATADIR%%/core/link_dispatcher.py
-%%DATADIR%%/core/log_stream.py
-%%DATADIR%%/core/misc.py
-%%DATADIR%%/core/pid_file.py
-%%DATADIR%%/core/queue.py
-%%DATADIR%%/core/recaptcha.py
-%%DATADIR%%/core/service_config.py
-%%DATADIR%%/core/service_manager.py
-%%DATADIR%%/core/service_update.py
-%%DATADIR%%/core/sessions.py
-%%DATADIR%%/core/slots.py
-%%DATADIR%%/core/tesseract.py
-%%DATADIR%%/core/upload_manager.py
-%%DATADIR%%/core/uploader.py
-%%DATADIR%%/core/url_open.py
-%%DATADIR%%/default_plugins/4shared/__init__.py
-%%DATADIR%%/default_plugins/4shared/anonymous_download.py
-%%DATADIR%%/default_plugins/4shared/favicon_4shared.ico
-%%DATADIR%%/default_plugins/4shared/service.conf
-%%DATADIR%%/default_plugins/badongo/__init__.py
-%%DATADIR%%/default_plugins/badongo/anonymous_download.py
-%%DATADIR%%/default_plugins/badongo/favicon_badongo.ico
-%%DATADIR%%/default_plugins/badongo/service.conf
-%%DATADIR%%/default_plugins/depositfiles/__init__.py
-%%DATADIR%%/default_plugins/depositfiles/anonymous_download.py
-%%DATADIR%%/default_plugins/depositfiles/favicon_depositfiles.ico
-%%DATADIR%%/default_plugins/depositfiles/service.conf
-%%DATADIR%%/default_plugins/easy-share/__init__.py
-%%DATADIR%%/default_plugins/easy-share/anonymous_download.py
-%%DATADIR%%/default_plugins/easy-share/favicon_easy-share.ico
-%%DATADIR%%/default_plugins/easy-share/service.conf
-%%DATADIR%%/default_plugins/filefactory/__init__.py
-%%DATADIR%%/default_plugins/filefactory/anonymous_download.py
-%%DATADIR%%/default_plugins/filefactory/favicon_filefactory.ico
-%%DATADIR%%/default_plugins/filefactory/service.conf
-%%DATADIR%%/default_plugins/fileserve/__init__.py
-%%DATADIR%%/default_plugins/fileserve/anonymous_download.py
-%%DATADIR%%/default_plugins/fileserve/favicon_fileserve.ico
-%%DATADIR%%/default_plugins/fileserve/service.conf
-%%DATADIR%%/default_plugins/hotfile/__init__.py
-%%DATADIR%%/default_plugins/hotfile/anonymous_download.py
-%%DATADIR%%/default_plugins/hotfile/favicon_hotfile.ico
-%%DATADIR%%/default_plugins/hotfile/service.conf
-%%DATADIR%%/default_plugins/mediafire/__init__.py
-%%DATADIR%%/default_plugins/mediafire/anonymous_download.py
-%%DATADIR%%/default_plugins/mediafire/favicon_mediafire.ico
-%%DATADIR%%/default_plugins/mediafire/service.conf
-%%DATADIR%%/default_plugins/megaupload/__init__.py
-%%DATADIR%%/default_plugins/megaupload/anonymous_download.py
-%%DATADIR%%/default_plugins/megaupload/check_links.py
-%%DATADIR%%/default_plugins/megaupload/favicon_megaupload.ico
-%%DATADIR%%/default_plugins/megaupload/premium_cookie.py
-%%DATADIR%%/default_plugins/megaupload/premium_download.py
-%%DATADIR%%/default_plugins/megaupload/service.conf
-%%DATADIR%%/default_plugins/rapidshare/__init__.py
-%%DATADIR%%/default_plugins/rapidshare/anonymous_download.py
-%%DATADIR%%/default_plugins/rapidshare/check_links.py
-%%DATADIR%%/default_plugins/rapidshare/favicon_rapidshare.ico
-%%DATADIR%%/default_plugins/rapidshare/premium_cookie.py
-%%DATADIR%%/default_plugins/rapidshare/premium_download.py
-%%DATADIR%%/default_plugins/rapidshare/service.conf
-%%DATADIR%%/default_plugins/sendspace/__init__.py
-%%DATADIR%%/default_plugins/sendspace/anonymous_download.py
-%%DATADIR%%/default_plugins/sendspace/favicon_sendspace.ico
-%%DATADIR%%/default_plugins/sendspace/service.conf
-%%DATADIR%%/default_plugins/uploading/__init__.py
-%%DATADIR%%/default_plugins/uploading/anonymous_download.py
-%%DATADIR%%/default_plugins/uploading/favicon_uploading.ico
-%%DATADIR%%/default_plugins/uploading/service.conf
-%%DATADIR%%/default_plugins/zshare/__init__.py
-%%DATADIR%%/default_plugins/zshare/anonymous_download.py
-%%DATADIR%%/default_plugins/zshare/favicon_zshare.ico
-%%DATADIR%%/default_plugins/zshare/service.conf
-%%DATADIR%%/i18n/cs/LC_MESSAGES/tucan.mo
-%%DATADIR%%/i18n/cs/cs.po
-%%DATADIR%%/i18n/da/LC_MESSAGES/tucan.mo
-%%DATADIR%%/i18n/da/da.po
-%%DATADIR%%/i18n/de/LC_MESSAGES/tucan.mo
-%%DATADIR%%/i18n/de/de.po
-%%DATADIR%%/i18n/en/LC_MESSAGES/tucan.mo
-%%DATADIR%%/i18n/en/en.po
-%%DATADIR%%/i18n/es/LC_MESSAGES/tucan.mo
-%%DATADIR%%/i18n/es/es.po
-%%DATADIR%%/i18n/fr/LC_MESSAGES/tucan.mo
-%%DATADIR%%/i18n/fr/fr.po
-%%DATADIR%%/i18n/gr/LC_MESSAGES/tucan.mo
-%%DATADIR%%/i18n/gr/gr.po
-%%DATADIR%%/i18n/it/LC_MESSAGES/tucan.mo
-%%DATADIR%%/i18n/it/it.po
-%%DATADIR%%/i18n/nl/LC_MESSAGES/tucan.mo
-%%DATADIR%%/i18n/nl/nl.po
-%%DATADIR%%/i18n/pl/LC_MESSAGES/tucan.mo
-%%DATADIR%%/i18n/pl/pl.po
-%%DATADIR%%/i18n/pt/LC_MESSAGES/tucan.mo
-%%DATADIR%%/i18n/pt/pt.po
-%%DATADIR%%/i18n/ru/LC_MESSAGES/tucan.mo
-%%DATADIR%%/i18n/ru/ru.po
-%%DATADIR%%/i18n/se/LC_MESSAGES/tucan.mo
-%%DATADIR%%/i18n/se/se.po
-%%DATADIR%%/i18n/sk/LC_MESSAGES/tucan.mo
-%%DATADIR%%/i18n/sk/sk.po
-%%DATADIR%%/i18n/sl/LC_MESSAGES/tucan.mo
-%%DATADIR%%/i18n/sl/sl.po
-%%DATADIR%%/i18n/tr/LC_MESSAGES/tucan.mo
-%%DATADIR%%/i18n/tr/tr.po
-%%DATADIR%%/i18n/tucan.pot
-%%DATADIR%%/media/application-x-executable.png
-%%DATADIR%%/media/applications-system.png
-%%DATADIR%%/media/contact-new.png
-%%DATADIR%%/media/document-save.png
-%%DATADIR%%/media/edit-delete.png
-%%DATADIR%%/media/go-down.png
-%%DATADIR%%/media/go-up.png
-%%DATADIR%%/media/image-missing.png
-%%DATADIR%%/media/mail-reply-sender.png
-%%DATADIR%%/media/media-playback-start.png
-%%DATADIR%%/media/media-playback-stop.png
-%%DATADIR%%/media/network-error.png
-%%DATADIR%%/media/package-x-generic.png
-%%DATADIR%%/media/preferences-desktop-locale.png
-%%DATADIR%%/media/preferences-desktop.png
-%%DATADIR%%/media/preferences-system.png
-%%DATADIR%%/media/scalable/application-x-executable.svg
-%%DATADIR%%/media/scalable/applications-system.svg
-%%DATADIR%%/media/scalable/contact-new.svg
-%%DATADIR%%/media/scalable/document-save.svg
-%%DATADIR%%/media/scalable/edit-delete.svg
-%%DATADIR%%/media/scalable/go-down.svg
-%%DATADIR%%/media/scalable/go-up.svg
-%%DATADIR%%/media/scalable/image-missing.svg
-%%DATADIR%%/media/scalable/mail-reply-sender.svg
-%%DATADIR%%/media/scalable/media-playback-start.svg
-%%DATADIR%%/media/scalable/media-playback-stop.svg
-%%DATADIR%%/media/scalable/network-error.svg
-%%DATADIR%%/media/scalable/package-x-generic.svg
-%%DATADIR%%/media/scalable/preferences-desktop-locale.svg
-%%DATADIR%%/media/scalable/preferences-desktop.svg
-%%DATADIR%%/media/scalable/preferences-system.svg
-%%DATADIR%%/media/scalable/software-update-available.svg
-%%DATADIR%%/media/scalable/software-update-urgent.svg
-%%DATADIR%%/media/scalable/system-software-update.svg
-%%DATADIR%%/media/scalable/system-users.svg
-%%DATADIR%%/media/scalable/tucan.svg
-%%DATADIR%%/media/scalable/user-home.svg
-%%DATADIR%%/media/software-update-available.png
-%%DATADIR%%/media/software-update-urgent.png
-%%DATADIR%%/media/system-software-update.png
-%%DATADIR%%/media/system-users.png
-%%DATADIR%%/media/tucan.png
-%%DATADIR%%/media/user-home.png
-%%DATADIR%%/tucan.py
-%%DATADIR%%/ui/__init__.py
-%%DATADIR%%/ui/console/__init__.py
-%%DATADIR%%/ui/console/cli.py
-%%DATADIR%%/ui/console/no_ui.py
-%%DATADIR%%/ui/console/wizard.py
-%%DATADIR%%/ui/gtk/__init__.py
-%%DATADIR%%/ui/gtk/about.py
-%%DATADIR%%/ui/gtk/advanced_packages.py
-%%DATADIR%%/ui/gtk/captcha_dialog.py
-%%DATADIR%%/ui/gtk/clipboard.py
-%%DATADIR%%/ui/gtk/file_chooser.py
-%%DATADIR%%/ui/gtk/gui.py
-%%DATADIR%%/ui/gtk/history_view.py
-%%DATADIR%%/ui/gtk/input_files.py
-%%DATADIR%%/ui/gtk/input_links.py
-%%DATADIR%%/ui/gtk/log_view.py
-%%DATADIR%%/ui/gtk/media.py
-%%DATADIR%%/ui/gtk/menu_bar.py
-%%DATADIR%%/ui/gtk/message.py
-%%DATADIR%%/ui/gtk/preferences.py
-%%DATADIR%%/ui/gtk/recover.py
-%%DATADIR%%/ui/gtk/report.py
-%%DATADIR%%/ui/gtk/service_preferences.py
-%%DATADIR%%/ui/gtk/shutdown.py
-%%DATADIR%%/ui/gtk/statusbar.py
-%%DATADIR%%/ui/gtk/toolbar.py
-%%DATADIR%%/ui/gtk/tray_icon.py
-%%DATADIR%%/ui/gtk/tree.py
-%%DATADIR%%/ui/gtk/update_manager.py