diff options
Diffstat (limited to 'security')
-rw-r--r-- | security/aescrypt/Makefile | 1 | ||||
-rw-r--r-- | security/aescrypt/pkg-comment | 1 | ||||
-rw-r--r-- | security/apg/Makefile | 1 | ||||
-rw-r--r-- | security/apg/pkg-comment | 1 | ||||
-rw-r--r-- | security/mhash/Makefile | 1 | ||||
-rw-r--r-- | security/mhash/pkg-comment | 1 | ||||
-rw-r--r-- | security/stunnel/Makefile | 1 | ||||
-rw-r--r-- | security/stunnel/pkg-comment | 1 | ||||
-rw-r--r-- | security/zombiezapper/Makefile | 1 | ||||
-rw-r--r-- | security/zombiezapper/pkg-comment | 1 |
10 files changed, 5 insertions, 5 deletions
diff --git a/security/aescrypt/Makefile b/security/aescrypt/Makefile index aa8e3990c65c..7ed269576341 100644 --- a/security/aescrypt/Makefile +++ b/security/aescrypt/Makefile @@ -12,6 +12,7 @@ MASTER_SITES= http://aescrypt.sourceforge.net/ MASTER_SITE_SUBDIR=aescrypt MAINTAINER= roam@FreeBSD.org +COMMENT= "A command-line AES encryption/decryption suite" GNU_CONFIGURE= yes diff --git a/security/aescrypt/pkg-comment b/security/aescrypt/pkg-comment deleted file mode 100644 index 727f4c3a6cfc..000000000000 --- a/security/aescrypt/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A command-line AES encryption/decryption suite diff --git a/security/apg/Makefile b/security/apg/Makefile index deaaddcb5f18..0f87ac7904e4 100644 --- a/security/apg/Makefile +++ b/security/apg/Makefile @@ -11,6 +11,7 @@ CATEGORIES= security MASTER_SITES= http://www.adel.nursat.kz/apg/download/ MAINTAINER= roam@FreeBSD.org +COMMENT= "An automated password generator" MAN1= apg.1 apgbfm.1 MAN8= apgd.8 diff --git a/security/apg/pkg-comment b/security/apg/pkg-comment deleted file mode 100644 index 36d8f52994a1..000000000000 --- a/security/apg/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -An automated password generator diff --git a/security/mhash/Makefile b/security/mhash/Makefile index d2ee31fac3c0..761842b9b0ef 100644 --- a/security/mhash/Makefile +++ b/security/mhash/Makefile @@ -12,6 +12,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= roam@FreeBSD.org +COMMENT= "Library provides an easy way to access strong hashes such as MD5 and SHA1" INSTALLS_SHLIB= yes USE_LIBTOOL= yes diff --git a/security/mhash/pkg-comment b/security/mhash/pkg-comment deleted file mode 100644 index d933f6a19283..000000000000 --- a/security/mhash/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Library provides an easy way to access strong hashes such as MD5 and SHA1 diff --git a/security/stunnel/Makefile b/security/stunnel/Makefile index 6e4c79da3247..3344be049dbe 100644 --- a/security/stunnel/Makefile +++ b/security/stunnel/Makefile @@ -14,6 +14,7 @@ MASTER_SITES= http://www.stunnel.org/download/stunnel/src/ \ ftp://ftp.cryptoarchive.net/pub/cryptoarchive/mirrors/opensores.thebunker.net/pub/mirrors/stunnel/ MAINTAINER= roam@FreeBSD.org +COMMENT= "SSL encryption wrapper for standard network daemons" USE_OPENSSL= YES USE_REINPLACE= YES diff --git a/security/stunnel/pkg-comment b/security/stunnel/pkg-comment deleted file mode 100644 index 36598179fccc..000000000000 --- a/security/stunnel/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -SSL encryption wrapper for standard network daemons diff --git a/security/zombiezapper/Makefile b/security/zombiezapper/Makefile index 182cc71fed5c..a6a3032d0c66 100644 --- a/security/zombiezapper/Makefile +++ b/security/zombiezapper/Makefile @@ -13,6 +13,7 @@ DISTNAME= zombie EXTRACT_SUFX= .tar MAINTAINER= roam@FreeBSD.org +COMMENT= "Send a terminate command to Trinoo/TFN/Stacheldracht DDoS agents" BUILD_DEPENDS= ${LOCALBASE}/bin/libnet-config:${PORTSDIR}/net/libnet/ diff --git a/security/zombiezapper/pkg-comment b/security/zombiezapper/pkg-comment deleted file mode 100644 index 4e190a74002d..000000000000 --- a/security/zombiezapper/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Send a terminate command to Trinoo/TFN/Stacheldracht DDoS agents |