From owner-freebsd-ports@FreeBSD.ORG Tue Jul 15 10:21:25 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A2C1337B401 for ; Tue, 15 Jul 2003 10:21:25 -0700 (PDT) Received: from apollo.backplane.com (apollo.backplane.com [216.240.41.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 343B143F3F for ; Tue, 15 Jul 2003 10:21:25 -0700 (PDT) (envelope-from dillon@apollo.backplane.com) Received: from apollo.backplane.com (localhost [127.0.0.1]) by apollo.backplane.com (8.12.9/8.12.6) with ESMTP id h6FHLOVI087892; Tue, 15 Jul 2003 10:21:25 -0700 (PDT) (envelope-from dillon@apollo.backplane.com) Received: (from dillon@localhost) by apollo.backplane.com (8.12.9/8.12.6/Submit) id h6FHLOCE087891; Tue, 15 Jul 2003 10:21:24 -0700 (PDT) Date: Tue, 15 Jul 2003 10:21:24 -0700 (PDT) From: Matthew Dillon Message-Id: <200307151721.h6FHLOCE087891@apollo.backplane.com> To: Andy Polyakov References: <3F13F3AD.6040004@fy.chalmers.se> cc: ports@FreeBSD.org cc: chuck@pkix.net Subject: Re: FreeBSD Port: dvd+rw-tools-5.8.4.4.4 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Jul 2003 17:21:26 -0000 Thanks for the update, Andy! Chuck, if you have any problems updating the port I'm available to help. -Matt Matthew Dillon :Hi, : :First of all I figured that I should give you a note that dvd+rw-tools :5.10.4.5.4 were released yesterday, addressing a NEC firmware deficiency :and couple of FreeBSD-specific "inconveniences" ("fdescfs inconvenience" :mentioned in :http://www.mail-archive.com/cdwrite%40other.debian.org/msg04262.html and :"open tray inconvenience" when tools failed to start with open tray :mentioned in the source code). : :And regarding dvd+rw-tools being classified as "DVD+RW burning software" :at ports page. Note that despite their name dvd+rw-tools support *all* :DVD recording formats and should probably be classified as "DVD burning :software":-) Then as for description section which now starts with "This :software allows one to use a DVD burner, as well as supporting :multisession CD-R/W formats, primarily via the "growisofs" utility." I :have to object:-) growisofs does not support CD-R/W in any way. It fully :supports DVD multi-sessioning [which is by the way growisofs' *unique* :feature, at least for a free Unix program]. As for CD recordings, :cdrecord is still the one to use. In case you wonder, no, you don't need :closed-source cdrecord-ProDVD to burn CD in a DVD burner, plain cdrecord :is sufficient for this task. In either case my suggestion for the :sentence in question is "This software allows one to perform DVD :recordings in a DVD burner, primarily via the growisofs utility. As the :name suggests growisofs fully supports DVD multi-sessioning." Or :something, but do remove CD-R/W! : :Cheers. A.