Import go-flac-eaburns-20170903 to wip

This commit is contained in:
K.I.A.Derouiche 2021-01-06 11:50:13 +01:00
parent 4c586e4e5b
commit 8b2d8cd766
6 changed files with 66 additions and 0 deletions

View File

@ -1181,6 +1181,7 @@ SUBDIR+= go-collectd
SUBDIR+= go-color
SUBDIR+= go-cyclo
SUBDIR+= go-dotenv
SUBDIR+= go-flac
SUBDIR+= go-flags
SUBDIR+= go-fsnotify
SUBDIR+= go-ghodss-yaml

10
go-flac-eaburns/DESCR Normal file
View File

@ -0,0 +1,10 @@
TODO: Adjust the following lines from README.md
Flac
====
A Free Lossless Audio Codec decoder in Go.
Usage
=====
For the moment, you can decode foo.flac using:
go run main.go < foo.flac

20
go-flac-eaburns/Makefile Normal file
View File

@ -0,0 +1,20 @@
# $NetBSD$
DISTNAME= flac-eaburns-20170903
PKGNAME= go-${DISTNAME}
GITHUB_PROJECT= flac
GITHUB_TAG= 9a6fb92396d1ba6412b82819435dca0b46f959fb
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_GITHUB:=eaburns/}
MAINTAINER= kamelderouiche@yahoo.com
HOMEPAGE= https://github.com/eaburns/flac/
COMMENT= Free Lossless Audio Codec decoder in Go
LICENSE= mit
GO_DIST_BASE= ${GITHUB_PROJECT}-${GITHUB_TAG}
GO_SRCPATH= github.com/eaburns/${GITHUB_PROJECT}
.include "../../wip/go-bit/buildlink3.mk"
.include "../../lang/go/go-package.mk"
.include "../../mk/bsd.pkg.mk"

12
go-flac-eaburns/PLIST Normal file
View File

@ -0,0 +1,12 @@
@comment $NetBSD$
gopkg/pkg/${GO_PLATFORM}/github.com/eaburns/flac.a
gopkg/src/github.com/eaburns/flac/AUTHORS
gopkg/src/github.com/eaburns/flac/LICENSE
gopkg/src/github.com/eaburns/flac/README.md
gopkg/src/github.com/eaburns/flac/crc.go
gopkg/src/github.com/eaburns/flac/decode.go
gopkg/src/github.com/eaburns/flac/decode_test.go
gopkg/src/github.com/eaburns/flac/gok.sh
gopkg/src/github.com/eaburns/flac/golintignore
gopkg/src/github.com/eaburns/flac/main.go
gopkg/src/github.com/eaburns/flac/utf8.go

View File

@ -0,0 +1,17 @@
# $NetBSD$
BUILDLINK_TREE+= go-flac-eaburns
.if !defined(GO_FLAC_EABURNS_BUILDLINK3_MK)
GO_FLAC_EABURNS_BUILDLINK3_MK:=
BUILDLINK_CONTENTS_FILTER.go-flac-eaburns= ${EGREP} gopkg/
BUILDLINK_DEPMETHOD.go-flac-eaburns?= build
BUILDLINK_API_DEPENDS.go-flac-eaburns+= go-flac-eaburns>=20170903
BUILDLINK_PKGSRCDIR.go-flac-eaburns?= ../../wip/go-flac-eaburns
.include "../../wip/go-bit/buildlink3.mk"
.endif # GO_FLAC_EABURNS_BUILDLINK3_MK
BUILDLINK_TREE+= -go-flac-eaburns

6
go-flac-eaburns/distinfo Normal file
View File

@ -0,0 +1,6 @@
$NetBSD$
SHA1 (flac-eaburns-20170903-9a6fb92396d1ba6412b82819435dca0b46f959fb.tar.gz) = 443601064fd6ab045a3d4e0bcc319335c844108e
RMD160 (flac-eaburns-20170903-9a6fb92396d1ba6412b82819435dca0b46f959fb.tar.gz) = 5109d52b39563944ac20ce0b16f31c1e05b1d2d9
SHA512 (flac-eaburns-20170903-9a6fb92396d1ba6412b82819435dca0b46f959fb.tar.gz) = aa571f6721d3b018bfe1d46091f12063c57ccfb6d12a114d52a9f927aafddfbcb016711faf7786c549c575bd17be18eeaa3f5d21154bc6f81b7b4c1e2e44d922
Size (flac-eaburns-20170903-9a6fb92396d1ba6412b82819435dca0b46f959fb.tar.gz) = 9826 bytes