View | Details | Raw Unified | Return to bug 19834
Collapse All | Expand All

(-)lsh/Makefile (-2 / +5 lines)
Lines 5-11 Link Here
5
# $FreeBSD: ports/security/lsh/Makefile,v 1.2 2000/06/02 19:53:22 will Exp $
5
# $FreeBSD: ports/security/lsh/Makefile,v 1.2 2000/06/02 19:53:22 will Exp $
6
6
7
PORTNAME=	lsh
7
PORTNAME=	lsh
8
PORTVERSION=	0.9.11
8
PORTVERSION=	1.0
9
CATEGORIES=	security ipv6
9
CATEGORIES=	security ipv6
10
MASTER_SITES=	ftp://ftp.lysator.liu.se/pub/security/lsh/
10
MASTER_SITES=	ftp://ftp.lysator.liu.se/pub/security/lsh/
11
DISTNAME=	${PORTNAME}-${PORTVERSION}
11
DISTNAME=	${PORTNAME}-${PORTVERSION}
Lines 22-29 Link Here
22
CONFIGURE_ARGS+=--without-ipv6
22
CONFIGURE_ARGS+=--without-ipv6
23
.endif
23
.endif
24
24
25
MAN1= lsh_writekey.1 lsh_keygen.1 lsh.1
26
MAN5= DSA.5 secsh.5 SHA.5 SPKI.5 
27
MAN8= lshd.8
25
post-install:
28
post-install:
26
.for BIN in lsh lsh_keygen lsh_writekey sexp_conv srp-gen
29
.for BIN in lsh lsh_keygen lsh_writekey sexp-conv srp-gen lsh-decode-key
27
	strip ${PREFIX}/bin/${BIN}
30
	strip ${PREFIX}/bin/${BIN}
28
.endfor
31
.endfor
29
.for SBIN in lshd lsh_proxy
32
.for SBIN in lshd lsh_proxy
(-)lsh/files/md5 (-1 / +1 lines)
Line 1 Link Here
1
MD5 (lsh-0.9.11.tar.gz) = 757ada38ccb5c559ebea15041308a6cd
1
MD5 (lsh-1.0.tar.gz) = 2fc3ddc6b107d03e90e4d80a3c87bf53
(-)lsh/pkg/PLIST (-1 / +3 lines)
Lines 1-9 Link Here
1
bin/lsh
1
bin/lsh
2
bin/lsh_keygen
2
bin/lsh_keygen
3
bin/lsh_writekey
3
bin/lsh_writekey
4
bin/sexp_conv
4
bin/sexp-conv
5
bin/lsh-authorize
5
bin/lsh-authorize
6
bin/srp-gen
6
bin/srp-gen
7
bin/lsh-decode-key
8
bin/ssh-conv
7
sbin/lshd
9
sbin/lshd
8
sbin/lsh_proxy
10
sbin/lsh_proxy
9
@unexec install-info --delete %D/info/lsh.info %D/info/dir
11
@unexec install-info --delete %D/info/lsh.info %D/info/dir

Return to bug 19834