1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

New port xtuner. xtuner is an X-windows interface for the RadioREVEAL

and RadioTrack FM radio cards.

I couldn't test the functionality, but it builds and installs.

PR:		part of 5228
Submitted by:	Lars Köller <Lars.Koeller@uni-bielefeld.de>
This commit is contained in:
Thomas Gellekum 1998-04-30 09:46:30 +00:00
parent 6c9e50ea3e
commit ad7c81fa74
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=10787
6 changed files with 70 additions and 0 deletions

22
audio/xtuner/Makefile Normal file
View File

@ -0,0 +1,22 @@
# New ports collection makefile for: Xtuner-2.1
# Version required: 2.1
# Date created: 19 December 96
# Whom: Lars Koeller <Lars.Koeller@Uni-Bielefeld.DE>
#
# $Id$
#
DISTNAME= Xtuner-2.1
PKGNAME= xtuner-2.1
CATEGORIES= audio
MASTER_SITES= ftp://ftp.uni-bielefeld.de/pub/systems/FreeBSD/lkoeller/
MAINTAINER= Lars.Koeller@Uni-Bielefeld.DE
LIB_DEPENDS= xforms\\.0\\.:${PORTSDIR}/x11/xforms \
Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
USE_IMAKE= YES
NO_INSTALL_MANPAGES= YES
.include <bsd.port.mk>

1
audio/xtuner/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (Xtuner-2.1.tar.gz) = 5d63002624d336e481bf8b2ce1dc4c24

View File

@ -0,0 +1,34 @@
*** ../../../xtuner.h Wed Oct 29 22:56:20 1997
--- ./xtuner.h Wed Oct 29 22:59:41 1997
***************
*** 9,23 ****
#if (defined(BSD) && (BSD >= 199306))
# include <osreldate.h>
# include <stdlib.h>
- # include "/usr/X11/include/X11/forms.h"
# include <machine/cpufunc.h>
# include <machine/soundcard.h>
#else
# include <asm/io.h>
- # include "forms.h"
# include <linux/soundcard.h>
#endif
#include <X11/xpm.h>
#include <X11/Xlib.h>
#include <X11/Xutil.h>
--- 9,22 ----
#if (defined(BSD) && (BSD >= 199306))
# include <osreldate.h>
# include <stdlib.h>
# include <machine/cpufunc.h>
# include <machine/soundcard.h>
#else
# include <asm/io.h>
# include <linux/soundcard.h>
#endif
+ #include "forms.h"
#include <X11/xpm.h>
#include <X11/Xlib.h>
#include <X11/Xutil.h>

1
audio/xtuner/pkg-comment Normal file
View File

@ -0,0 +1 @@
Xwindows interface for the RadioREVEAL and RadioTrack FM radio cards!

11
audio/xtuner/pkg-descr Normal file
View File

@ -0,0 +1,11 @@
!
! Attention: You need read access to /dev/io to get in/out-port
! privileges. So xtuner is intended to run as root only!
!
Xtuner was developed to enable Linux and FreeBSD users to control
Reveal's RA300 PC Radio Card and the AIMS Lab RadioTrack FM tuner card
under Xwindows. It implements most all the features found with the
software included from the manufacturer including presets, volume
control, fine tuning, and timed auto on/off as well as tone control for
bass and treble.

1
audio/xtuner/pkg-plist Normal file
View File

@ -0,0 +1 @@
bin/xtuner