aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorrene <rene@FreeBSD.org>2016-12-04 20:26:26 +0800
committerrene <rene@FreeBSD.org>2016-12-04 20:26:26 +0800
commitd54d2eb027e7765a6375dee291f52dc4d2e222cd (patch)
treead50928af82422ebc87cdb89f46884591c6b618a /security
parentd100babe83f0c6de537185c87530f695e85962c2 (diff)
downloadfreebsd-ports-gnome-d54d2eb027e7765a6375dee291f52dc4d2e222cd.tar.gz
freebsd-ports-gnome-d54d2eb027e7765a6375dee291f52dc4d2e222cd.tar.zst
freebsd-ports-gnome-d54d2eb027e7765a6375dee291f52dc4d2e222cd.zip
Remove expired ports:
2016-12-02 graphics/gtkdps: No more upstream. Not used in the ports tree 2016-12-02 security/gsfv: No more upstream. 2016-12-02 misc/grun: No more upstream.
Diffstat (limited to 'security')
-rw-r--r--security/Makefile1
-rw-r--r--security/gsfv/Makefile27
-rw-r--r--security/gsfv/distinfo2
-rw-r--r--security/gsfv/pkg-descr7
4 files changed, 0 insertions, 37 deletions
diff --git a/security/Makefile b/security/Makefile
index 7beeefc498ed..84bc257b39d9 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -187,7 +187,6 @@
SUBDIR += greenbone-security-assistant
SUBDIR += gringotts
SUBDIR += gsasl
- SUBDIR += gsfv
SUBDIR += gss
SUBDIR += gstreamer1-plugins-dtls
SUBDIR += gtk-knocker
diff --git a/security/gsfv/Makefile b/security/gsfv/Makefile
deleted file mode 100644
index 9be15e9cd1a9..000000000000
--- a/security/gsfv/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# Created by: Frederic Cambus
-# $FreeBSD$
-
-PORTNAME= gsfv
-PORTVERSION= 0.2.1
-PORTREVISION= 5
-CATEGORIES= security
-MASTER_SITES= LOCAL/ijliao
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Create or verify Simple File Verification (SFV) checksum files
-
-DEPRECATED= No more upstream.
-EXPIRATION_DATE= 2016-12-02
-
-LICENSE= BSD2CLAUSE
-
-USE_GNOME= gtk12
-GNU_CONFIGURE= yes
-
-PLIST_FILES= bin/gsfv
-
-post-patch:
- @${REINPLACE_CMD} -e \
- 's|\([[:blank:]]\)log|\1bb_log|' ${WRKSRC}/src/backbone.c
-
-.include <bsd.port.mk>
diff --git a/security/gsfv/distinfo b/security/gsfv/distinfo
deleted file mode 100644
index a26f08d4f228..000000000000
--- a/security/gsfv/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (gsfv-0.2.1.tar.gz) = 4f5c6d55d37c9c873dd8fc669542217433872130c82d878085d9434386ef8d6f
-SIZE (gsfv-0.2.1.tar.gz) = 56198
diff --git a/security/gsfv/pkg-descr b/security/gsfv/pkg-descr
deleted file mode 100644
index e2953bf615ad..000000000000
--- a/security/gsfv/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-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.