1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Add ruby-evas (Ruby/Evas version 1.0), Ruby bindings for Evas.

This commit is contained in:
Akinori MUSHA 2002-07-07 19:06:16 +00:00
parent 7a75f4d901
commit b65103e2d7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=62602
6 changed files with 69 additions and 0 deletions

View File

@ -296,6 +296,7 @@
SUBDIR += ray++
SUBDIR += rayshade
SUBDIR += recmpeg
SUBDIR += ruby-evas
SUBDIR += ruby-gd
SUBDIR += ruby-gdchart
SUBDIR += ruby-gdk_imlib

View File

@ -0,0 +1,48 @@
# New ports collection makefile for: Ruby/Evas
# Date created: 8 July 2002
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
#
# $FreeBSD$
#
PORTNAME= evas
PORTVERSION= 1.0
CATEGORIES= graphics ruby
MASTER_SITES= http://neugierig.org/software/ruby/evas/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
DISTNAME= ruby-${PORTNAME}-${PORTVERSION}
DIST_SUBDIR= ruby
MAINTAINER= knu@FreeBSD.org
LIB_DEPENDS= evas.6:${PORTSDIR}/graphics/evas
USE_RUBY= yes
.if !defined(NOPORTDOCS)
USE_RUBY_RD= yes
.endif
USE_RUBY_EXTCONF= yes
CONFIGURE_WRKSRC= ${WRKSRC}/src
BUILD_WRKSRC= ${CONFIGURE_WRKSRC}
INSTALL_WRKSRC= ${BUILD_WRKSRC}
INSTALL_TARGET= site-install
DOCS= README doc/evas.rd doc/evas.html
post-build:
.if !defined(NOPORTDOCS)
cd ${WRKSRC}/doc; ${MAKE}
.endif
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${RUBY_EXAMPLESDIR}/${PORTNAME}
${CP} -R ${WRKSRC}/tests/* ${RUBY_EXAMPLESDIR}/${PORTNAME}/
${MKDIR} ${RUBY_DOCDIR}/${PORTNAME}
.for f in ${DOCS}
${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/${PORTNAME}/
.endfor
.endif
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (ruby/ruby-evas-1.0.tar.gz) = d74d2c6b31f5e3a6d808db2284ff69f3

View File

@ -0,0 +1 @@
Ruby bindings for Evas

View File

@ -0,0 +1,4 @@
This is Ruby bindings for Evas.
Author: Evan Martin <martine@cs.washington.edu>
WWW: http://neugierig.org/software/ruby/evas/

View File

@ -0,0 +1,14 @@
%%RUBY_SITEARCHLIBDIR%%/evas.so
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/evas/basic.rb
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/evas/bg.png
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/evas/broken.rb
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/evas/fancy.rb
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/evas/fonts.rb
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/evas/image.png
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/evas/image.rb
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/evas/nonblock.rb
%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/evas
%%PORTDOCS%%%%RUBY_DOCDIR%%/evas/README
%%PORTDOCS%%%%RUBY_DOCDIR%%/evas/evas.html
%%PORTDOCS%%%%RUBY_DOCDIR%%/evas/evas.rd
%%PORTDOCS%%@dirrm %%RUBY_DOCDIR%%/evas