summaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authornork <nork@FreeBSD.org>2003-02-22 16:16:12 +0000
committernork <nork@FreeBSD.org>2003-02-22 16:16:12 +0000
commitb8a8fd0c71f1f02c32780283ed004725404ac0ef (patch)
treeb3b883ea2fde8caf323119dc3c1fa07dca2603ae /security
parent2a78a0a850b5d25bf554304694368e9d553973e2 (diff)
downloadFreeBSD-ports-b8a8fd0c71f1f02c32780283ed004725404ac0ef.zip
FreeBSD-ports-b8a8fd0c71f1f02c32780283ed004725404ac0ef.tar.gz
De-pkg-comment.
Diffstat (limited to 'security')
-rw-r--r--security/p5-Crypt-OpenSSL-DSA/Makefile1
-rw-r--r--security/p5-Crypt-OpenSSL-DSA/pkg-comment1
-rw-r--r--security/p5-Crypt-OpenSSL-RSA/Makefile1
-rw-r--r--security/p5-Crypt-OpenSSL-RSA/pkg-comment1
-rw-r--r--security/p5-Crypt-OpenSSL-Random/Makefile1
-rw-r--r--security/p5-Crypt-OpenSSL-Random/pkg-comment1
-rw-r--r--security/p5-Crypt-RC5/Makefile1
-rw-r--r--security/p5-Crypt-RC5/pkg-comment1
-rw-r--r--security/p5-Crypt-RC6/Makefile1
-rw-r--r--security/p5-Crypt-RC6/pkg-comment1
-rw-r--r--security/p5-Crypt-Serpent/Makefile1
-rw-r--r--security/p5-Crypt-Serpent/pkg-comment1
-rw-r--r--security/p5-Crypt-Twofish2/Makefile1
-rw-r--r--security/p5-Crypt-Twofish2/pkg-comment1
-rw-r--r--security/p5-Digest-HMAC/Makefile1
-rw-r--r--security/p5-Digest-HMAC/pkg-comment1
16 files changed, 8 insertions, 8 deletions
diff --git a/security/p5-Crypt-OpenSSL-DSA/Makefile b/security/p5-Crypt-OpenSSL-DSA/Makefile
index 1203a0a..b99ac21 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 e2d3955..0000000
--- 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 753ac3c..008a205 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 8697e16..0000000
--- 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 c7e6b28..26f0a2a 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 72a4aa7..0000000
--- 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 d2982d7..a8fd4d7 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 fe54ee9..0000000
--- 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 2f00775..5b69602 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 d583619..0000000
--- 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 007f079..99736f9 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 194acb3..0000000
--- 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 85fd1a9..445e2e6 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 9e020c8..0000000
--- 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 931b75a..3f76654 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 501cc1d..0000000
--- a/security/p5-Digest-HMAC/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Perl5 interface to HMAC Message-Digest Algorithms
OpenPOWER on IntegriCloud