notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: audio/gonic/Makefile
SVNWeb

Number of commits found: 30

Sat, 8 Apr 2023
[ 15:13 Dmitri Goutnik (dmgk) search for other commits by this committer ]    commit hash:ff40d94c1d2c808f3b54fad0e0a0a18dd9c62912  commit hash:ff40d94c1d2c808f3b54fad0e0a0a18dd9c62912  commit hash:ff40d94c1d2c808f3b54fad0e0a0a18dd9c62912  ff40d94  (Only the first 10 of 554 ports in this commit are shown above. View all ports for this commit)
all: Bump PORTREVISION after lang/go{119,120} update
Thu, 9 Mar 2023
[ 19:18 Dmitri Goutnik (dmgk) search for other commits by this committer ]    commit hash:09079730e9ca1d59129935a6046cbb7ee5e4a93d  commit hash:09079730e9ca1d59129935a6046cbb7ee5e4a93d  commit hash:09079730e9ca1d59129935a6046cbb7ee5e4a93d  0907973  (Only the first 10 of 555 ports in this commit are shown above. View all ports for this commit)
all: Bump PORTREVISION after Go ports update
Wed, 15 Feb 2023
[ 19:06 Dmitri Goutnik (dmgk) search for other commits by this committer ]    commit hash:56b5ec772f679a600dabe41622c1350594628286  commit hash:56b5ec772f679a600dabe41622c1350594628286  commit hash:56b5ec772f679a600dabe41622c1350594628286  56b5ec7  (Only the first 10 of 554 ports in this commit are shown above. View all ports for this commit)
all: Bump PORTREVISION after lang/go{119,120} update
Thu, 9 Feb 2023
[ 21:55 Dmitri Goutnik (dmgk) search for other commits by this committer ]    commit hash:2297efc51b0f75d25389b742048fb7e9b2d96f0d  commit hash:2297efc51b0f75d25389b742048fb7e9b2d96f0d  commit hash:2297efc51b0f75d25389b742048fb7e9b2d96f0d  2297efc  (Only the first 10 of 554 ports in this commit are shown above. View all ports for this commit)
all: Bump PORTREVISION after GO_DEFAULT update.
Sat, 14 Jan 2023
[ 11:31 Dmitri Goutnik (dmgk) search for other commits by this committer ]    commit hash:3b383d833aadb5e3e89d8ee3db1fef37ac239af6  commit hash:3b383d833aadb5e3e89d8ee3db1fef37ac239af6  commit hash:3b383d833aadb5e3e89d8ee3db1fef37ac239af6  3b383d8  (Only the first 10 of 549 ports in this commit are shown above. View all ports for this commit)
all: Bump PORTVERSION after lang/go{118,119} update
Tue, 13 Dec 2022
[ 12:23 Baptiste Daroussin (bapt) search for other commits by this committer ]    commit hash:ac1ed56f85dc26620d4a71918186583f25d097fd  commit hash:ac1ed56f85dc26620d4a71918186583f25d097fd  commit hash:ac1ed56f85dc26620d4a71918186583f25d097fd  ac1ed56 
audio/gonic: drop maintainership
Sun, 11 Dec 2022
[ 11:17 Dmitri Goutnik (dmgk) search for other commits by this committer ]    commit hash:d9ad1002d517a618a299e45ae70075f2cfc66d2a  commit hash:d9ad1002d517a618a299e45ae70075f2cfc66d2a  commit hash:d9ad1002d517a618a299e45ae70075f2cfc66d2a  d9ad100  (Only the first 10 of 543 ports in this commit are shown above. View all ports for this commit)
all: Bump PORTREVISION after lang/go{118,119} update
Mon, 14 Nov 2022
[ 08:38 Baptiste Daroussin (bapt) search for other commits by this committer ]    commit hash:9b8077fb4653dafeb71f0e2c80dd418406d5943c  commit hash:9b8077fb4653dafeb71f0e2c80dd418406d5943c  commit hash:9b8077fb4653dafeb71f0e2c80dd418406d5943c  9b8077f 
audio/gonic: add missing mandatory option in rc script
Thu, 6 Oct 2022
[ 19:24 Dmitri Goutnik (dmgk) search for other commits by this committer ]    commit hash:bde51869ee0206eeaa2849d8ef28b14da59727a3  commit hash:bde51869ee0206eeaa2849d8ef28b14da59727a3  commit hash:bde51869ee0206eeaa2849d8ef28b14da59727a3  bde5186  (Only the first 10 of 525 ports in this commit are shown above. View all ports for this commit)
all: Bump PORTREVISION after lang/go{118,119} update
Thu, 8 Sep 2022
[ 16:33 Dmitri Goutnik (dmgk) search for other commits by this committer ]    commit hash:f05c98fffb232735c05ba30d43fb279085b813d7  commit hash:f05c98fffb232735c05ba30d43fb279085b813d7  commit hash:f05c98fffb232735c05ba30d43fb279085b813d7  f05c98f  (Only the first 10 of 523 ports in this commit are shown above. View all ports for this commit)
all: Bump PORTREVISION after lang/go{118,119} update
Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 3 Aug 2022
[ 21:35 Dmitri Goutnik (dmgk) search for other commits by this committer ]    commit hash:4476f89764d3ee73d216c2d56df149e8d4c62c24  commit hash:4476f89764d3ee73d216c2d56df149e8d4c62c24  commit hash:4476f89764d3ee73d216c2d56df149e8d4c62c24  4476f89  (Only the first 10 of 520 ports in this commit are shown above. View all ports for this commit)
all: Bump PORTREVISION after Go update

Bump Go ports PORTREVISION after GO_DEFAULT and lang/go118 update.
Thu, 14 Jul 2022
[ 12:46 Dmitri Goutnik (dmgk) search for other commits by this committer ]    commit hash:153cb65ac8a05356245dd09d1ff48c2a6afafc5a  commit hash:153cb65ac8a05356245dd09d1ff48c2a6afafc5a  commit hash:153cb65ac8a05356245dd09d1ff48c2a6afafc5a  153cb65  (Only the first 10 of 516 ports in this commit are shown above. View all ports for this commit)
all: Bump PORTREVISION after lang/go{117,118} update
Mon, 20 Jun 2022
[ 09:01 Baptiste Daroussin (bapt) search for other commits by this committer Author: Nyx Land ]    commit hash:2ef38768e29f3e2e0c1d9b7daaaaca65c1e9d626  commit hash:2ef38768e29f3e2e0c1d9b7daaaaca65c1e9d626  commit hash:2ef38768e29f3e2e0c1d9b7daaaaca65c1e9d626  2ef3876 
audio/gonic: Update to v0.14.0
Tue, 7 Jun 2022
[ 21:56 Dmitri Goutnik (dmgk) search for other commits by this committer ]    commit hash:309cdeccd802bb370a42e80cc4468da17c8dab35  commit hash:309cdeccd802bb370a42e80cc4468da17c8dab35  commit hash:309cdeccd802bb370a42e80cc4468da17c8dab35  309cdec  (Only the first 10 of 511 ports in this commit are shown above. View all ports for this commit)
*/*: Bump port revisons after lang/go{117,118} update
Wed, 30 Mar 2022
[ 07:01 Guangyuan Yang (ygy) search for other commits by this committer ]    commit hash:d690b5102f75bf70e3cfb280a84c9f3eaf4ec653  commit hash:d690b5102f75bf70e3cfb280a84c9f3eaf4ec653  commit hash:d690b5102f75bf70e3cfb280a84c9f3eaf4ec653  d690b51  (Only the first 10 of 498 ports in this commit are shown above. View all ports for this commit)
*/*: Bump PORTREVISION after lang/go 1.18 update
Thu, 13 May 2021
[ 04:53 Baptiste Daroussin (bapt) search for other commits by this committer ]    commit hash:69ae64b9984374c7896ca69af46b54833f29721c  commit hash:69ae64b9984374c7896ca69af46b54833f29721c  commit hash:69ae64b9984374c7896ca69af46b54833f29721c  69ae64b 
audio/gonic: update to 0.13.1

While here move gomods into its own files, making the maintenance
easier:

now make gomod-vendor > go-mod.mk will do it
Mon, 26 Apr 2021
[ 03:35 Baptiste Daroussin (bapt) search for other commits by this committer ]    commit hash:fed8c60aef419c8dfe56a7e1bd47e1affca01d66  commit hash:fed8c60aef419c8dfe56a7e1bd47e1affca01d66  commit hash:fed8c60aef419c8dfe56a7e1bd47e1affca01d66  fed8c60 
audio/gonic: update to 0.12.3
Wed, 7 Apr 2021
[ 08:09 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  cf118cc  (Only the first 10 of 8873 ports in this commit are shown above. View all ports for this commit)
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Thu, 25 Mar 2021
[ 15:06 bapt search for other commits by this committer ] Original commit   Revision:569209
Update to 0.12.2
Sun, 7 Feb 2021
[ 04:12 bapt search for other commits by this committer ] Original commit   Revision:564591
Update to 0.12.0
Mon, 28 Dec 2020
[ 10:33 bapt search for other commits by this committer ] Original commit   Revision:559456
Update to 0.11.1
Tue, 25 Aug 2020
[ 13:01 bapt search for other commits by this committer ] Original commit   Revision:546167
Update to 0.11.0
Mon, 20 Jul 2020
[ 16:05 bapt search for other commits by this committer ] Original commit   Revision:542652
update to 0.10.0
Tue, 7 Jul 2020
[ 07:54 bapt search for other commits by this committer ] Original commit   Revision:541390
Update to 0.9.5
Mon, 8 Jun 2020
[ 07:42 bapt search for other commits by this committer ] Original commit   Revision:538203
Update to 0.9.0
Mon, 27 Apr 2020
[ 08:45 bapt search for other commits by this committer ] Original commit   Revision:533112
Update to 0.8.8
Fri, 10 Apr 2020
[ 05:37 tobik search for other commits by this committer ] Original commit   Revision:531287
audio/gonic: Fix USES=go usage
Thu, 9 Apr 2020
[ 10:28 bapt search for other commits by this committer ] Original commit   Revision:531197
New port audio/gonic

music streaming server / subsonic server API implementation

features
*  browsing by folder (keeping your full tree intact)
*  browsing by tags (using taglib - supports mp3, opus, flac, ape, m4a, wav,
   etc.)
*  on-the-fly audio transcoding and caching (requires ffmpeg) (thank you spijet)
*  pretty fast scanning (with my library of ~27k tracks, initial scan takes
   about 10m, and about 5s after incrementally)
*  multiple users, each with their own transcoding preferences, playlists, top
   tracks, top artists, etc.
*  last.fm scrobbling
*  artist similarities and biographies from the last.fm api
*  a web interface for configuration (set up last.fm, manage users, start scans,
   etc.)
*  support for the album-artist tag, to not clutter your artist list with
   compilation album appearances
*  written in go, so lightweight and suitable for a raspberry pi, etc.
*  newer salt and token auth
*  tested on dsub, jamstash, sublime music, and soundwaves

WWW: https://github.com/sentriz/gonic

Number of commits found: 30