Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Jul 1999 11:10:50 -0700 (PDT)
From:      hodson@aciri.org
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/12535: RAT ports submission
Message-ID:  <199907061810.LAA10866@bobcat.aciri.org>

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

>Number:         12535
>Category:       ports
>Synopsis:       Submission of RAT for ports collection
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul  6 11:20:01 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Orion Hodson
>Release:        FreeBSD 3.0-19990205-STABLE i386
>Organization:
University College London
>Environment:

	

>Description:

	

>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:
#
#	rat
#	rat/pkg
#	rat/pkg/COMMENT
#	rat/pkg/DESCR
#	rat/pkg/PLIST
#	rat/files
#	rat/files/md5
#	rat/README.html
#	rat/Makefile
#	rat/scripts
#	rat/scripts/configure
#	rat/patches
#	rat/patches/patch-aa
#	rat/patches/patch-ab
#
echo c - rat
mkdir -p rat > /dev/null 2>&1
echo c - rat/pkg
mkdir -p rat/pkg > /dev/null 2>&1
echo x - rat/pkg/COMMENT
sed 's/^X//' >rat/pkg/COMMENT << 'END-of-rat/pkg/COMMENT'
XMBONE audio tool.
END-of-rat/pkg/COMMENT
echo x - rat/pkg/DESCR
sed 's/^X//' >rat/pkg/DESCR << 'END-of-rat/pkg/DESCR'
XThis package contains the binary release of UCL's robust audio tool conferencing application.
END-of-rat/pkg/DESCR
echo x - rat/pkg/PLIST
sed 's/^X//' >rat/pkg/PLIST << 'END-of-rat/pkg/PLIST'
Xbin/rat
Xetc/sdr/plugins/sdr2.plugin.S02.audio.rtp.*.rat-4.0.3END-of-rat/pkg/PLIST
echo c - rat/files
mkdir -p rat/files > /dev/null 2>&1
echo x - rat/files/md5
sed 's/^X//' >rat/files/md5 << 'END-of-rat/files/md5'
XMD5 (rat-4.0.3.tar.gz) = b1165a0e4400abe58293a9acfb613c14
END-of-rat/files/md5
echo x - rat/README.html
sed 's/^X//' >rat/README.html << 'END-of-rat/README.html'
X<html>
X<title> The FreeBSD Ports Collection (mbone/rat)</title>
X<head><h1> The FreeBSD Ports Collection ("mbone/rat")</h1> </head> <hr>
X<body>
X
X<p>You are now in the directory for the port "mbone/rat" (package name "rat-4.0.3").
X
X<p>This is the one-line description for this port:
X
X<p><hr><p>
XMBONE audio tool.
X<p><hr>
X
X<p>Please read the file "<a href="pkg/DESCR">pkg/DESCR</a>" for a
Xlonger description.
X
X<p>Go to the <a href="../../README.html">top of the ports tree</a> for
Xa summary on how to use the ports collection.
X
X<p>
XThis port requires package(s) "XFree86-3.3.3.1" to build.
X<p>
XThis port requires package(s) "XFree86-3.3.3.1" to run.
X
X<p><hr><p>
X<a href="../README.html"> Go up one level</a>
X|
X<a href="../../README.html"> Go to top of ports tree</a>
X</body>
X</html>
END-of-rat/README.html
echo x - rat/Makefile
sed 's/^X//' >rat/Makefile << 'END-of-rat/Makefile'
X# New ports collection makefile for:	rat
X# Version required:	4.0.3
X# Date created:		3 July 1999
X# Whom:			hodson
X#
X# $Id: $
X#
X
XDISTNAME=	rat-4.0.3
XCATEGORIES=	mbone audio
XMASTER_SITES=	http://www-mice.cs.ucl.ac.uk/multimedia/software/rat/4.0.3/
XDISTFILES=	rat-4.0.3.tar.gz
X
XMAINTAINER=	O.Hodson@cs.ucl.ac.uk
XLIB_DEPENDS=	
X
X#USE_X_PREFIX=	yes
XUSE_GE=		yes
XMAN1=		rat.1
XMANCOMPRESSED=	no
X
Xdo-install:
X	${INSTALL_PROGRAM} ${WRKSRC}/rat/rat-4.0.3 ${PREFIX}/bin/rat
X	${INSTALL_MAN}  ${WRKSRC}/rat/man/man1/rat.1 ${PREFIX}/man/man1
X	mkdir -p ${LOCALBASE}/etc/sdr/plugins
X	${INSTALL_DATA} ${WRKSRC}/rat/sdr2.plugin.S02.audio.rtp.*.rat-4.0.3 ${LOCALBASE}/etc/sdr/plugins
X
Xbuild: configure
X	cd ${WRKDIR}/${DISTNAME}/tcl-8.0/unix && gmake
X	cd ${WRKDIR}/${DISTNAME}/tk-8.0/unix  && gmake
X	cd ${WRKDIR}/${DISTNAME}/common       && gmake
X	cd ${WRKDIR}/${DISTNAME}/rat          && gmake
X
X.include "bsd.port.mk"
END-of-rat/Makefile
echo c - rat/scripts
mkdir -p rat/scripts > /dev/null 2>&1
echo x - rat/scripts/configure
sed 's/^X//' >rat/scripts/configure << 'END-of-rat/scripts/configure'
X#!/bin/sh
X
X# We build against a static modified tcl/tk library that does not source
X# tcl/tk files in the default tcl/tk library installation positions which can
X# make widget perform in bizarre ways and we used to get lots of bug reports
X# about this.  Not our fault (honest ;-)
X
Xecho "Configuring UCL's patched tcl (this will not affect current tcl installation."
Xcd ${WRKDIR}/rat-4.0.3/tcl-8.0/unix && configure
X
Xecho "Configuring UCL's patched tk (this will not affect current tcl installation."
Xcd ${WRKDIR}/rat-4.0.3/tk-8.0/unix && configure
X
Xcd ${WRKDIR}/rat-4.0.3/common && configure
Xcd ${WRKDIR}/rat-4.0.3/rat && configure
END-of-rat/scripts/configure
echo c - rat/patches
mkdir -p rat/patches > /dev/null 2>&1
echo x - rat/patches/patch-aa
sed 's/^X//' >rat/patches/patch-aa << 'END-of-rat/patches/patch-aa'
X--- Makefile.in Sun May 23 06:55:03 1999
X+++ tcl-8.0/unix/Makefile.in Wed Jun 23 11:03:16 1999
X@@ -354,5 +354,5 @@
X 
X 
X tclsh: ${TCLSH_OBJS} ${TCL_LIB_FILE}
X-	${CC} @LD_FLAGS@ ${TCLSH_OBJS} @TCL_BUILD_LIB_SPEC@ ${LIBS} \
X+	${CC} @LD_FLAGS@ ${TCLSH_OBJS} ${TCL_LIB_FILE} ${LIBS} \
X                @TCL_LD_SEARCH_FLAGS@ -o tclsh
END-of-rat/patches/patch-aa
echo x - rat/patches/patch-ab
sed 's/^X//' >rat/patches/patch-ab << 'END-of-rat/patches/patch-ab'
X--- sdr2.plugin.in.orig	Mon Jul  5 21:59:16 1999
X+++ rat/sdr2.plugin.in	Mon Jul  5 21:59:35 1999
X@@ -12,7 +12,7 @@
X 
X media:		audio
X proto:		RTP/AVP
X-tool:		rat-__VERSION__
X+tool:		rat
X protoname: 	RTP
X cryptflag: 	-K
X 
END-of-rat/patches/patch-ab
exit




>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?199907061810.LAA10866>