diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2023-03-16 12:08:12 +0100 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2023-03-16 12:08:12 +0100 |
commit | 70ff3792f789fb11c9b93a9e1f45b601b6ad953f (patch) | |
tree | 2db57081687df55f17d72b8e624a9139e24dada4 | |
parent | graphics/alembic: update the port to version 1.8.5 (diff) |
devel/rubygem-octicons: GitHub's octicons svg
Created by: Pedro Giffuni
PR: 235008
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/rubygem-octicons/Makefile | 20 | ||||
-rw-r--r-- | devel/rubygem-octicons/distinfo | 3 | ||||
-rw-r--r-- | devel/rubygem-octicons/pkg-descr | 6 |
4 files changed, 30 insertions, 0 deletions
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/ |