From 3594eaa3038d3a7021497bbedf2acfb3cb7b70eb Mon Sep 17 00:00:00 2001 From: Akinori MUSHA Date: Tue, 18 Feb 2003 05:42:05 +0000 Subject: De-pkg-comment. --- security/ruby-acl/Makefile | 1 + security/ruby-acl/pkg-comment | 1 - security/ruby-aes/Makefile | 1 + security/ruby-aes/pkg-comment | 1 - security/ruby-blowfish/Makefile | 1 + security/ruby-blowfish/pkg-comment | 1 - security/ruby-cast_256/Makefile | 1 + security/ruby-cast_256/pkg-comment | 1 - security/ruby-hmac/Makefile | 1 + security/ruby-hmac/pkg-comment | 1 - security/ruby-mcrypt/Makefile | 1 + security/ruby-mcrypt/pkg-comment | 1 - security/ruby-openssl/Makefile | 1 + security/ruby-openssl/pkg-comment | 1 - security/ruby-pam/Makefile | 1 + security/ruby-pam/pkg-comment | 1 - security/ruby-password/Makefile | 1 + security/ruby-password/pkg-comment | 1 - 18 files changed, 9 insertions(+), 9 deletions(-) delete mode 100644 security/ruby-acl/pkg-comment delete mode 100644 security/ruby-aes/pkg-comment delete mode 100644 security/ruby-blowfish/pkg-comment delete mode 100644 security/ruby-cast_256/pkg-comment delete mode 100644 security/ruby-hmac/pkg-comment delete mode 100644 security/ruby-mcrypt/pkg-comment delete mode 100644 security/ruby-openssl/pkg-comment delete mode 100644 security/ruby-pam/pkg-comment delete mode 100644 security/ruby-password/pkg-comment (limited to 'security') diff --git a/security/ruby-acl/Makefile b/security/ruby-acl/Makefile index 18baddefbc56..d376962b7437 100644 --- a/security/ruby-acl/Makefile +++ b/security/ruby-acl/Makefile @@ -13,6 +13,7 @@ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org +COMMENT= Ruby module to provide Access Control List checks USE_RUBY= yes diff --git a/security/ruby-acl/pkg-comment b/security/ruby-acl/pkg-comment deleted file mode 100644 index 39c2739f86ff..000000000000 --- a/security/ruby-acl/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Ruby module to provide Access Control List checks diff --git a/security/ruby-aes/Makefile b/security/ruby-aes/Makefile index 008653987090..fbc593d78935 100644 --- a/security/ruby-aes/Makefile +++ b/security/ruby-aes/Makefile @@ -14,6 +14,7 @@ DISTNAME= ${PORTNAME}-rb-${PORTVERSION} DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org +COMMENT= A Ruby extension library which implements AES (Rijndael) encryption USE_RUBY= yes USE_RUBY_EXTCONF= yes diff --git a/security/ruby-aes/pkg-comment b/security/ruby-aes/pkg-comment deleted file mode 100644 index 469daec3b12b..000000000000 --- a/security/ruby-aes/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A Ruby extension library which implements AES (Rijndael) encryption diff --git a/security/ruby-blowfish/Makefile b/security/ruby-blowfish/Makefile index d044599cf2dc..9093cf0e6f5a 100644 --- a/security/ruby-blowfish/Makefile +++ b/security/ruby-blowfish/Makefile @@ -18,6 +18,7 @@ DISTNAME= ruby-${PORTNAME}-${PORTVERSION} DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org +COMMENT= A Ruby interface to the Blowfish cipher USE_OPENSSL= yes USE_RUBY= yes diff --git a/security/ruby-blowfish/pkg-comment b/security/ruby-blowfish/pkg-comment deleted file mode 100644 index 71488df678cf..000000000000 --- a/security/ruby-blowfish/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A Ruby interface to the Blowfish cipher diff --git a/security/ruby-cast_256/Makefile b/security/ruby-cast_256/Makefile index 6d81c47210e9..b4a2f4e15624 100644 --- a/security/ruby-cast_256/Makefile +++ b/security/ruby-cast_256/Makefile @@ -14,6 +14,7 @@ DISTNAME= ruby_${PORTNAME} DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org +COMMENT= A Ruby extension library which implements CAST-256 encryption RESTRICTED= "Crypto; export-controlled" diff --git a/security/ruby-cast_256/pkg-comment b/security/ruby-cast_256/pkg-comment deleted file mode 100644 index 191b25c3d927..000000000000 --- a/security/ruby-cast_256/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A Ruby extension library which implements CAST-256 encryption diff --git a/security/ruby-hmac/Makefile b/security/ruby-hmac/Makefile index 78347db35896..90b0b1aa754b 100644 --- a/security/ruby-hmac/Makefile +++ b/security/ruby-hmac/Makefile @@ -14,6 +14,7 @@ DISTNAME= ruby-${PORTNAME}-${PORTVERSION} DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org +COMMENT= A Ruby library which implements the HMAC algorithm USE_RUBY= yes diff --git a/security/ruby-hmac/pkg-comment b/security/ruby-hmac/pkg-comment deleted file mode 100644 index 65620b68bc03..000000000000 --- a/security/ruby-hmac/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A Ruby library which implements the HMAC algorithm diff --git a/security/ruby-mcrypt/Makefile b/security/ruby-mcrypt/Makefile index 044411b6c9e2..6a0b40e29c5f 100644 --- a/security/ruby-mcrypt/Makefile +++ b/security/ruby-mcrypt/Makefile @@ -18,6 +18,7 @@ DISTNAME= ruby-${PORTNAME}-${PORTVERSION} DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org +COMMENT= A Ruby interface to the mcrypt library LIB_DEPENDS= mcrypt.8:${PORTSDIR}/security/libmcrypt/ diff --git a/security/ruby-mcrypt/pkg-comment b/security/ruby-mcrypt/pkg-comment deleted file mode 100644 index be8b5dc7329b..000000000000 --- a/security/ruby-mcrypt/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A Ruby interface to the mcrypt library diff --git a/security/ruby-openssl/Makefile b/security/ruby-openssl/Makefile index a356de12fb20..c71d7d8f12ea 100644 --- a/security/ruby-openssl/Makefile +++ b/security/ruby-openssl/Makefile @@ -14,6 +14,7 @@ DISTNAME= ossl-${PORTVERSION} DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org +COMMENT= A Ruby module which wraps OpenSSL USE_OPENSSL= yes USE_RUBY= yes diff --git a/security/ruby-openssl/pkg-comment b/security/ruby-openssl/pkg-comment deleted file mode 100644 index fc8588500081..000000000000 --- a/security/ruby-openssl/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A Ruby module which wraps OpenSSL diff --git a/security/ruby-pam/Makefile b/security/ruby-pam/Makefile index 071be894f48a..0fda51e878b2 100644 --- a/security/ruby-pam/Makefile +++ b/security/ruby-pam/Makefile @@ -14,6 +14,7 @@ DISTNAME= ruby-${PORTNAME}-${PORTVERSION} DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org +COMMENT= Ruby extension to use PAM library USE_RUBY= yes USE_RUBY_EXTCONF= yes diff --git a/security/ruby-pam/pkg-comment b/security/ruby-pam/pkg-comment deleted file mode 100644 index 53d7392f3ddd..000000000000 --- a/security/ruby-pam/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Ruby extension to use PAM library diff --git a/security/ruby-password/Makefile b/security/ruby-password/Makefile index c29f03a3c14f..7e55c46ac6d4 100644 --- a/security/ruby-password/Makefile +++ b/security/ruby-password/Makefile @@ -14,6 +14,7 @@ DISTNAME= ruby-${PORTNAME}-${PORTVERSION} DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org +COMMENT= A Ruby library to create, verify and manipulate passwords BUILD_DEPENDS= ${LOCALBASE}/lib/libcrack.a:${PORTSDIR}/security/cracklib RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/termios.so:${PORTSDIR}/comms/ruby-termios diff --git a/security/ruby-password/pkg-comment b/security/ruby-password/pkg-comment deleted file mode 100644 index 4e3bb15b3baf..000000000000 --- a/security/ruby-password/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A Ruby library to create, verify and manipulate passwords -- cgit v1.2.3