BSDsfv is a flexible and highly compatible SFV checksum utility.
Features: - create SFV files, verify downloaded single files or whole releases - add banners to your SFV files - very flexible and compatible with all other SFV tools currently known, including SFVNIX compatibility mode concerning SFV files created - easy to console application - plug & play support for glFTPd and other demons including count-missing-files feature for race scripts WWW: http://bsdsfv.sourceforge.net/ PR: ports/84108 Submitted by: Emanuel Haupt <ehaupt@critical.ch> Approved by: flz (mentor)
This commit is contained in:
parent
b69d7949c9
commit
dd70311d11
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=140168
4 changed files with 52 additions and 0 deletions
|
@ -36,6 +36,7 @@
|
|||
SUBDIR += botan
|
||||
SUBDIR += bro
|
||||
SUBDIR += bruteforceblocker
|
||||
SUBDIR += bsdsfv
|
||||
SUBDIR += bubblegum
|
||||
SUBDIR += bugs
|
||||
SUBDIR += ca-roots
|
||||
|
|
33
security/bsdsfv/Makefile
Normal file
33
security/bsdsfv/Makefile
Normal file
|
@ -0,0 +1,33 @@
|
|||
# New ports collection makefile for: bsdsfv
|
||||
# Date created: 26 Jul 2005
|
||||
# Whom: Emanuel Haupt <ehaupt@critical.ch>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= bsdsfv
|
||||
PORTVERSION= 1.18
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
||||
MAINTAINER= ehaupt@critical.ch
|
||||
COMMENT= A flexible SFV checksum utility
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
PLIST_FILES= bin/bsdsfv
|
||||
PORTDOCS= MANUAL
|
||||
|
||||
USE_REINPLACE= yes
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|^\(INSTALL_PREFIX =\).*$$|\1 ${PREFIX}|g' \
|
||||
${WRKSRC}/Makefile
|
||||
|
||||
.if !defined(NOPORTDOCS)
|
||||
post-install:
|
||||
${MKDIR} ${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
2
security/bsdsfv/distinfo
Normal file
2
security/bsdsfv/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
MD5 (bsdsfv-1.18.tar.gz) = 381df19a827d5a20097ab95ea9e760fa
|
||||
SIZE (bsdsfv-1.18.tar.gz) = 13301
|
16
security/bsdsfv/pkg-descr
Normal file
16
security/bsdsfv/pkg-descr
Normal file
|
@ -0,0 +1,16 @@
|
|||
BSDsfv is a flexible and highly compatible SFV checksum utility.
|
||||
|
||||
Features:
|
||||
|
||||
- create SFV files, verify downloaded single files or whole releases
|
||||
- add banners to your SFV files
|
||||
- very flexible and compatible with all other SFV tools currently known,
|
||||
including SFVNIX compatibility mode concerning SFV files created
|
||||
- easy to console application
|
||||
- plug & play support for glFTPd and other demons including
|
||||
count-missing-files feature for race scripts
|
||||
|
||||
WWW: http://bsdsfv.sourceforge.net/
|
||||
|
||||
- ehaupt
|
||||
ehaupt@critical.ch
|
Loading…
Reference in a new issue