Snow*, a GUI front-end for the rio utility in /usr/ports/audio/rio
This commit is contained in:
parent
86e6de76ad
commit
80aae497c9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=18057
5 changed files with 57 additions and 0 deletions
37
audio/snowstar/Makefile
Normal file
37
audio/snowstar/Makefile
Normal file
|
@ -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>
|
1
audio/snowstar/distinfo
Normal file
1
audio/snowstar/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (snowstar-0.75.5.tar) = f91b4d404848091b0e9daeec8a5f2910
|
1
audio/snowstar/pkg-comment
Normal file
1
audio/snowstar/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
A GUI interface to copy files to/from the Diamond Rio
|
12
audio/snowstar/pkg-descr
Normal file
12
audio/snowstar/pkg-descr
Normal file
|
@ -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
|
6
audio/snowstar/pkg-plist
Normal file
6
audio/snowstar/pkg-plist
Normal file
|
@ -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
|
Loading…
Reference in a new issue