From owner-svn-ports-all@FreeBSD.ORG Mon Apr 13 12:50:02 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 72F0A7E2; Mon, 13 Apr 2015 12:50:02 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 545C335A; Mon, 13 Apr 2015 12:50:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3DCo2Vt074204; Mon, 13 Apr 2015 12:50:02 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3DCo1gJ074197; Mon, 13 Apr 2015 12:50:01 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201504131250.t3DCo1gJ074197@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Mon, 13 Apr 2015 12:50:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r383914 - in head/audio/xmradio: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Apr 2015 12:50:02 -0000 Author: danfe Date: Mon Apr 13 12:50:00 2015 New Revision: 383914 URL: https://svnweb.freebsd.org/changeset/ports/383914 Log: - Unbreak by providing working mastersite; add LICENSE (GPLv2) - Merge REINPLACE_CMD fix into existing files/patch-radio.c - Standardize header and generally cleanup Makefile - Improve COMMENT and port description text while I'm here - Transfer maintainership to the submitter PR: 199320 Submitted by: Chris Hutchinson Modified: head/audio/xmradio/Makefile head/audio/xmradio/files/patch-radio.c head/audio/xmradio/pkg-descr Modified: head/audio/xmradio/Makefile ============================================================================== --- head/audio/xmradio/Makefile Mon Apr 13 12:45:19 2015 (r383913) +++ head/audio/xmradio/Makefile Mon Apr 13 12:50:00 2015 (r383914) @@ -1,27 +1,22 @@ -# Created by: runge@rostock.zgdv.de +# Created by: Thomas Runge # $FreeBSD$ PORTNAME= xmradio PORTVERSION= 1.2 PORTREVISION= 2 CATEGORIES= audio -MASTER_SITES= http://core.de/~coto/radio/ +MASTER_SITES= http://BSDforge.com/projects/source/audio/xmradio/ -MAINTAINER= ports@FreeBSD.org -COMMENT= Motif based FM tuner (for use with bt848 driver) +MAINTAINER= portmaster@BSDforge.com +COMMENT= Motif based FM tuner (for use with bktr(4) driver) + +LICENSE= BSD2CLAUSE + +ONLY_FOR_ARCHS= i386 amd64 -BROKEN= Unfetchable USES= imake motif USE_XORG= xpm -ONLY_FOR_ARCHS= i386 amd64 PLIST_FILES= bin/xmradio lib/X11/app-defaults/XMradio -post-patch: - ${REINPLACE_CMD} -e "s,machine/ioctl_bt848.h,dev/bktr/ioctl_bt848.h," \ - ${WRKSRC}/radio.c -# -#post-install: -# ${STRIP_CMD} ${PREFIX}/bin/xmradio - .include Modified: head/audio/xmradio/files/patch-radio.c ============================================================================== --- head/audio/xmradio/files/patch-radio.c Mon Apr 13 12:45:19 2015 (r383913) +++ head/audio/xmradio/files/patch-radio.c Mon Apr 13 12:50:00 2015 (r383914) @@ -9,14 +9,14 @@ +#elif defined(linux) #include #include --#else +#elif defined(__FreeBSD__) +#include - #include ++#include + #else +-#include -#ifdef JUHA_DRIVER -#include -#endif -+#else #include #endif +#ifdef JUHA_DRIVER Modified: head/audio/xmradio/pkg-descr ============================================================================== --- head/audio/xmradio/pkg-descr Mon Apr 13 12:45:19 2015 (r383913) +++ head/audio/xmradio/pkg-descr Mon Apr 13 12:50:00 2015 (r383914) @@ -1,4 +1,9 @@ -This is a simple radio application for FM tuners built into -some TV cards, such as the Hauppauge Win/TV. +xmradio is a radio tuner program for X11 (using the Motif widget set), +using NetBSD's and FreeBSD's bktr(4) driver. -WWW: http://core.de/~coto/projects/xmradio/ +It also supports Video4Linux because of its design. + +You can control an xmradio running on your desktop using some special +command line options and remote control mechanism. + +WWW: http://BSDforge.com/projects/audio/xmradio/