graphics/rubygem-svg_sprite: New port
Create SVG sprites using SVG links.
This commit is contained in:
parent
69d6be0391
commit
172c9ece46
@ -1121,6 +1121,7 @@
|
||||
SUBDIR += rubygem-ruby-vips
|
||||
SUBDIR += rubygem-scruffy
|
||||
SUBDIR += rubygem-svg_optimizer
|
||||
SUBDIR += rubygem-svg_sprite
|
||||
SUBDIR += rubygem-tanuki_emoji
|
||||
SUBDIR += rx
|
||||
SUBDIR += s10sh
|
||||
|
||||
22
graphics/rubygem-svg_sprite/Makefile
Normal file
22
graphics/rubygem-svg_sprite/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
PORTNAME= svg_sprite
|
||||
PORTVERSION= 1.0.3
|
||||
CATEGORIES= graphics rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= wen@FreeBSD.org
|
||||
COMMENT= Create SVG sprites using SVG links
|
||||
WWW= https://github.com/fnando/svg_sprite
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
RUN_DEPENDS= rubygem-nokogiri>=0:textproc/rubygem-nokogiri \
|
||||
rubygem-svg_optimizer>=0:graphics/rubygem-svg_optimizer \
|
||||
rubygem-thor>=0:devel/rubygem-thor
|
||||
|
||||
USES= gem
|
||||
|
||||
PLIST_FILES= bin/svg_sprite
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
3
graphics/rubygem-svg_sprite/distinfo
Normal file
3
graphics/rubygem-svg_sprite/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1734246303
|
||||
SHA256 (rubygem/svg_sprite-1.0.3.gem) = c6debf93cf859a47b9fee88ca4b1a365850cf9941a16822777838d6fb00daec9
|
||||
SIZE (rubygem/svg_sprite-1.0.3.gem) = 17920
|
||||
1
graphics/rubygem-svg_sprite/pkg-descr
Normal file
1
graphics/rubygem-svg_sprite/pkg-descr
Normal file
@ -0,0 +1 @@
|
||||
Create SVG sprites using SVG links.
|
||||
Loading…
x
Reference in New Issue
Block a user