pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/amaroc Initial import of amaroc, an ncurses "fro...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d1bd55108faf
branches:  trunk
changeset: 517894:d1bd55108faf
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Aug 24 17:39:13 2006 +0000

description:
Initial import of amaroc, an ncurses "frontend" to amarok.

diffstat:

 audio/amaroc/DESCR    |   4 ++++
 audio/amaroc/Makefile |  23 +++++++++++++++++++++++
 audio/amaroc/PLIST    |   4 ++++
 audio/amaroc/distinfo |   5 +++++
 4 files changed, 36 insertions(+), 0 deletions(-)

diffs (52 lines):

diff -r ef9960e25e11 -r d1bd55108faf audio/amaroc/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/amaroc/DESCR        Thu Aug 24 17:39:13 2006 +0000
@@ -0,0 +1,4 @@
+Amaroc - an ncurses "frontend" for Amarok
+
+You need shell access to a machine on which Amarok
+is running. SSH is just fine.
diff -r ef9960e25e11 -r d1bd55108faf audio/amaroc/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/amaroc/Makefile     Thu Aug 24 17:39:13 2006 +0000
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/08/24 17:39:13 wiz Exp $
+#
+
+DISTNAME=              amaroc-0.3
+CATEGORIES=            audio
+MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=amaroc/}
+EXTRACT_SUFX=          .tar.bz2
+
+MAINTAINER=            wiz%NetBSD.org@localhost
+HOMEPAGE=              http://sourceforge.net/projects/amaroc/
+COMMENT=               Command line interface to amarok
+
+DEPENDS+=              ${PYPKGPREFIX}-curses-[0-9]*:../../devel/py-curses
+
+do-build:
+
+do-install:
+       ${INSTALL_SCRIPT} ${WRKSRC}/amaroc.py ${PREFIX}/bin
+       ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/amaroc
+       ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/amaroc
+
+.include "../../lang/python/application.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r ef9960e25e11 -r d1bd55108faf audio/amaroc/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/amaroc/PLIST        Thu Aug 24 17:39:13 2006 +0000
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/08/24 17:39:13 wiz Exp $
+bin/amaroc.py
+share/doc/amaroc/README
+@dirrm share/doc/amaroc
diff -r ef9960e25e11 -r d1bd55108faf audio/amaroc/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/amaroc/distinfo     Thu Aug 24 17:39:13 2006 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2006/08/24 17:39:13 wiz Exp $
+
+SHA1 (amaroc-0.3.tar.bz2) = 54e9504871cc4db4596a5c867e64e5c41154656a
+RMD160 (amaroc-0.3.tar.bz2) = 6b8b49296d1c20b78c70caf765672fb36ccf6a4c
+Size (amaroc-0.3.tar.bz2) = 9295 bytes



Home | Main Index | Thread Index | Old Index