diff options
author | will <will@FreeBSD.org> | 2000-10-28 14:14:37 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-10-28 14:14:37 +0800 |
commit | dc11f37ed75a35332e9b51536affe0aaed0c98e0 (patch) | |
tree | cc5acc4540ea8ba10aef77f9e6667ccb8fef69ef /security/pgpdump | |
parent | 37b644def31ba397ac6e0590405e6b92a0a011dd (diff) | |
download | freebsd-ports-gnome-dc11f37ed75a35332e9b51536affe0aaed0c98e0.tar.gz freebsd-ports-gnome-dc11f37ed75a35332e9b51536affe0aaed0c98e0.tar.zst freebsd-ports-gnome-dc11f37ed75a35332e9b51536affe0aaed0c98e0.zip |
Add pgpdump 0.04, a pgp packet visualizer.
PR: 22218
Submitted by: TAKAHASHI Kaoru <kaoru@kaisei.org>
Diffstat (limited to 'security/pgpdump')
-rw-r--r-- | security/pgpdump/Makefile | 21 | ||||
-rw-r--r-- | security/pgpdump/distinfo | 1 | ||||
-rw-r--r-- | security/pgpdump/pkg-comment | 1 | ||||
-rw-r--r-- | security/pgpdump/pkg-descr | 4 | ||||
-rw-r--r-- | security/pgpdump/pkg-plist | 1 |
5 files changed, 28 insertions, 0 deletions
diff --git a/security/pgpdump/Makefile b/security/pgpdump/Makefile new file mode 100644 index 000000000000..7291b6a9a71a --- /dev/null +++ b/security/pgpdump/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: pgpdump +# Date created: 19 Jul 2000 +# Whom: TAKAHASHI Kaoru +# +# $FreeBSD$ +# + +PORTNAME= pgpdump +PORTVERSION= 0.04 +CATEGORIES= security +MASTER_SITES= ftp://pgp.iijlab.net/pub/tools/ +DISTNAME= ${PORTNAME}-${PORTVERSION} + +MAINTAINER= kaoru@kaisei.org + +HAS_CONFIGURE= yes + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/pgpdump ${PREFIX}/bin + +.include <bsd.port.mk> diff --git a/security/pgpdump/distinfo b/security/pgpdump/distinfo new file mode 100644 index 000000000000..b00e61f574b9 --- /dev/null +++ b/security/pgpdump/distinfo @@ -0,0 +1 @@ +MD5 (pgpdump-0.04.tar.gz) = 7c693ad27228640223caac2ef0e9a004 diff --git a/security/pgpdump/pkg-comment b/security/pgpdump/pkg-comment new file mode 100644 index 000000000000..294c5760083d --- /dev/null +++ b/security/pgpdump/pkg-comment @@ -0,0 +1 @@ +PGP packet visualizer diff --git a/security/pgpdump/pkg-descr b/security/pgpdump/pkg-descr new file mode 100644 index 000000000000..8c420cc7ace8 --- /dev/null +++ b/security/pgpdump/pkg-descr @@ -0,0 +1,4 @@ +This is PGP packet visualizer "pgpdump". Displays the pgp packet +format of OpenPGP (RFC2440) and PGP version 2 (RFC 1991). + +WWW: http://pgp.iijlab.net/ diff --git a/security/pgpdump/pkg-plist b/security/pgpdump/pkg-plist new file mode 100644 index 000000000000..46c0c0096fea --- /dev/null +++ b/security/pgpdump/pkg-plist @@ -0,0 +1 @@ +bin/pgpdump |