diff options
author | knu <knu@FreeBSD.org> | 2000-11-06 06:42:01 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-11-06 06:42:01 +0000 |
commit | 264361e0757715fbf656a15608ae1c3f8f2806aa (patch) | |
tree | 79abeb9d26b8cfdd6a000fcabe7c6c8c4049b424 /security/gnupg-idea/pkg-descr | |
parent | 2f6947e8e871c6e731a243d59a072c6489aabfdf (diff) | |
download | FreeBSD-ports-264361e0757715fbf656a15608ae1c3f8f2806aa.zip FreeBSD-ports-264361e0757715fbf656a15608ae1c3f8f2806aa.tar.gz |
Fix the port.
- Remove extra spaces and newlines
- Describe RESTRICTED more specifically
- Generate PLIST on the fly
- Prepare PKGMESSAGE to inform the users
(Additional fixes by knu follow:)
- Add MASTER_SITES.
- Respect MAKE_IDEA that could be defined in /etc/make.conf
- Make a bit more portlint friendly
- Fix pkg-{comment,descr} to reflect the latest situation
gnupg-idea was repo-moved from gnupg-rsa, because now GnuPG has a
builtin RSA support. (GnuPG >= 1.03, after the RSA patent restriction
was lifted)
PR: ports/22620
Submitted by: Dirk Meyer <dirk.meyer@dinoex.sub.org> (MAINTAINER)
Diffstat (limited to 'security/gnupg-idea/pkg-descr')
-rw-r--r-- | security/gnupg-idea/pkg-descr | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/security/gnupg-idea/pkg-descr b/security/gnupg-idea/pkg-descr index 0bade68..9a37f62 100644 --- a/security/gnupg-idea/pkg-descr +++ b/security/gnupg-idea/pkg-descr @@ -1,11 +1,12 @@ -GNUPG is a complete and free replacement for PGP. +GnuPG is a complete and free replacement for PGP. -Because it does not use IDEA or RSA it can be used without any -restrictions. GNUPG is nearly in complicance with the OpenPGP draft. +Because it does not use the patented IDEA algorithm, it can be used +without any restrictions. GnuPG is an RFC2440 (OpenPGP) compliant +application. -WWW: http://www.d.shuttle.de/isil/gnupg/ +WWW: http://www.gnupg.org/ -Here are modules to use the depricated encodings. +Here are modules to use the deprecated (and patented) encodings. - sign and check PGP2.x signaturs - decode PGP2.x messages. |