Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Jul 2003 13:32:50 -0500 (CDT)
From:      User & <c@galaxy.dyndns.ws>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/54650: new port submission - misc/zidrav - file corruption repair program
Message-ID:  <200307191832.h6JIWo3x056701@galaxy.dyndns.ws>
Resent-Message-ID: <200307200810.h6K8AJqx071209@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         54650
>Category:       ports
>Synopsis:       new port submission - misc/zidrav - file corruption repair program
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jul 20 01:10:18 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Cosmin Stroe <cstroe1@uic.edu>
>Release:        FreeBSD 4.8-RELEASE i386
>Organization:
CCrew
>Environment:
System: FreeBSD trigun.ccrew.com 4.8-RELEASE FreeBSD 4.8-RELEASE #0: Sat Jul 5 00:58:51 CDT 2003 c@trigun.ccrew.com:/usr/src/sys/compile/TRIGUN i386

>Description:
ZIDRAV is a file corruption detection and repair program. It's designed 
to provide a way to fix file damage without having to redownload the 
entire (potentially large) file over a (potentially slow) connection.
>How-To-Repeat:
Not applicable.
>Fix:
Not applicable.


--- zidrav.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:
#
#	zidrav
#	zidrav/Makefile
#	zidrav/pkg-descr
#	zidrav/pkg-plist
#	zidrav/distinfo
#	zidrav/files
#	zidrav/files/patch-aa
#
echo c - zidrav
mkdir -p zidrav > /dev/null 2>&1
echo x - zidrav/Makefile
sed 's/^X//' >zidrav/Makefile << 'END-of-zidrav/Makefile'
X# New ports collection makefile for:   zidrav
X# Date created:        14 July 2003
X# Whom:                Cosmin Stroe <cstroe1@uic.edu>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	zidrav
XPORTVERSION=	1.1
XCATEGORIES=	misc
XMASTER_SITES=	${MASTER_SITE_SOURCEFORGE} \
X		http://hehipc.phy.uic.edu/~cosmin/distfiles/:MAN\
X		http://eff.dyndns.ws/distfiles/:MAN
XMASTER_SITE_SUBDIR=	zidrav
XDISTNAME=	zidrav4unix-1.1
XDISTFILES=	zidrav4unix-1.1.tar.gz \
X		zidrav.1.gz:MAN
XEXTRACT_ONLY=	zidrav4unix-1.1.tar.gz
X
XMAINTAINER=	cstroe1@uic.edu
XCOMMENT=	A file corruption detection and repair program
X
XALL_TARGET=	zidrav
XMAN1=		zidrav.1.gz
XMANCOMPRESSED=	maybe
XNOMANCOMPRESS=	true
XMANEXT=		# empty
XNO_INSTALL_MANPAGES=	yes
X
Xdo-install:
X	${INSTALL_PROGRAM} ${WRKSRC}/zidrav ${PREFIX}/bin
X	${INSTALL_MAN} ${DISTDIR}/zidrav.1.gz ${MANPREFIX}/man/man1
X
X.include <bsd.port.mk>
END-of-zidrav/Makefile
echo x - zidrav/pkg-descr
sed 's/^X//' >zidrav/pkg-descr << 'END-of-zidrav/pkg-descr'
XZIDRAV is a file corruption detection and repair program. It's designed 
Xto provide a way to fix file damage without having to redownload the 
Xentire (potentially large) file over a (potentially slow) connection.
X
XWWW: http://sourceforge.net/projects/zidrav/
X
X- Cosmin Stroe
Xcstroe1@uic.edu
END-of-zidrav/pkg-descr
echo x - zidrav/pkg-plist
sed 's/^X//' >zidrav/pkg-plist << 'END-of-zidrav/pkg-plist'
Xbin/zidrav
END-of-zidrav/pkg-plist
echo x - zidrav/distinfo
sed 's/^X//' >zidrav/distinfo << 'END-of-zidrav/distinfo'
XMD5 (zidrav4unix-1.1.tar.gz) = 573492070859d417e04e257512079113
XMD5 (zidrav.1.gz) = 0a61dded771ba4b76ef23b1edae41643
END-of-zidrav/distinfo
echo c - zidrav/files
mkdir -p zidrav/files > /dev/null 2>&1
echo x - zidrav/files/patch-aa
sed 's/^X//' >zidrav/files/patch-aa << 'END-of-zidrav/files/patch-aa'
X--- Makefile.orig	Mon Mar 31 02:35:26 2003
X+++ Makefile	Tue Jul 15 12:49:41 2003
X@@ -1,11 +1,11 @@
X zidrav: zidrav.cpp flayer.o core.o flayer.h
X-	g++ -O2 -Wall -o zidrav zidrav.cpp flayer.o core.o
X+	$(CXX) $(CFLAGS) -o zidrav zidrav.cpp flayer.o core.o
X 	
X flayer.o: flayer.cpp core.h
X-	g++ -O2 -Wall -c flayer.cpp
X+	$(CXX) $(CFLAGS) -c flayer.cpp
X 
X core.o: core.cpp core.h
X-	g++ -O2 -Wall -c core.cpp
X+	$(CXX) $(CFLAGS) -c core.cpp
X 
X .PHONY:
X clean:
END-of-zidrav/files/patch-aa
exit
--- zidrav.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?200307191832.h6JIWo3x056701>