diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1998-04-30 09:46:30 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1998-04-30 09:46:30 +0000 |
commit | ad7c81fa74fadfcf76b27443c813113d03c188b7 (patch) | |
tree | 4dc83b8fc91c1c7e10b0ee366e76f42fae5c94a7 /audio/xtuner | |
parent | 6c9e50ea3e0bede940cf269146a5e239c96b4849 (diff) | |
download | ports-ad7c81fa74fadfcf76b27443c813113d03c188b7.tar.gz ports-ad7c81fa74fadfcf76b27443c813113d03c188b7.zip |
Notes
Diffstat (limited to 'audio/xtuner')
-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 000000000000..af83eaf97f20 --- /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 000000000000..19d861cc5cf9 --- /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 000000000000..681f77b48302 --- /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 000000000000..fbd5b48fcea4 --- /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 000000000000..766f0ac512e9 --- /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 000000000000..94656a5c78c7 --- /dev/null +++ b/audio/xtuner/pkg-plist @@ -0,0 +1 @@ +bin/xtuner |