graphics/rubygem-svg_sprite: New port

Create SVG sprites using SVG links.
This commit is contained in:
Wen Heping 2024-12-15 07:49:59 +00:00
parent 69d6be0391
commit 172c9ece46
4 changed files with 27 additions and 0 deletions

View file

@ -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

View 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>

View 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

View file

@ -0,0 +1 @@
Create SVG sprites using SVG links.