Date: Thu, 16 Mar 2023 11:09:11 GMT From: Dirk Meyer <dinoex@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 70ff3792f789 - main - devel/rubygem-octicons: GitHub's octicons svg Message-ID: <202303161109.32GB9BES064163@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by dinoex: URL: https://cgit.FreeBSD.org/ports/commit/?id=70ff3792f789fb11c9b93a9e1f45b601b6ad953f commit 70ff3792f789fb11c9b93a9e1f45b601b6ad953f Author: Dirk Meyer <dinoex@FreeBSD.org> AuthorDate: 2023-03-16 11:08:12 +0000 Commit: Dirk Meyer <dinoex@FreeBSD.org> CommitDate: 2023-03-16 11:08:12 +0000 devel/rubygem-octicons: GitHub's octicons svg Created by: Pedro Giffuni PR: 235008 --- devel/Makefile | 1 + devel/rubygem-octicons/Makefile | 20 ++++++++++++++++++++ devel/rubygem-octicons/distinfo | 3 +++ devel/rubygem-octicons/pkg-descr | 6 ++++++ 4 files changed, 30 insertions(+) diff --git a/devel/Makefile b/devel/Makefile index 1b050cb8d732..6bd66ee3c635 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -6914,6 +6914,7 @@ SUBDIR += rubygem-nsa-rails61 SUBDIR += rubygem-numerizer SUBDIR += rubygem-oci + SUBDIR += rubygem-octicons SUBDIR += rubygem-octopress-hooks SUBDIR += rubygem-oj SUBDIR += rubygem-oj-introspect diff --git a/devel/rubygem-octicons/Makefile b/devel/rubygem-octicons/Makefile new file mode 100644 index 000000000000..48d83a7cd5b5 --- /dev/null +++ b/devel/rubygem-octicons/Makefile @@ -0,0 +1,20 @@ +PORTNAME= octicons +PORTVERSION= 18.2.0 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Package to distribute GitHub's octicons svg +WWW= https://github.com/primer/octicons/tree/master/lib/octicons_gem/ + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= rubygem-nokogiri>=1.6.3.1:textproc/rubygem-nokogiri + +USES= gem +USE_RUBY= yes + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/devel/rubygem-octicons/distinfo b/devel/rubygem-octicons/distinfo new file mode 100644 index 000000000000..62a78bd9b380 --- /dev/null +++ b/devel/rubygem-octicons/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1678964398 +SHA256 (rubygem/octicons-18.2.0.gem) = e39bb302b6fa4aaa12cf77927ddae5d577daffa46fb852ecbf86b8043c1e52ae +SIZE (rubygem/octicons-18.2.0.gem) = 205824 diff --git a/devel/rubygem-octicons/pkg-descr b/devel/rubygem-octicons/pkg-descr new file mode 100644 index 000000000000..0720db6384d7 --- /dev/null +++ b/devel/rubygem-octicons/pkg-descr @@ -0,0 +1,6 @@ +Your project. GitHub's icons. + +Octicons are a set of SVG icons built by GitHub for GitHub. This is a Ruby +gem with a Ruby API. For more options see and in particular the rails helper +see: +https://octicons.github.com/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303161109.32GB9BES064163>