aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2000-10-28 14:14:37 +0800
committerWill Andrews <will@FreeBSD.org>2000-10-28 14:14:37 +0800
commit6866ae8ed3c415ba8162df5c334fa899844edcf9 (patch)
tree8c57542581a0d540ab64feceb6874ed8fa8e60a4 /security
parent42fadda09cc26aa7e0d82aab86cc2242789551ca (diff)
downloadfreebsd-ports-6866ae8ed3c415ba8162df5c334fa899844edcf9.tar.gz
freebsd-ports-6866ae8ed3c415ba8162df5c334fa899844edcf9.tar.zst
freebsd-ports-6866ae8ed3c415ba8162df5c334fa899844edcf9.zip
Add pgpdump 0.04, a pgp packet visualizer.
PR: 22218 Submitted by: TAKAHASHI Kaoru <kaoru@kaisei.org>
Notes
Notes: svn path=/head/; revision=34341
Diffstat (limited to 'security')
-rw-r--r--security/Makefile1
-rw-r--r--security/pgpdump/Makefile21
-rw-r--r--security/pgpdump/distinfo1
-rw-r--r--security/pgpdump/pkg-comment1
-rw-r--r--security/pgpdump/pkg-descr4
-rw-r--r--security/pgpdump/pkg-plist1
6 files changed, 29 insertions, 0 deletions
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 <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