diff options
author | nork <nork@FreeBSD.org> | 2003-02-23 00:16:12 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2003-02-23 00:16:12 +0800 |
commit | b8a8fd0c71f1f02c32780283ed004725404ac0ef (patch) | |
tree | b3b883ea2fde8caf323119dc3c1fa07dca2603ae /security | |
parent | 2a78a0a850b5d25bf554304694368e9d553973e2 (diff) | |
download | freebsd-ports-gnome-b8a8fd0c71f1f02c32780283ed004725404ac0ef.tar.gz freebsd-ports-gnome-b8a8fd0c71f1f02c32780283ed004725404ac0ef.tar.zst freebsd-ports-gnome-b8a8fd0c71f1f02c32780283ed004725404ac0ef.zip |
De-pkg-comment.
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Crypt-OpenSSL-DSA/Makefile | 1 | ||||
-rw-r--r-- | security/p5-Crypt-OpenSSL-DSA/pkg-comment | 1 | ||||
-rw-r--r-- | security/p5-Crypt-OpenSSL-RSA/Makefile | 1 | ||||
-rw-r--r-- | security/p5-Crypt-OpenSSL-RSA/pkg-comment | 1 | ||||
-rw-r--r-- | security/p5-Crypt-OpenSSL-Random/Makefile | 1 | ||||
-rw-r--r-- | security/p5-Crypt-OpenSSL-Random/pkg-comment | 1 | ||||
-rw-r--r-- | security/p5-Crypt-RC5/Makefile | 1 | ||||
-rw-r--r-- | security/p5-Crypt-RC5/pkg-comment | 1 | ||||
-rw-r--r-- | security/p5-Crypt-RC6/Makefile | 1 | ||||
-rw-r--r-- | security/p5-Crypt-RC6/pkg-comment | 1 | ||||
-rw-r--r-- | security/p5-Crypt-Serpent/Makefile | 1 | ||||
-rw-r--r-- | security/p5-Crypt-Serpent/pkg-comment | 1 | ||||
-rw-r--r-- | security/p5-Crypt-Twofish2/Makefile | 1 | ||||
-rw-r--r-- | security/p5-Crypt-Twofish2/pkg-comment | 1 | ||||
-rw-r--r-- | security/p5-Digest-HMAC/Makefile | 1 | ||||
-rw-r--r-- | security/p5-Digest-HMAC/pkg-comment | 1 |
16 files changed, 8 insertions, 8 deletions
diff --git a/security/p5-Crypt-OpenSSL-DSA/Makefile b/security/p5-Crypt-OpenSSL-DSA/Makefile index 1203a0a8a94a..b99ac219fb96 100644 --- a/security/p5-Crypt-OpenSSL-DSA/Makefile +++ b/security/p5-Crypt-OpenSSL-DSA/Makefile @@ -13,6 +13,7 @@ MASTER_SITE_SUBDIR= Crypt PKGNAMEPREFIX= p5- MAINTAINER= nork@FreeBSD.org +COMMENT= Perl5 module to DSA signature verification using OpenSSL PERL_CONFIGURE= yes diff --git a/security/p5-Crypt-OpenSSL-DSA/pkg-comment b/security/p5-Crypt-OpenSSL-DSA/pkg-comment deleted file mode 100644 index e2d395541ed2..000000000000 --- a/security/p5-Crypt-OpenSSL-DSA/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Perl5 module to DSA signature verification using OpenSSL diff --git a/security/p5-Crypt-OpenSSL-RSA/Makefile b/security/p5-Crypt-OpenSSL-RSA/Makefile index 753ac3c78794..008a205763f7 100644 --- a/security/p5-Crypt-OpenSSL-RSA/Makefile +++ b/security/p5-Crypt-OpenSSL-RSA/Makefile @@ -13,6 +13,7 @@ MASTER_SITE_SUBDIR= Crypt PKGNAMEPREFIX= p5- MAINTAINER= nork@FreeBSD.org +COMMENT= Perl5 module to RSA encode and decode strings using OpenSSL BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Crypt/OpenSSL/Random.pm:${PORTSDIR}/security/p5-Crypt-OpenSSL-Random RUN_DEPENDS= ${BUILD_DEPENDS} diff --git a/security/p5-Crypt-OpenSSL-RSA/pkg-comment b/security/p5-Crypt-OpenSSL-RSA/pkg-comment deleted file mode 100644 index 8697e16daa0e..000000000000 --- a/security/p5-Crypt-OpenSSL-RSA/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Perl5 module to RSA encode and decode strings using OpenSSL diff --git a/security/p5-Crypt-OpenSSL-Random/Makefile b/security/p5-Crypt-OpenSSL-Random/Makefile index c7e6b28ba3b5..26f0a2a268c3 100644 --- a/security/p5-Crypt-OpenSSL-Random/Makefile +++ b/security/p5-Crypt-OpenSSL-Random/Makefile @@ -13,6 +13,7 @@ MASTER_SITE_SUBDIR= Crypt PKGNAMEPREFIX= p5- MAINTAINER= nork@FreeBSD.org +COMMENT= Perl5 interface to the OpenSSL pseudo-random number generator PERL_CONFIGURE= yes diff --git a/security/p5-Crypt-OpenSSL-Random/pkg-comment b/security/p5-Crypt-OpenSSL-Random/pkg-comment deleted file mode 100644 index 72a4aa7360a0..000000000000 --- a/security/p5-Crypt-OpenSSL-Random/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Perl5 interface to the OpenSSL pseudo-random number generator diff --git a/security/p5-Crypt-RC5/Makefile b/security/p5-Crypt-RC5/Makefile index d2982d7c55fc..a8fd4d7e950a 100644 --- a/security/p5-Crypt-RC5/Makefile +++ b/security/p5-Crypt-RC5/Makefile @@ -13,6 +13,7 @@ MASTER_SITE_SUBDIR= Crypt PKGNAMEPREFIX= p5- MAINTAINER= nork@FreeBSD.org +COMMENT= Perl implementation of the RC5 encryption algorithm PERL_CONFIGURE= yes diff --git a/security/p5-Crypt-RC5/pkg-comment b/security/p5-Crypt-RC5/pkg-comment deleted file mode 100644 index fe54ee9d80df..000000000000 --- a/security/p5-Crypt-RC5/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Perl implementation of the RC5 encryption algorithm diff --git a/security/p5-Crypt-RC6/Makefile b/security/p5-Crypt-RC6/Makefile index 2f0077532a1d..5b69602c5884 100644 --- a/security/p5-Crypt-RC6/Makefile +++ b/security/p5-Crypt-RC6/Makefile @@ -13,6 +13,7 @@ MASTER_SITE_SUBDIR= Crypt PKGNAMEPREFIX= p5- MAINTAINER= nork@FreeBSD.org +COMMENT= Perl implementation of the RC6 encryption algorithm USE_REINPLACE= YES diff --git a/security/p5-Crypt-RC6/pkg-comment b/security/p5-Crypt-RC6/pkg-comment deleted file mode 100644 index d5836190453d..000000000000 --- a/security/p5-Crypt-RC6/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Perl implementation of the RC6 encryption algorithm diff --git a/security/p5-Crypt-Serpent/Makefile b/security/p5-Crypt-Serpent/Makefile index 007f079d9c44..99736f916e34 100644 --- a/security/p5-Crypt-Serpent/Makefile +++ b/security/p5-Crypt-Serpent/Makefile @@ -13,6 +13,7 @@ MASTER_SITE_SUBDIR= Crypt PKGNAMEPREFIX= p5- MAINTAINER= nork@FreeBSD.org +COMMENT= Perl implementation of the Serpent encryption algorithm PERL_CONFIGURE= yes diff --git a/security/p5-Crypt-Serpent/pkg-comment b/security/p5-Crypt-Serpent/pkg-comment deleted file mode 100644 index 194acb3576c3..000000000000 --- a/security/p5-Crypt-Serpent/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Perl implementation of the Serpent encryption algorithm diff --git a/security/p5-Crypt-Twofish2/Makefile b/security/p5-Crypt-Twofish2/Makefile index 85fd1a987181..445e2e6ac62f 100644 --- a/security/p5-Crypt-Twofish2/Makefile +++ b/security/p5-Crypt-Twofish2/Makefile @@ -13,6 +13,7 @@ MASTER_SITE_SUBDIR= Crypt PKGNAMEPREFIX= p5- MAINTAINER= nork@FreeBSD.org +COMMENT= Perl implementation of the Twofish encryption algorithm PERL_CONFIGURE= yes diff --git a/security/p5-Crypt-Twofish2/pkg-comment b/security/p5-Crypt-Twofish2/pkg-comment deleted file mode 100644 index 9e020c846450..000000000000 --- a/security/p5-Crypt-Twofish2/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Perl implementation of the Twofish encryption algorithm diff --git a/security/p5-Digest-HMAC/Makefile b/security/p5-Digest-HMAC/Makefile index 931b75a778c0..3f766540fa32 100644 --- a/security/p5-Digest-HMAC/Makefile +++ b/security/p5-Digest-HMAC/Makefile @@ -13,6 +13,7 @@ MASTER_SITE_SUBDIR= Digest PKGNAMEPREFIX= p5- MAINTAINER= nork@FreeBSD.org +COMMENT= Perl5 interface to HMAC Message-Digest Algorithms BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 RUN_DEPENDS= ${BUILD_DEPENDS} diff --git a/security/p5-Digest-HMAC/pkg-comment b/security/p5-Digest-HMAC/pkg-comment deleted file mode 100644 index 501cc1d84ad5..000000000000 --- a/security/p5-Digest-HMAC/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Perl5 interface to HMAC Message-Digest Algorithms |