aboutsummaryrefslogtreecommitdiff
path: root/accessibility
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2014-03-24 18:11:44 +0000
committerSteve Wills <swills@FreeBSD.org>2014-03-24 18:11:44 +0000
commit88dbfabd36fa56cca2b870b646d5985101f8145c (patch)
treea4f82d5e863c355598061c38273049607fe99c23 /accessibility
parentdb615b95fb2a798ce510cc4a9b06d336f434580b (diff)
downloadports-88dbfabd36fa56cca2b870b646d5985101f8145c.tar.gz
ports-88dbfabd36fa56cca2b870b646d5985101f8145c.zip
Notes
Diffstat (limited to 'accessibility')
-rw-r--r--accessibility/Makefile1
-rw-r--r--accessibility/ruby-atk/Makefile53
-rw-r--r--accessibility/ruby-atk/pkg-descr3
-rw-r--r--accessibility/ruby-atk/pkg-plist9
4 files changed, 0 insertions, 66 deletions
diff --git a/accessibility/Makefile b/accessibility/Makefile
index c65bb8f31913..67dca09572f5 100644
--- a/accessibility/Makefile
+++ b/accessibility/Makefile
@@ -32,7 +32,6 @@
SUBDIR += py-papi
SUBDIR += qt4-accessible
SUBDIR += redshift
- SUBDIR += ruby-atk
SUBDIR += rubygem-atk
SUBDIR += speech-dispatcher
SUBDIR += yasr
diff --git a/accessibility/ruby-atk/Makefile b/accessibility/ruby-atk/Makefile
deleted file mode 100644
index 67dd97db04f2..000000000000
--- a/accessibility/ruby-atk/Makefile
+++ /dev/null
@@ -1,53 +0,0 @@
-# $FreeBSD$
-# $MCom: ports/accessibility/ruby-atk/Makefile,v 1.2 2005/10/17 07:05:39 mezz Exp $
-
-PORTNAME= atk
-PORTVERSION= ${RUBY_GNOME_PORTVERSION}
-CATEGORIES= accessibility devel ruby
-MASTER_SITES= ${RUBY_GNOME_MASTER_SITES}
-MASTER_SITE_SUBDIR= ${RUBY_GNOME_MASTER_SITE_SUBDIR}
-PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
-DISTNAME= ${RUBY_GNOME_DISTNAME}
-DIST_SUBDIR= ${RUBY_GNOME_DIST_SUBDIR}
-
-MAINTAINER= ruby@FreeBSD.org
-COMMENT= Ruby binding for ATK
-
-BUILD_DEPENDS+= rubygem-pkg-config>=1.0.7:${PORTSDIR}/devel/rubygem-pkg-config
-RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR:S/${PREFIX}/${LOCALBASE}/}/glib2.so:${PORTSDIR}/devel/ruby-glib2 \
- rubygem-pkg-config>=1.0.7:${PORTSDIR}/devel/rubygem-pkg-config
-
-NO_STAGE= yes
-USE_RUBY= yes
-USE_GNOME= atk
-USE_RUBY_EXTCONF= yes
-CONFIGURE_ARGS= --with-pkg-config-dir=${LOCALBASE}/libdata/pkgconfig
-
-MASTERDIR= ${.CURDIR}/../../x11/ruby-gnome2
-PKGDIR= ${.CURDIR}
-
-DEPRECATED= Use rubygem-atk instead
-EXPIRATION_DATE=2014-03-23
-
-.include "${MASTERDIR}/Makefile.common"
-
-WRKSRC= ${RUBY_GNOME_WRKSRC}/atk
-INSTALL_TARGET= site-install install
-
-DOCS= COPYING.LIB README
-
-post-install:
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${RUBY_MODDOCDIR}
-.for f in ${DOCS}
- @${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/
-.endfor
-.endif
-
-.include <bsd.port.pre.mk>
-
-.if ${RUBY_VER} != 1.9
-BROKEN= Does not work with Ruby 2.x
-.endif
-
-.include <bsd.port.post.mk>
diff --git a/accessibility/ruby-atk/pkg-descr b/accessibility/ruby-atk/pkg-descr
deleted file mode 100644
index 4d889b1024b4..000000000000
--- a/accessibility/ruby-atk/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-Ruby/ATK is a Ruby binding for ATK.
-
-WWW: http://ruby-gnome2.sourceforge.jp/
diff --git a/accessibility/ruby-atk/pkg-plist b/accessibility/ruby-atk/pkg-plist
deleted file mode 100644
index f2c929179ec0..000000000000
--- a/accessibility/ruby-atk/pkg-plist
+++ /dev/null
@@ -1,9 +0,0 @@
-libdata/pkgconfig/ruby-atk.pc
-%%RUBY_SITELIBDIR%%/atk.rb
-%%RUBY_SITEARCHLIBDIR%%/atk.so
-%%RUBY_SITEARCHLIBDIR%%/rbatk.h
-%%RUBY_SITEARCHLIBDIR%%/rbatkversion.h
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/COPYING.LIB
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/README
-%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%
-%%PORTDOCS%%@dirrmtry %%RUBY_DOCDIR%%