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
This commit is contained in:
parent
489211111d
commit
50aea608e9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=557477
4 changed files with 38 additions and 0 deletions
|
@ -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
|
||||
|
|
25
print/rubygem-prawn-icon/Makefile
Normal file
25
print/rubygem-prawn-icon/Makefile
Normal file
|
@ -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>
|
3
print/rubygem-prawn-icon/distinfo
Normal file
3
print/rubygem-prawn-icon/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1607539643
|
||||
SHA256 (rubygem/prawn-icon-3.0.0.gem) = dac8d481dee0f60a769c0cab0fd1baec7351b4806bf9ba959cd6c65f6694b6f5
|
||||
SIZE (rubygem/prawn-icon-3.0.0.gem) = 736256
|
9
print/rubygem-prawn-icon/pkg-descr
Normal file
9
print/rubygem-prawn-icon/pkg-descr
Normal file
|
@ -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
|
Loading…
Reference in a new issue