summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorBill Fenner <fenner@FreeBSD.org>1999-04-21 23:27:16 +0000
committerBill Fenner <fenner@FreeBSD.org>1999-04-21 23:27:16 +0000
commit80aae497c92c3135193bbf9c4bbebb1f6eeac494 (patch)
tree9687bda89218fd75c81cfedc3f59e7a58e705d93 /audio
parentUpdate to greed 0.666 (great version number, huh?) (diff)
Snow*, a GUI front-end for the rio utility in /usr/ports/audio/rio
Notes
Notes: svn path=/head/; revision=18057
Diffstat (limited to 'audio')
-rw-r--r--audio/snowstar/Makefile37
-rw-r--r--audio/snowstar/distinfo1
-rw-r--r--audio/snowstar/pkg-comment1
-rw-r--r--audio/snowstar/pkg-descr12
-rw-r--r--audio/snowstar/pkg-plist6
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