Ruby/RSVG is a Ruby binding of librsvg2.
WWW: http://ruby-gnome2.sourceforge.jp/ PR: ports/173374 Submitted by: Shin-ya Murakami <murashin@gfd-dennou.org>
This commit is contained in:
parent
419e4ca699
commit
6f29309b9d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=320386
4 changed files with 25 additions and 0 deletions
|
@ -965,6 +965,7 @@
|
|||
SUBDIR += rubygem-png
|
||||
SUBDIR += rubygem-railroad
|
||||
SUBDIR += rubygem-rmagick
|
||||
SUBDIR += rubygem-rsvg2
|
||||
SUBDIR += rubygem-scruffy
|
||||
SUBDIR += rubygem-turing
|
||||
SUBDIR += rubyphoto
|
||||
|
|
19
graphics/rubygem-rsvg2/Makefile
Normal file
19
graphics/rubygem-rsvg2/Makefile
Normal file
|
@ -0,0 +1,19 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= rsvg2
|
||||
PORTVERSION= 2.0.2
|
||||
CATEGORIES= graphics rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= ruby@FreeBSD.org
|
||||
COMMENT= Ruby binding for librsvg2
|
||||
|
||||
RUN_DEPENDS= rubygem-cairo>=1.12.5:${PORTSDIR}/graphics/rubygem-cairo \
|
||||
rubygem-gdk_pixbuf2>=${PORTVERSION}:${PORTSDIR}/graphics/rubygem-gdk_pixbuf2
|
||||
|
||||
USE_GNOME= librsvg2
|
||||
USE_RUBY= yes
|
||||
USE_RUBYGEMS= yes
|
||||
RUBYGEM_AUTOPLIST= yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
graphics/rubygem-rsvg2/distinfo
Normal file
2
graphics/rubygem-rsvg2/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (rubygem/rsvg2-2.0.2.gem) = a7e438f0aebda36919645900fc113fb2e282fbeffa7d87369c5e316e3de9ff13
|
||||
SIZE (rubygem/rsvg2-2.0.2.gem) = 11264
|
3
graphics/rubygem-rsvg2/pkg-descr
Normal file
3
graphics/rubygem-rsvg2/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Ruby/RSVG is a Ruby binding of librsvg2.
|
||||
|
||||
WWW: http://ruby-gnome2.sourceforge.jp/
|
Loading…
Reference in a new issue