Bug 235008 - [NEW PORT] devel/rubygem-octicons: a set of SVG icons from GitHub, packaged with a Ruby API
Summary: [NEW PORT] devel/rubygem-octicons: a set of SVG icons from GitHub, packaged w...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-ruby (Nobody)
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2019-01-16 20:12 UTC by Pedro F. Giffuni
Modified: 2023-03-16 11:10 UTC (History)
1 user (show)

See Also:


Attachments
patch with rubygem-octicons port (1.95 KB, patch)
2019-01-16 20:12 UTC, Pedro F. Giffuni
no flags Details | Diff
rubygem-octicons port (2.98 KB, patch)
2019-04-24 21:03 UTC, Pedro F. Giffuni
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pedro F. Giffuni freebsd_committer freebsd_triage 2019-01-16 20:12:04 UTC
Created attachment 201196 [details]
patch with rubygem-octicons port

This is a set of SVG icons from GitHub, packaged with a Ruby API.

The GitHub octicons are are listed in Bootstrap 4 as a possible replacement for the glyphicons previously bundled with Twitter-Bootstrap 3.

FWIW, Rails users may want to look at octicons_helper which should depend on this package:
https://rubygems.org/gems/octicons_helper

I currently don't use this port but I consider it interesting for Ruby user, so I set the maintainer to ruby@.
Comment 1 Pedro F. Giffuni freebsd_committer freebsd_triage 2019-04-24 21:03:00 UTC
Created attachment 203982 [details]
rubygem-octicons port

Pet portlint
Comment 2 commit-hook freebsd_committer freebsd_triage 2023-03-16 11:10:05 UTC
A commit in branch main references this bug:

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 (new)  | 20 ++++++++++++++++++++
 devel/rubygem-octicons/distinfo (new)  |  3 +++
 devel/rubygem-octicons/pkg-descr (new) |  6 ++++++
 4 files changed, 30 insertions(+)
Comment 3 Dirk Meyer freebsd_committer freebsd_triage 2023-03-16 11:10:37 UTC
Updated and commited.