From a11b14c2dadee206fbd4d1921613cda8e232cd80 Mon Sep 17 00:00:00 2001 From: Akinori MUSHA Date: Wed, 30 May 2001 15:47:57 +0000 Subject: Add ruby-X11, a fully reflective X11 client library for ruby. --- x11/Makefile | 1 + x11/ruby-X11/Makefile | 39 +++++++++++++++++++++++++++++++++++++++ x11/ruby-X11/distinfo | 1 + x11/ruby-X11/pkg-comment | 1 + x11/ruby-X11/pkg-descr | 4 ++++ x11/ruby-X11/pkg-plist | 23 +++++++++++++++++++++++ 6 files changed, 69 insertions(+) create mode 100644 x11/ruby-X11/Makefile create mode 100644 x11/ruby-X11/distinfo create mode 100644 x11/ruby-X11/pkg-comment create mode 100644 x11/ruby-X11/pkg-descr create mode 100644 x11/ruby-X11/pkg-plist (limited to 'x11') diff --git a/x11/Makefile b/x11/Makefile index 11c329660c51..d004fded689f 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -62,6 +62,7 @@ SUBDIR += powershell SUBDIR += props SUBDIR += qrash + SUBDIR += ruby-X11 SUBDIR += ruby-gnome SUBDIR += ruby-kde SUBDIR += rxvt diff --git a/x11/ruby-X11/Makefile b/x11/ruby-X11/Makefile new file mode 100644 index 000000000000..11acd3349f26 --- /dev/null +++ b/x11/ruby-X11/Makefile @@ -0,0 +1,39 @@ +# New ports collection makefile for: RubyX11 +# Date created: 31 May 2001 +# Whom: Akinori MUSHA aka knu +# +# $FreeBSD$ +# + +PORTNAME= X11 +PORTVERSION= 0.2 +CATEGORIES= x11 ruby +MASTER_SITES= http://hostname.2y.net/~matju/RubyX11/ +PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} +DISTNAME= Ruby${PORTNAME}-${PORTVERSION} +DIST_SUBDIR= ruby + +MAINTAINER= knu@FreeBSD.org + +USE_RUBY= yes + +NO_BUILD= yes + +DOCS= ChangeLog Documentation Overview TODO +EXAMPLES= tests/* + +do-install: + ${MKDIR} ${RUBY_SITELIBDIR}/${PORTNAME} + ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}/* ${RUBY_SITELIBDIR}/${PORTNAME}/ +.if !defined(NOPORTDOCS) + ${MKDIR} ${RUBY_EXAMPLESDIR}/${PORTNAME} +.for f in ${EXAMPLES} + ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_EXAMPLESDIR}/${PORTNAME}/ +.endfor + ${MKDIR} ${RUBY_DOCDIR}/${PORTNAME} +.for f in ${DOCS} + ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/${PORTNAME}/ +.endfor +.endif + +.include diff --git a/x11/ruby-X11/distinfo b/x11/ruby-X11/distinfo new file mode 100644 index 000000000000..1d206e7b711b --- /dev/null +++ b/x11/ruby-X11/distinfo @@ -0,0 +1 @@ +MD5 (ruby/RubyX11-0.2.tar.gz) = 8aa6128fb9153d6dc72f2ee00bda8154 diff --git a/x11/ruby-X11/pkg-comment b/x11/ruby-X11/pkg-comment new file mode 100644 index 000000000000..fba863f2d043 --- /dev/null +++ b/x11/ruby-X11/pkg-comment @@ -0,0 +1 @@ +A fully reflective X11 client library for Ruby diff --git a/x11/ruby-X11/pkg-descr b/x11/ruby-X11/pkg-descr new file mode 100644 index 000000000000..813f6b19adfb --- /dev/null +++ b/x11/ruby-X11/pkg-descr @@ -0,0 +1,4 @@ +RubyX11 is a fully reflective X11 client library. + +Author: matju (Mathieu Bouchard) +WWW: http://www.ruby-lang.org/en/raa-list.rhtml?name=RubyX11 diff --git a/x11/ruby-X11/pkg-plist b/x11/ruby-X11/pkg-plist new file mode 100644 index 000000000000..fbf9ec0866cb --- /dev/null +++ b/x11/ruby-X11/pkg-plist @@ -0,0 +1,23 @@ +%%RUBY_SITELIBDIR%%/X11/Auth.rb +%%RUBY_SITELIBDIR%%/X11/Base.rb +%%RUBY_SITELIBDIR%%/X11/Choices.rb +%%RUBY_SITELIBDIR%%/X11/Connection.rb +%%RUBY_SITELIBDIR%%/X11/Cursors.rb +%%RUBY_SITELIBDIR%%/X11/Display.rb +%%RUBY_SITELIBDIR%%/X11/Error.rb +%%RUBY_SITELIBDIR%%/X11/Event.rb +%%RUBY_SITELIBDIR%%/X11/Graphics.rb +%%RUBY_SITELIBDIR%%/X11/Keysyms.rb +%%RUBY_SITELIBDIR%%/X11/Log.rb +%%RUBY_SITELIBDIR%%/X11/Type.rb +%%RUBY_SITELIBDIR%%/X11/XID.rb +@dirrm %%RUBY_SITELIBDIR%%/X11 +%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/X11/test00.rb +%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/X11/test01.rb +%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/X11/test02.rb +%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/X11 +%%PORTDOCS%%%%RUBY_DOCDIR%%/X11/ChangeLog +%%PORTDOCS%%%%RUBY_DOCDIR%%/X11/Documentation +%%PORTDOCS%%%%RUBY_DOCDIR%%/X11/Overview +%%PORTDOCS%%%%RUBY_DOCDIR%%/X11/TODO +%%PORTDOCS%%@dirrm %%RUBY_DOCDIR%%/X11 -- cgit v1.2.3