mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
print/rubygem-prawn-icon3: Add rubygem-prawn-icon3 3.1.0 (copied from rubygem-prawn-icon)
- Add PORTSCOUT
This commit is contained in:
parent
86902a99c3
commit
aa295ccbaa
4 changed files with 36 additions and 0 deletions
|
@ -219,6 +219,7 @@
|
|||
SUBDIR += rubygem-prawn-format
|
||||
SUBDIR += rubygem-prawn-graph
|
||||
SUBDIR += rubygem-prawn-icon
|
||||
SUBDIR += rubygem-prawn-icon3
|
||||
SUBDIR += rubygem-prawn-js
|
||||
SUBDIR += rubygem-prawn-layout
|
||||
SUBDIR += rubygem-prawn-rails
|
||||
|
|
25
print/rubygem-prawn-icon3/Makefile
Normal file
25
print/rubygem-prawn-icon3/Makefile
Normal file
|
@ -0,0 +1,25 @@
|
|||
PORTNAME= prawn-icon
|
||||
PORTVERSION= 3.1.0
|
||||
CATEGORIES= print rubygems
|
||||
MASTER_SITES= RG
|
||||
PKGNAMESUFFIX= 3
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Provide various icon fonts for the Prawn PDF toolkit
|
||||
WWW= https://github.com/jessedoyle/prawn-icon
|
||||
|
||||
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
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
PORTSCOUT= limit:^3\.
|
||||
|
||||
.include <bsd.port.mk>
|
3
print/rubygem-prawn-icon3/distinfo
Normal file
3
print/rubygem-prawn-icon3/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1662212240
|
||||
SHA256 (rubygem/prawn-icon-3.1.0.gem) = b3c1d88823ae0648691ca6053e8c9a2863b306824a1ed71a4c38128f97203311
|
||||
SIZE (rubygem/prawn-icon-3.1.0.gem) = 1351680
|
7
print/rubygem-prawn-icon3/pkg-descr
Normal file
7
print/rubygem-prawn-icon3/pkg-descr
Normal file
|
@ -0,0 +1,7 @@
|
|||
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)
|
Loading…
Add table
Reference in a new issue