add gsfv 0.2.1

Create or verify Simple File Verification (SFV) checksum files

Submitted by:	Frederic Cambus
This commit is contained in:
Ying-Chieh Liao 2003-02-16 17:33:48 +00:00
parent aa51c6b928
commit 2c1676782f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=75663
6 changed files with 32 additions and 0 deletions

View File

@ -76,6 +76,7 @@
SUBDIR += gpasman
SUBDIR += gpgme
SUBDIR += gringotts
SUBDIR += gsfv
SUBDIR += gtk-knocker
SUBDIR += gtkportscan
SUBDIR += hackbot

21
security/gsfv/Makefile Normal file
View File

@ -0,0 +1,21 @@
# ex:ts=8
# Ports collection makefile for: gsfv
# Date created: 18 September 2002
# Whom: Frederic Cambus
#
# $FreeBSD$
#
PORTNAME= gsfv
PORTVERSION= 0.2.1
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= ijliao
MAINTAINER= ports@FreeBSD.org
USE_GNOMENG= yes
USE_GNOME= gtk12
GNU_CONFIGURE= yes
.include <bsd.port.mk>

1
security/gsfv/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (gsfv-0.2.1.tar.gz) = 0864ae323e40511d656c4f9ee80343e6

View File

@ -0,0 +1 @@
Create or verify Simple File Verification (SFV) checksum files

7
security/gsfv/pkg-descr Normal file
View File

@ -0,0 +1,7 @@
GSFV is a graphical interface written in GTK+ for manipulating .sfv
(Simple File Verification) files.
The Simple File Verification (SFV) system is a file integrity verification
system which is popular on some platforms. A software package may be
accompanied by an SFV file (usually with extension .sfv) which contains
CRC-32 checksums for all the files that comprise the package.

1
security/gsfv/pkg-plist Normal file
View File

@ -0,0 +1 @@
bin/gsfv