Bug 265887 - [NEW PORT] multimedia/pipe-viewer: Application for searching and playing videos from YouTube
Summary: [NEW PORT] multimedia/pipe-viewer: Application for searching and playing vide...
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: Neel Chauhan
URL: https://github.com/trizen/pipe-viewer
Keywords:
Depends on:
Blocks: 265888
  Show dependency treegraph
 
Reported: 2022-08-16 20:05 UTC by Jesús Daniel Colmenares Oviedo
Modified: 2022-08-20 03:19 UTC (History)
1 user (show)

See Also:


Attachments
multimedia-pipe-viewer-0.2.3.patch (6.43 KB, patch)
2022-08-16 20:05 UTC, Jesús Daniel Colmenares Oviedo
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jesús Daniel Colmenares Oviedo 2022-08-16 20:05:46 UTC
Created attachment 235948 [details]
multimedia-pipe-viewer-0.2.3.patch

pipe-viewer is a lightweight application (fork of straw-viewer) for searching and playing videos from YouTube.

This fork parses the YouTube website directly and relies on the invidious instances only as a fallback method.

WWW: https://github.com/trizen/pipe-viewer

portlint [1]:
* WARN: Makefile: unless this is a master port, MAINTAINER has to be set by "=", not by "?=".
* WARN: Makefile: unless this is a master port, COMMENT has to be set by "=", not by "?=".

poudriere: testport is ok.

[1] Yes, this is a master port.
Comment 1 commit-hook freebsd_committer freebsd_triage 2022-08-20 03:16:47 UTC
A commit in branch main references this bug:

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

commit f9221320b8a35feb7fa201630ce077ae4ce5ba7b
Author:     Jesús Daniel Colmenares Oviedo <DtxdF@riseup.net>
AuthorDate: 2022-08-16 19:21:02 +0000
Commit:     Neel Chauhan <nc@FreeBSD.org>
CommitDate: 2022-08-20 03:15:52 +0000

    multimedia/pipe-viewer: new port

    pipe-viewer is a lightweight application (fork of straw-viewer) for
    searching and playing videos from YouTube.

    This fork parses the YouTube website directly and relies on the
    invidious instances only as a fallback method.

    WWW: https://github.com/trizen/pipe-viewer

    PR:     265887

 multimedia/Makefile                    |  1 +
 multimedia/pipe-viewer/Makefile (new)  | 54 ++++++++++++++++++++++++++++++++++
 multimedia/pipe-viewer/distinfo (new)  |  3 ++
 multimedia/pipe-viewer/pkg-descr (new) |  7 +++++
 multimedia/pipe-viewer/pkg-plist (new) | 49 ++++++++++++++++++++++++++++++
 5 files changed, 114 insertions(+)
Comment 2 Neel Chauhan freebsd_committer freebsd_triage 2022-08-20 03:19:49 UTC
Committed!