mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
Ruby/GdkPixbuf2 is a Ruby binding for GdkPixbuf2.
WWW: http://ruby-gnome2.sourceforge.jp/ PR: ports/173382 Submitted by: Shin-ya Murakami <murashin@gfd-dennou.org>
This commit is contained in:
parent
a419655f0f
commit
10e8c76596
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=320379
@ -953,6 +953,7 @@
|
||||
SUBDIR += rubygem-exifr
|
||||
SUBDIR += rubygem-ezprint
|
||||
SUBDIR += rubygem-gd2
|
||||
SUBDIR += rubygem-gdk_pixbuf2
|
||||
SUBDIR += rubygem-geokit
|
||||
SUBDIR += rubygem-graphviz
|
||||
SUBDIR += rubygem-gruff
|
||||
|
18
graphics/rubygem-gdk_pixbuf2/Makefile
Normal file
18
graphics/rubygem-gdk_pixbuf2/Makefile
Normal file
@ -0,0 +1,18 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= gdk_pixbuf2
|
||||
PORTVERSION= 2.0.2
|
||||
CATEGORIES= graphics rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= ruby@FreeBSD.org
|
||||
COMMENT= Ruby binding for GdkPixbuf2
|
||||
|
||||
RUN_DEPENDS= rubygem-glib2>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-glib2
|
||||
|
||||
USE_GNOME= gdkpixbuf2
|
||||
USE_RUBY= yes
|
||||
USE_RUBYGEMS= yes
|
||||
RUBYGEM_AUTOPLIST= yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
graphics/rubygem-gdk_pixbuf2/distinfo
Normal file
2
graphics/rubygem-gdk_pixbuf2/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (rubygem/gdk_pixbuf2-2.0.2.gem) = c84a016c1d0a5e8cb23c92ca98174341335098b874703530260f7192adec830a
|
||||
SIZE (rubygem/gdk_pixbuf2-2.0.2.gem) = 24064
|
3
graphics/rubygem-gdk_pixbuf2/pkg-descr
Normal file
3
graphics/rubygem-gdk_pixbuf2/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Ruby/GdkPixbuf2 is a Ruby binding for GdkPixbuf2.
|
||||
|
||||
WWW: http://ruby-gnome2.sourceforge.jp/
|
Loading…
Reference in New Issue
Block a user