From root@mig-29.net  Sun Nov 14 00:00:44 2004
Return-Path: <root@mig-29.net>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id D2AD216A5BB
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 14 Nov 2004 00:00:44 +0000 (GMT)
Received: from fulcrum.mig-29.net (dsl-200-78-45-190.prod-infinitum.com.mx [200.78.45.190])
	by mx1.FreeBSD.org (Postfix) with ESMTP id DD00043D3F
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 14 Nov 2004 00:00:43 +0000 (GMT)
	(envelope-from root@mig-29.net)
Received: by fulcrum.mig-29.net (Postfix, from userid 0)
	id 13EC35EC84; Sat, 13 Nov 2004 18:00:42 -0600 (CST)
Message-Id: <20041114000042.13EC35EC84@fulcrum.mig-29.net>
Date: Sat, 13 Nov 2004 18:00:42 -0600 (CST)
From: Manuel Rabade Garcia <mig@mig-29.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [NEW PORT] multimedia/mencvd: MPlayer Sources (DVD) to (S)VCD ripping and burning
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         73918
>Category:       ports
>Synopsis:       [NEW PORT] multimedia/mencvd: MPlayer Sources (DVD) to (S)VCD ripping and burning
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    ahze
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Nov 14 00:01:02 GMT 2004
>Closed-Date:    Thu Nov 25 03:01:15 GMT 2004
>Last-Modified:  Thu Nov 25 03:01:15 GMT 2004
>Originator:     Manuel Rabade Garcia
>Release:        FreeBSD 5.3-RELEASE i386
>Organization:
>Environment:
System: FreeBSD fulcrum.mig-29.net 5.3-RELEASE FreeBSD 5.3-RELEASE #0: Wed Nov 10 21:18:30 CST 2004
>Description:
Shell script around mplayer, mjpegtools, vcdimager, and cdrdao to create
(S)VCD's from anything that mplayer can reproduce.

- Manuel Rabade Garcia
mig@mig-29.net

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- mencvd-0.3.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:
#
#	mencvcd
#	mencvcd/files
#	mencvcd/files/patch-aa
#	mencvcd/distinfo
#	mencvcd/pkg-descr
#	mencvcd/Makefile
#
echo c - mencvcd
mkdir -p mencvcd > /dev/null 2>&1
echo c - mencvcd/files
mkdir -p mencvcd/files > /dev/null 2>&1
echo x - mencvcd/files/patch-aa
sed 's/^X//' >mencvcd/files/patch-aa << 'END-of-mencvcd/files/patch-aa'
X--- TOOLS/mencvcd.orig	Sat Nov 13 16:14:56 2004
X+++ TOOLS/mencvcd	Sat Nov 13 16:29:08 2004
X@@ -1,4 +1,4 @@
X-#!/bin/sh
X+#!/usr/local/bin/bash
X #
X # Version:          0.2.2
X #
END-of-mencvcd/files/patch-aa
echo x - mencvcd/distinfo
sed 's/^X//' >mencvcd/distinfo << 'END-of-mencvcd/distinfo'
XMD5 (MPlayer-1.0pre5.tar.bz2) = fbe6919eb025526e8ed129cd61a49969
XSIZE (MPlayer-1.0pre5.tar.bz2) = 5072836
END-of-mencvcd/distinfo
echo x - mencvcd/pkg-descr
sed 's/^X//' >mencvcd/pkg-descr << 'END-of-mencvcd/pkg-descr'
XShell script around mplayer, mjpegtools, vcdimager, and cdrdao to create
X(S)VCD's from anything that mplayer can reproduce.
X
X- Manuel Rabade Garcia
Xmig@mig-29.net
END-of-mencvcd/pkg-descr
echo x - mencvcd/Makefile
sed 's/^X//' >mencvcd/Makefile << 'END-of-mencvcd/Makefile'
X# New ports collection makefile for:	menvcd
X# Date created:				13 November 2004
X# Whom:					Thomas E. Zander
X#
X# $FreeBSD$
X#
X
XPORTNAME=	mencvd
XPORTVERSION=	0.3
XCATEGORIES=	multimedia
XMASTER_SITES=	http://www1.mplayerhq.hu/MPlayer/releases/ \
X		http://www2.mplayerhq.hu/MPlayer/releases/ \
X		http://ftp.lug.udel.edu/MPlayer/releases/ \
X		http://www4.mplayerhq.hu/MPlayer/releases/ \
X		http://mirrors.xmission.com/MPlayer/releases/ \
X		ftp://ftp1.mplayerhq.hu/MPlayer/releases/ \
X		ftp://ftp2.mplayerhq.hu/MPlayer/releases/ \
X		ftp://ftp.lug.udel.edu/MPlayer/releases/ \
X		ftp://mirrors.xmission.com/MPlayer/releases/ \
X		http://www.rrr.de/~riggs/mplayer/
XDISTNAME=	MPlayer-1.0pre5
X
XMAINTAINER=	mig@mig-29.net
XCOMMENT=	MPlayer Sources (DVD) to (S)VCD ripping and burning
X
XRUN_DEPENDS=	mplayer:${PORTSDIR}/multimedia/mplayer \
X		mpeg2enc:${PORTSDIR}/multimedia/mjpegtools \
X		vcdimager:${PORTSDIR}/multimedia/vcdimager \
X		cdrdao:${PORTSDIR}/sysutils/cdrdao \
X		bash:${PORTSDIR}/shells/bash
X
XUSE_BZIP2=	yes
X
XWRKSRC=		${WRKDIR}/${DISTNAME}
XNO_BUILD=	yes
X
XPLIST_FILES=	bin/mencvcd
X
XOPTIONS=	LAME "Allow audio encoding to mp3" off \
X		TOOLAME "Use toolame instead of mp2enc to encode mp2 audio" off \
X		SOX "Use sox for audio resampling" off \
X		NORMALIZE "Allow audio normalization" off
X
X.include <bsd.port.pre.mk>
X
X.if defined(WITH_LAME)
XRUN_DEPENDS+=	lame:${PORTSDIR}/audio/lame
X.endif
X
X.if defined(WITH_TOOLAME)
XRUN_DEPENDS+=	toolame:${PORTSDIR}/audio/toolame
X.endif
X
X.if defined(WITH_SOX)
XRUN_DEPENDS+=	sox:${PORTSDIR}/audio/sox
X.endif
X
X.if defined(WITH_NORMALIZE)
XRUN_DEPENDS+=	normalize:${PORTSDIR}/audio/normalize
X.endif
X
Xdo-install:
X	${INSTALL_SCRIPT} ${WRKSRC}/TOOLS/mencvcd ${PREFIX}/bin/mencvcd
X
X.include <bsd.port.post.mk>
END-of-mencvcd/Makefile
exit
--- mencvd-0.3.shar ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->ahze  
Responsible-Changed-By: ahze 
Responsible-Changed-When: Sun Nov 14 05:38:24 GMT 2004 
Responsible-Changed-Why:  
Grab 

http://www.freebsd.org/cgi/query-pr.cgi?pr=73918 
State-Changed-From-To: open->feedback  
State-Changed-By: ahze 
State-Changed-When: Sun Nov 14 05:46:08 GMT 2004 
State-Changed-Why:  
Asked submitter for feedback 

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

From: Michael Johnson <ahze@ahze.net>
To: freebsd-gnats-submit@FreeBSD.org, mig@mig-29.net
Cc:  
Subject: Re: ports/73918: [NEW PORT] multimedia/mencvd: MPlayer Sources (DVD) to (S)VCD ripping and burning
Date: Sun, 14 Nov 2004 00:45:49 -0500

 --Apple-Mail-1--302618760
 Content-Transfer-Encoding: 7bit
 Content-Type: text/plain; charset=US-ASCII; format=flowed
 
 Is this port is really necessary?
 
 This port depends on mplayer and mplayer  installs the
 same mencvcd script in share/mplayer/tools.
 
 Maybe you could submit patches to Thomas E. Zander (maintainer of 
 mplayer)
 to install this script in bin/ and use bash so it will actually work.
 
 Michael
 
 --Apple-Mail-1--302618760
 content-type: application/pgp-signature; x-mac-type=70674453;
 	name=PGP.sig
 content-description: This is a digitally signed message part
 content-disposition: inline; filename=PGP.sig
 content-transfer-encoding: 7bit
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.2.4 (Darwin)
 
 iD8DBQFBlvEMn4uqfTwEb9YRAs+yAJ9R/uFEQUyUQwCKWKzjlu7McZinoACgqX4u
 uULpjaHjLTaPM1dmB3xozpo=
 =vw4+
 -----END PGP SIGNATURE-----
 
 --Apple-Mail-1--302618760--
 

From: Manuel Rabade Garcia <mig@mig-29.net>
To: Michael Johnson <ahze@ahze.net>
Cc: freebsd-gnats-submit@FreeBSD.org
Subject: Re: ports/73918: [NEW PORT] multimedia/mencvd: MPlayer Sources (DVD) to (S)VCD ripping and burning
Date: Sun, 14 Nov 2004 13:51:58 -0600

 --EVF5PPMfhYS0aIcm
 Content-Type: text/plain; charset=iso-8859-1
 Content-Disposition: inline
 Content-Transfer-Encoding: quoted-printable
 
 Michael Johnson, who happens to be smarter than you, thinks:
 > Is this port is really necessary?
 >=20
 
 I think is necesarry to handle its dependencies, which are very diferent
 of the mplayer dependencies.
 
 > This port depends on mplayer and mplayer  installs the
 > same mencvcd script in share/mplayer/tools.
 >=20
 > Maybe you could submit patches to Thomas E. Zander (maintainer of=20
 > mplayer)
 > to install this script in bin/ and use bash so it will actually work.
 
 Maybe is better, the only problem are the dependencies of mencvd.
 
 Also i found that the script can be downloaded from its own page,
 allowing us to remove the hardcoded distfile.
 
 Well, as i said, the motivation of this port is to handle its
 dependencies.=20
 
 =BFWhat do you think? =BFWhat is the best for the ports? :)
 
 Sorry for my bad english.
 
 Thanks a lot :)
 
 --=20
 Manuel Rabade Garcia
  WWW - http://mig-29.net
  GPG - 1024D/AA3325C0 2002-09-30
  Fingerprint - D2E5 76E1 CE2D 8783 545D  1F41 399B 5765 AA33 25C0
 
 --EVF5PPMfhYS0aIcm
 Content-Type: application/pgp-signature
 Content-Disposition: inline
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.2.6 (FreeBSD)
 
 iD8DBQFBl7ddOZtXZaozJcARAsZtAJ9YLSrKAgXNFCpqja1g30RkivpK8wCgq3r2
 D1flTXQITvNl0S0omByJcU0=
 =XHty
 -----END PGP SIGNATURE-----
 
 --EVF5PPMfhYS0aIcm--

From: Michael Johnson <ahze@ahze.net>
To: Manuel Rabade Garcia <mig@mig-29.net>
Cc: freebsd-gnats-submit@FreeBSD.org
Subject: Re: ports/73918: [NEW PORT] multimedia/mencvd: MPlayer Sources (DVD) to (S)VCD ripping and burning
Date: Sun, 14 Nov 2004 15:18:40 -0500

 --Apple-Mail-13--250247757
 Content-Transfer-Encoding: quoted-printable
 Content-Type: text/plain; charset=ISO-8859-1; format=flowed
 
 
 On Nov 14, 2004, at 2:51 PM, Manuel Rabade Garcia wrote:
 
 > Michael Johnson, who happens to be smarter than you, thinks:
 >> Is this port is really necessary?
 >>
 >
 > I think is necesarry to handle its dependencies, which are very=20
 > diferent
 > of the mplayer dependencies.
 
 Most of these are already included in mplayer, and what's not there=20
 could easily be added
 (upon Thomas's approval of course)
 
 But I still think fixing what's in multimedia/mplayer is more important=20=
 
 than adding a
 new port that fixes the issue.
 
 If you still feel this port needs to be added to ports please convert=20
 patch-aa
 in to a REINPLACE_CMD line in the Makefile that also respects=20
 ${LOCALBASE}
 
 Michael
 >> This port depends on mplayer and mplayer  installs the
 >> same mencvcd script in share/mplayer/tools.
 >>
 >> Maybe you could submit patches to Thomas E. Zander (maintainer of
 >> mplayer)
 >> to install this script in bin/ and use bash so it will actually work.
 >
 > Maybe is better, the only problem are the dependencies of mencvd.
 >
 > Also i found that the script can be downloaded from its own page,
 > allowing us to remove the hardcoded distfile.
 
 > Well, as i said, the motivation of this port is to handle its
 > dependencies.
 >
 > =BFWhat do you think? =BFWhat is the best for the ports? :)
 >
 > Sorry for my bad english.
 >
 > Thanks a lot :)
 >
 > --=20
 > Manuel Rabade Garcia
 >  WWW - http://mig-29.net
 >  GPG - 1024D/AA3325C0 2002-09-30
 >  Fingerprint - D2E5 76E1 CE2D 8783 545D  1F41 399B 5765 AA33 25C0
 
 --Apple-Mail-13--250247757
 content-type: application/pgp-signature; x-mac-type=70674453;
 	name=PGP.sig
 content-description: This is a digitally signed message part
 content-disposition: inline; filename=PGP.sig
 content-transfer-encoding: 7bit
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.2.4 (Darwin)
 
 iD8DBQFBl72fn4uqfTwEb9YRAnaHAJ4xYMSJJKNAI7J+XwqroVBH4mjlmQCfYX1u
 9ruKmI+gaktKhgiXbFb6/vs=
 =C43D
 -----END PGP SIGNATURE-----
 
 --Apple-Mail-13--250247757--
 

From: Manuel Rabade Garcia <mig@mig-29.net>
To: Michael Johnson <ahze@ahze.net>
Cc: freebsd-gnats-submit@FreeBSD.org
Subject: Re: ports/73918: [NEW PORT] multimedia/mencvd: MPlayer Sources (DVD) to (S)VCD ripping and burning
Date: Wed, 24 Nov 2004 20:54:06 -0600

 --7JfCtLOvnd9MIVvH
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: attachment
 Content-Transfer-Encoding: quoted-printable
 
 Michael Johnson, who happens to be smarter than you, thinks:
 >=20
 > On Nov 14, 2004, at 2:51 PM, Manuel Rabade Garcia wrote:
 >=20
 > >Michael Johnson, who happens to be smarter than you, thinks:
 > >>Is this port is really necessary?
 > >>
 > >
 > >I think is necesarry to handle its dependencies, which are very=20
 > >diferent
 > >of the mplayer dependencies.
 >=20
 > Most of these are already included in mplayer, and what's not there=20
 > could easily be added
 > (upon Thomas's approval of course)
 >=20
 
 Well, i think that dependencies like cdrdao, vcdimager and mjpegtools
 are not included in mplayer.
 
 > But I still think fixing what's in multimedia/mplayer is more important=
 =20
 > than adding a
 > new port that fixes the issue.
 >=20
 
 I agree.
 
 > If you still feel this port needs to be added to ports please convert=20
 > patch-aa
 > in to a REINPLACE_CMD line in the Makefile that also respects=20
 > ${LOCALBASE}
 >=20
 
 Ok.
 
 I will send an email to Thomas E. Zander to ask him what he thinks about
 mencvcd.
 
 Could you close the pr? If it goes into a separated port i will fix some
 issues like the REIMPLACE_CMD and send a new pr.
 
 Thanks and sorry for the delayed response :)
 
 --=20
 Manuel Rabade Garcia
  WWW - http://mig-29.net
  GPG - 1024D/AA3325C0 2002-09-30
  Fingerprint - D2E5 76E1 CE2D 8783 545D  1F41 399B 5765 AA33 25C0
 
 --7JfCtLOvnd9MIVvH
 Content-Type: application/pgp-signature
 Content-Disposition: inline
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.2.6 (FreeBSD)
 
 iD8DBQFBpUlOOZtXZaozJcARAnp2AJsF4LvGI6LFFuxkii5hQ8yYadIVTQCeKKcI
 3G0Rcxuq9VIAMcTS9rbT/Ss=
 =W3I4
 -----END PGP SIGNATURE-----
 
 --7JfCtLOvnd9MIVvH--
State-Changed-From-To: feedback->closed  
State-Changed-By: ahze 
State-Changed-When: Thu Nov 25 03:00:57 GMT 2004 
State-Changed-Why:  
Closed at submitters request 

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