Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Dec 2020 21:29:29 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r557477 - in head/print: . rubygem-prawn-icon
Message-ID:  <202012102129.0BALTTbB040323@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Dec 10 21:29:29 2020
New Revision: 557477
URL: https://svnweb.freebsd.org/changeset/ports/557477

Log:
  Add rubygem-prawn-icon 3.0.0
  
  Prawn::Icon provides a simple mechanism for rendering icons and icon fonts from
  within Prawn.
  
  The following icon fonts ship with Prawn::Icon:
  - FontAwesome (http://fontawesome.io/icons/)
  - Foundation Icons (http://zurb.com/playground/foundation-icon-fonts-3)
  - PaymentFont (https://paymentfont.com)
  
  WWW: https://github.com/jessedoyle/prawn-icon

Added:
  head/print/rubygem-prawn-icon/
  head/print/rubygem-prawn-icon/Makefile   (contents, props changed)
  head/print/rubygem-prawn-icon/distinfo   (contents, props changed)
  head/print/rubygem-prawn-icon/pkg-descr   (contents, props changed)
Modified:
  head/print/Makefile

Modified: head/print/Makefile
==============================================================================
--- head/print/Makefile	Thu Dec 10 21:29:22 2020	(r557476)
+++ head/print/Makefile	Thu Dec 10 21:29:29 2020	(r557477)
@@ -210,6 +210,7 @@
     SUBDIR += rubygem-prawn-flexible-table
     SUBDIR += rubygem-prawn-format
     SUBDIR += rubygem-prawn-graph
+    SUBDIR += rubygem-prawn-icon
     SUBDIR += rubygem-prawn-js
     SUBDIR += rubygem-prawn-layout
     SUBDIR += rubygem-prawn-security

Added: head/print/rubygem-prawn-icon/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/print/rubygem-prawn-icon/Makefile	Thu Dec 10 21:29:29 2020	(r557477)
@@ -0,0 +1,25 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	prawn-icon
+PORTVERSION=	3.0.0
+CATEGORIES=	print rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Provide various icon fonts for the Prawn PDF toolkit
+
+LICENSE=	GPLv2 GPLv3 RUBY
+LICENSE_COMB=	dual
+LICENSE_FILE_GPLv2=	${WRKSRC}/GPLv2
+LICENSE_FILE_GPLv3=	${WRKSRC}/GPLv3
+LICENSE_FILE_RUBY=	${WRKSRC}/LICENSE
+
+RUN_DEPENDS=	rubygem-prawn>=1.1.0<3.0.0:print/rubygem-prawn
+
+USES=		gem
+USE_RUBY=	yes
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/print/rubygem-prawn-icon/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/print/rubygem-prawn-icon/distinfo	Thu Dec 10 21:29:29 2020	(r557477)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1607539643
+SHA256 (rubygem/prawn-icon-3.0.0.gem) = dac8d481dee0f60a769c0cab0fd1baec7351b4806bf9ba959cd6c65f6694b6f5
+SIZE (rubygem/prawn-icon-3.0.0.gem) = 736256

Added: head/print/rubygem-prawn-icon/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/print/rubygem-prawn-icon/pkg-descr	Thu Dec 10 21:29:29 2020	(r557477)
@@ -0,0 +1,9 @@
+Prawn::Icon provides a simple mechanism for rendering icons and icon fonts from
+within Prawn.
+
+The following icon fonts ship with Prawn::Icon:
+- FontAwesome (http://fontawesome.io/icons/)
+- Foundation Icons (http://zurb.com/playground/foundation-icon-fonts-3)
+- PaymentFont (https://paymentfont.com)
+
+WWW: https://github.com/jessedoyle/prawn-icon



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012102129.0BALTTbB040323>