freebsd-ports/security/gnupg-idea/pkg-descr
Akinori MUSHA 0635dc2c21 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)
2000-11-06 06:42:01 +00:00

16 lines
421 B
Plaintext

GnuPG is a complete and free replacement for PGP.
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.gnupg.org/
Here are modules to use the deprecated (and patented) encodings.
- sign and check PGP2.x signaturs
- decode PGP2.x messages.
- You can't encrypt to PGP2.x users.
dirk.meyer@dinoex.sub.org