summaryrefslogtreecommitdiffstats
path: root/accessibility
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2005-11-05 14:05:15 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2005-11-05 14:05:15 +0800
commit79dd4cec82a630aea94670bdfac875661ffdc89a (patch)
tree58488c1fa497ea762e3ddf70d56b0f4a688f58bf /accessibility
parent905a9b3ae89b84581964a39518c97872ba7d19d8 (diff)
downloadmarcuscom-ports-79dd4cec82a630aea94670bdfac875661ffdc89a.tar.gz
marcuscom-ports-79dd4cec82a630aea94670bdfac875661ffdc89a.tar.zst
marcuscom-ports-79dd4cec82a630aea94670bdfac875661ffdc89a.zip
Remove those, they have been merged into offical ports tree.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5014 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'accessibility')
-rw-r--r--accessibility/ruby-atk/Makefile42
-rw-r--r--accessibility/ruby-atk/pkg-descr3
-rw-r--r--accessibility/ruby-atk/pkg-plist8
3 files changed, 0 insertions, 53 deletions
diff --git a/accessibility/ruby-atk/Makefile b/accessibility/ruby-atk/Makefile
deleted file mode 100644
index 1f5f7d173..000000000
--- a/accessibility/ruby-atk/Makefile
+++ /dev/null
@@ -1,42 +0,0 @@
-# New ports collection makefile for: Ruby/ATK
-# Date created: 05 April 2004
-# Whom: Mezz <mezz7@cox.net>
-#
-# $FreeBSD$
-# $MCom$
-#
-
-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
-
-MAINTAINER= mezz@FreeBSD.org
-COMMENT= Ruby binding for ATK
-
-RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/glib2.so:${PORTSDIR}/devel/ruby-glib2
-
-USE_RUBY= yes
-USE_GNOME= atk
-USE_RUBY_EXTCONF= yes
-
-.include "${.CURDIR}/../../x11/ruby-gnome2/Makefile.common"
-
-WRKSRC= ${RUBY_GNOME_WRKSRC}/atk
-INSTALL_TARGET= site-install
-
-DOCS= COPYING.LIB ChangeLog README
-
-post-install:
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${RUBY_MODDOCDIR}
-.for f in ${DOCS}
- @${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/
-.endfor
-.endif
-
-.include <bsd.port.mk>
diff --git a/accessibility/ruby-atk/pkg-descr b/accessibility/ruby-atk/pkg-descr
deleted file mode 100644
index 4d889b102..000000000
--- 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 d8a1ef1de..000000000
--- a/accessibility/ruby-atk/pkg-plist
+++ /dev/null
@@ -1,8 +0,0 @@
-%%RUBY_SITEARCHLIBDIR%%/atk.so
-%%RUBY_SITEARCHLIBDIR%%/rbatk.h
-%%RUBY_SITEARCHLIBDIR%%/rbatkversion.h
-%%RUBY_SITELIBDIR%%/atk.rb
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/COPYING.LIB
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ChangeLog
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/README
-%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%