summaryrefslogtreecommitdiff
path: root/security/pgpdump
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2000-10-28 06:14:37 +0000
committerWill Andrews <will@FreeBSD.org>2000-10-28 06:14:37 +0000
commit6866ae8ed3c415ba8162df5c334fa899844edcf9 (patch)
tree8c57542581a0d540ab64feceb6874ed8fa8e60a4 /security/pgpdump
parentAdd webredirect 0.1, an extremely simple webserver that only performs (diff)
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/pgpdump')
-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
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