From 981bd36b5f1baac6954aaad703bcc32e8ded8114 Mon Sep 17 00:00:00 2001 From: Steve Price Date: Mon, 10 Jul 2000 03:11:38 +0000 Subject: Adding rio500 version 0.6. Utilities for the Diamond Rio500. PR: 19195 Submitted by: Kazumasa Nishizawa --- audio/rio500/Makefile | 25 +++++++++++++++++++++++ audio/rio500/distinfo | 1 + audio/rio500/pkg-comment | 1 + audio/rio500/pkg-descr | 5 +++++ audio/rio500/pkg-plist | 52 ++++++++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 84 insertions(+) create mode 100644 audio/rio500/Makefile create mode 100644 audio/rio500/distinfo create mode 100644 audio/rio500/pkg-comment create mode 100644 audio/rio500/pkg-descr create mode 100644 audio/rio500/pkg-plist (limited to 'audio') diff --git a/audio/rio500/Makefile b/audio/rio500/Makefile new file mode 100644 index 000000000000..718b4e38b6e4 --- /dev/null +++ b/audio/rio500/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: rio500 +# Date created: 27 May 2000 +# Whom: Kazumasa Nishizawa +# +# $FreeBSD$ +# + +PORTNAME= rio500 +PORTVERSION= 0.6 +CATEGORIES= audio +MASTER_SITES= http://download.sourceforge.net/rio500/ + +MAINTAINER= k_nishizawa@anet.ne.jp + +LIB_DEPENDS= glib12:${PORTSDIR}/devel/glib12 + +GLIB_CONFIG= ${LOCALBASE}/bin/glib12-config + +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-devicepath='/dev' \ + --with-deviceentry='urio0' \ + --with-id3support +CONFIGURE_ENV= GLIB_CONFIG="${GLIB_CONFIG}" + +.include diff --git a/audio/rio500/distinfo b/audio/rio500/distinfo new file mode 100644 index 000000000000..7b35faf45217 --- /dev/null +++ b/audio/rio500/distinfo @@ -0,0 +1 @@ +MD5 (rio500-0.6.tar.gz) = 392922c9b1509ced1bbc26d33f1e5270 diff --git a/audio/rio500/pkg-comment b/audio/rio500/pkg-comment new file mode 100644 index 000000000000..0c3293ac0763 --- /dev/null +++ b/audio/rio500/pkg-comment @@ -0,0 +1 @@ +Utilities for Diamond Rio500 diff --git a/audio/rio500/pkg-descr b/audio/rio500/pkg-descr new file mode 100644 index 000000000000..9f1bbdef90a1 --- /dev/null +++ b/audio/rio500/pkg-descr @@ -0,0 +1,5 @@ +This set of utilities and driver have been written so that Linux, FreeBSD, +OpenBSD and NetBSD users can use their Rio500 without the need to reboot +to 'that other OS'. + +WWW: http://rio500.sourceforge.net/ diff --git a/audio/rio500/pkg-plist b/audio/rio500/pkg-plist new file mode 100644 index 000000000000..93f2e182211c --- /dev/null +++ b/audio/rio500/pkg-plist @@ -0,0 +1,52 @@ +bin/rio_add_directory +bin/rio_add_folder +bin/rio_add_song +bin/rio_del_song +bin/rio_font_info +bin/rio_format +bin/rio_get_song +bin/rio_stat +include/getopt.h +include/libfon.h +include/libpsf.h +include/librio500.h +include/librio500_api.h +include/rio500_usb.h +include/usbdevfs.h +include/usbdevice_fs.h +lib/librio500.a +lib/librio500_api.a +share/rio500/fonts/6581.fon +share/rio500/fonts/Readme.txt +share/rio500/fonts/amiga.fon +share/rio500/fonts/amplitud.fon +share/rio500/fonts/atopaz.fon +share/rio500/fonts/blackout.fon +share/rio500/fonts/camels.fon +share/rio500/fonts/cbm64.fon +share/rio500/fonts/ce.fon +share/rio500/fonts/ck.nfo +share/rio500/fonts/defjam.fon +share/rio500/fonts/dynamic.fon +share/rio500/fonts/flt.fon +share/rio500/fonts/font-bitmaps.psf +share/rio500/fonts/future.fon +share/rio500/fonts/genesis.fon +share/rio500/fonts/heretic2.fon +share/rio500/fonts/hl1.fon +share/rio500/fonts/hl2.fon +share/rio500/fonts/icoin.fon +share/rio500/fonts/kung_fu.fon +share/rio500/fonts/noname.fon +share/rio500/fonts/phont.fon +share/rio500/fonts/q1c.fon +share/rio500/fonts/q2c.fon +share/rio500/fonts/qu.fon +share/rio500/fonts/sac.fon +share/rio500/fonts/shylock.fon +share/rio500/fonts/sin.fon +share/rio500/fonts/star.fon +share/rio500/fonts/trek.fon +share/rio500/fonts/triangle.fon +@dirrm share/rio500/fonts +@dirrm share/rio500 -- cgit v1.2.3