Rioutil 1.0.0 port.
Obtained from: greid
This commit is contained in:
parent
1f592850ed
commit
40b0b94439
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=48235
6 changed files with 41 additions and 0 deletions
|
@ -160,6 +160,7 @@
|
|||
SUBDIR += replay
|
||||
SUBDIR += rio
|
||||
SUBDIR += rio500
|
||||
SUBDIR += rioutil
|
||||
SUBDIR += ripenc
|
||||
SUBDIR += ripit
|
||||
SUBDIR += rosegarden
|
||||
|
|
25
audio/rioutil/Makefile
Normal file
25
audio/rioutil/Makefile
Normal file
|
@ -0,0 +1,25 @@
|
|||
# New ports collection makefile for: rioutil
|
||||
# Date created: 01 July 2001
|
||||
# Whom: greid
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= rioutil
|
||||
PORTVERSION= 1.0.0
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
||||
MAINTAINER= greid@FreeBSD.org
|
||||
|
||||
LIB_DEPENDS= id3:${PORTSDIR}/audio/id3lib \
|
||||
gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
|
||||
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
MAN1= rioutil.1
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
.include <bsd.port.mk>
|
1
audio/rioutil/distinfo
Normal file
1
audio/rioutil/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (rioutil-1.0.0.tar.gz) = 757e5f1e95ce43dd53affbe37d9f6dd3
|
1
audio/rioutil/pkg-comment
Normal file
1
audio/rioutil/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
A program to inferface with the Rio600, Rio800 and psa[play devices
|
5
audio/rioutil/pkg-descr
Normal file
5
audio/rioutil/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
|||
rioutil is a program/library created to interface with Diamond MM's
|
||||
Rio600, Rio800, and psa[play.
|
||||
|
||||
- George Reid
|
||||
greid@FreeBSD.org
|
8
audio/rioutil/pkg-plist
Normal file
8
audio/rioutil/pkg-plist
Normal file
|
@ -0,0 +1,8 @@
|
|||
/usr/local/bin/rioutil
|
||||
/usr/local/bin/riofck
|
||||
/usr/local/man/man1/rioutil.1.gz
|
||||
/usr/local/include/rio.h
|
||||
/usr/local/lib/librioutil.so.0
|
||||
/usr/local/lib/librioutil.so
|
||||
/usr/local/lib/librioutil.la
|
||||
/usr/local/lib/librioutil.a
|
Loading…
Reference in a new issue