diff options
author | Matthew Hunt <mph@FreeBSD.org> | 1998-04-24 02:33:35 +0000 |
---|---|---|
committer | Matthew Hunt <mph@FreeBSD.org> | 1998-04-24 02:33:35 +0000 |
commit | f427f1053a5eca66c38b0b02146cf1cca1da2737 (patch) | |
tree | ff0893484d843d1dd507c886375ddc1de42ac541 /audio | |
parent | 8d9f0286d32b0cd7a7d58df71a16096fc974d4d6 (diff) | |
download | ports-f427f1053a5eca66c38b0b02146cf1cca1da2737.tar.gz ports-f427f1053a5eca66c38b0b02146cf1cca1da2737.zip |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/splaytk/Makefile | 29 | ||||
-rw-r--r-- | audio/splaytk/distinfo | 1 | ||||
-rw-r--r-- | audio/splaytk/files/patch-aa | 14 | ||||
-rw-r--r-- | audio/splaytk/pkg-comment | 1 | ||||
-rw-r--r-- | audio/splaytk/pkg-descr | 4 | ||||
-rw-r--r-- | audio/splaytk/pkg-plist | 9 |
6 files changed, 58 insertions, 0 deletions
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 <bsd.port.mk> 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 |