diff options
author | fenner <fenner@FreeBSD.org> | 1999-04-22 07:27:16 +0800 |
---|---|---|
committer | fenner <fenner@FreeBSD.org> | 1999-04-22 07:27:16 +0800 |
commit | c3fc2aad1d051fd85dbd8127bb73ce3b372433e0 (patch) | |
tree | c43c51906d7c83f28a815da4e3dac326843da2c0 /audio/snowstar | |
parent | 1abf7acaa12d6d124f987a0aab524324071da12e (diff) | |
download | freebsd-ports-gnome-c3fc2aad1d051fd85dbd8127bb73ce3b372433e0.tar.gz freebsd-ports-gnome-c3fc2aad1d051fd85dbd8127bb73ce3b372433e0.tar.zst freebsd-ports-gnome-c3fc2aad1d051fd85dbd8127bb73ce3b372433e0.zip |
Snow*, a GUI front-end for the rio utility in /usr/ports/audio/rio
Diffstat (limited to 'audio/snowstar')
-rw-r--r-- | audio/snowstar/Makefile | 37 | ||||
-rw-r--r-- | audio/snowstar/distinfo | 1 | ||||
-rw-r--r-- | audio/snowstar/pkg-comment | 1 | ||||
-rw-r--r-- | audio/snowstar/pkg-descr | 12 | ||||
-rw-r--r-- | audio/snowstar/pkg-plist | 6 |
5 files changed, 57 insertions, 0 deletions
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 <bsd.port.mk> 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 |