pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Import ltc-tools-0.6.4 as wip/ltc-tools.



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Wed Jul 6 02:51:06 2016 +0200
Changeset:	49a45c33bdfae8911789e8a6fd77c75f2539c4f2

Added Files:
	ltc-tools/DESCR
	ltc-tools/Makefile
	ltc-tools/PLIST
	ltc-tools/distinfo

Log Message:
Import ltc-tools-0.6.4 as wip/ltc-tools.

Commandline tools to deal with linear-timecode (LTC).

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=49a45c33bdfae8911789e8a6fd77c75f2539c4f2

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 ltc-tools/DESCR    |  1 +
 ltc-tools/Makefile | 20 ++++++++++++++++++++
 ltc-tools/PLIST    |  6 ++++++
 ltc-tools/distinfo |  6 ++++++
 4 files changed, 33 insertions(+)

diffs:
diff --git a/ltc-tools/DESCR b/ltc-tools/DESCR
new file mode 100644
index 0000000..d7c4cb8
--- /dev/null
+++ b/ltc-tools/DESCR
@@ -0,0 +1 @@
+Commandline tools to deal with linear-timecode (LTC).
diff --git a/ltc-tools/Makefile b/ltc-tools/Makefile
new file mode 100644
index 0000000..7697e91
--- /dev/null
+++ b/ltc-tools/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD$
+
+DISTNAME=	ltc-tools-0.6.4
+CATEGORIES=	audio
+MASTER_SITES=	${MASTER_SITE_GITHUB:=x42/}
+GITHUB_TAG=	v${PKGVERSION_NOREV}
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/x42/ltc-tools/
+COMMENT=	Tools to deal with linear-timecode (LTC)
+LICENSE=	gnu-gpl-v2
+
+USE_TOOLS+=	gmake pkg-config
+
+MAKE_FLAGS+=	PREFIX=${PREFIX}
+MAKE_FLAGS+=	mandir=%{PREFIX}/${PKGMANDIR}
+
+.include "../../audio/jack/buildlink3.mk"
+.include "../../wip/libltc/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/ltc-tools/PLIST b/ltc-tools/PLIST
new file mode 100644
index 0000000..f574fc6
--- /dev/null
+++ b/ltc-tools/PLIST
@@ -0,0 +1,6 @@
+@comment $NetBSD$
+bin/jltc2mtc
+bin/jltcdump
+bin/jltcgen
+bin/ltcdump
+bin/ltcgen
diff --git a/ltc-tools/distinfo b/ltc-tools/distinfo
new file mode 100644
index 0000000..96f1908
--- /dev/null
+++ b/ltc-tools/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (ltc-tools-0.6.4.tar.gz) = b126223996b06ac3dd900b322e3ccda9267bcbb3
+RMD160 (ltc-tools-0.6.4.tar.gz) = 25bedca01fa4e9743a39af652cbfe4ae280fa2b7
+SHA512 (ltc-tools-0.6.4.tar.gz) = 626f2634fbeee7337395177940af8bf950892d405e4ba439c1329f99a69f806a8b2158348b809f4459acec142a9ed49589974bd480a28a95cc3b0564e255e4cb
+Size (ltc-tools-0.6.4.tar.gz) = 31472 bytes


Home | Main Index | Thread Index | Old Index