Bug 258959 - [NEW PORT] www/lms: Lightweight music server
Summary: [NEW PORT] www/lms: Lightweight music server
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:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-10-06 07:34 UTC by Bram Ton
Modified: 2021-10-07 18:06 UTC (History)
2 users (show)

See Also:


Attachments
Diff for the new port (6.55 KB, patch)
2021-10-06 07:34 UTC, Bram Ton
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Bram Ton 2021-10-06 07:34:12 UTC
Created attachment 228474 [details]
Diff for the new port

Lightweight music server (LMS) is a self-hosted music streaming web client. 

WWW: https://github.com/epoupon/lms
DEMO: https://lms.demo.poupon.io
Comment 1 Neel Chauhan freebsd_committer freebsd_triage 2021-10-07 18:05:54 UTC
Committed!
Comment 2 commit-hook freebsd_committer freebsd_triage 2021-10-07 18:06:38 UTC
A commit in branch main references this bug:

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

commit 4be9aca94a26b26d51497273036425f6155f1a5c
Author:     Bram Ton <bram@cbbg.nl>
AuthorDate: 2021-10-07 17:29:09 +0000
Commit:     Neel Chauhan <nc@FreeBSD.org>
CommitDate: 2021-10-07 18:05:51 +0000

    audio/lms: New port: Lightweight music server

    PR:     258959

 GIDs                                               |  2 +-
 UIDs                                               |  2 +-
 audio/Makefile                                     |  1 +
 audio/lms/Makefile (new)                           | 51 +++++++++++++++++++
 audio/lms/distinfo (new)                           |  3 ++
 audio/lms/files/lms.in (new)                       | 31 ++++++++++++
 ...c_libs_subsonic_impl_SubsonicResource.hpp (new) | 11 +++++
 audio/lms/pkg-descr (new)                          |  3 ++
 audio/lms/pkg-plist (new)                          | 57 ++++++++++++++++++++++
 9 files changed, 159 insertions(+), 2 deletions(-)