Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/cmusfm audio/cmusfm: Import version 0.3.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0f7ba847a244
branches:  trunk
changeset: 428933:0f7ba847a244
user:      tpaul <tpaul%pkgsrc.org@localhost>
date:      Tue Apr 14 04:35:50 2020 +0000

description:
audio/cmusfm: Import version 0.3.3

Last.fm standalone scrobbler for the cmus music player

diffstat:

 audio/cmusfm/DESCR    |   7 +++++++
 audio/cmusfm/MESSAGE  |  14 ++++++++++++++
 audio/cmusfm/Makefile |  32 ++++++++++++++++++++++++++++++++
 audio/cmusfm/PLIST    |   3 +++
 audio/cmusfm/distinfo |   6 ++++++
 5 files changed, 62 insertions(+), 0 deletions(-)

diffs (82 lines):

diff -r b71bbb129eae -r 0f7ba847a244 audio/cmusfm/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/cmusfm/DESCR        Tue Apr 14 04:35:50 2020 +0000
@@ -0,0 +1,7 @@
+Last.fm standalone scrobbler for the cmus music player.
+
+Features:
+ * Listening now notification support
+ * Off-line played track cache for later submission
+ * POSIX ERE-based file name parser
+ * Small memory footprint
diff -r b71bbb129eae -r 0f7ba847a244 audio/cmusfm/MESSAGE
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/cmusfm/MESSAGE      Tue Apr 14 04:35:50 2020 +0000
@@ -0,0 +1,14 @@
+===========================================================================
+$NetBSD: MESSAGE,v 1.1 2020/04/14 04:35:50 tpaul Exp $
+
+To initially configure wip/cmusfm do:
+
+ $ cmusfm init
+
+And then follow the instructions.
+After you have successfully initialized cmusfm, on audio/cmus please do:
+
+ :set status_display_program=cmusfm
+
+For more information please read ${PREFIX}/share/doc/cmusfm/README.md.
+===========================================================================
diff -r b71bbb129eae -r 0f7ba847a244 audio/cmusfm/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/cmusfm/Makefile     Tue Apr 14 04:35:50 2020 +0000
@@ -0,0 +1,32 @@
+# $NetBSD: Makefile,v 1.1 2020/04/14 04:35:50 tpaul Exp $
+
+DISTNAME=      cmusfm-0.3.3
+CATEGORIES=    audio
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=Arkq/}
+GITHUB_TAG=    v${PKGVERSION_NOREV}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/Arkq/cmusfm
+COMMENT=       Last.fm standalone scrobbler for the cmus music player
+LICENSE=       gnu-gpl-v3
+
+USE_TOOLS+=    autoconf automake pkg-config
+GNU_CONFIGURE= yes
+
+TOOL_DEPENDS+= autoconf-archive-[0-9]*:../../devel/autoconf-archive
+
+INSTALLATION_DIRS=     bin ${DOCDIR}
+
+DOCDIR=                        ${PREFIX}/share/doc/cmusfm
+
+TEST_TARGET=           check
+
+pre-configure:
+       cd ${WRKSRC} && autoreconf -i
+
+do-install:
+       ${INSTALL_PROGRAM} ${WRKSRC}/src/cmusfm ${DESTDIR}${PREFIX}/bin/cmusfm
+       ${INSTALL_DATA} ${WRKSRC}/README.md ${DESTDIR}${DOCDIR}
+
+.include "../../www/curl/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r b71bbb129eae -r 0f7ba847a244 audio/cmusfm/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/cmusfm/PLIST        Tue Apr 14 04:35:50 2020 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2020/04/14 04:35:50 tpaul Exp $
+bin/cmusfm
+share/doc/cmusfm/README.md
diff -r b71bbb129eae -r 0f7ba847a244 audio/cmusfm/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/cmusfm/distinfo     Tue Apr 14 04:35:50 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/04/14 04:35:50 tpaul Exp $
+
+SHA1 (cmusfm-0.3.3.tar.gz) = da7698d9c048f6f0b6d5a7291a2c60af500ecc67
+RMD160 (cmusfm-0.3.3.tar.gz) = a83df9b8dff54ca4c9eacb8994ac37dfbae07e14
+SHA512 (cmusfm-0.3.3.tar.gz) = 6537905bdf09d04f09783237997536a1ee231ee4e589826d87f435c0dd7542dbd7d97167990bf949d2a9eb73c4a9a4da1bab17888de0aecedb2a63deaa873f39
+Size (cmusfm-0.3.3.tar.gz) = 37553 bytes



Home | Main Index | Thread Index | Old Index