From 6866ae8ed3c415ba8162df5c334fa899844edcf9 Mon Sep 17 00:00:00 2001 From: Will Andrews Date: Sat, 28 Oct 2000 06:14:37 +0000 Subject: Add pgpdump 0.04, a pgp packet visualizer. PR: 22218 Submitted by: TAKAHASHI Kaoru --- security/Makefile | 1 + security/pgpdump/Makefile | 21 +++++++++++++++++++++ security/pgpdump/distinfo | 1 + security/pgpdump/pkg-comment | 1 + security/pgpdump/pkg-descr | 4 ++++ security/pgpdump/pkg-plist | 1 + 6 files changed, 29 insertions(+) create mode 100644 security/pgpdump/Makefile create mode 100644 security/pgpdump/distinfo create mode 100644 security/pgpdump/pkg-comment create mode 100644 security/pgpdump/pkg-descr create mode 100644 security/pgpdump/pkg-plist (limited to 'security') diff --git a/security/Makefile b/security/Makefile index e7ae6a622478..a272665dffc6 100644 --- a/security/Makefile +++ b/security/Makefile @@ -81,6 +81,7 @@ SUBDIR += pgp SUBDIR += pgp5 SUBDIR += pgp6 + SUBDIR += pgpdump SUBDIR += pgpgpg SUBDIR += pidentd SUBDIR += pktsuckers 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 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 -- cgit