From owner-freebsd-ports Tue Sep 28 18:30: 8 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0702D15884 for ; Tue, 28 Sep 1999 18:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA48889; Tue, 28 Sep 1999 18:30:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from pawn.primelocation.net (pawn.primelocation.net [205.161.238.235]) by hub.freebsd.org (Postfix) with ESMTP id 05E8814A2D for ; Tue, 28 Sep 1999 18:20:13 -0700 (PDT) (envelope-from jedgar@pawn.primelocation.net) Received: by pawn.primelocation.net (Postfix, from userid 1003) id EC773F80F; Tue, 28 Sep 1999 21:20:12 -0400 (EDT) Message-Id: <19990929012012.EC773F80F@pawn.primelocation.net> Date: Tue, 28 Sep 1999 21:20:12 -0400 (EDT) From: jedgar@fxp.org Reply-To: jedgar@fxp.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/14029: New port: wmtune-1.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 14029 >Category: ports >Synopsis: New port: wmtune-1.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Sep 28 18:30:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Chris D. Faulhaber >Release: FreeBSD 4.0-CURRENT i386 >Organization: BUGO - BSD Users Group of Orlando >Environment: FreeBSD 4.0-CURRENT i386 >Description: New port: wmtune-1.0 Radio tuner dock app for BT848/878 TV cards with onboard radio tuner (e.g. Happauge WinTV). >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # wmtune # wmtune/Makefile # wmtune/pkg # wmtune/pkg/PLIST # wmtune/pkg/COMMENT # wmtune/pkg/DESCR # wmtune/files # wmtune/files/md5 # echo c - wmtune mkdir -p wmtune > /dev/null 2>&1 echo x - wmtune/Makefile sed 's/^X//' >wmtune/Makefile << 'END-of-wmtune/Makefile' X# New ports collection makefile for: wmtune X# Version required: 1.0 X# Date created: 28 September 1999 X# Whom: Chris D. Faulhaber X# X# $FreeBSD$ X# X XDISTNAME= wmtune-1.0 XCATEGORIES= audio windowmaker XMASTER_SITES= http://www.soren.org/linux/wmtune/dl/ \ X http://www.rostock.zgdv.de/~runge/radio/ XDISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ X wmtune.diff.gz X XMAINTAINER= jedgar@fxp.org X XLIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm X XEXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} X XUSE_GMAKE= yes XUSE_X_PREFIX= yes X XPATCH_ARGS =-p0 -d ${WRKDIR} X Xpost-patch: X @${GUNZIP_CMD} -c ${DISTDIR}/wmtune.diff.gz | ${PATCH} ${PATCH_ARGS} X @cd ${WRKSRC}/src; \ X ${MV} wmtune.c wmtune.c.orig; \ X ${SED} -e 's|/etc|${PREFIX}/etc|' < wmtune.c.orig > wmtune.c X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/wmtune ${PREFIX}/bin X ${INSTALL_DATA} ${WRKSRC}/sample.wmtunerc ${PREFIX}/etc X X.include END-of-wmtune/Makefile echo c - wmtune/pkg mkdir -p wmtune/pkg > /dev/null 2>&1 echo x - wmtune/pkg/PLIST sed 's/^X//' >wmtune/pkg/PLIST << 'END-of-wmtune/pkg/PLIST' Xbin/wmtune Xetc/sample.wmtunerc END-of-wmtune/pkg/PLIST echo x - wmtune/pkg/COMMENT sed 's/^X//' >wmtune/pkg/COMMENT << 'END-of-wmtune/pkg/COMMENT' XDock app radio program for the BT848/878 cards END-of-wmtune/pkg/COMMENT echo x - wmtune/pkg/DESCR sed 's/^X//' >wmtune/pkg/DESCR << 'END-of-wmtune/pkg/DESCR' XDock app radio program for the BT848/878 cards. XIn particular, this program works with the XHappauge WinTV cards with onboard FM tuners. END-of-wmtune/pkg/DESCR echo c - wmtune/files mkdir -p wmtune/files > /dev/null 2>&1 echo x - wmtune/files/md5 sed 's/^X//' >wmtune/files/md5 << 'END-of-wmtune/files/md5' XMD5 (wmtune-1.0.tar.gz) = 97924e093b2a00d7104895909bbefb94 XMD5 (wmtune.diff.gz) = b1459a250a91c994b36d90858ab81c82 END-of-wmtune/files/md5 exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message