diff options
Diffstat (limited to 'x11-toolkits')
31 files changed, 0 insertions, 366 deletions
diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile index acdd88cae57f..7f46d487f1ae 100644 --- a/x11-toolkits/Makefile +++ b/x11-toolkits/Makefile @@ -60,16 +60,6 @@ SUBDIR += gtksourceview4 SUBDIR += gtksourceviewmm3 SUBDIR += hippo-canvas - SUBDIR += hs-GLURaw - SUBDIR += hs-GLUT - SUBDIR += hs-OpenGL - SUBDIR += hs-OpenGLRaw - SUBDIR += hs-gtk - SUBDIR += hs-gtk2hs - SUBDIR += hs-gtksourceview2 - SUBDIR += hs-pango - SUBDIR += hs-vte - SUBDIR += hs-wxdirect SUBDIR += irrlicht SUBDIR += itk SUBDIR += iwidgets diff --git a/x11-toolkits/hs-GLURaw/Makefile b/x11-toolkits/hs-GLURaw/Makefile deleted file mode 100644 index c2e33d7f40f9..000000000000 --- a/x11-toolkits/hs-GLURaw/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= GLURaw -PORTVERSION= 2.0.0.4 -PORTREVISION= 2 -CATEGORIES= x11-toolkits haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Raw binding for the OpenGL graphics system - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= OpenGLRaw>=2.4 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include <bsd.port.mk> diff --git a/x11-toolkits/hs-GLURaw/distinfo b/x11-toolkits/hs-GLURaw/distinfo deleted file mode 100644 index 2ef6947485d6..000000000000 --- a/x11-toolkits/hs-GLURaw/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1523908514 -SHA256 (cabal/GLURaw-2.0.0.4.tar.gz) = b863fd5cb26b1a37afb66ef8a81c0335bc073d33b0a67ec5190dfc62cb885dc4 -SIZE (cabal/GLURaw-2.0.0.4.tar.gz) = 10557 diff --git a/x11-toolkits/hs-GLURaw/pkg-descr b/x11-toolkits/hs-GLURaw/pkg-descr deleted file mode 100644 index ab020ac46afa..000000000000 --- a/x11-toolkits/hs-GLURaw/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -GLURaw is a raw Haskell binding for the GLU 1.3 OpenGL utility library. -It is basically a 1:1 mapping of GLU's C API, intended as a basis for a -nicer interface. OpenGL is the industry's most widely used and -supported 2D and 3D graphics application programming interface (API), -incorporating a broad set of rendering, texture mapping, special -effects, and other powerful visualization functions. - -WWW: http://www.haskell.org/haskellwiki/Opengl diff --git a/x11-toolkits/hs-GLUT/Makefile b/x11-toolkits/hs-GLUT/Makefile deleted file mode 100644 index 7b87e6473a81..000000000000 --- a/x11-toolkits/hs-GLUT/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# Created by: Volker Stolz <vs@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= GLUT -PORTVERSION= 2.7.0.14 -PORTREVISION= 1 -PORTEPOCH= 1 -CATEGORIES= x11-toolkits haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Binding for the OpenGL Utility Toolkit - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= OpenGL>=2.12 OpenGLRaw>=2.3 StateVar>=1.1 -USE_GL= glut - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include <bsd.port.mk> diff --git a/x11-toolkits/hs-GLUT/distinfo b/x11-toolkits/hs-GLUT/distinfo deleted file mode 100644 index 1e060f403b0a..000000000000 --- a/x11-toolkits/hs-GLUT/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1545837059 -SHA256 (cabal/GLUT-2.7.0.14.tar.gz) = 5cf8f7700a6b6ac33e39b2d7bd300679a245ff7c1498eb423901134f9d302106 -SIZE (cabal/GLUT-2.7.0.14.tar.gz) = 655029 diff --git a/x11-toolkits/hs-GLUT/pkg-descr b/x11-toolkits/hs-GLUT/pkg-descr deleted file mode 100644 index 2cac6daac6db..000000000000 --- a/x11-toolkits/hs-GLUT/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -A Haskell binding for the OpenGL Utility Toolkit, a window system -independent toolkit for writing OpenGL programs. - -WWW: http://www.haskell.org/haskellwiki/Opengl diff --git a/x11-toolkits/hs-OpenGL/Makefile b/x11-toolkits/hs-OpenGL/Makefile deleted file mode 100644 index 6f39dc5191e5..000000000000 --- a/x11-toolkits/hs-OpenGL/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Created by: Volker Stolz <vs@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= OpenGL -PORTVERSION= 3.0.2.2 -PORTREVISION= 1 -PORTEPOCH= 1 -CATEGORIES= x11-toolkits haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Binding for the OpenGL graphics system - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= GLURaw>=1.3 ObjectName>=1.1 OpenGLRaw>=2.1 StateVar>=1.1 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include <bsd.port.mk> diff --git a/x11-toolkits/hs-OpenGL/distinfo b/x11-toolkits/hs-OpenGL/distinfo deleted file mode 100644 index 286163ef85f0..000000000000 --- a/x11-toolkits/hs-OpenGL/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1545656184 -SHA256 (cabal/OpenGL-3.0.2.2.tar.gz) = 4cba40fe8eecee67c8251556b4c05d9e98256c11d49c20e914f8232bfae67da7 -SIZE (cabal/OpenGL-3.0.2.2.tar.gz) = 130711 diff --git a/x11-toolkits/hs-OpenGL/pkg-descr b/x11-toolkits/hs-OpenGL/pkg-descr deleted file mode 100644 index 92ed6418f07d..000000000000 --- a/x11-toolkits/hs-OpenGL/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -A Haskell binding for the OpenGL graphics system (GL, version 4.5) and -its accompanying utility library (GLU, version 1.3). - -OpenGL is the industry's most widely used and supported 2D and 3D -graphics application programming interface (API), incorporating a broad -set of rendering, texture mapping, special effects, and other powerful -visualization functions. - -WWW: http://www.haskell.org/haskellwiki/Opengl diff --git a/x11-toolkits/hs-OpenGLRaw/Makefile b/x11-toolkits/hs-OpenGLRaw/Makefile deleted file mode 100644 index 00324da411b6..000000000000 --- a/x11-toolkits/hs-OpenGLRaw/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# $FreeBSD$ - -PORTNAME= OpenGLRaw -PORTVERSION= 3.3.1.0 -PORTREVISION= 1 -CATEGORIES= x11-toolkits haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Raw binding for the OpenGL graphics system - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= fixed half -USE_GL= gl glut - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include <bsd.port.mk> diff --git a/x11-toolkits/hs-OpenGLRaw/distinfo b/x11-toolkits/hs-OpenGLRaw/distinfo deleted file mode 100644 index a7b484b80ea5..000000000000 --- a/x11-toolkits/hs-OpenGLRaw/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1545561651 -SHA256 (cabal/OpenGLRaw-3.3.1.0.tar.gz) = 6b0745f6d421f658b57c13bfdbae014c0aa6871a98e11e98908d4a04461f1cf5 -SIZE (cabal/OpenGLRaw-3.3.1.0.tar.gz) = 858858 diff --git a/x11-toolkits/hs-OpenGLRaw/pkg-descr b/x11-toolkits/hs-OpenGLRaw/pkg-descr deleted file mode 100644 index 4c9981fb3664..000000000000 --- a/x11-toolkits/hs-OpenGLRaw/pkg-descr +++ /dev/null @@ -1,17 +0,0 @@ -OpenGLRaw is a raw Haskell binding for the OpenGL 3.2 graphics system -and lots of OpenGL extensions. It is basically a 1:1 mapping of -OpenGL's C API, intended as a basis for a nicer interface. OpenGLRaw -offers access to all necessary functions, tokens and types plus a -general facility for loading extension entries. The module hierarchy -closely mirrors the naming structure of the OpenGL extensions, making it -easy to find the right module to import. All API entries are loaded -dynamically, so no special C header files are needed for building this -package. If an API entry is not found at runtime, a userError is -thrown. - -OpenGL is the industry's most widely used and supported 2D and 3D -graphics application programming interface (API), incorporating a broad -set of rendering, texture mapping, special effects, and other powerful -visualization functions. - -WWW: http://www.haskell.org/haskellwiki/Opengl diff --git a/x11-toolkits/hs-gtk/Makefile b/x11-toolkits/hs-gtk/Makefile deleted file mode 100644 index a6794a516453..000000000000 --- a/x11-toolkits/hs-gtk/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# $FreeBSD$ - -PORTNAME= gtk -PORTVERSION= 0.14.9 -PORTREVISION= 2 -CATEGORIES= x11-toolkits haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Binding to the Gtk+ graphical user interface library - -LICENSE= LGPL21 - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USES= pkgconfig -USE_CABAL= cairo>=0.13.0.0 gio>=0.13.0 glib>=0.13.0.0 mtl \ - pango>=0.13.0.0 -USE_GNOME= gtk20 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include <bsd.port.mk> diff --git a/x11-toolkits/hs-gtk/distinfo b/x11-toolkits/hs-gtk/distinfo deleted file mode 100644 index 3a319f7b2d39..000000000000 --- a/x11-toolkits/hs-gtk/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1524938622 -SHA256 (cabal/gtk-0.14.9.tar.gz) = bff7cdc93d66a3be9db038018c1315445411846beaa519f48107a8c7ab371fce -SIZE (cabal/gtk-0.14.9.tar.gz) = 677659 diff --git a/x11-toolkits/hs-gtk/pkg-descr b/x11-toolkits/hs-gtk/pkg-descr deleted file mode 100644 index 15b9bf7e120a..000000000000 --- a/x11-toolkits/hs-gtk/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -This is the core library of the Gtk2Hs suite of libraries for Haskell based on -Gtk+. Gtk+ is an extensive and mature multi-platform toolkit for creating -graphical user interfaces. - -WWW: http://projects.haskell.org/gtk2hs/ diff --git a/x11-toolkits/hs-gtk2hs/Makefile b/x11-toolkits/hs-gtk2hs/Makefile deleted file mode 100644 index 900d57995f48..000000000000 --- a/x11-toolkits/hs-gtk2hs/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# Created by: Oliver Braun <obraun@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= gtk2hs -PORTVERSION= 0.13.2.2 -PORTREVISION= 4 -PORTEPOCH= 1 -CATEGORIES= x11-toolkits haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= GTK2 Binding for Haskell - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -METAPORT= yes -USE_CABAL= glib gio cairo pango gtk - -FLAGS_DEFINE= GCONF GTKSOURCEVIEW2 SVGCAIRO VTE WEBKIT - -GCONF_DESC= GConf2 configuration system -GCONF_FLAG_CABAL= gconf - -GTKSOURCEVIEW2_DESC= Source code editor -GTKSOURCEVIEW2_FLAG_CABAL= gtksourceview2 - -SVGCAIRO_DESC= Cairo SVG loader -SVGCAIRO_FLAG_CABAL= svgcairo - -VTE_DESC= Terminal emulator -VTE_FLAG_CABAL= vte - -WEBKIT_DESC= WebKit rendering engine -WEBKIT_FLAG_CABAL= webkit - -.include "../../lang/ghc/bsd.cabal.mk" -.include <bsd.port.mk> diff --git a/x11-toolkits/hs-gtk2hs/pkg-descr b/x11-toolkits/hs-gtk2hs/pkg-descr deleted file mode 100644 index f7f0a3b7370d..000000000000 --- a/x11-toolkits/hs-gtk2hs/pkg-descr +++ /dev/null @@ -1,17 +0,0 @@ -Gtk2Hs is a GUI library for Haskell based on Gtk+. Gtk+ is an extensive and -mature multi-platform toolkit for creating graphical user interfaces. - -Gtk2Hs features: - - * Automatic memory management. - * Nearly complete coverage of the Gtk+ API. - * Unicode support. - * Extensive reference documentation. - * Support for several related GtK+ and Gnome modules: - o the cairo vector graphics library. - o rendering of SVG images using cairo (via librsvg) - o GConf for storing application preferences. - o SourceView, an editor widget with syntax highlighting. - o the Mozilla browser rendering engine in a Gtk+ widget - -WWW: http://projects.haskell.org/gtk2hs/ diff --git a/x11-toolkits/hs-gtksourceview2/Makefile b/x11-toolkits/hs-gtksourceview2/Makefile deleted file mode 100644 index 53e342c20de8..000000000000 --- a/x11-toolkits/hs-gtksourceview2/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# $FreeBSD$ - -PORTNAME= gtksourceview2 -PORTVERSION= 0.13.3.1 -PORTREVISION= 4 -CATEGORIES= x11-toolkits haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Binding to the GtkSourceView library - -LICENSE= LGPL21 - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USES= pkgconfig -USE_CABAL= glib>=0.13 gtk>=0.13.0.0 mtl -USE_GNOME= gtksourceview2 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include <bsd.port.mk> diff --git a/x11-toolkits/hs-gtksourceview2/distinfo b/x11-toolkits/hs-gtksourceview2/distinfo deleted file mode 100644 index 7faca4e021d3..000000000000 --- a/x11-toolkits/hs-gtksourceview2/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499625640 -SHA256 (cabal/gtksourceview2-0.13.3.1.tar.gz) = a1c5ebc07faa5b2809d424b3ded5e9cfa0a5338b51c7989e2a0271d016c5fe53 -SIZE (cabal/gtksourceview2-0.13.3.1.tar.gz) = 45713 diff --git a/x11-toolkits/hs-gtksourceview2/pkg-descr b/x11-toolkits/hs-gtksourceview2/pkg-descr deleted file mode 100644 index 1ef0ceb7e6cb..000000000000 --- a/x11-toolkits/hs-gtksourceview2/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -GtkSourceView is a text widget that extends the standard GTK+ 2.x text widget -GtkTextView. It improves GtkTextView by implementing syntax highlighting and -other features typical of a source editor. - -WWW: http://projects.haskell.org/gtk2hs/ diff --git a/x11-toolkits/hs-pango/Makefile b/x11-toolkits/hs-pango/Makefile deleted file mode 100644 index daec2457a792..000000000000 --- a/x11-toolkits/hs-pango/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# $FreeBSD$ - -PORTNAME= pango -PORTVERSION= 0.13.5.0 -PORTREVISION= 2 -CATEGORIES= x11-toolkits haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Binding to the Pango text rendering engine - -LICENSE= LGPL21 - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USES= pkgconfig -USE_CABAL= cairo>=0.13.0.0 glib>=0.13.0.0 mtl -USE_GNOME= pango - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include <bsd.port.mk> diff --git a/x11-toolkits/hs-pango/distinfo b/x11-toolkits/hs-pango/distinfo deleted file mode 100644 index 537456e3ad5c..000000000000 --- a/x11-toolkits/hs-pango/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1524851066 -SHA256 (cabal/pango-0.13.5.0.tar.gz) = bf59b9273134e5d1c9c648a253e5a766cd1ef51afc2216175bce21a15b6d49e8 -SIZE (cabal/pango-0.13.5.0.tar.gz) = 52797 diff --git a/x11-toolkits/hs-pango/pkg-descr b/x11-toolkits/hs-pango/pkg-descr deleted file mode 100644 index d2356f48d21d..000000000000 --- a/x11-toolkits/hs-pango/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -This package provides a wrapper around the Pango C library that allows -high-quality rendering of Unicode text. It can be used either with -Cairo to output text in PDF, PS or other documents or with Gtk+ to -display text on-screen. - -WWW: http://projects.haskell.org/gtk2hs/ diff --git a/x11-toolkits/hs-vte/Makefile b/x11-toolkits/hs-vte/Makefile deleted file mode 100644 index 325425a67081..000000000000 --- a/x11-toolkits/hs-vte/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# $FreeBSD$ - -PORTNAME= vte -PORTVERSION= 0.13.1.1 -PORTREVISION= 4 -CATEGORIES= x11-toolkits haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Binding to the VTE library - -LICENSE= LGPL21 - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USES= pkgconfig -USE_CABAL= glib>=0.13.0.0 gtk>=0.13.0.0 mtl pango>=0.13.0.0 -USE_GNOME= vte - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include <bsd.port.mk> diff --git a/x11-toolkits/hs-vte/distinfo b/x11-toolkits/hs-vte/distinfo deleted file mode 100644 index 93583dc681f5..000000000000 --- a/x11-toolkits/hs-vte/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499625641 -SHA256 (cabal/vte-0.13.1.1.tar.gz) = c38699a626af47be2c15ddcc7c9070fe5b9999fee73e3b479d1bafb96cdd5231 -SIZE (cabal/vte-0.13.1.1.tar.gz) = 28931 diff --git a/x11-toolkits/hs-vte/pkg-descr b/x11-toolkits/hs-vte/pkg-descr deleted file mode 100644 index f075178ba4a5..000000000000 --- a/x11-toolkits/hs-vte/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -The VTE library inserts terminal capability strings into a trie, and then -uses it to determine if data received from a pseudo-terminal is a control -sequence or just random data. The sample program "interpret" illustrates -more or less what the widget sees after it filters incoming data. - -WWW: http://projects.haskell.org/gtk2hs/ diff --git a/x11-toolkits/hs-wxdirect/Makefile b/x11-toolkits/hs-wxdirect/Makefile deleted file mode 100644 index 6d5d1f6e7c39..000000000000 --- a/x11-toolkits/hs-wxdirect/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# $FreeBSD$ - -PORTNAME= wxdirect -PORTVERSION= 0.92.3.0 -PORTREVISION= 5 -CATEGORIES= x11-toolkits haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Helper tool for building wxHaskell - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USES= dos2unix -USE_CABAL= strict - -EXECUTABLE= wxdirect - -post-patch:: - @${REINPLACE_CMD} 's|"wx-config"|"wxgtk2u-3.0-config"|' \ - ${WRKSRC}/src/ParseC.hs - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include <bsd.port.mk> diff --git a/x11-toolkits/hs-wxdirect/distinfo b/x11-toolkits/hs-wxdirect/distinfo deleted file mode 100644 index 8623589f11bc..000000000000 --- a/x11-toolkits/hs-wxdirect/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499446016 -SHA256 (cabal/wxdirect-0.92.3.0.tar.gz) = 03c60f604347dcfb1fb8cf65b4d0a487b5c2c868e4896f03ce5edd12d81e367a -SIZE (cabal/wxdirect-0.92.3.0.tar.gz) = 30586 diff --git a/x11-toolkits/hs-wxdirect/files/patch-wxdirect.cabal b/x11-toolkits/hs-wxdirect/files/patch-wxdirect.cabal deleted file mode 100644 index c66c2152b359..000000000000 --- a/x11-toolkits/hs-wxdirect/files/patch-wxdirect.cabal +++ /dev/null @@ -1,17 +0,0 @@ ---- wxdirect.cabal.orig 2018-12-23 10:54:50 UTC -+++ wxdirect.cabal -@@ -53,12 +53,12 @@ executable wxdirect - strict, - time >= 1.0, - filepath < 1.5, -- process >= 1.1 && < 1.5 -+ process >= 1.1 && < 1.7 - - if flag(splitBase) - build-depends: - base >= 4 && < 5, -- containers >= 0.2 && < 0.6 -+ containers >= 0.2 && < 0.7 - else - build-depends: - base >= 3 && < 4, diff --git a/x11-toolkits/hs-wxdirect/pkg-descr b/x11-toolkits/hs-wxdirect/pkg-descr deleted file mode 100644 index 31bf09fc9caa..000000000000 --- a/x11-toolkits/hs-wxdirect/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -wxHaskell is a portable and native GUI library for Haskell. It is built -on top of wxWidgets, a comprehensive C++ library that is portable across -all major GUI platforms, including GTK, Windows, X11, and MacOS X. - -WWW: http://haskell.org/haskellwiki/WxHaskell |