aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2019-09-01 15:45:29 +0000
committerRene Ladan <rene@FreeBSD.org>2019-09-01 15:45:29 +0000
commitc093d68999f1e6f80179749fd95e67e5296192ae (patch)
treee1a6b6454285de2200da668e5c977a26b9a733d9 /x11-toolkits
parentef35eda3ef5f39c9ad594ec028e3c4a7cdcf33fa (diff)
downloadports-c093d68999f1e6f80179749fd95e67e5296192ae.tar.gz
ports-c093d68999f1e6f80179749fd95e67e5296192ae.zip
Remove expired port:
2019-08-31 x11-toolkits/pure-gtk: Depends on expiring devel/llvm35
Notes
Notes: svn path=/head/; revision=510698
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/Makefile1
-rw-r--r--x11-toolkits/pure-gtk/Makefile37
-rw-r--r--x11-toolkits/pure-gtk/distinfo2
-rw-r--r--x11-toolkits/pure-gtk/pkg-descr5
-rw-r--r--x11-toolkits/pure-gtk/pkg-plist10
5 files changed, 0 insertions, 55 deletions
diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile
index eaf9214a725a..d3dcf4516f60 100644
--- a/x11-toolkits/Makefile
+++ b/x11-toolkits/Makefile
@@ -178,7 +178,6 @@
SUBDIR += pangoxsl
SUBDIR += plasma5-kdeplasma-addons
SUBDIR += plib
- SUBDIR += pure-gtk
SUBDIR += py-AnyQt
SUBDIR += py-Pmw
SUBDIR += py-SquareMap
diff --git a/x11-toolkits/pure-gtk/Makefile b/x11-toolkits/pure-gtk/Makefile
deleted file mode 100644
index c4180d77e5a6..000000000000
--- a/x11-toolkits/pure-gtk/Makefile
+++ /dev/null
@@ -1,37 +0,0 @@
-# Created by: Zhihao Yuan <lichray@gmail.com>
-# $FreeBSD$
-
-PORTNAME= pure-gtk
-PORTVERSION= 0.13
-CATEGORIES= x11-toolkits
-MASTER_SITES= https://bitbucket.org/purelang/pure-lang/downloads/
-DIST_SUBDIR= pure
-
-MAINTAINER= lichray@gmail.com
-COMMENT= Set of Pure language bindings for GTK+
-
-LICENSE= LGPL3+
-LICENSE_FILE= ${WRKSRC}/COPYING.LESSER
-
-DEPRECATED= Depends on expiring devel/llvm35
-EXPIRATION_DATE=2019-08-31
-
-LIB_DEPENDS= libcairo.so:graphics/cairo
-
-USES= pkgconfig pure:ffi
-USE_GNOME= glib20 gtk20 atk pango
-
-PORTDOCS= README
-PORTEXAMPLES= *
-
-OPTIONS_DEFINE= DOCS EXAMPLES
-
-post-install-DOCS-on:
- @${MKDIR} ${STAGEDIR}${DOCSDIR}
- ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
-
-post-install-EXAMPLES-on:
- @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
- @(cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR})
-
-.include <bsd.port.mk>
diff --git a/x11-toolkits/pure-gtk/distinfo b/x11-toolkits/pure-gtk/distinfo
deleted file mode 100644
index 9e5af02179aa..000000000000
--- a/x11-toolkits/pure-gtk/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (pure/pure-gtk-0.13.tar.gz) = e659ff1bc5809ce35b810f8ac3fb7e8cadaaef13996537d8632e2f86ed76d203
-SIZE (pure/pure-gtk-0.13.tar.gz) = 155095
diff --git a/x11-toolkits/pure-gtk/pkg-descr b/x11-toolkits/pure-gtk/pkg-descr
deleted file mode 100644
index 9961594b4c49..000000000000
--- a/x11-toolkits/pure-gtk/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-pure-gtk is a collection of bindings to use the GTK+ GUI toolkit version 2.x
-with Pure. The bindings include the gtk (+gdk), glib, atk, cairo and pango
-libraries, each in their own Pure module.
-
-WWW: https://puredocs.bitbucket.io/pure-gtk.html
diff --git a/x11-toolkits/pure-gtk/pkg-plist b/x11-toolkits/pure-gtk/pkg-plist
deleted file mode 100644
index 62e0f828ba42..000000000000
--- a/x11-toolkits/pure-gtk/pkg-plist
+++ /dev/null
@@ -1,10 +0,0 @@
-lib/pure/atk.pure
-lib/pure/atk.so
-lib/pure/cairo.pure
-lib/pure/cairo.so
-lib/pure/glib.pure
-lib/pure/glib.so
-lib/pure/gtk.pure
-lib/pure/gtk.so
-lib/pure/pango.pure
-lib/pure/pango.so