Date: 26 Jul 2005 14:35:11 -0000 From: Emanuel Haupt <ehaupt@critical.ch> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/84127: new port: security/pure-sfv - Utility to test and create .sfv files Message-ID: <20050726143511.95730.qmail@mx.critical.ch> Resent-Message-ID: <200507261440.j6QEeU0D008695@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 84127 >Category: ports >Synopsis: new port: security/pure-sfv - Utility to test and create .sfv files >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Jul 26 14:40:30 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Emanuel Haupt >Release: FreeBSD 4.11-RELEASE-p11 i386 >Organization: >Environment: System: FreeBSD admin.critical.ch 4.11-RELEASE-p11 FreeBSD 4.11-RELEASE-p11 #0: Thu Jun 30 09:36:40 CEST 2005 root@admin.critical.ch:/usr/obj/usr/src-release/src/sys/GENERIC i386 >Description: This utility creates .SFV (Simple File Verify) and .PAR (Parity Archive) data files. Features: * Recursive directories handling * Automatic checksum file naming ability in create mode * Meaningful and documented exit values for easy scripting * Wildcards for file names * Creation of PAR (Parity Archive) files * Create Multiple recovery sets if number of files in SFV greater than 255 >How-To-Repeat: >Fix: --- pure-sfv.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: # # pure-sfv # pure-sfv/Makefile # pure-sfv/pkg-descr # pure-sfv/distinfo # echo c - pure-sfv mkdir -p pure-sfv > /dev/null 2>&1 echo x - pure-sfv/Makefile sed 's/^X//' >pure-sfv/Makefile << 'END-of-pure-sfv/Makefile' X# New ports collection makefile for: pure-sfv X# Date created: 26 Jul 2005 X# Whom: Emanuel Haupt <ehaupt@critical.ch> X# X# $FreeBSD$ X# X XPORTNAME= pure-sfv XPORTVERSION= 0.3 XCATEGORIES= security XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} XMASTER_SITE_SUBDIR= ${PORTNAME} XDISTNAME= ${PORTNAME}_${PORTVERSION}_src X XMAINTAINER= ehaupt@critical.ch XCOMMENT= Utility to test and create .sfv files X XUSE_GMAKE= yes XUSE_REINPLACE= yes X XWRKSRC= ${WRKDIR} XPLIST_FILES= bin/pure-sfv XPORTDOCS= ReadMe.txt X Xpost-patch: X @${REINPLACE_CMD} -E 's/^(CFLAGS|CC)[ +=]*/\1?=/' \ X ${WRKSRC}/Makefile X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin X X.if !defined(NOPORTDOCS) X ${MKDIR} ${DOCSDIR} X ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR} X.endif X X.include <bsd.port.mk> END-of-pure-sfv/Makefile echo x - pure-sfv/pkg-descr sed 's/^X//' >pure-sfv/pkg-descr << 'END-of-pure-sfv/pkg-descr' XThis utility creates .SFV (Simple File Verify) and .PAR (Parity Archive) data Xfiles. X XFeatures: X X * Recursive directories handling X * Automatic checksum file naming ability in create mode X * Meaningful and documented exit values for easy scripting X * Wildcards for file names X * Creation of PAR (Parity Archive) files X * Create Multiple recovery sets if number of files in SFV greater than 255 X XWWW: http://pure-sfv.sourceforge.net/ X X- ehaupt Xehaupt@critical.ch END-of-pure-sfv/pkg-descr echo x - pure-sfv/distinfo sed 's/^X//' >pure-sfv/distinfo << 'END-of-pure-sfv/distinfo' XMD5 (pure-sfv_0.3_src.tar.gz) = 2643118c32184c880cd8935173889449 XSIZE (pure-sfv_0.3_src.tar.gz) = 79069 END-of-pure-sfv/distinfo exit --- pure-sfv.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?20050726143511.95730.qmail>