diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-08-07 16:32:07 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-08-07 16:32:07 +0800 |
commit | 66d1be83f8de875b2e0a2cc2b9ea5add248443aa (patch) | |
tree | a8b04991174e59d1bf98d807f4ab3d54ef6c25fa /security | |
parent | 85e058807acbfa5490c759b0af1fd00fcb6330ef (diff) | |
download | freebsd-ports-gnome-66d1be83f8de875b2e0a2cc2b9ea5add248443aa.tar.gz freebsd-ports-gnome-66d1be83f8de875b2e0a2cc2b9ea5add248443aa.tar.zst freebsd-ports-gnome-66d1be83f8de875b2e0a2cc2b9ea5add248443aa.zip |
add sig2dot 0.27
GPG/PGP Keyring Graph Generator
Diffstat (limited to 'security')
-rw-r--r-- | security/Makefile | 1 | ||||
-rw-r--r-- | security/sig2dot/Makefile | 31 | ||||
-rw-r--r-- | security/sig2dot/distinfo | 1 | ||||
-rw-r--r-- | security/sig2dot/pkg-comment | 1 | ||||
-rw-r--r-- | security/sig2dot/pkg-descr | 6 | ||||
-rw-r--r-- | security/sig2dot/pkg-plist | 1 |
6 files changed, 41 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index db8c6e5aab59..c1fb5377034a 100644 --- a/security/Makefile +++ b/security/Makefile @@ -239,6 +239,7 @@ SUBDIR += secpanel SUBDIR += sfs SUBDIR += sha + SUBDIR += sig2dot SUBDIR += siphon SUBDIR += skip SUBDIR += slurpie diff --git a/security/sig2dot/Makefile b/security/sig2dot/Makefile new file mode 100644 index 000000000000..e273b0122a8e --- /dev/null +++ b/security/sig2dot/Makefile @@ -0,0 +1,31 @@ +# ex:ts=8 +# Ports collection makefile for: sig2dot +# Date created: Aug 8, 2002 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= sig2dot +PORTVERSION= 0.27 +CATEGORIES= security +MASTER_SITES= http://www.chaosreigns.com/code/sig2dot/ +DISTNAME= ${PORTNAME} +EXTRACT_SUFX= .pl + +MAINTAINER= ports@FreeBSD.org + +USE_PERL5= yes +EXTRACT_CMD= ${CP} +EXTRACT_BEFORE_ARGS= +EXTRACT_AFTER_ARGS= ${WRKDIR} +NO_WRKSUBDIR= yes +NO_BUILD= yes + +post-patch: + @${PERL} -pi -e "s|/usr/bin/perl|${PERL}|g" ${WRKSRC}/sig2dot.pl + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/sig2dot.pl ${PREFIX}/bin/sig2dot + +.include <bsd.port.mk> diff --git a/security/sig2dot/distinfo b/security/sig2dot/distinfo new file mode 100644 index 000000000000..63d35afa1e63 --- /dev/null +++ b/security/sig2dot/distinfo @@ -0,0 +1 @@ +MD5 (sig2dot.pl) = 37f2380ce9de0ab985167e22265c4520 diff --git a/security/sig2dot/pkg-comment b/security/sig2dot/pkg-comment new file mode 100644 index 000000000000..a4a5d0c56f7f --- /dev/null +++ b/security/sig2dot/pkg-comment @@ -0,0 +1 @@ +GPG/PGP Keyring Graph Generator diff --git a/security/sig2dot/pkg-descr b/security/sig2dot/pkg-descr new file mode 100644 index 000000000000..7d963fc5ac77 --- /dev/null +++ b/security/sig2dot/pkg-descr @@ -0,0 +1,6 @@ +sig2dot can be used to generate a graph of all of the signature relationships +in a GPG/PGP keyring. It converts the output of "gpg --list-sigs" to a .dot +file, which is a graph definition that can be rendered by springgraph or +graphviz. + +WWW: http://www.chaosreigns.com/code/sig2dot/ diff --git a/security/sig2dot/pkg-plist b/security/sig2dot/pkg-plist new file mode 100644 index 000000000000..be48b9195b8d --- /dev/null +++ b/security/sig2dot/pkg-plist @@ -0,0 +1 @@ +bin/sig2dot |