diff options
Diffstat (limited to 'security')
-rw-r--r-- | security/Makefile | 1 | ||||
-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 |
6 files changed, 32 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 63f91286abb7..6d67c08caa69 100644 --- a/security/Makefile +++ b/security/Makefile @@ -76,6 +76,7 @@ SUBDIR += gpasman SUBDIR += gpgme SUBDIR += gringotts + SUBDIR += gsfv SUBDIR += gtk-knocker SUBDIR += gtkportscan SUBDIR += hackbot diff --git a/security/gsfv/Makefile b/security/gsfv/Makefile new file mode 100644 index 000000000000..9a0ef57ddc64 --- /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 000000000000..f09baf55935a --- /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 000000000000..d890f42ebedd --- /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 000000000000..20535c55737d --- /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 000000000000..4ea2ed977377 --- /dev/null +++ b/security/gsfv/pkg-plist @@ -0,0 +1 @@ +bin/gsfv |