diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2004-01-06 07:56:32 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2004-01-06 07:56:32 +0000 |
commit | 3e85610d6f4fcd077f457d5dac1a709ce74204c2 (patch) | |
tree | dd1e1c5f7f3937c2cbd4674ea94eeda9cc0d3481 /misc/wotsap | |
parent | ed303487234901b60191a924af50f21eda692bab (diff) | |
download | ports-3e85610d6f4fcd077f457d5dac1a709ce74204c2.tar.gz ports-3e85610d6f4fcd077f457d5dac1a709ce74204c2.zip |
Notes
Diffstat (limited to 'misc/wotsap')
-rw-r--r-- | misc/wotsap/Makefile | 27 | ||||
-rw-r--r-- | misc/wotsap/distinfo | 1 | ||||
-rw-r--r-- | misc/wotsap/pkg-descr | 15 | ||||
-rw-r--r-- | misc/wotsap/pkg-plist | 1 |
4 files changed, 44 insertions, 0 deletions
diff --git a/misc/wotsap/Makefile b/misc/wotsap/Makefile new file mode 100644 index 000000000000..7de69464f760 --- /dev/null +++ b/misc/wotsap/Makefile @@ -0,0 +1,27 @@ +# ex:ts=8 +# Ports collection makefile for: wotsap +# Date created: Jan 6, 2004 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= wotsap +PORTVERSION= 0.5 +CATEGORIES= misc +MASTER_SITES= http://www.lysator.liu.se/~jc/wotsap/ +EXTRACT_SUFX= .tgz + +MAINTAINER= ports@FreeBSD.org +COMMENT= Web of trust statistics and pathfinder + +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/PIL.pth:${PORTSDIR}/graphics/py-imaging + +WRKSRC= ${WRKDIR}/${PORTNAME} +USE_PYTHON= yes +NO_BUILD= yes + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/wotsap.py ${PREFIX}/bin/wotsap + +.include <bsd.port.mk> diff --git a/misc/wotsap/distinfo b/misc/wotsap/distinfo new file mode 100644 index 000000000000..b619ec683347 --- /dev/null +++ b/misc/wotsap/distinfo @@ -0,0 +1 @@ +MD5 (wotsap-0.5.tgz) = e2eee7c0b68de4a968ca359391463551 diff --git a/misc/wotsap/pkg-descr b/misc/wotsap/pkg-descr new file mode 100644 index 000000000000..3b76ad401e32 --- /dev/null +++ b/misc/wotsap/pkg-descr @@ -0,0 +1,15 @@ +Find paths between two keys in the OpenPGP Web of Trust, and get statistics +about a key or the whole web. + +Observe: + * We only search the largest strongly connected set. + * No attempt is made to verify the signatures. For you to be able to trust + a path, you must verify all signatures yourself. + * Even if there exists a path between you and another key, you have to + trust the other people in at least one path in the graph to trust the key. + +Keys can be specified as normal key IDs (0x12345678 or 12345678), or a number +of space-separated case-insensitive search terms (i.e. "rms@gnu.org" or +"@gnu Stallman"). + +WWW: http://www.lysator.liu.se/~jc/wotsap/ diff --git a/misc/wotsap/pkg-plist b/misc/wotsap/pkg-plist new file mode 100644 index 000000000000..d59ea13ad3a1 --- /dev/null +++ b/misc/wotsap/pkg-plist @@ -0,0 +1 @@ +bin/wotsap |