summaryrefslogtreecommitdiff
path: root/audio/wmmp3
diff options
context:
space:
mode:
authorrh <rh>2002-06-13 09:42:44 +0000
committerrh <rh>2002-06-13 09:42:44 +0000
commit62000feb116cdb7a2e097d37ee36832403951eb3 (patch)
tree86f651df591156d3b0650b3effa9d58fa429137c /audio/wmmp3
parentc982a34c441a00556e2ae18ff9ffb96b5cad44c4 (diff)
downloadpkgsrc-62000feb116cdb7a2e097d37ee36832403951eb3.tar.gz
Initial import of wmmp3-0.12, a WindowMaker frontend for the mpg123
MP3 player, provided by Rui-Xiang Guo <rxg@ms25.url.com.tw>. This closes his PR pkg/15983.
Diffstat (limited to 'audio/wmmp3')
-rw-r--r--audio/wmmp3/DESCR6
-rw-r--r--audio/wmmp3/Makefile27
-rw-r--r--audio/wmmp3/PLIST3
-rw-r--r--audio/wmmp3/distinfo4
4 files changed, 40 insertions, 0 deletions
diff --git a/audio/wmmp3/DESCR b/audio/wmmp3/DESCR
new file mode 100644
index 00000000000..de618cd9381
--- /dev/null
+++ b/audio/wmmp3/DESCR
@@ -0,0 +1,6 @@
+wmmp3 is an mpg123 frontend. It is a small X application that will also
+work as a windowmaker dock app.
+
+All user options are contained in a config file, ~/.wmmp3 . There is a
+sample.wmmp3 file in the distribution that can be used as an
+example/template.
diff --git a/audio/wmmp3/Makefile b/audio/wmmp3/Makefile
new file mode 100644
index 00000000000..68b8d06d8c4
--- /dev/null
+++ b/audio/wmmp3/Makefile
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/06/13 09:42:44 rh Exp $
+
+DISTNAME= wmmp3-0.12
+CATEGORIES= audio
+MASTER_SITES= http://www.dotfiles.com/software/wmmp3/
+
+MAINTAINER= rxg@netbsd.org
+HOMEPAGE= http://www.dotfiles.com/software/wmmp3/
+COMMENT= front-end for mpg123 in a Window Maker dockapp
+
+DEPENDS+= mpg123>=0.59.18:../../audio/mpg123
+
+GNU_CONFIGURE= yes
+USE_X11BASE= yes
+
+post-patch:
+ ${MV} ${WRKSRC}/sample.wmmp3 ${WRKSRC}/sample.wmmp3.orig
+ ${SED} -e 's:/usr/local:'${LOCALBASE}':g' \
+ ${WRKSRC}/sample.wmmp3.orig > ${WRKSRC}/sample.wmmp3
+
+post-install:
+ @${ECHO} "===> Installing sample.wmmp3 in ${PREFIX}/share/examples"
+ ${INSTALL_DATA} ${WRKSRC}/sample.wmmp3 ${PREFIX}/share/examples
+
+.include "../../graphics/xpm/buildlink.mk"
+.include "../../mk/x11.buildlink.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/audio/wmmp3/PLIST b/audio/wmmp3/PLIST
new file mode 100644
index 00000000000..9ddbd47349a
--- /dev/null
+++ b/audio/wmmp3/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2002/06/13 09:42:44 rh Exp $
+bin/wmmp3
+share/examples/sample.wmmp3
diff --git a/audio/wmmp3/distinfo b/audio/wmmp3/distinfo
new file mode 100644
index 00000000000..ab8f21a2601
--- /dev/null
+++ b/audio/wmmp3/distinfo
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2002/06/13 09:42:44 rh Exp $
+
+SHA1 (wmmp3-0.12.tar.gz) = 439e19550c58fe31db8c1bcf2985c56f62d7bc1f
+Size (wmmp3-0.12.tar.gz) = 43977 bytes