aboutsummaryrefslogtreecommitdiff
path: root/security/bsdsfv
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2005-07-26 17:10:11 +0000
committerRenato Botelho <garga@FreeBSD.org>2005-07-26 17:10:11 +0000
commitdd70311d11571687fd23943682f098071a13abf5 (patch)
tree5bfcc6fe3c09cca5d14b1d167d0abe222f67358e /security/bsdsfv
parentb69d7949c9873075068d70a3880221e2e293ab41 (diff)
downloadports-dd70311d11571687fd23943682f098071a13abf5.tar.gz
ports-dd70311d11571687fd23943682f098071a13abf5.zip
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)
Notes
Notes: svn path=/head/; revision=140168
Diffstat (limited to 'security/bsdsfv')
-rw-r--r--security/bsdsfv/Makefile33
-rw-r--r--security/bsdsfv/distinfo2
-rw-r--r--security/bsdsfv/pkg-descr16
3 files changed, 51 insertions, 0 deletions
diff --git a/security/bsdsfv/Makefile b/security/bsdsfv/Makefile
new file mode 100644
index 000000000000..e156e8f30252
--- /dev/null
+++ b/security/bsdsfv/Makefile
@@ -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>
diff --git a/security/bsdsfv/distinfo b/security/bsdsfv/distinfo
new file mode 100644
index 000000000000..bad540f502be
--- /dev/null
+++ b/security/bsdsfv/distinfo
@@ -0,0 +1,2 @@
+MD5 (bsdsfv-1.18.tar.gz) = 381df19a827d5a20097ab95ea9e760fa
+SIZE (bsdsfv-1.18.tar.gz) = 13301
diff --git a/security/bsdsfv/pkg-descr b/security/bsdsfv/pkg-descr
new file mode 100644
index 000000000000..8896f9ce6c64
--- /dev/null
+++ b/security/bsdsfv/pkg-descr
@@ -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