Index: head/sysutils/vobcopy/Makefile =================================================================== --- head/sysutils/vobcopy/Makefile (revision 68877) +++ head/sysutils/vobcopy/Makefile (revision 68878) @@ -1,43 +1,47 @@ # New ports collection makefile for: VOB dvd rip # Date created: Sun May 12 09:25:37 BRT 2002 # Whom: Mario Sergio Fujikawa Ferreira # # $FreeBSD$ # PORTNAME= vobcopy -PORTVERSION= 0.4.3 +PORTVERSION= 0.5.3 CATEGORIES= sysutils -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= lin-prog-newbie +MASTER_SITES= http://lpn.rnbhq.org/download/ MAINTAINER= lioux@FreeBSD.org -LIB_DEPENDS= dvdread.2:${PORTSDIR}/graphics/libdvdread +LIB_DEPENDS= dvdread.2:${PORTSDIR}/graphics/libdvdread \ + gnugetopt.1:${PORTSDIR}/devel/libgnugetopt +HAS_CONFIGURE= yes +USE_REINPLACE= yes + ALL_TARGET= ${PORTNAME} MAN1= vobcopy.1 DOC_FILES= COPYING Changelog README Release-Notes \ alternative_programs.txt post-patch: - @${PERL} -pi.orig -e 's|^CC.+||; s|^PREFIX.+||; \ - s|/usr/local/|${LOCALBASE}/|; \ - s|-D_LARGEFILE\d?\d?_SOURCE||g; \ - s|-D_FILE_OFFSET_BITS=64||' ${WRKSRC}/Makefile - @${PERL} -pi.orig -e 's|(fopen\("/etc/)mtab|\1fstab|; \ + @${REINPLACE_CMD} -E -e 's|(fopen\("/etc/)mtab|\1fstab|; \ s|iso9660|cd9660|' ${WRKSRC}/dvd.c + +post-configure: + @${REINPLACE_CMD} -E -e 's|^CC.+||; s|^PREFIX.+||; \ + s|/usr/local/|${LOCALBASE}/|' \ + ${WRKSRC}/Makefile do-install: @${INSTALL_PROGRAM} ${WRKSRC}/vobcopy ${PREFIX}/bin/vobcopy @${INSTALL_MAN} ${WRKSRC}/vobcopy.1 ${MANPREFIX}/man/man1/vobcopy.1 .ifndef(PORTDOCS) @${MKDIR} ${DOCSDIR} .for file in ${DOC_FILES} @${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} .endfor .endif .include Property changes on: head/sysutils/vobcopy/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/sysutils/vobcopy/distinfo =================================================================== --- head/sysutils/vobcopy/distinfo (revision 68877) +++ head/sysutils/vobcopy/distinfo (revision 68878) @@ -1 +1 @@ -MD5 (vobcopy-0.4.3.tar.gz) = 94eb92d1e6cea36ff8f62bd27336428d +MD5 (vobcopy-0.5.3.tar.gz) = 94cfd38053daf60b767fa7072d4960e5 Property changes on: head/sysutils/vobcopy/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/sysutils/vobcopy/pkg-descr =================================================================== --- head/sysutils/vobcopy/pkg-descr (revision 68877) +++ head/sysutils/vobcopy/pkg-descr (revision 68878) @@ -1,9 +1,9 @@ [ from developer's site ] Vobcopy copies DVD .vob files to harddisk, decrypting them on the way (thanks to libdvdread) and merges them into 2 GB files (or larger) with the name extracted from the DVD. It checks for enough free space on the destination drive and compares the copied size to the size on DVD (in case something went wrong during the copying). -WWW: http://lin-prog-newbie.sf.net/ +WWW: http://linux-programming-newbie.org/ Property changes on: head/sysutils/vobcopy/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property