diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2003-02-20 18:26:42 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2003-02-20 18:26:42 +0000 |
commit | 387f34ee2456c6329bb73c44e776ba9873eabc3d (patch) | |
tree | b68776fe5bcdf267d7952c928b3816fe5c469bf2 /security | |
parent | ea1cd5ed25b9e5ced62ffe817efdefbcc6e56d09 (diff) | |
download | ports-387f34ee2456c6329bb73c44e776ba9873eabc3d.tar.gz ports-387f34ee2456c6329bb73c44e776ba9873eabc3d.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/hpn-ssh/Makefile | 1 | ||||
-rw-r--r-- | security/lsh/Makefile | 1 | ||||
-rw-r--r-- | security/openssh-portable/Makefile | 1 | ||||
-rw-r--r-- | security/openssh/Makefile | 1 | ||||
-rw-r--r-- | security/openssl-beta/Makefile | 1 | ||||
-rw-r--r-- | security/openssl/Makefile | 1 | ||||
-rw-r--r-- | security/pgpin/Makefile | 1 |
7 files changed, 7 insertions, 0 deletions
diff --git a/security/hpn-ssh/Makefile b/security/hpn-ssh/Makefile index 3443d066d6e2..d870ac5ddebc 100644 --- a/security/hpn-ssh/Makefile +++ b/security/hpn-ssh/Makefile @@ -14,6 +14,7 @@ MASTER_SITES= ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/ \ PKGNAMESUFFIX?= -portable MAINTAINER= dinoex@FreeBSD.org +COMMENT= The portable version of OpenBSD's OpenSSH MAN1= sftp.1 ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh-keyscan.1 scp.1 ssh.1 MLINKS= ssh.1 slogin.1 diff --git a/security/lsh/Makefile b/security/lsh/Makefile index d1526fb719d3..f41709023585 100644 --- a/security/lsh/Makefile +++ b/security/lsh/Makefile @@ -13,6 +13,7 @@ MASTER_SITE_SUBDIR= lsh lsh/old DISTNAME= ${PORTNAME}-${PORTVERSION} MAINTAINER= dinoex@FreeBSD.org +COMMENT= A secure (encrypted) remote shell compatible with ssh 2.0 BUILD_DEPENDS+= ${LOCALBASE}/include/gmp.h:${PORTSDIR}/math/libgmp4 LIB_DEPENDS+= oop:${PORTSDIR}/devel/liboop diff --git a/security/openssh-portable/Makefile b/security/openssh-portable/Makefile index 3443d066d6e2..d870ac5ddebc 100644 --- a/security/openssh-portable/Makefile +++ b/security/openssh-portable/Makefile @@ -14,6 +14,7 @@ MASTER_SITES= ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/ \ PKGNAMESUFFIX?= -portable MAINTAINER= dinoex@FreeBSD.org +COMMENT= The portable version of OpenBSD's OpenSSH MAN1= sftp.1 ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh-keyscan.1 scp.1 ssh.1 MLINKS= ssh.1 slogin.1 diff --git a/security/openssh/Makefile b/security/openssh/Makefile index bef768a28782..1c75e74dc3d5 100644 --- a/security/openssh/Makefile +++ b/security/openssh/Makefile @@ -18,6 +18,7 @@ PATCH_SITES= ${MASTER_SITES} PATCHFILES= openbsd28_${PORTVERSION}.patch MAINTAINER= dinoex@FreeBSD.org +COMMENT= OpenBSD's secure shell client and server (remote login program) MAN1= scp.1 slogin.1 ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 \ ssh-keyscan.1 sftp.1 diff --git a/security/openssl-beta/Makefile b/security/openssl-beta/Makefile index 208f83041ffc..a51c5b8bf24b 100644 --- a/security/openssl-beta/Makefile +++ b/security/openssl-beta/Makefile @@ -29,6 +29,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-stable-SNAP-${PORTREVISION} .endif MAINTAINER= dinoex@FreeBSD.org +COMMENT= SSL and crypto library .ifdef USE_OPENSSL .error You have `USE_OPENSSL' variable defined either in environment or in make(1) arguments. Please undefine and try again. diff --git a/security/openssl/Makefile b/security/openssl/Makefile index c27aa2c08e32..36ea03466332 100644 --- a/security/openssl/Makefile +++ b/security/openssl/Makefile @@ -14,6 +14,7 @@ MASTER_SITES= http://www.openssl.org/source/ \ ftp://ftp.cert.dfn.de/pub/tools/net/openssl/source/ MAINTAINER= dinoex@FreeBSD.org +COMMENT= SSL and crypto library .ifdef USE_OPENSSL .error You have `USE_OPENSSL' variable defined either in environment or in make(1) arguments. Please undefine and try again. diff --git a/security/pgpin/Makefile b/security/pgpin/Makefile index 832d11f860aa..41add2b2748e 100644 --- a/security/pgpin/Makefile +++ b/security/pgpin/Makefile @@ -13,6 +13,7 @@ DISTNAME= pgp263in${PORTVERSION} EXTRACT_SUFX= .tgz MAINTAINER= dinoex@FreeBSD.org +COMMENT= PGP International version - improved for use in IN-CA WRKSRC= ${WRKDIR}/pgp263in/src |