pkgsrc-WIP-changes archive

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

Import R-tuneR-1.3.1 as wip/R-tuneR.



Module Name:	pkgsrc-wip
Committed By:	Mike M. Volokhov <mike.volokhov%gmail.com@localhost>
Pushed By:	mishka
Date:		Tue Nov 8 15:59:31 2016 +0200
Changeset:	a1ab6fff5e6ebc6d09c2bc1cc3a67678c3e2adb0

Added Files:
	R-tuneR/DESCR
	R-tuneR/Makefile
	R-tuneR/distinfo

Log Message:
Import R-tuneR-1.3.1 as wip/R-tuneR.

Analyze music and speech, extract features like MFCCs, handle wave
files and their representation in various ways, read mp3, read midi,
perform steps of a transcription, ...

Also contains functions ported from the rastamat Matlab package.

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

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

diffstat:
 R-tuneR/DESCR    |  5 +++++
 R-tuneR/Makefile | 22 ++++++++++++++++++++++
 R-tuneR/distinfo |  6 ++++++
 3 files changed, 33 insertions(+)

diffs:
diff --git a/R-tuneR/DESCR b/R-tuneR/DESCR
new file mode 100644
index 0000000..e10f145
--- /dev/null
+++ b/R-tuneR/DESCR
@@ -0,0 +1,5 @@
+Analyze music and speech, extract features like MFCCs, handle wave
+files and their representation in various ways, read mp3, read midi,
+perform steps of a transcription, ...
+
+Also contains functions ported from the rastamat Matlab package.
diff --git a/R-tuneR/Makefile b/R-tuneR/Makefile
new file mode 100644
index 0000000..f75b747
--- /dev/null
+++ b/R-tuneR/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD$
+
+CATEGORIES=	math audio
+MASTER_SITES=	${MASTER_SITE_R_CRAN:=contrib/}
+
+MAINTAINER=	mishka%NetBSD.org@localhost
+HOMEPAGE=	https://cran.r-project.org/package=tuneR
+COMMENT=	Analysis of Music and Speech
+LICENSE=	gnu-gpl-v2 OR gnu-gpl-v3
+
+R_PKGNAME=	tuneR
+R_PKGVER=	1.3.1
+
+USE_LANGUAGES=	c
+
+BUILDLINK_API_DEPENDS.R+=	R>=3.0.0
+
+.include "../../math/R/Makefile.extension"
+
+.include "../../devel/gettext-lib/buildlink3.mk"
+.include "../../wip/R-signal/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/R-tuneR/distinfo b/R-tuneR/distinfo
new file mode 100644
index 0000000..26c00f3
--- /dev/null
+++ b/R-tuneR/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (R/tuneR_1.3.1.tar.gz) = 2a4be9204ceab2f4603a2f1efa5e1dd57f5f647a
+RMD160 (R/tuneR_1.3.1.tar.gz) = 2789d0f76d2809e2a023c0bd084c8126a1205061
+SHA512 (R/tuneR_1.3.1.tar.gz) = 61bc21984c4613034d6f884f5017d4972ccdfc0eabb26f70161ea9aae1cc3865748f3d7835ecbdd564545e95251dddfa0a267ee56449a27052919b2bbf4704c8
+Size (R/tuneR_1.3.1.tar.gz) = 396592 bytes


Home | Main Index | Thread Index | Old Index