From 80aae497c92c3135193bbf9c4bbebb1f6eeac494 Mon Sep 17 00:00:00 2001 From: Bill Fenner Date: Wed, 21 Apr 1999 23:27:16 +0000 Subject: Snow*, a GUI front-end for the rio utility in /usr/ports/audio/rio --- audio/snowstar/Makefile | 37 +++++++++++++++++++++++++++++++++++++ audio/snowstar/distinfo | 1 + audio/snowstar/pkg-comment | 1 + audio/snowstar/pkg-descr | 12 ++++++++++++ audio/snowstar/pkg-plist | 6 ++++++ 5 files changed, 57 insertions(+) create mode 100644 audio/snowstar/Makefile create mode 100644 audio/snowstar/distinfo create mode 100644 audio/snowstar/pkg-comment create mode 100644 audio/snowstar/pkg-descr create mode 100644 audio/snowstar/pkg-plist (limited to 'audio') diff --git a/audio/snowstar/Makefile b/audio/snowstar/Makefile new file mode 100644 index 000000000000..b7fa6df2370d --- /dev/null +++ b/audio/snowstar/Makefile @@ -0,0 +1,37 @@ +# New ports collection makefile for: snowstar +# Version required: 0.75.5 +# Date created: 21 April 1999 +# Whom: fenner +# +# $Id: $ + +DISTNAME= snowstar-0.75.5 +CATEGORIES= audio +MASTER_SITES= http://www.daft.com/~armadilo/projects/snowstar/ +EXTRACT_SUFX= .tar + +MAINTAINER= fenner@FreeBSD.Org + +RUN_DEPENDS= rio:${PORTSDIR}/audio/rio \ + wish8.0:${PORTSDIR}/x11-toolkits/tk80 + +NO_BUILD= true +NO_WRKSUBDIR= true + +# somehow snowstar.tcl managed to get loaded with ^M's. +post-extract: + @${MV} ${WRKSRC}/snowstar.tcl ${WRKSRC}/snowstar.tcl.dist + @${SED} -e 's/ $$//' ${WRKSRC}/snowstar.tcl.dist > ${WRKSRC}/snowstar.tcl + +DOC_FILES= CHANGES TODO README_Snowstar LICENSE + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/snowstar.tcl ${PREFIX}/bin/snowstar +.if !defined(NOPORTDOCS) + ${MKDIR} ${PREFIX}/share/doc/snowstar +.for i in ${DOC_FILES} + ${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/share/doc/snowstar +.endfor +.endif + +.include diff --git a/audio/snowstar/distinfo b/audio/snowstar/distinfo new file mode 100644 index 000000000000..91a4503fb513 --- /dev/null +++ b/audio/snowstar/distinfo @@ -0,0 +1 @@ +MD5 (snowstar-0.75.5.tar) = f91b4d404848091b0e9daeec8a5f2910 diff --git a/audio/snowstar/pkg-comment b/audio/snowstar/pkg-comment new file mode 100644 index 000000000000..4021993e7a05 --- /dev/null +++ b/audio/snowstar/pkg-comment @@ -0,0 +1 @@ +A GUI interface to copy files to/from the Diamond Rio diff --git a/audio/snowstar/pkg-descr b/audio/snowstar/pkg-descr new file mode 100644 index 000000000000..aecae3415f1f --- /dev/null +++ b/audio/snowstar/pkg-descr @@ -0,0 +1,12 @@ +Snow* is a Tcl/Tk GUI for the Snowblind Alliance 'rio' interface tool. +It wraps the rio command-line tool into a point-click-drag type of +interface. + + +Snow* currently supports(or makes a pretty good passing leer at) all the +current SBA 'rio' tool commands, including single up/download, playlist +uploads & downloads, init, dir/TOC,delete. There should be no problem +with any of the single or multi-file operations, although I don't entirely +rule out the possibility of the multi-select operations going a bit wonky. + +http://www.daft.com/~armadilo/projects/snowstar/snowstar.html diff --git a/audio/snowstar/pkg-plist b/audio/snowstar/pkg-plist new file mode 100644 index 000000000000..510b94379612 --- /dev/null +++ b/audio/snowstar/pkg-plist @@ -0,0 +1,6 @@ +bin/snowstar +share/doc/snowstar/README_Snowstar +share/doc/snowstar/TODO +share/doc/snowstar/LICENSE +share/doc/snowstar/CHANGES +@dirrm share/doc/snowstar -- cgit v1.2.3