From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 25 22:20:25 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 847C516A4DD for ; Sat, 25 Sep 2004 22:20:25 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE82A43D39 for ; Sat, 25 Sep 2004 22:20:24 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i8PMKORZ090846 for ; Sat, 25 Sep 2004 22:20:24 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8PMKOxg090845; Sat, 25 Sep 2004 22:20:24 GMT (envelope-from gnats) Resent-Date: Sat, 25 Sep 2004 22:20:24 GMT Resent-Message-Id: <200409252220.i8PMKOxg090845@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Michael Johnson Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A7EC816A4CE for ; Sat, 25 Sep 2004 22:12:58 +0000 (GMT) Received: from imf20aec.mail.bellsouth.net (imf20aec.mail.bellsouth.net [205.152.59.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 18BFD43D1D for ; Sat, 25 Sep 2004 22:12:58 +0000 (GMT) (envelope-from ahze@blueheron.ahze.net) Received: from blueheron.ahze.net ([68.209.163.3]) by imf20aec.mail.bellsouth.netESMTP <20040925221257.QGIZ1719.imf20aec.mail.bellsouth.net@blueheron.ahze.net> for ; Sat, 25 Sep 2004 18:12:57 -0400 Received: (from root@localhost) by blueheron.ahze.net (8.13.1/8.13.1/Submit) id i8PMCupj073536; Sat, 25 Sep 2004 18:12:56 -0400 (EDT) (envelope-from ahze) Message-Id: <200409252212.i8PMCupj073536@blueheron.ahze.net> Date: Sat, 25 Sep 2004 18:12:56 -0400 (EDT) From: Michael Johnson To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/72091: [NEW PORT] sysutils/dvdbackup: Backup content from DVD to hard disk X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Sep 2004 22:20:25 -0000 >Number: 72091 >Category: ports >Synopsis: [NEW PORT] sysutils/dvdbackup: Backup content from DVD to hard disk >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: Sat Sep 25 22:20:24 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Michael Johnson >Release: FreeBSD 5.3-BETA3 i386 >Organization: >Environment: System: FreeBSD blueheron.ahze.net 5.3-BETA3 FreeBSD 5.3-BETA3 #66: Tue Sep 7 12:56:04 EDT >Description: Backup content from DVD to hard disk WWW: http://dvd-create.sourceforge.net/ Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- dvdbackup-0.1.1.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: # # dvdbackup # dvdbackup/pkg-descr # dvdbackup/Makefile # dvdbackup/distinfo # echo c - dvdbackup mkdir -p dvdbackup > /dev/null 2>&1 echo x - dvdbackup/pkg-descr sed 's/^X//' >dvdbackup/pkg-descr << 'END-of-dvdbackup/pkg-descr' XBackup content from DVD to hard disk X XWWW: http://dvd-create.sourceforge.net/ END-of-dvdbackup/pkg-descr echo x - dvdbackup/Makefile sed 's/^X//' >dvdbackup/Makefile << 'END-of-dvdbackup/Makefile' X# New ports collection makefile for: dvdbackup X# Date created: 2004-09-24 X# Whom: Michael Johnson X# X# $FreeBSD$ X# X XPORTNAME= dvdbackup XPORTVERSION= 0.1.1 XCATEGORIES= sysutils XMASTER_SITES= http://dvd-create.sourceforge.net/ X XMAINTAINER= ahze@ahze.net XCOMMENT= Backup content from DVD to hard disk X XLIB_DEPENDS= dvdread.3:${PORTSDIR}/multimedia/libdvdread X XWRKSRC= ${WRKDIR}/${PORTNAME} XPLIST_FILES= bin/dvdbackup XPORTDOCS= README X Xdo-build: X ${CC} -o ${WRKSRC}/dvdbackup ${CFLAGS} -I${LOCALBASE}/include \ X -L${LOCALBASE}/lib -ldvdread ${WRKSRC}/src/dvdbackup.c X Xdo-install: X @${INSTALL_PROGRAM} ${WRKSRC}/dvdbackup ${PREFIX}/bin X.if !defined(NOPORTDOCS) X @${MKDIR} ${DOCSDIR} X @${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} X.endif X X.include END-of-dvdbackup/Makefile echo x - dvdbackup/distinfo sed 's/^X//' >dvdbackup/distinfo << 'END-of-dvdbackup/distinfo' XMD5 (dvdbackup-0.1.1.tar.gz) = 53a071d1def5ee49d702a4dd080d25ac XSIZE (dvdbackup-0.1.1.tar.gz) = 24806 END-of-dvdbackup/distinfo exit --- dvdbackup-0.1.1.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: