diff options
Diffstat (limited to 'audio')
-rw-r--r-- | audio/xtuner/Makefile | 22 | ||||
-rw-r--r-- | audio/xtuner/distinfo | 1 | ||||
-rw-r--r-- | audio/xtuner/files/patch-aa | 34 | ||||
-rw-r--r-- | audio/xtuner/pkg-comment | 1 | ||||
-rw-r--r-- | audio/xtuner/pkg-descr | 11 | ||||
-rw-r--r-- | audio/xtuner/pkg-plist | 1 |
6 files changed, 70 insertions, 0 deletions
diff --git a/audio/xtuner/Makefile b/audio/xtuner/Makefile new file mode 100644 index 0000000..af83eaf --- /dev/null +++ b/audio/xtuner/Makefile @@ -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> diff --git a/audio/xtuner/distinfo b/audio/xtuner/distinfo new file mode 100644 index 0000000..19d861c --- /dev/null +++ b/audio/xtuner/distinfo @@ -0,0 +1 @@ +MD5 (Xtuner-2.1.tar.gz) = 5d63002624d336e481bf8b2ce1dc4c24 diff --git a/audio/xtuner/files/patch-aa b/audio/xtuner/files/patch-aa new file mode 100644 index 0000000..681f77b --- /dev/null +++ b/audio/xtuner/files/patch-aa @@ -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> diff --git a/audio/xtuner/pkg-comment b/audio/xtuner/pkg-comment new file mode 100644 index 0000000..fbd5b48 --- /dev/null +++ b/audio/xtuner/pkg-comment @@ -0,0 +1 @@ +Xwindows interface for the RadioREVEAL and RadioTrack FM radio cards! diff --git a/audio/xtuner/pkg-descr b/audio/xtuner/pkg-descr new file mode 100644 index 0000000..766f0ac --- /dev/null +++ b/audio/xtuner/pkg-descr @@ -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. diff --git a/audio/xtuner/pkg-plist b/audio/xtuner/pkg-plist new file mode 100644 index 0000000..94656a5 --- /dev/null +++ b/audio/xtuner/pkg-plist @@ -0,0 +1 @@ +bin/xtuner |