From 84376f5366d26ad20e160e9b341af25f880dc16a Mon Sep 17 00:00:00 2001 From: ijliao Date: Sun, 16 Feb 2003 17:33:48 +0000 Subject: add gsfv 0.2.1 Create or verify Simple File Verification (SFV) checksum files Submitted by: Frederic Cambus --- security/gsfv/Makefile | 21 +++++++++++++++++++++ security/gsfv/distinfo | 1 + security/gsfv/pkg-comment | 1 + security/gsfv/pkg-descr | 7 +++++++ security/gsfv/pkg-plist | 1 + 5 files changed, 31 insertions(+) create mode 100644 security/gsfv/Makefile create mode 100644 security/gsfv/distinfo create mode 100644 security/gsfv/pkg-comment create mode 100644 security/gsfv/pkg-descr create mode 100644 security/gsfv/pkg-plist (limited to 'security/gsfv') diff --git a/security/gsfv/Makefile b/security/gsfv/Makefile new file mode 100644 index 0000000..9a0ef57 --- /dev/null +++ b/security/gsfv/Makefile @@ -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 diff --git a/security/gsfv/distinfo b/security/gsfv/distinfo new file mode 100644 index 0000000..f09baf5 --- /dev/null +++ b/security/gsfv/distinfo @@ -0,0 +1 @@ +MD5 (gsfv-0.2.1.tar.gz) = 0864ae323e40511d656c4f9ee80343e6 diff --git a/security/gsfv/pkg-comment b/security/gsfv/pkg-comment new file mode 100644 index 0000000..d890f42 --- /dev/null +++ b/security/gsfv/pkg-comment @@ -0,0 +1 @@ +Create or verify Simple File Verification (SFV) checksum files diff --git a/security/gsfv/pkg-descr b/security/gsfv/pkg-descr new file mode 100644 index 0000000..20535c5 --- /dev/null +++ b/security/gsfv/pkg-descr @@ -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. diff --git a/security/gsfv/pkg-plist b/security/gsfv/pkg-plist new file mode 100644 index 0000000..4ea2ed9 --- /dev/null +++ b/security/gsfv/pkg-plist @@ -0,0 +1 @@ +bin/gsfv -- cgit v1.1