From nobody@FreeBSD.org  Sun Feb 28 00:42:07 2010
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 658E8106566B
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 28 Feb 2010 00:42:07 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 490AD8FC1C
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 28 Feb 2010 00:42:07 +0000 (UTC)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o1S0g5Mg021336
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 28 Feb 2010 00:42:05 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id o1S0g4FF021335;
	Sun, 28 Feb 2010 00:42:04 GMT
	(envelope-from nobody)
Message-Id: <201002280042.o1S0g4FF021335@www.freebsd.org>
Date: Sun, 28 Feb 2010 00:42:04 GMT
From: Jille Timmermans <jille@quis.cx>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [new port] multimedia/oggvideotools
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         144347
>Category:       ports
>Synopsis:       [new port] multimedia/oggvideotools
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    avilla
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Feb 28 00:50:01 UTC 2010
>Closed-Date:    Tue Mar 09 16:14:49 UTC 2010
>Last-Modified:  Tue Mar  9 16:20:01 UTC 2010
>Originator:     Jille Timmermans
>Release:        8.0-STABLE
>Organization:
>Environment:
>Description:
The "Ogg Video Tools" is a toolbox for manipulating Ogg video files, which usually consist of a video stream (Theora) and an audio stream (Vorbis). It includes a number of handy command line tools for creating an manipulating these video files, such as for splitting the different streams. 
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

# 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:
#
#	multimedia/oggvideotools/
#	multimedia/oggvideotools/Makefile
#	multimedia/oggvideotools/distinfo
#	multimedia/oggvideotools/pkg-descr
#
echo c - multimedia/oggvideotools/
mkdir -p multimedia/oggvideotools/ > /dev/null 2>&1
echo x - multimedia/oggvideotools/Makefile
sed 's/^X//' >multimedia/oggvideotools/Makefile << '2d484cb146eea8485f0514649117df00'
X# Ports collection makefile for:  oggvideotools
X# Date created:                   Sat Feb 28, 2010
X# Whom:                           Jille Timmermans (jille@quis.cx)
X# $FreeBSD$
X
XPORTNAME=	oggvideotools
XPORTVERSION=	0.8
XCATEGORIES=	multimedia
XMASTER_SITES=	http://www.chiark.greenend.org.uk/~sgtatham/${PORTNAME}/
XMASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
XMASTER_SITE_SUBDIR=	oggvideotools/oggvideotools/${DISTNAME}
XDISTNAME= ${PORTNAME}-${PORTVERSION}
X
XMAINTAINER=	jille@quis.cx
XCOMMENT=	A toolbox for manipulating Ogg video files
X
XGNU_CONFIGURE=yes
XCONFIGURE_ENV="CXXFLAGS=-I/usr/local/include "
XMAKEFILE=makefile
X
X.for app in oggSplit oggDump oggJoin oggCut oggCat oggLength oggSlideshow oggThumb oggResize oggSilence mkThumbs mkSlideshow
XPLIST_FILES+= bin/${app}
X.endfor
X.for app in oggResize oggSlideshow oggThumb oggSplit oggJoin oggCut oggCat oggSilence
XMAN1+=	${app}.1
X.endfor
X
X.include <bsd.port.mk>
2d484cb146eea8485f0514649117df00
echo x - multimedia/oggvideotools/distinfo
sed 's/^X//' >multimedia/oggvideotools/distinfo << '7e90bd914188218fe678852a2caf11f5'
XMD5 (oggvideotools-0.8.tar.gz) = d735b6a4cdb5557340cc4b7d558f1052
XSHA256 (oggvideotools-0.8.tar.gz) = c33f33b400d6c01d12490a063e29347ac36fb59eac00892256552cafb0d4c93a
XSIZE (oggvideotools-0.8.tar.gz) = 476044
7e90bd914188218fe678852a2caf11f5
echo x - multimedia/oggvideotools/pkg-descr
sed 's/^X//' >multimedia/oggvideotools/pkg-descr << 'e11a2a41d236becc480359acc5ab43fa'
XThe "Ogg Video Tools" is a toolbox for manipulating Ogg video files, which usually consist of a video stream (Theora) and an audio stream (Vorbis). It includes a number of handy command line tools for creating an manipulating these video files, such as for splitting the different streams.
X
XActually there are the following tools available: oggResize, oggThumb, oggSlideshow, oggCut, oggCat, oggSplit, oggJoin, oggDump and oggLength
X
XWWW: http://dev.streamnik.de/oggvideotools.html
e11a2a41d236becc480359acc5ab43fa
exit



>Release-Note:
>Audit-Trail:
Class-Changed-From-To: update->change-request 
Class-Changed-By: edwin 
Class-Changed-When: Sun Feb 28 00:50:11 UTC 2010 
Class-Changed-Why:  
Fix category (new ports should be change-requests) (via the GNATS Auto 
Assign Tool) 

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

From: Jille Timmermans <jille@quis.cx>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/144347: [new port] multimedia/oggvideotools
Date: Sun, 28 Feb 2010 02:01:03 +0100

 whoops - please remove the first MASTER_SITES line: I accidently put it in.
 (SourceForge is the correct MASTER_SITES)
 
 -- Jille
Responsible-Changed-From-To: freebsd-ports-bugs->avilla 
Responsible-Changed-By: avilla 
Responsible-Changed-When: Sat Mar 6 13:58:07 UTC 2010 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=144347 
State-Changed-From-To: open->closed 
State-Changed-By: avilla 
State-Changed-When: Tue Mar 9 16:14:47 UTC 2010 
State-Changed-Why:  
New port added, with minor changes. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/144347: commit references a PR
Date: Tue,  9 Mar 2010 16:12:54 +0000 (UTC)

 avilla      2010-03-09 16:12:40 UTC
 
   FreeBSD ports repository
 
   Modified files:
     multimedia           Makefile 
   Added files:
     multimedia/oggvideotools Makefile distinfo pkg-descr 
   Log:
   - Add new port multimedia/oggvideotools.
   
   The "Ogg Video Tools" is a toolbox for manipulating Ogg video files,
   which usually consist of a video stream (Theora) and an audio stream
   (Vorbis). It includes a number of handy command line tools for
   creating an manipulating these video files, such as for splitting the
   different streams.
   
   At the moment there are the following tools available: oggResize,
   oggThumb, oggSlideshow, oggCut, oggCat, oggSplit, oggJoin, oggDump,
   oggLength, oggSilence and oggScroll.
   
   WWW: http://dev.streamnik.de/oggvideotools.html
   
   PR:             144347
   Submitted by:   Jille Timmermans <jille@quis.cx>
   Approved by:    miwi, tabthorpe (mentors)
   
   Revision  Changes    Path
   1.358     +1 -0      ports/multimedia/Makefile
   1.1       +32 -0     ports/multimedia/oggvideotools/Makefile (new)
   1.1       +3 -0      ports/multimedia/oggvideotools/distinfo (new)
   1.1       +11 -0     ports/multimedia/oggvideotools/pkg-descr (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
