Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Feb 1999 19:25:17 +0100 (CET)
From:      runge@rostock.zgdv.de
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/10012: new port
Message-ID:  <199902101825.TAA00500@fietje.egd.igd.fhg.de>

next in thread | raw e-mail | index | archive | help

>Number:         10012
>Category:       ports
>Synopsis:       new port
>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:   Wed Feb 10 10:30:01 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Thomas Runge
>Release:        FreeBSD 3.0-RELEASE i386
>Organization:
>Environment:
>Description:

# 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:
#
#       xmradio
#       xmradio/Makefile
#       xmradio/pkg
#       xmradio/pkg/COMMENT
#       xmradio/pkg/DESCR
#       xmradio/pkg/PLIST
#       xmradio/files
#       xmradio/files/md5
#       xmradio/patches
#       xmradio/patches/patch-aa
#
echo c - xmradio
mkdir -p xmradio > /dev/null 2>&1
echo x - xmradio/Makefile
sed 's/^X//' >xmradio/Makefile << 'END-of-xmradio/Makefile'
X# New ports collection makefile for:   xmradio
X# Version required:    0.5
X# Date created:                2 Feb 1999
X# Whom:                        runge@rostock.zgdv.de
X#
X# $Id$
X#
X
XDISTNAME=      xmradio-0.5
XCATEGORIES=    audio
XMASTER_SITES=  http://www.rostock.zgdv.de/~runge/radio/
X
XMAINTAINER=    runge@rostock.zgdv.de
X
XLIB_DEPENDS=    Xpm.4:${PORTSDIR}/graphics/xpm
X
X# This program does not actually depend on the below, but they are pretty
X# useful if you are into digital audio recording and playback.
X#RUN_DEPENDS=   sox:${PORTSDIR}/audio/sox
X
XUSE_IMAKE=     yes
XREQUIRES_MOTIF=        yes
X
X#post-install:
X#              strip ${PREFIX}/bin/xmradio
X
X.include <bsd.port.mk>
END-of-xmradio/Makefile
echo c - xmradio/pkg
mkdir -p xmradio/pkg > /dev/null 2>&1
echo x - xmradio/pkg/COMMENT
sed 's/^X//' >xmradio/pkg/COMMENT << 'END-of-xmradio/pkg/COMMENT'
XMotif based FM tuner (for use with bt848 driver)
END-of-xmradio/pkg/COMMENT
echo x - xmradio/pkg/DESCR
sed 's/^X//' >xmradio/pkg/DESCR << 'END-of-xmradio/pkg/DESCR'
XThis is a simple radio application for FM tuners built into
Xsome TV cards, such as the Hauppauge Win/TV.
X
Xhttp://www.rostock.zgdv.de/~runge/radio
X
XTom
Xrunge@rostock.zgdv.de
X
END-of-xmradio/pkg/DESCR
echo x - xmradio/pkg/PLIST
sed 's/^X//' >xmradio/pkg/PLIST << 'END-of-xmradio/pkg/PLIST'
Xbin/xmradio
Xlib/X11/app-defaults/XMradio
X
END-of-xmradio/pkg/PLIST
echo c - xmradio/files
mkdir -p xmradio/files > /dev/null 2>&1
echo x - xmradio/files/md5
sed 's/^X//' >xmradio/files/md5 << 'END-of-xmradio/files/md5'
XMD5 (xmradio-0.5.tar.gz) = 6f10b9edd888c1d4de3c99015196431f
END-of-xmradio/files/md5
echo c - xmradio/patches
mkdir -p xmradio/patches > /dev/null 2>&1
echo x - xmradio/patches/patch-aa
sed 's/^X//' >xmradio/patches/patch-aa << 'END-of-xmradio/patches/patch-aa'
X--- Imakefile.orig      Wed Feb  3 00:03:59 1999
X+++ Imakefile   Wed Feb  3 00:04:27 1999
X@@ -1,9 +1,9 @@
X #include "Motif.tmpl"
X 
X #ifdef NetBSDArchitecture
X-LOCAL_LIBRARIES = XmClientLibs ${XMULIB} -lXpm -lossaudio -lm
X+LOCAL_LIBRARIES = ${MOTIFLIB} ${XTOOLLIB} $(XPLIB) ${XLIB} ${XMULIB} -lXpm -lossaudio -lm
X #else
X-LOCAL_LIBRARIES = XmClientLibs ${XMULIB} -lXpm -lm
X+LOCAL_LIBRARIES = ${MOTIFLIB} ${XTOOLLIB} $(XPLIB) ${XLIB} ${XMULIB} -lXpm -lm
X #endif
X 
X EXTRA_INCLUDES= -I.
END-of-xmradio/patches/patch-aa
exit

>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted:
 

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199902101825.TAA00500>