summaryrefslogtreecommitdiffstats
path: root/audio/splaytk
diff options
context:
space:
mode:
authormph <mph@FreeBSD.org>1998-04-24 02:33:35 +0000
committermph <mph@FreeBSD.org>1998-04-24 02:33:35 +0000
commitff90bccc2e4d72ea7eaad80aa85a1aa8a90e1bb2 (patch)
treed711c615c9ecc4693a86b03ecdb14b24b9fcb99e /audio/splaytk
parent161f940e1376e386a2f85148cc57fb11c81fcf73 (diff)
downloadFreeBSD-ports-ff90bccc2e4d72ea7eaad80aa85a1aa8a90e1bb2.zip
FreeBSD-ports-ff90bccc2e4d72ea7eaad80aa85a1aa8a90e1bb2.tar.gz
Import of splaytk, a Tcl/Tk front-end to the splay mp3 player.
PR: 6352 Submitted by: Brett Taylor <brett@peloton.physics.montana.edu>
Diffstat (limited to 'audio/splaytk')
-rw-r--r--audio/splaytk/Makefile29
-rw-r--r--audio/splaytk/distinfo1
-rw-r--r--audio/splaytk/files/patch-aa14
-rw-r--r--audio/splaytk/pkg-comment1
-rw-r--r--audio/splaytk/pkg-descr4
-rw-r--r--audio/splaytk/pkg-plist9
6 files changed, 58 insertions, 0 deletions
diff --git a/audio/splaytk/Makefile b/audio/splaytk/Makefile
new file mode 100644
index 0000000..98cc35a
--- /dev/null
+++ b/audio/splaytk/Makefile
@@ -0,0 +1,29 @@
+# New ports collection makefile for: splaytk
+# Version required: 2.0
+# Date created: 19 Apr 1998
+# Whom: brett@peloton.physics.montana.edu
+#
+# $Id:$
+#
+
+DISTNAME= splaytk-2.0
+CATEGORIES= audio
+MASTER_SITES= ${MASTER_SITE_SUNSITE}
+MASTER_SITE_SUBDIR= apps/sound/players
+
+MAINTAINER= brett@peloton.physics.montana.edu
+
+RUN_DEPENDS= splay:${PORTSDIR}/audio/splay \
+ wish8.0:${PORTSDIR}/x11/tk80
+
+WRKSRC= ${WRKDIR}/splay-tk-2.0
+
+NO_BUILD= yes
+
+do-install:
+ @${INSTALL_SCRIPT} ${WRKSRC}/splay-tk.tcl ${PREFIX}/bin/splay-tk
+ @${MKDIR} ${PREFIX}/lib/splay-tk
+ @${INSTALL_DATA} ${WRKSRC}/*.xbm ${PREFIX}/lib/splay-tk
+ @${INSTALL_DATA} ${WRKSRC}/splay-tk.gif ${PREFIX}/lib/splay-tk
+
+.include <bsd.port.mk>
diff --git a/audio/splaytk/distinfo b/audio/splaytk/distinfo
new file mode 100644
index 0000000..9ee4e7a
--- /dev/null
+++ b/audio/splaytk/distinfo
@@ -0,0 +1 @@
+MD5 (splaytk-2.0.tar.gz) = aa804b2e24aedf1510537c2064b1ec3b
diff --git a/audio/splaytk/files/patch-aa b/audio/splaytk/files/patch-aa
new file mode 100644
index 0000000..cc2366b
--- /dev/null
+++ b/audio/splaytk/files/patch-aa
@@ -0,0 +1,14 @@
+*** splay-tk.tcl Sun Apr 6 06:36:35 1997
+--- splay-tk.tcl.orig Sun Apr 19 15:32:05 1998
+***************
+*** 1,3 ****
+--- 1,9 ----
++ #!/bin/sh
++ # start up wish \
++ exec wish8.0 "$0" "$@"
++
++ set libdir /usr/local/lib/splay-tk
++ set images ${libdir}
+ #####################################################################
+ # SPlaY-Tk v2.0p1, (C) Andrew Hobgood #
+ # #
diff --git a/audio/splaytk/pkg-comment b/audio/splaytk/pkg-comment
new file mode 100644
index 0000000..9cf1989
--- /dev/null
+++ b/audio/splaytk/pkg-comment
@@ -0,0 +1 @@
+A tk based interface for splay.
diff --git a/audio/splaytk/pkg-descr b/audio/splaytk/pkg-descr
new file mode 100644
index 0000000..e00966c
--- /dev/null
+++ b/audio/splaytk/pkg-descr
@@ -0,0 +1,4 @@
+This is a tk/tcl interface to splay.
+
+Brett Taylor
+brett@peloton.physics.montana.edu
diff --git a/audio/splaytk/pkg-plist b/audio/splaytk/pkg-plist
new file mode 100644
index 0000000..2e9e05b
--- /dev/null
+++ b/audio/splaytk/pkg-plist
@@ -0,0 +1,9 @@
+bin/splay-tk
+lib/splay-tk/dirs.xbm
+lib/splay-tk/files.xbm
+lib/splay-tk/pause.xbm
+lib/splay-tk/play.xbm
+lib/splay-tk/quit.xbm
+lib/splay-tk/splay-tk.gif
+lib/splay-tk/stop.xbm
+@dirrm lib/splay-tk
OpenPOWER on IntegriCloud