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

(-)bsdftpd-ssl/Makefile (-6 / +8 lines)
Lines 6-22 Link Here
6
#
6
#
7
7
8
PORTNAME=	bsdftpd-ssl
8
PORTNAME=	bsdftpd-ssl
9
PORTVERSION=	0.6.3
9
PORTVERSION=	1.0.0
10
CATEGORIES=	ftp
10
CATEGORIES=	ftp
11
MASTER_SITES=	http://bsdftpd-ssl.sc.ru/files/bsdftpd-ssl/archive/0.6/src/
11
MASTER_SITES=	http://bsdftpd-ssl.sc.ru/files/bsdftpd-ssl/archive/1.0/src/
12
DISTNAME=	bsdftpd-6.0-ssl-${PORTVERSION}
12
DISTNAME=	bsdftpd-ssl-${PORTVERSION}
13
13
14
MAINTAINER=	skynick@mail.sc.ru
14
MAINTAINER=	skynick@mail.sc.ru
15
15
16
# Client only part
16
# Client only part
17
.if defined(CLIENT_ONLY)
17
.if defined(CLIENT_ONLY)
18
PKGNAMESUFFIX=	-client
18
PKGNAMESUFFIX=	-client
19
COMMENT=	FTP command-line client utility with TLS/SSL support
19
COMMENT=	FTP command-line client utility with the TLS/SSL support
20
DESCR=		${FILESDIR}/pkg-descr.client
20
DESCR=		${FILESDIR}/pkg-descr.client
21
PLIST=		${FILESDIR}/pkg-plist.client
21
PLIST=		${FILESDIR}/pkg-plist.client
22
.endif
22
.endif
Lines 24-30 Link Here
24
MAN1=	ftps.1
24
MAN1=	ftps.1
25
# Server part
25
# Server part
26
.if !defined(CLIENT_ONLY)
26
.if !defined(CLIENT_ONLY)
27
COMMENT=	FTP server with TLS/SSL support
27
COMMENT=	Secure FTP server with the TLS/SSL support
28
MAN5=	ftpchroot.5
28
MAN8=	ftpd.8
29
MAN8=	ftpd.8
29
MLINKS=	ftpd.8 ftpd-ssl.8
30
MLINKS=	ftpd.8 ftpd-ssl.8
30
PKGMESSAGE=	${FILESDIR}/pkg-message.server
31
PKGMESSAGE=	${FILESDIR}/pkg-message.server
Lines 63-68 Link Here
63
# Server part
64
# Server part
64
.if !defined(CLIENT_ONLY)
65
.if !defined(CLIENT_ONLY)
65
	${INSTALL_PROGRAM} ${WRKSRC}/ftpd/ftpd ${PREFIX}/libexec/ftpd
66
	${INSTALL_PROGRAM} ${WRKSRC}/ftpd/ftpd ${PREFIX}/libexec/ftpd
67
	${INSTALL_MAN} ${WRKSRC}/ftpd/ftpchroot.5.gz ${MANDIR}5/ftpchroot.5.gz
66
	${INSTALL_MAN} ${WRKSRC}/ftpd/ftpd.8.gz ${MANDIR}8/ftpd.8.gz
68
	${INSTALL_MAN} ${WRKSRC}/ftpd/ftpd.8.gz ${MANDIR}8/ftpd.8.gz
67
.endif
69
.endif
68
70
Lines 87-93 Link Here
87
	${MKDIR} ${DOCDIR}/cert
89
	${MKDIR} ${DOCDIR}/cert
88
	${INSTALL_SCRIPT} -p ${WRKSRC}/cert/cert-nopass.sh ${DOCDIR}/cert/cert-nopass.sh
90
	${INSTALL_SCRIPT} -p ${WRKSRC}/cert/cert-nopass.sh ${DOCDIR}/cert/cert-nopass.sh
89
	${INSTALL_SCRIPT} -p ${WRKSRC}/cert/cert-pass.sh ${DOCDIR}/cert/cert-pass.sh
91
	${INSTALL_SCRIPT} -p ${WRKSRC}/cert/cert-pass.sh ${DOCDIR}/cert/cert-pass.sh
90
	${INSTALL_SCRIPT} -p ${WRKSRC}/cert/dummy.sh ${DOCDIR}/cert/dummy.sh
92
	${INSTALL_SCRIPT} -p ${WRKSRC}/cert/cert-dummy.sh ${DOCDIR}/cert/cert-dummy.sh
91
	${INSTALL_SCRIPT} -p ${WRKSRC}/cert/xCA.sh ${DOCDIR}/cert/xCA.sh
93
	${INSTALL_SCRIPT} -p ${WRKSRC}/cert/xCA.sh ${DOCDIR}/cert/xCA.sh
92
.endif
94
.endif
93
.if !defined(CLIENT_ONLY)
95
.if !defined(CLIENT_ONLY)
(-)bsdftpd-ssl/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (bsdftpd-6.0-ssl-0.6.3.tar.gz) = 77d35b30da7127e1a8bb1fa93febebbd
1
MD5 (bsdftpd-ssl-1.0.0.tar.gz) = 745befccb117d08aa0e37ea592dfb48c
(-)bsdftpd-ssl/files/patch-ftpd::popen.c (-12 lines)
Lines 1-12 Link Here
1
diff -urN ftpd/popen.c.ORI ftpd/popen.c
2
--- ftpd/popen.c.ORI	Mon Dec 17 12:21:41 2001
3
+++ ftpd/popen.c	Fri Oct 17 02:27:29 2003
4
@@ -64,7 +64,7 @@
5
 #include "pathnames.h"
6
 #include <syslog.h>
7
 #include <time.h>
8
-#include <varargs.h>
9
+#include <stdarg.h>
10
 #endif
11
 
12
 #define	MAXUSRARGS	100
(-)bsdftpd-ssl/files/pkg-descr.client (-5 / +8 lines)
Lines 1-7 Link Here
1
BSDftpd-ssl is a TLS/SSL-enhanced FTP server. This package contains
1
This is an implementation of the command-line FTP client that supports industry
2
command-line FTP client utility (ftps). The TLS/SSL enhancement allows RFC2228
2
standard TLS/SSL encryption and authentication for whole FTP sessions and data
3
"FTP Security Extensions"-compliant TLS/SSL support for both control and data
3
transfers. It is compatible with the original FTP protocol, which is described
4
connections; with standard FTP servers this software operates as the standard
4
in RFC 959, and the TLS/SSL enhancement allows RFC 2228-compliant TLS/SSL
5
FTP client.
5
protection for both control and data channels.
6
7
This package contains the FTP client utility, an essential documentation, and
8
also script programs for a basic X.509 certificate management.
6
9
7
WWW: http://bsdftpd-ssl.sc.ru
10
WWW: http://bsdftpd-ssl.sc.ru
(-)bsdftpd-ssl/files/pkg-plist.client (-1 / +1 lines)
Lines 5-11 Link Here
5
%%PORTDOCS%%share/doc/bsdftpd-ssl-client/ChangeLog
5
%%PORTDOCS%%share/doc/bsdftpd-ssl-client/ChangeLog
6
%%PORTDOCS%%share/doc/bsdftpd-ssl-client/cert/cert-nopass.sh
6
%%PORTDOCS%%share/doc/bsdftpd-ssl-client/cert/cert-nopass.sh
7
%%PORTDOCS%%share/doc/bsdftpd-ssl-client/cert/cert-pass.sh
7
%%PORTDOCS%%share/doc/bsdftpd-ssl-client/cert/cert-pass.sh
8
%%PORTDOCS%%share/doc/bsdftpd-ssl-client/cert/dummy.sh
8
%%PORTDOCS%%share/doc/bsdftpd-ssl-client/cert/cert-dummy.sh
9
%%PORTDOCS%%share/doc/bsdftpd-ssl-client/cert/xCA.sh
9
%%PORTDOCS%%share/doc/bsdftpd-ssl-client/cert/xCA.sh
10
%%PORTDOCS%%share/doc/bsdftpd-ssl-client/docs/README
10
%%PORTDOCS%%share/doc/bsdftpd-ssl-client/docs/README
11
%%PORTDOCS%%share/doc/bsdftpd-ssl-client/docs/cert-basics.txt
11
%%PORTDOCS%%share/doc/bsdftpd-ssl-client/docs/cert-basics.txt
(-)bsdftpd-ssl/pkg-descr (-5 / +9 lines)
Lines 1-7 Link Here
1
BSDftpd-ssl is a TLS/SSL-enhanced FTP server. The TLS/SSL enhancement allows
1
BSDftpd-ssl is the secure FTP server that supports industry standard TLS/SSL
2
RFC2228 "FTP Security Extensions"-compliant TLS/SSL support for both control
2
encryption and authentication for whole FTP sessions and data transfers. This
3
and data connections. This package contains FTP server (ftpd) and command-line
3
implementation is compatible with the original FTP protocol, which is described
4
FTP client utility (ftps). Server and client are fully compatible with standard
4
in RFC 959, and the TLS/SSL enhancement allows RFC 2228-compliant TLS/SSL
5
FTP protocol.
5
protection for both control and data channels.
6
7
This package contains the secure FTP server, the command-line TLS/SSL-aware FTP
8
client utility, an essential documentation, and also script programs for a
9
basic X.509 certificate management.
6
10
7
WWW: http://bsdftpd-ssl.sc.ru
11
WWW: http://bsdftpd-ssl.sc.ru
(-)bsdftpd-ssl/pkg-plist (-1 / +1 lines)
Lines 6-12 Link Here
6
%%PORTDOCS%%share/doc/bsdftpd-ssl/ChangeLog
6
%%PORTDOCS%%share/doc/bsdftpd-ssl/ChangeLog
7
%%PORTDOCS%%share/doc/bsdftpd-ssl/cert/cert-nopass.sh
7
%%PORTDOCS%%share/doc/bsdftpd-ssl/cert/cert-nopass.sh
8
%%PORTDOCS%%share/doc/bsdftpd-ssl/cert/cert-pass.sh
8
%%PORTDOCS%%share/doc/bsdftpd-ssl/cert/cert-pass.sh
9
%%PORTDOCS%%share/doc/bsdftpd-ssl/cert/dummy.sh
9
%%PORTDOCS%%share/doc/bsdftpd-ssl/cert/cert-dummy.sh
10
%%PORTDOCS%%share/doc/bsdftpd-ssl/cert/xCA.sh
10
%%PORTDOCS%%share/doc/bsdftpd-ssl/cert/xCA.sh
11
%%PORTDOCS%%share/doc/bsdftpd-ssl/docs/README
11
%%PORTDOCS%%share/doc/bsdftpd-ssl/docs/README
12
%%PORTDOCS%%share/doc/bsdftpd-ssl/docs/cert-basics.txt
12
%%PORTDOCS%%share/doc/bsdftpd-ssl/docs/cert-basics.txt

Return to bug 59761