From tobias.rehbein@web.de  Sun Nov  8 16:54:40 2009
Return-Path: <tobias.rehbein@web.de>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 27C641065672
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  8 Nov 2009 16:54:40 +0000 (UTC)
	(envelope-from tobias.rehbein@web.de)
Received: from fmmailgate01.web.de (fmmailgate01.web.de [217.72.192.221])
	by mx1.freebsd.org (Postfix) with ESMTP id A3C758FC16
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  8 Nov 2009 16:54:39 +0000 (UTC)
Received: from smtp06.web.de (fmsmtp06.dlan.cinetic.de [172.20.5.172])
	by fmmailgate01.web.de (Postfix) with ESMTP id 6DD2B1395AAFE
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  8 Nov 2009 17:54:38 +0100 (CET)
Received: from [95.88.224.31] (helo=sushi.pseudo.local)
	by smtp06.web.de with asmtp (TLSv1:AES256-SHA:256)
	(WEB.DE 4.110 #314)
	id 1N7B2A-00059b-00
	for FreeBSD-gnats-submit@freebsd.org; Sun, 08 Nov 2009 17:54:34 +0100
Received: from sushi.pseudo.local (localhost [127.0.0.1])
	by sushi.pseudo.local (8.14.3/8.14.3) with ESMTP id nA8GtCQb013080
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 8 Nov 2009 17:55:12 +0100 (CET)
	(envelope-from tobi@sushi.pseudo.local)
Received: (from tobi@localhost)
	by sushi.pseudo.local (8.14.3/8.14.3/Submit) id nA8GtCsr013079;
	Sun, 8 Nov 2009 17:55:12 +0100 (CET)
	(envelope-from tobi)
Message-Id: <200911081655.nA8GtCsr013079@sushi.pseudo.local>
Date: Sun, 8 Nov 2009 17:55:12 +0100 (CET)
From: Tobias Rehbein <tobias.rehbein@web.de>
Sender: tobias.rehbein@web.de
Reply-To: Tobias Rehbein <tobias.rehbein@web.de>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: New port: audio/oggfilter A simple command-line tool used to filter a list of ogg/vorbis files
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         140392
>Category:       ports
>Synopsis:       New port: audio/oggfilter A simple command-line tool used to filter a list of ogg/vorbis files
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Nov 08 17:00:11 UTC 2009
>Closed-Date:    Wed Nov 11 18:52:40 UTC 2009
>Last-Modified:  Wed Nov 11 18:52:40 UTC 2009
>Originator:     Tobias Rehbein
>Release:        FreeBSD 8.0-RC2 i386
>Organization:
>Environment:
System: FreeBSD sushi.pseudo.local 8.0-RC2 FreeBSD 8.0-RC2 #56: Sun Nov 8 14:01:31 CET 2009 tobi@sushi.pseudo.local:/usr/obj/usr/src/sys/SUSHI i386


	
>Description:
	The oggfilter utility reads sequentially a list of ogg/vorbis files from
	standard input  and filters this list using various criteria defined via
	command line options. All ogg/vorbis files matching these criteria are written
	to standard output.
	

	
>How-To-Repeat:
	
>Fix:

	

--- audio-oggfilter.shar begins here ---
# 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:
#
#	audio/oggfilter/
#	audio/oggfilter/pkg-descr
#	audio/oggfilter/distinfo
#	audio/oggfilter/Makefile
#
echo c - audio/oggfilter/
mkdir -p audio/oggfilter/ > /dev/null 2>&1
echo x - audio/oggfilter/pkg-descr
sed 's/^X//' >audio/oggfilter/pkg-descr << 'cda78f77e61de574dfaca427270e6b2d'
XThe oggfilter utility reads sequentially a list of ogg/vorbis files from
Xstandard input  and filters this list using various criteria defined via
Xcommand line options. All ogg/vorbis files matching these criteria are written
Xto standard output.
X
XWWW: http://github.com/tobreh/oggfilter
cda78f77e61de574dfaca427270e6b2d
echo x - audio/oggfilter/distinfo
sed 's/^X//' >audio/oggfilter/distinfo << '4e6150a92752d19b116c20a16013b9c7'
XMD5 (tobreh-oggfilter-13e8d85.tar.gz) = c739fd0868fff62af6526c43e90c7818
XSHA256 (tobreh-oggfilter-13e8d85.tar.gz) = 6ebb6c50e64f94fe7940501586c9d75c9cc03e178d06e6760adbb5537fea0819
XSIZE (tobreh-oggfilter-13e8d85.tar.gz) = 9063
4e6150a92752d19b116c20a16013b9c7
echo x - audio/oggfilter/Makefile
sed 's/^X//' >audio/oggfilter/Makefile << '8b139e2d9f3403490931e6ff95284450'
X# New ports collection makefile for:	oggfilter
X# Date created:			08 Nov 2009
X# Whom:				Tobias Rehbein <tobias.rehbein@web.de>
X#
X# $FreeBSD$
X
XPORTNAME=	oggfilter
XPORTVERSION=	1.0
XCATEGORIES=	audio
XMASTER_SITES=	http://github.com/tobreh/oggfilter/tarball/v1.0/
XDISTNAME=	tobreh-${PORTNAME}-${HASH}
X
XMAINTAINER=	tobias.rehbein@web.de
XCOMMENT=	A simple command-line tool used to filter a list of ogg/vorbis files
X
XLIB_DEPENDS=	vorbis.4:${PORTSDIR}/audio/libvorbis
X
XUSE_ICONV=	yes
X
XMAKE_ARGS=	BINDIR=${PREFIX}/bin \
X		MANDIR=${PREFIX}/man/man \
X		NO_MANCOMPRESS=yes
X
XHASH=		13e8d85
XWRKSRC=		${WRKDIR}/tobreh-${PORTNAME}-${HASH}
XFETCH_ARGS?=	-Rr
X
XPLIST_FILES=	bin/oggfilter
XMAN1=		oggfilter.1
X
X.include <bsd.port.mk>
8b139e2d9f3403490931e6ff95284450
exit
--- audio-oggfilter.shar ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Sun Nov 8 17:09:22 UTC 2009 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=140392 

From: Tobias Rehbein <tobias.rehbein@web.de>
To: bug-followup@FreeBSD.org, miwi@FreeBSD.org
Cc:  
Subject: Re: ports/140392: New port: audio/oggfilter A simple command-line tool used to filter a list of ogg/vorbis files
Date: Wed, 11 Nov 2009 19:44:01 +0100

 --sm4nu43k4a2Rpi4c
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 
 Am Sun, Nov 08, 2009 at 05:00:11PM +0000 schrieb FreeBSD-gnats-submit@FreeBSD.org:
 > >Category:       ports
 > >Responsible:    freebsd-ports-bugs
 > >Synopsis:       New port: audio/oggfilter A simple command-line tool used to filter a list of ogg/vorbis files
 > >Arrival-Date:   Sun Nov 08 17:00:11 UTC 2009
 
 
 Please delete this PR. I found some bugs in the code that have to be ironed out!
 
 Thanks in advance and sorry for the trouble.
 
 Regards Tobias
 
 --sm4nu43k4a2Rpi4c
 Content-Type: application/pgp-signature
 Content-Disposition: inline
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v2.0.13 (FreeBSD)
 
 iEYEARECAAYFAkr7Be4ACgkQ6LYxOE8q4xQsRACgn1i1E7GzTgEPFmHTyojAuU3l
 KsQAn3E9VhvIRXC64TgxRU1yr/f7wCUA
 =+K6B
 -----END PGP SIGNATURE-----
 
 --sm4nu43k4a2Rpi4c--
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Wed Nov 11 18:52:40 UTC 2009 
State-Changed-Why:  
close by submitte request. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=140392 
>Unformatted:
