diff options
Diffstat (limited to 'security/gsfv')
-rw-r--r-- | security/gsfv/Makefile | 21 | ||||
-rw-r--r-- | security/gsfv/distinfo | 1 | ||||
-rw-r--r-- | security/gsfv/pkg-comment | 1 | ||||
-rw-r--r-- | security/gsfv/pkg-descr | 7 | ||||
-rw-r--r-- | security/gsfv/pkg-plist | 1 |
5 files changed, 31 insertions, 0 deletions
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 <bsd.port.mk> 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 |