git: f6a0b411f5f1 - main - audio/alacenc: new port had been added (ALAC format encoder)

From: Alexey Dokuchaev <danfe_at_FreeBSD.org>
Date: Sat, 03 Sep 2022 17:00:42 UTC
The branch main has been updated by danfe:

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

commit f6a0b411f5f1bfd56c35edfd587ebd3bc04ed49f
Author:     Alexey Dokuchaev <danfe@FreeBSD.org>
AuthorDate: 2022-09-03 16:58:56 +0000
Commit:     Alexey Dokuchaev <danfe@FreeBSD.org>
CommitDate: 2022-09-03 16:58:56 +0000

    audio/alacenc: new port had been added (ALAC format encoder)
    
    WWW: https://github.com/flacon/alacenc
---
 audio/Makefile          |  1 +
 audio/alacenc/Makefile  | 17 +++++++++++++++++
 audio/alacenc/distinfo  |  3 +++
 audio/alacenc/pkg-descr |  4 ++++
 4 files changed, 25 insertions(+)

diff --git a/audio/Makefile b/audio/Makefile
index 66c10288eb84..ab1e823e4395 100644
--- a/audio/Makefile
+++ b/audio/Makefile
@@ -15,6 +15,7 @@
     SUBDIR += afsp
     SUBDIR += aften
     SUBDIR += alac
+    SUBDIR += alacenc
     SUBDIR += alienwah
     SUBDIR += alo-lv2
     SUBDIR += alsa-lib
diff --git a/audio/alacenc/Makefile b/audio/alacenc/Makefile
new file mode 100644
index 000000000000..0cdc6ddfb84f
--- /dev/null
+++ b/audio/alacenc/Makefile
@@ -0,0 +1,17 @@
+PORTNAME=	alacenc
+PORTVERSION=	0.3.0
+DISTVERSIONPREFIX=	v
+CATEGORIES=	audio
+
+MAINTAINER=	danfe@FreeBSD.org
+COMMENT=	Apple Lossless Audio Codec (ALAC) format encoder
+
+LICENSE=	MIT
+
+USES=		cmake
+USE_GITHUB=	yes
+GH_ACCOUNT=	flacon
+
+PLIST_FILES=	bin/${PORTNAME}
+
+.include <bsd.port.mk>
diff --git a/audio/alacenc/distinfo b/audio/alacenc/distinfo
new file mode 100644
index 000000000000..aa065134066c
--- /dev/null
+++ b/audio/alacenc/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1651260971
+SHA256 (flacon-alacenc-v0.3.0_GH0.tar.gz) = 199c0e3524942d7c2934896f3fc4d2fa1390db701a4f08975b792ada34934a39
+SIZE (flacon-alacenc-v0.3.0_GH0.tar.gz) = 114168
diff --git a/audio/alacenc/pkg-descr b/audio/alacenc/pkg-descr
new file mode 100644
index 000000000000..090da552b51a
--- /dev/null
+++ b/audio/alacenc/pkg-descr
@@ -0,0 +1,4 @@
+Command-line program to encode audio files into the Apple Lossless
+Audio Codec (ALAC) format.
+
+WWW: https://github.com/flacon/alacenc