Bug 262720 - [NEW PORT] www/so: Terminal interface for Stack Overflow
Summary: [NEW PORT] www/so: Terminal interface for Stack Overflow
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: Jason Helfman
URL: https://github.com/samtay/so
Keywords:
Depends on:
Blocks:
 
Reported: 2022-03-22 15:18 UTC by sec.research.2005
Modified: 2022-05-19 03:08 UTC (History)
3 users (show)

See Also:


Attachments
Patch (48.94 KB, patch)
2022-03-22 15:18 UTC, sec.research.2005
no flags Details | Diff
Poudriere Build Log (635.24 KB, text/plain)
2022-03-22 15:19 UTC, sec.research.2005
no flags Details
Patch after portlint/portclippy/portfmt (48.94 KB, patch)
2022-04-05 13:26 UTC, sec.research.2005
no flags Details | Diff
Patch (49.23 KB, patch)
2022-04-05 21:45 UTC, sec.research.2005
no flags Details | Diff
Poudriere Build Log (644.35 KB, text/plain)
2022-04-05 21:45 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-03-22 15:18:44 UTC
Created attachment 232632 [details]
Patch

Interface to the StackExchange network. One thing that differentiates it from similar tools is that you can simultaneously search any number of sites in the StackExchange network
Comment 1 sec.research.2005 2022-03-22 15:19:26 UTC
Created attachment 232633 [details]
Poudriere Build Log
Comment 2 sec.research.2005 2022-04-05 13:26:14 UTC
Created attachment 232963 [details]
Patch after portlint/portclippy/portfmt

Cleaned up the Makefile & pkg-descr as per portlint/portclippy/pportfmt
Comment 3 sec.research.2005 2022-04-05 21:45:05 UTC
Created attachment 232986 [details]
Patch

Added themes
Comment 4 sec.research.2005 2022-04-05 21:45:43 UTC
Created attachment 232987 [details]
Poudriere Build Log
Comment 5 commit-hook freebsd_committer freebsd_triage 2022-05-19 02:34:31 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2e65c1d8c66ed964f0955f16c945eaf285c8ee34

commit 2e65c1d8c66ed964f0955f16c945eaf285c8ee34
Author:     Jason Helfman <jgh@FreeBSD.org>
AuthorDate: 2022-05-19 02:19:41 +0000
Commit:     Jason Helfman <jgh@FreeBSD.org>
CommitDate: 2022-05-19 02:34:21 +0000

    www/so: Add new port

    PR:     262720 (based on)
    Submitted by:   sec.research.2005@gmail.com

    Terminal interface for Stack Overflow

    Interface to the StackExchange network.
    One thing that differentiates it from similar tools is that you can
    simultaneously search any number of sites in the StackExchange network.

    WWW: https://github.com/samtay/so

 www/Makefile           |   1 +
 www/so/Makefile (new)  |  32 +++
 www/so/bsd.so.mk (new) | 259 ++++++++++++++++++++++++
 www/so/distinfo (new)  | 521 +++++++++++++++++++++++++++++++++++++++++++++++++
 www/so/pkg-descr (new) |   7 +
 5 files changed, 820 insertions(+)
Comment 6 Jason Helfman freebsd_committer freebsd_triage 2022-05-19 03:08:21 UTC
Thank you for your contribution!

-jgh