diff options
author | rene <rene@FreeBSD.org> | 2016-11-02 06:15:31 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2016-11-02 06:15:31 +0800 |
commit | 5c1c1c7c52d091f4cd00479f7fed446cbe46dc0d (patch) | |
tree | fb8c264890ff7e0858e26009421fc75f9deb5aef /x11-toolkits | |
parent | 3a1de3e0e7ca882f36cf91c7b8965e6057e05ae2 (diff) | |
download | freebsd-ports-gnome-5c1c1c7c52d091f4cd00479f7fed446cbe46dc0d.tar.gz freebsd-ports-gnome-5c1c1c7c52d091f4cd00479f7fed446cbe46dc0d.tar.zst freebsd-ports-gnome-5c1c1c7c52d091f4cd00479f7fed446cbe46dc0d.zip |
Remove expired ports:
2016-11-01 math/octave-forge-octgpr: Broken for more than 6 months
2016-11-01 math/octave-forge-spline-gcvspl: Broken for more than 6 months
2016-11-01 www/pear-Services_SharedBook: Broken for more than 6 months
2016-11-01 devel/py-snackwich: Depends on broken and expiring devel/py-snack
2016-11-01 math/octave-forge-ad: Broken for more than 6 months
2016-11-01 math/octave-forge-xraylib: Broken for more than 6 months
2016-11-01 x11-toolkits/py-traitsbackendwx: Broken for more than 6 months
2016-11-01 x11-toolkits/py-traitsgui: Depends on broken and expiring x11-toolkits/py-traitsbackendwx
2016-11-01 security/lsh: Broken for more than 6 months
2016-11-01 devel/py-snack: Broken for more than 6 months
2016-11-01 security/massh: Broken for more than 6 months
2016-11-01 www/hydra: Broken for more than 6 months
2016-11-01 math/py-pyfst: Broken for more than 6 months
2016-11-01 archivers/ruby-zip: Broken will all supported versions of Ruby
2016-11-01 devel/ruby-langscan: Broken will all supported versions of Ruby
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/py-traitsbackendwx/Makefile | 27 | ||||
-rw-r--r-- | x11-toolkits/py-traitsbackendwx/distinfo | 2 | ||||
-rw-r--r-- | x11-toolkits/py-traitsbackendwx/pkg-descr | 3 | ||||
-rw-r--r-- | x11-toolkits/py-traitsgui/Makefile | 37 | ||||
-rw-r--r-- | x11-toolkits/py-traitsgui/distinfo | 2 | ||||
-rw-r--r-- | x11-toolkits/py-traitsgui/files/patch-setup.cfg | 8 | ||||
-rw-r--r-- | x11-toolkits/py-traitsgui/files/patch-setup.py | 10 | ||||
-rw-r--r-- | x11-toolkits/py-traitsgui/pkg-descr | 3 | ||||
-rw-r--r-- | x11-toolkits/py-traitsgui/pkg-plist | 56 |
10 files changed, 0 insertions, 150 deletions
diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile index 46909e0b6c8b..bb1b9da1f303 100644 --- a/x11-toolkits/Makefile +++ b/x11-toolkits/Makefile @@ -206,8 +206,6 @@ SUBDIR += py-sexy SUBDIR += py-tkinter SUBDIR += py-tktreectrl - SUBDIR += py-traitsbackendwx - SUBDIR += py-traitsgui SUBDIR += py-vte SUBDIR += py-wax SUBDIR += py-wxPython-common diff --git a/x11-toolkits/py-traitsbackendwx/Makefile b/x11-toolkits/py-traitsbackendwx/Makefile deleted file mode 100644 index 0398def79aa0..000000000000 --- a/x11-toolkits/py-traitsbackendwx/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# Created by: Jacob Frelinger <jacob.frelinger@duke.edu> -# $FreeBSD$ - -PORTNAME= traitsbackendwx -PORTVERSION= 3.2.0 -PORTREVISION= 8 -CATEGORIES= x11-toolkits python -MASTER_SITES= CHEESESHOP -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= TraitsBackendWX-${PORTVERSION} - -MAINTAINER= jacob.frelinger@duke.edu -COMMENT= Wx backend for TraitsGUI - -BROKEN= unfetchable -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2016-11-01 - -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}traits>=3.2.0:devel/py-traits -RUN_DEPENDS:= ${BUILD_DEPENDS} - -USES= python -USE_PYTHON= distutils autoplist -USE_WX= 3.0+ -WX_COMPS= python - -.include <bsd.port.mk> diff --git a/x11-toolkits/py-traitsbackendwx/distinfo b/x11-toolkits/py-traitsbackendwx/distinfo deleted file mode 100644 index 31d865bceaac..000000000000 --- a/x11-toolkits/py-traitsbackendwx/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (TraitsBackendWX-3.2.0.tar.gz) = a5ac325da3bbc1f9935dc0edc1e72033297643588896c1cab3a5aa71a0203da6 -SIZE (TraitsBackendWX-3.2.0.tar.gz) = 332343 diff --git a/x11-toolkits/py-traitsbackendwx/pkg-descr b/x11-toolkits/py-traitsbackendwx/pkg-descr deleted file mode 100644 index 58af9048f263..000000000000 --- a/x11-toolkits/py-traitsbackendwx/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -wx based backend for Enthought's TraitsGUI abstracted GUI library for python - -WWW: http://code.enthought.com/projects/traits_gui/ diff --git a/x11-toolkits/py-traitsgui/Makefile b/x11-toolkits/py-traitsgui/Makefile deleted file mode 100644 index 7c50100b9a71..000000000000 --- a/x11-toolkits/py-traitsgui/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# Created by: Jacob Frelinger <jacob.frelinger@duke.edu> -# $FreeBSD$ - -PORTNAME= traitsgui -PORTVERSION= 3.1.0 -PORTREVISION= 7 -CATEGORIES= x11-toolkits python -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= jacob.frelinger@duke.edu -COMMENT= Gui toolkit derived from the Enthought python traits library - -DEPRECATED= Depends on broken and expiring x11-toolkits/py-traitsbackendwx -EXPIRATION_DATE= 2016-11-01 - -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}traitsbackendwx>=3.1.0:x11-toolkits/py-traitsbackendwx -RUN_DEPENDS:= ${BUILD_DEPENDS} - -USE_GITHUB= yes -GH_ACCOUNT= enthought - -USES= python -USE_PYTHON= distutils autoplist - -OPTIONS_DEFINE= DOCS EXAMPLES - -post-install: - ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} - cd ${WRKSRC}/examples \ - && ${FIND} . -type d -exec ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/\{} \; \ - && ${FIND} . -type f -exec ${INSTALL_DATA} \{} ${STAGEDIR}${EXAMPLESDIR}/\{} \; - ${MKDIR} ${STAGEDIR}${DOCSDIR} - cd ${WRKSRC}/docs \ - && ${FIND} . -type d -exec ${MKDIR} ${STAGEDIR}${DOCSDIR}/\{} \; \ - && ${FIND} . -type f -exec ${INSTALL_DATA} \{} ${STAGEDIR}${DOCSDIR}/\{} \; - -.include <bsd.port.mk> diff --git a/x11-toolkits/py-traitsgui/distinfo b/x11-toolkits/py-traitsgui/distinfo deleted file mode 100644 index c85e7ab6e9cb..000000000000 --- a/x11-toolkits/py-traitsgui/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (enthought-traitsgui-3.1.0_GH0.tar.gz) = 0d148d9102e377ef95c1e2900b651526c8489d1e717c0d9bb7cc4128de549234 -SIZE (enthought-traitsgui-3.1.0_GH0.tar.gz) = 4898716 diff --git a/x11-toolkits/py-traitsgui/files/patch-setup.cfg b/x11-toolkits/py-traitsgui/files/patch-setup.cfg deleted file mode 100644 index 67406ffbd9ac..000000000000 --- a/x11-toolkits/py-traitsgui/files/patch-setup.cfg +++ /dev/null @@ -1,8 +0,0 @@ ---- ./setup.cfg.orig 2012-06-10 20:44:17.000000000 +1000 -+++ ./setup.cfg 2012-06-10 20:44:33.000000000 +1000 -@@ -11,5 +11,3 @@ - - [aliases] - release = egg_info -RDb '' --bdist_egg = build_docs bdist_egg -- diff --git a/x11-toolkits/py-traitsgui/files/patch-setup.py b/x11-toolkits/py-traitsgui/files/patch-setup.py deleted file mode 100644 index 0e0a60782a12..000000000000 --- a/x11-toolkits/py-traitsgui/files/patch-setup.py +++ /dev/null @@ -1,10 +0,0 @@ ---- ./setup.py.orig 2012-06-10 20:44:25.000000000 +1000 -+++ ./setup.py 2012-06-10 20:45:54.000000000 +1000 -@@ -107,7 +107,6 @@ - }, - packages = find_packages(), - platforms = ["Windows", "Linux", "Mac OS-X", "Unix", "Solaris"], -- setup_requires = 'setupdocs>=1.0', - tests_require = [ - 'nose >= 0.10.3', - ], diff --git a/x11-toolkits/py-traitsgui/pkg-descr b/x11-toolkits/py-traitsgui/pkg-descr deleted file mode 100644 index 45ef0cb055e3..000000000000 --- a/x11-toolkits/py-traitsgui/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Enthought's pyface gui abstraction layer developed for traits - -WWW: http://code.enthought.com/projects/traits_gui/ diff --git a/x11-toolkits/py-traitsgui/pkg-plist b/x11-toolkits/py-traitsgui/pkg-plist deleted file mode 100644 index bdd34dbbc9b6..000000000000 --- a/x11-toolkits/py-traitsgui/pkg-plist +++ /dev/null @@ -1,56 +0,0 @@ -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/file_tree.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/chained_wizard.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tool_palette.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/wizard.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/progress_dialog.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mdi_application_window.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tree_viewer.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/multi_toolbar_window.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dock/images/folder.png -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dock/images/gear.png -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dock/images/image_LICENSE.txt -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dock/drag_test.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dock/dock_test.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dock/dock_test2.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dock/dock_test3.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dock/envisage_test.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/images/splash.png -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/images/document.png -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/images/image_LICENSE.txt -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/images/open_folder.png -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/images/closed_folder_24x24.png -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/images/closed_folder.png -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/menu_manager.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/file_filters.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/file_tree_viewer.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/node_tree.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/expandable.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/application_window.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/grid.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/explorer.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/file_node_tree.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/file_sorters.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/splash_screen.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dialog.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/file_table_viewer.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/workbench/person.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/workbench/example_workbench.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/workbench/red_view.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/workbench/example_workbench_window.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/workbench/color_view.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/workbench/run.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/workbench/images/image_LICENSE.txt -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/workbench/images/example.ico -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/workbench/yellow_view.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/workbench/blue_view.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/workbench/black_view.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/workbench/green_view.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/image_widget.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/python_editor.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tree.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/timer.py -%%PORTDOCS%%%%DOCSDIR%%/source/conf.py -%%PORTDOCS%%%%DOCSDIR%%/DockWindowFeature.doc -%%PORTDOCS%%%%DOCSDIR%%/DockWindowFeature.pdf -%%PORTDOCS%%%%DOCSDIR%%/DockWindow.ppt -%%PORTDOCS%%%%DOCSDIR%%/html.zip |