# 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: # # cpvts # cpvts/pkg-descr # cpvts/distinfo # cpvts/Makefile # echo c - cpvts mkdir -p cpvts > /dev/null 2>&1 echo x - cpvts/pkg-descr sed 's/^X//' >cpvts/pkg-descr << 'END-of-cpvts/pkg-descr' XThis tool can copy a single or all title sets from a DVD to a directory. It is Ximportant to note that complete title sets and not only VOB parts of a title Xare copied. You have the exact image or clone of the source title set with Xthis tool. It does no fancy IFO parsing, only raw DVD block are read. X XWhy? If you want to use libdvdread or derived applications (e.g. transcode) in Xthe DVD image mode (i.e. you have a directory on your hard disk with a DVD Xstructure on it) then you must have a copy of the full title set for your Xdesired title. If you only extract the VOB information belonging to a title Xplus the *.IFO files then the references in the *.IFO files are not correct, Xbecause they assume the full title set is still available. X XIt is a companion tool for cpdvd that offers more user-friendly copy options X(e.g. you can pass the title number and not the title set number). X XWWW: http://www.lallafa.de/bp/cpvts.html END-of-cpvts/pkg-descr echo x - cpvts/distinfo sed 's/^X//' >cpvts/distinfo << 'END-of-cpvts/distinfo' XMD5 (cpvts-1.2.tgz) = eed7b44d6c32a4835a0b3df47350bfb5 XSIZE (cpvts-1.2.tgz) = 4200 END-of-cpvts/distinfo echo x - cpvts/Makefile sed 's/^X//' >cpvts/Makefile << 'END-of-cpvts/Makefile' X# New ports collection makefile for: cpvts X# Date created: 26 October 2003 X# Whom: Mezz X# X# $FreeBSD$ X# X XPORTNAME= cpvts XPORTVERSION= 1.2 XCATEGORIES= multimedia XMASTER_SITES= http://www.lallafa.de/bp/files/ XEXTRACT_SUFX= .tgz X XMAINTAINER= mezz@FreeBSD.org XCOMMENT= Raw copy title sets from a DVD to your harddisc X XLIB_DEPENDS= dvdread.3:${PORTSDIR}/multimedia/libdvdread X XWRKSRC= ${WRKDIR}/${PORTNAME} XPLIST_FILES= bin/${PORTNAME} XUSE_REINPLACE= yes X Xpost-patch: X @${REINPLACE_CMD} -e 's|/usr|${LOCALBASE}|g ; s|-O3||g' \ X ${WRKSRC}/Makefile X Xdo-install: X @${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/ X X.include END-of-cpvts/Makefile exit