Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Nov 2009 17:55:12 +0100 (CET)
From:      Tobias Rehbein <tobias.rehbein@web.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/140392: New port: audio/oggfilter A simple command-line tool used to filter a list of ogg/vorbis files
Message-ID:  <200911081655.nA8GtCsr013079@sushi.pseudo.local>
Resent-Message-ID: <200911081700.nA8H0Cma006835@freefall.freebsd.org>

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

>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:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Nov 08 17:00:11 UTC 2009
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



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