summaryrefslogtreecommitdiffstats
path: root/crypto/pgpdump/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/pgpdump/DETAILS')
-rwxr-xr-xcrypto/pgpdump/DETAILS19
1 files changed, 19 insertions, 0 deletions
diff --git a/crypto/pgpdump/DETAILS b/crypto/pgpdump/DETAILS
new file mode 100755
index 0000000000..f0780ef9e7
--- /dev/null
+++ b/crypto/pgpdump/DETAILS
@@ -0,0 +1,19 @@
+ SPELL=pgpdump
+ VERSION=0.24
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=http://pgp.iijlab.net/pgpdump/$SOURCE
+ WEB_SITE=http://pgp.iijlab.net/pgpdump.html
+ ENTERED=20050818
+ UPDATED=20050818
+ MD5[0]=54de7dfd27631001fc76940af98455d1
+ SHORT="PGP packet visualizer"
+cat << EOF
+pgpdump is a PGP packet visualizer which displays the packet format
+of OpenPGP (RFC 2440 + bis) and PGP version 2 (RFC 1991).
+
+PGP produces binary files or files encoded with ASCII armor (which
+is identical to the MIME Base64 encoding). It's very hard to
+understand the data structure inside this. Pgpdump visualizes the
+data structure.
+EOF