From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Mar 7 16:20:02 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B3D2616A4CE for ; Mon, 7 Mar 2005 16:20:02 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 67D3443D41 for ; Mon, 7 Mar 2005 16:20:02 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j27GK2nS082136 for ; Mon, 7 Mar 2005 16:20:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j27GK2II082135; Mon, 7 Mar 2005 16:20:02 GMT (envelope-from gnats) Resent-Date: Mon, 7 Mar 2005 16:20:02 GMT Resent-Message-Id: <200503071620.j27GK2II082135@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Andrew Wingorodov Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 37F2316A4D3 for ; Mon, 7 Mar 2005 16:10:16 +0000 (GMT) Received: from main-host.sms-tv.ru (www.subaru-rus.ru [195.146.74.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B23543D53 for ; Mon, 7 Mar 2005 16:10:15 +0000 (GMT) (envelope-from andr@sms-tv.ru) Received: by main-host.sms-tv.ru (Postfix, from userid 1121) id 97EC367D5E; Mon, 7 Mar 2005 19:10:13 +0300 (MSK) Message-Id: <20050307161013.97EC367D5E@main-host.sms-tv.ru> Date: Mon, 7 Mar 2005 19:10:13 +0300 (MSK) From: Andrew Wingorodov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/78541: New port: audio/amrcoder/AMR encoder/decoder from www.3gpp.org. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Andrew Wingorodov List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Mar 2005 16:20:02 -0000 >Number: 78541 >Category: ports >Synopsis: New port: audio/amrcoder/AMR encoder/decoder from www.3gpp.org. >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Mar 07 16:20:02 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Andrew Wingorodov >Release: FreeBSD 5.3-RELEASE i386 >Organization: no >Environment: System: FreeBSD k6.home 5.3-RELEASE FreeBSD 5.3-RELEASE #9: Mon Jan 17 01:09:37 MSK 2005 root@k6.home:/usr/obj/usr/src/sys/K6PR300 i386 >Description: AMR encoder/decoder from www.3gpp.org. Modified for use with Mbuni MMS Gateway (look at http://www.mbuni.org/userguide.shtml#install for more info). WWW: http://coolsoft.ru/project/audio/amrcoder/ - Andrew Wingorodov mail@andr.ru >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: # # ./amrcoder # ./amrcoder/Makefile # ./amrcoder/pkg-descr # ./amrcoder/pkg-plist # ./amrcoder/distinfo # echo c - ./amrcoder mkdir -p ./amrcoder > /dev/null 2>&1 echo x - ./amrcoder/Makefile sed 's/^X//' >./amrcoder/Makefile << 'END-of-./amrcoder/Makefile' X# New ports collection makefile for: amrcoder X# Date created: 5 March 2005 X# Whom: Andrew Wingorodov (Wingborn) X# X# $FreeBSD$ X# X# X XPORTNAME= amrcoder XPORTVERSION= 1.0 XCATEGORIES= audio XMASTER_SITES= http://coolsoft.ru/distfiles/ XEXTRACT_SUFX= .tgz X XMAINTAINER= programmer@coolsoft.ru XCOMMENT= AMR encoder/decoder for Mbuni MMS Gateway (www.mbuni.org) X XMAN1= amrencoder.1 XMANCOMPRESSED= yes X X.include END-of-./amrcoder/Makefile echo x - ./amrcoder/pkg-descr sed 's/^X//' >./amrcoder/pkg-descr << 'END-of-./amrcoder/pkg-descr' X AMR encoder/decoder from www.3gpp.org. XModified for use with Mbuni MMS Gateway X(look at http://www.mbuni.org/userguide.shtml#install for more info). X XWWW: http://coolsoft.ru/project/audio/amrcoder/ X X- Andrew Wingorodov Xmail@andr.ru END-of-./amrcoder/pkg-descr echo x - ./amrcoder/pkg-plist sed 's/^X//' >./amrcoder/pkg-plist << 'END-of-./amrcoder/pkg-plist' Xbin/amrencoder Xbin/amrdecoder END-of-./amrcoder/pkg-plist echo x - ./amrcoder/distinfo sed 's/^X//' >./amrcoder/distinfo << 'END-of-./amrcoder/distinfo' XMD5 (amrcoder-1.0.tgz) = e58f3438f71586f5dfa9259184e15eba XSIZE (amrcoder-1.0.tgz) = 284527 END-of-./amrcoder/distinfo exit >Release-Note: >Audit-Trail: >Unformatted: