From owner-freebsd-ports Tue Jul 6 16:40:11 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 D137C15071 for ; Tue, 6 Jul 1999 16:40:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA56404; Tue, 6 Jul 1999 16:40:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Tue, 6 Jul 1999 16:40:03 -0700 (PDT) Message-Id: <199907062340.QAA56404@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Orion Hodson Subject: Re: ports/12535: RAT ports submission Reply-To: Orion Hodson Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/12535; it has been noted by GNATS. From: Orion Hodson To: Tim Vanderhoek Cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: ports/12535: RAT ports submission Date: Tue, 06 Jul 1999 16:37:37 -0700 <19990706184236.L59236@mad>Tim Vanderhoek writes: > On Tue, Jul 06, 1999 at 11:10:50AM -0700, hodson@aciri.org wrote: > > > > sed 's/^X//' >rat/pkg/COMMENT << 'END-of-rat/pkg/COMMENT' > > XMBONE audio tool. > > No period at the end of pkg/COMMENT. > > > > echo x - rat/README.html > > sed 's/^X//' >rat/README.html << 'END-of-rat/README.html' > > X > > You don't need to include this file. > > > > 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 > > ${MKDIR} > > > > Xbuild: configure > > Just use a do-build: target. > > > X cd ${WRKDIR}/${DISTNAME}/tcl-8.0/unix && gmake > > ${GMAKE} > > > > Xcd ${WRKDIR}/rat-4.0.3/rat && configure > > END-of-rat/scripts/configure > > Well, I usually perfer to avoid the scripts/ directory where possible, > but it doesn't actually matter. :) > > Anyways, these changes are sufficiently trivial that whoever commits > your port can make the changes; there is no need to resubmit this > port. Thankyou for your work! > revisions for all of the above made. ta. -o # 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-freebsd-ports # rat-freebsd-ports/pkg # rat-freebsd-ports/pkg/COMMENT # rat-freebsd-ports/pkg/DESCR # rat-freebsd-ports/pkg/PLIST # rat-freebsd-ports/files # rat-freebsd-ports/files/md5 # rat-freebsd-ports/patches # rat-freebsd-ports/patches/patch-aa # rat-freebsd-ports/patches/patch-ab # rat-freebsd-ports/Makefile # echo c - rat-freebsd-ports mkdir -p rat-freebsd-ports > /dev/null 2>&1 echo c - rat-freebsd-ports/pkg mkdir -p rat-freebsd-ports/pkg > /dev/null 2>&1 echo x - rat-freebsd-ports/pkg/COMMENT sed 's/^X//' >rat-freebsd-ports/pkg/COMMENT << 'END-of-rat-freebsd-ports/pkg/COMMENT' XMulticast and unicast audio conferencing tool END-of-rat-freebsd-ports/pkg/COMMENT echo x - rat-freebsd-ports/pkg/DESCR sed 's/^X//' >rat-freebsd-ports/pkg/DESCR << 'END-of-rat-freebsd-ports/pkg/DESCR' XThis package contains the binary release of the robust audio tool X(RAT), a multicast and unicast conferencing application. END-of-rat-freebsd-ports/pkg/DESCR echo x - rat-freebsd-ports/pkg/PLIST sed 's/^X//' >rat-freebsd-ports/pkg/PLIST << 'END-of-rat-freebsd-ports/pkg/PLIST' Xbin/rat Xetc/sdr/plugins/sdr2.plugin.S02.audio.rtp.*.rat-4.0.3END-of-rat-freebsd-ports/pkg/PLIST echo c - rat-freebsd-ports/files mkdir -p rat-freebsd-ports/files > /dev/null 2>&1 echo x - rat-freebsd-ports/files/md5 sed 's/^X//' >rat-freebsd-ports/files/md5 << 'END-of-rat-freebsd-ports/files/md5' XMD5 (rat-4.0.3.tar.gz) = b1165a0e4400abe58293a9acfb613c14 END-of-rat-freebsd-ports/files/md5 echo c - rat-freebsd-ports/patches mkdir -p rat-freebsd-ports/patches > /dev/null 2>&1 echo x - rat-freebsd-ports/patches/patch-aa sed 's/^X//' >rat-freebsd-ports/patches/patch-aa << 'END-of-rat-freebsd-ports/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-freebsd-ports/patches/patch-aa echo x - rat-freebsd-ports/patches/patch-ab sed 's/^X//' >rat-freebsd-ports/patches/patch-ab << 'END-of-rat-freebsd-ports/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-freebsd-ports/patches/patch-ab echo x - rat-freebsd-ports/Makefile sed 's/^X//' >rat-freebsd-ports/Makefile << 'END-of-rat-freebsd-ports/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 X# NB: this application is statically linked against a modified tcl/tk X# library. If you really care you can link against standard tcl/tk, X# but be warned the tcl/tk interpreters source tcl library files at X# start up and multi-version installations of tcl/tk can result in the X# wrong tcl/tk source files being read and so application widgets can X# become disabled. X XRAT_BUILD_DIRS= ${WRKDIR}/${DISTNAME}/tcl-8.0/unix \ X ${WRKDIR}/${DISTNAME}/tk-8.0/unix \ X ${WRKDIR}/${DISTNAME}/common \ X ${WRKDIR}/${DISTNAME}/rat 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 Xdo-build: X for d in ${RAT_BUILD_DIRS}; do \ X cd $$d && ${GMAKE}; \ X done; X Xdo-configure: X for d in ${RAT_BUILD_DIRS}; do \ X cd $$d && configure; \ X done; X X.include "bsd.port.mk" END-of-rat-freebsd-ports/Makefile exit To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message