Bug 264401 - misc/grc: Update to 1.13 and added some FreeBSD command colorization
Summary: misc/grc: Update to 1.13 and added some FreeBSD command colorization
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Fernando Apesteguía
URL: https://github.com/garabik/grc/
Keywords:
Depends on:
Blocks:
 
Reported: 2022-06-01 22:17 UTC by sec.research.2005
Modified: 2022-06-16 05:43 UTC (History)
2 users (show)

See Also:
bugzilla: maintainer-feedback? (walter)


Attachments
Patch (22.91 KB, patch)
2022-06-01 22:17 UTC, sec.research.2005
no flags Details | Diff
Poudriere Build Log (12.68 KB, text/plain)
2022-06-01 22:18 UTC, sec.research.2005
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description sec.research.2005 2022-06-01 22:17:29 UTC
Created attachment 234383 [details]
Patch

Upgraded to 1.13 and also added colorization for some FreeBSD specific commands like zfs, zpool, pfctl, geom etc.
Comment 1 sec.research.2005 2022-06-01 22:18:45 UTC
Created attachment 234384 [details]
Poudriere Build Log
Comment 2 Fernando Apesteguía freebsd_committer freebsd_triage 2022-06-16 05:43:14 UTC
Committed,

Thanks!
Comment 3 commit-hook freebsd_committer freebsd_triage 2022-06-16 05:43:35 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=181d184e503a58e0fa8180d83b22ab1df62a7721

commit 181d184e503a58e0fa8180d83b22ab1df62a7721
Author:     Fernando Apesteguía <fernape@FreeBSD.org>
AuthorDate: 2022-06-02 16:10:24 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2022-06-16 05:40:05 +0000

    misc/grc: Update to 1.13 and added some FreeBSD command colorization

    ChangeLog: https://github.com/garabik/grc/

     * do not automatically create command aliases, unless explicitly specified
       (for bash)
     * several minor improvements

    PR:     264401
    Reported by:    sec.research.2005@gmail.com
    Approved by:    walter@lifeforms.nl (maintainer, timeout > 2 weeks)

 misc/grc/Makefile                                |  11 ++-
 misc/grc/distinfo                                |   6 +-
 misc/grc/files/colourfiles/conf.drill (new)      |  31 +++++++
 misc/grc/files/colourfiles/conf.geli (new)       |  40 ++++++++
 misc/grc/files/colourfiles/conf.geom (new)       |  56 ++++++++++++
 misc/grc/files/colourfiles/conf.gpart (new)      |  56 ++++++++++++
 misc/grc/files/colourfiles/conf.pciconf (new)    |  21 +++++
 misc/grc/files/colourfiles/conf.pfctl (new)      |  99 ++++++++++++++++++++
 misc/grc/files/colourfiles/conf.pkg_search (new) |   3 +
 misc/grc/files/colourfiles/conf.sockstat (new)   | 112 +++++++++++++++++++++++
 misc/grc/files/colourfiles/conf.top (new)        |  93 +++++++++++++++++++
 misc/grc/files/colourfiles/conf.usbconfig (new)  |  22 +++++
 misc/grc/files/colourfiles/conf.vnstat (new)     |  23 +++++
 misc/grc/files/colourfiles/conf.zfs (new)        |  55 +++++++++++
 misc/grc/files/colourfiles/conf.zpool (new)      |  55 +++++++++++
 misc/grc/files/patch-grc.conf (new)              |  46 ++++++++++
 misc/grc/pkg-plist                               |  26 +++++-
 17 files changed, 746 insertions(+), 9 deletions(-)