Date: Wed, 12 Oct 2005 01:24:37 -0500 (CDT) From: Tim Welch <twelch@thepentagon.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/87303: New Port: sysutils/dvdimagecmp A small program for verifying burned disc images Message-ID: <200510120624.j9C6ObG7003527@root.thepentagon.org> Resent-Message-ID: <200510120630.j9C6UCnF041242@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 87303 >Category: ports >Synopsis: New Port: sysutils/dvdimagecmp A small program for verifying burned disc images >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Oct 12 06:30:12 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Tim Welch >Release: FreeBSD 6.0-BETA5 i386 >Organization: >Environment: System: FreeBSD mercury.thepentagon.org 6.0-BETA5 FreeBSD 6.0-BETA5 #2: Fri Oct 7 00:16:01 CDT 2005 root@mercury.thepentagon.org:/usr/obj/usr/src/sys/mercury i386 >Description: Dvdimagecmp is a small program to compare an image to a burned disc. It is not limited to dvds, and supports offsets. The original author's website is awol for now, hence the lack of a website url in pkg-descr. I will submit a change request if his/her site comes back. In the mean time, we have sunsite :) >How-To-Repeat: >Fix: --- dvdimagecmp.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: # # dvdimagecmp # dvdimagecmp/Makefile # dvdimagecmp/distinfo # dvdimagecmp/pkg-descr # dvdimagecmp/pkg-plist # dvdimagecmp/files # dvdimagecmp/files/patch-dvdimagecmp.c # echo c - dvdimagecmp mkdir -p dvdimagecmp > /dev/null 2>&1 echo x - dvdimagecmp/Makefile sed 's/^X//' >dvdimagecmp/Makefile << 'END-of-dvdimagecmp/Makefile' X# New ports collection makefile for: dvdimagecmp X# Date created: 11 October 2005 X# Whom: twelch@thepentagon.org X# X# $FreeBSD$ X# X XPORTNAME= dvdimagecmp XPORTVERSION= 0.3 XCATEGORIES= sysutils XMASTER_SITES= ${MASTER_SITE_SUNSITE} XMASTER_SITE_SUBDIR= apps/video XEXTRACT_SUFX= .tgz X XMAINTAINER= twelch@thepentagon.org XCOMMENT= A simple tool for comparing an image to a burned disc X XUSE_GMAKE= yes XCFLAGS+= -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 X Xdo-build: X cd ${WRKSRC}; ${CC} ${CFLAGS} -o dvdimagecmp dvdimagecmp.c X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/dvdimagecmp ${PREFIX}/bin X X.include <bsd.port.mk> END-of-dvdimagecmp/Makefile echo x - dvdimagecmp/distinfo sed 's/^X//' >dvdimagecmp/distinfo << 'END-of-dvdimagecmp/distinfo' XMD5 (dvdimagecmp-0.3.tgz) = e1c42f7b7c6ae96723f00d45173b7b3c XSIZE (dvdimagecmp-0.3.tgz) = 10483 END-of-dvdimagecmp/distinfo echo x - dvdimagecmp/pkg-descr sed 's/^X//' >dvdimagecmp/pkg-descr << 'END-of-dvdimagecmp/pkg-descr' Xdvdimagecmp is a simple tool for comparing a disc image to a burned disc. X Xhttp://www.ibiblio.org/pub/linux/apps/video/dvdimagecmp-0.3.lsm END-of-dvdimagecmp/pkg-descr echo x - dvdimagecmp/pkg-plist sed 's/^X//' >dvdimagecmp/pkg-plist << 'END-of-dvdimagecmp/pkg-plist' Xbin/dvdimagecmp END-of-dvdimagecmp/pkg-plist echo c - dvdimagecmp/files mkdir -p dvdimagecmp/files > /dev/null 2>&1 echo x - dvdimagecmp/files/patch-dvdimagecmp.c sed 's/^X//' >dvdimagecmp/files/patch-dvdimagecmp.c << 'END-of-dvdimagecmp/files/patch-dvdimagecmp.c' X--- dvdimagecmp.c.orig Tue Oct 11 17:44:15 2005 X+++ dvdimagecmp.c Tue Oct 11 17:50:09 2005 X@@ -27,6 +27,8 @@ X #define _FILE_OFFSET_BITS 64 X X #include <stdlib.h> X+#include <string.h> X+#include <sys/types.h> X #include <errno.h> X #include <stdio.h> X #include <getopt.h> END-of-dvdimagecmp/files/patch-dvdimagecmp.c exit --- dvdimagecmp.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200510120624.j9C6ObG7003527>