From f427f1053a5eca66c38b0b02146cf1cca1da2737 Mon Sep 17 00:00:00 2001 From: Matthew Hunt Date: Fri, 24 Apr 1998 02:33:35 +0000 Subject: Import of splaytk, a Tcl/Tk front-end to the splay mp3 player. PR: 6352 Submitted by: Brett Taylor --- audio/splaytk/Makefile | 29 +++++++++++++++++++++++++++++ audio/splaytk/distinfo | 1 + audio/splaytk/files/patch-aa | 14 ++++++++++++++ audio/splaytk/pkg-comment | 1 + audio/splaytk/pkg-descr | 4 ++++ audio/splaytk/pkg-plist | 9 +++++++++ 6 files changed, 58 insertions(+) create mode 100644 audio/splaytk/Makefile create mode 100644 audio/splaytk/distinfo create mode 100644 audio/splaytk/files/patch-aa create mode 100644 audio/splaytk/pkg-comment create mode 100644 audio/splaytk/pkg-descr create mode 100644 audio/splaytk/pkg-plist (limited to 'audio/splaytk') diff --git a/audio/splaytk/Makefile b/audio/splaytk/Makefile new file mode 100644 index 000000000000..98cc35a804ec --- /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 diff --git a/audio/splaytk/distinfo b/audio/splaytk/distinfo new file mode 100644 index 000000000000..9ee4e7aa05b7 --- /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 000000000000..cc2366b89bd3 --- /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 000000000000..9cf198973999 --- /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 000000000000..e00966c6853e --- /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 000000000000..2e9e05b0f951 --- /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 -- cgit v1.2.3