svn commit: r320378 - in head/x11-toolkits: . rubygem-pango

Steve Wills swills at FreeBSD.org
Sun Jun 9 18:44:27 UTC 2013


Author: swills
Date: Sun Jun  9 18:44:25 2013
New Revision: 320378
URL: http://svnweb.freebsd.org/changeset/ports/320378

Log:
  Ruby/Pango is a Ruby binding for Pango.
  
  WWW: http://ruby-gnome2.sourceforge.jp/
  
  PR:		ports/173377
  Submitted by:	Shin-ya Murakami <murashin at gfd-dennou.org>

Added:
  head/x11-toolkits/rubygem-pango/
  head/x11-toolkits/rubygem-pango/Makefile   (contents, props changed)
  head/x11-toolkits/rubygem-pango/distinfo   (contents, props changed)
  head/x11-toolkits/rubygem-pango/pkg-descr   (contents, props changed)
Modified:
  head/x11-toolkits/Makefile

Modified: head/x11-toolkits/Makefile
==============================================================================
--- head/x11-toolkits/Makefile	Sun Jun  9 18:43:27 2013	(r320377)
+++ head/x11-toolkits/Makefile	Sun Jun  9 18:44:25 2013	(r320378)
@@ -238,6 +238,7 @@
     SUBDIR += ruby-poppler
     SUBDIR += ruby-tk
     SUBDIR += ruby-vte
+    SUBDIR += rubygem-pango
     SUBDIR += sakura
     SUBDIR += scintilla
     SUBDIR += sdl_pango

Added: head/x11-toolkits/rubygem-pango/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-toolkits/rubygem-pango/Makefile	Sun Jun  9 18:44:25 2013	(r320378)
@@ -0,0 +1,19 @@
+# $FreeBSD$
+
+PORTNAME=	pango
+PORTVERSION=	2.0.2
+CATEGORIES=	x11-toolkits rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	ruby at FreeBSD.org
+COMMENT=	Ruby binding for Pango
+
+RUN_DEPENDS=	rubygem-cairo>=1.12.5:${PORTSDIR}/graphics/rubygem-cairo \
+		rubygem-glib2>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-glib2
+
+USE_GNOME=	pango
+USE_RUBY=	yes
+USE_RUBYGEMS=	yes
+RUBYGEM_AUTOPLIST=	yes
+
+.include <bsd.port.mk>

Added: head/x11-toolkits/rubygem-pango/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-toolkits/rubygem-pango/distinfo	Sun Jun  9 18:44:25 2013	(r320378)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/pango-2.0.2.gem) = cb77b629b4241f09213a7303a8867cccabfb37c5c6f85936c363026a9926f35c
+SIZE (rubygem/pango-2.0.2.gem) = 39424

Added: head/x11-toolkits/rubygem-pango/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-toolkits/rubygem-pango/pkg-descr	Sun Jun  9 18:44:25 2013	(r320378)
@@ -0,0 +1,3 @@
+Ruby/Pango is a Ruby binding for Pango.
+
+WWW: http://ruby-gnome2.sourceforge.jp/


More information about the svn-ports-all mailing list