Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Dec 2024 07:52:03 GMT
From:      Wen Heping <wen@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 172c9ece46f0 - main - graphics/rubygem-svg_sprite: New port
Message-ID:  <202412150752.4BF7q3p1099480@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by wen:

URL: https://cgit.FreeBSD.org/ports/commit/?id=172c9ece46f0862cec340ce8a1e1a864b47f0aac

commit 172c9ece46f0862cec340ce8a1e1a864b47f0aac
Author:     Wen Heping <wen@FreeBSD.org>
AuthorDate: 2024-12-15 07:49:59 +0000
Commit:     Wen Heping <wen@FreeBSD.org>
CommitDate: 2024-12-15 07:51:40 +0000

    graphics/rubygem-svg_sprite: New port
    
    Create SVG sprites using SVG links.
---
 graphics/Makefile                     |  1 +
 graphics/rubygem-svg_sprite/Makefile  | 22 ++++++++++++++++++++++
 graphics/rubygem-svg_sprite/distinfo  |  3 +++
 graphics/rubygem-svg_sprite/pkg-descr |  1 +
 4 files changed, 27 insertions(+)

diff --git a/graphics/Makefile b/graphics/Makefile
index 949d80fb3f34..8b17561ab73e 100644
--- a/graphics/Makefile
+++ b/graphics/Makefile
@@ -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
diff --git a/graphics/rubygem-svg_sprite/Makefile b/graphics/rubygem-svg_sprite/Makefile
new file mode 100644
index 000000000000..b498895afc43
--- /dev/null
+++ b/graphics/rubygem-svg_sprite/Makefile
@@ -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>
diff --git a/graphics/rubygem-svg_sprite/distinfo b/graphics/rubygem-svg_sprite/distinfo
new file mode 100644
index 000000000000..289991577dbf
--- /dev/null
+++ b/graphics/rubygem-svg_sprite/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1734246303
+SHA256 (rubygem/svg_sprite-1.0.3.gem) = c6debf93cf859a47b9fee88ca4b1a365850cf9941a16822777838d6fb00daec9
+SIZE (rubygem/svg_sprite-1.0.3.gem) = 17920
diff --git a/graphics/rubygem-svg_sprite/pkg-descr b/graphics/rubygem-svg_sprite/pkg-descr
new file mode 100644
index 000000000000..db555dba8212
--- /dev/null
+++ b/graphics/rubygem-svg_sprite/pkg-descr
@@ -0,0 +1 @@
+Create SVG sprites using SVG links.



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