mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Ruby/RSVG is a Ruby binding of librsvg2.
WWW: http://ruby-gnome2.sourceforge.jp/
This commit is contained in:
parent
589ceab2e1
commit
96e3d87a46
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=121682
4 changed files with 55 additions and 0 deletions
|
@ -427,6 +427,7 @@
|
||||||
SUBDIR += ruby-opengl
|
SUBDIR += ruby-opengl
|
||||||
SUBDIR += ruby-pgplot
|
SUBDIR += ruby-pgplot
|
||||||
SUBDIR += ruby-rmagick
|
SUBDIR += ruby-rmagick
|
||||||
|
SUBDIR += ruby-rsvg2
|
||||||
SUBDIR += ruby-svg
|
SUBDIR += ruby-svg
|
||||||
SUBDIR += ruby-tgif
|
SUBDIR += ruby-tgif
|
||||||
SUBDIR += rubyphoto
|
SUBDIR += rubyphoto
|
||||||
|
|
43
graphics/ruby-rsvg2/Makefile
Normal file
43
graphics/ruby-rsvg2/Makefile
Normal file
|
@ -0,0 +1,43 @@
|
||||||
|
# New ports collection makefile for: Ruby/RSVG
|
||||||
|
# Date created: 15 November 2004
|
||||||
|
# Whom: Mezz <mezz@FreeBSD.org>
|
||||||
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
#
|
||||||
|
|
||||||
|
PORTNAME= rsvg2
|
||||||
|
PORTVERSION= ${RUBY_GNOME_PORTVERSION}
|
||||||
|
CATEGORIES= graphics 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 librsvg2
|
||||||
|
|
||||||
|
RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/gdk_pixbuf2.so:${PORTSDIR}/graphics/ruby-gdk_pixbuf2
|
||||||
|
|
||||||
|
USE_RUBY= yes
|
||||||
|
USE_GNOME= librsvg2
|
||||||
|
USE_RUBY_EXTCONF= yes
|
||||||
|
|
||||||
|
.include "${.CURDIR}/../../x11/ruby-gnome2/Makefile.common"
|
||||||
|
|
||||||
|
WRKSRC= ${RUBY_GNOME_WRKSRC}/rsvg
|
||||||
|
INSTALL_TARGET= site-install
|
||||||
|
|
||||||
|
DOCS= COPYING.LIB ChangeLog README
|
||||||
|
|
||||||
|
post-install:
|
||||||
|
.if !defined(NOPORTDOCS)
|
||||||
|
@${MKDIR} ${RUBY_MODEXAMPLESDIR}
|
||||||
|
@${INSTALL_DATA} ${WRKSRC}/sample/* ${RUBY_MODEXAMPLESDIR}/
|
||||||
|
@${MKDIR} ${RUBY_MODDOCDIR}
|
||||||
|
.for f in ${DOCS}
|
||||||
|
@${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/
|
||||||
|
.endfor
|
||||||
|
.endif
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
3
graphics/ruby-rsvg2/pkg-descr
Normal file
3
graphics/ruby-rsvg2/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
Ruby/RSVG is a Ruby binding of librsvg2.
|
||||||
|
|
||||||
|
WWW: http://ruby-gnome2.sourceforge.jp/
|
8
graphics/ruby-rsvg2/pkg-plist
Normal file
8
graphics/ruby-rsvg2/pkg-plist
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
%%RUBY_SITEARCHLIBDIR%%/rsvg2.so
|
||||||
|
%%RUBY_SITELIBDIR%%/rsvg2.rb
|
||||||
|
%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/svg2.rb
|
||||||
|
%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%%
|
||||||
|
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/COPYING.LIB
|
||||||
|
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ChangeLog
|
||||||
|
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/README
|
||||||
|
%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%
|
Loading…
Add table
Reference in a new issue