Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Oct 2002 19:02:33 +0300 (MSK)
From:      Nick Leuta <skynick@stu.lipetsk.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/44756: New port: TLS/SSL-aware FTP server (BSDftpd-ssl)
Message-ID:  <200210301602.g9UG2XWd036447@chuck2.lstu>

next in thread | raw e-mail | index | archive | help

>Number:         44756
>Category:       ports
>Synopsis:       New port: TLS/SSL-aware FTP server (BSDftpd-ssl)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 30 08:10:02 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Nick Leuta
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
Lipetsk State Technical University
>Environment:
System: FreeBSD corsair.stu.lipetsk.ru 4.7-STABLE FreeBSD 4.7-STABLE #0: Sat Oct 12 19:25:42 MSD 2002 root@corsair.stu.lipetsk.ru:/usr/src/sys/compile/CFG2 i386
>Description:

BSDftpd-ssl is a TLS/SSL-enhanced FTP server. This package contains FTP server
(ftpd). The TLS/SSL enhancement allows RFC2228 "FTP Security Extensions"-
compliant TLS/SSL support for both control and data connections; with standard
FTP clients this software operates as the standard FTP server.

>How-To-Repeat:
>Fix:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	bsdftpd-ssl-server
#	bsdftpd-ssl-server/Makefile
#	bsdftpd-ssl-server/distinfo
#	bsdftpd-ssl-server/pkg-comment
#	bsdftpd-ssl-server/pkg-descr
#	bsdftpd-ssl-server/pkg-plist
#	bsdftpd-ssl-server/pkg-message
#
echo c - bsdftpd-ssl-server
mkdir -p bsdftpd-ssl-server > /dev/null 2>&1
echo x - bsdftpd-ssl-server/Makefile
sed 's/^X//' >bsdftpd-ssl-server/Makefile << 'END-of-bsdftpd-ssl-server/Makefile'
X# New ports collection makefile for:	bsdftpd-ssl-server
X# Date created:				30 October 2002
X# Whom:					Nick Leuta
X#
X# $FreeBSD$
X#
X
XPORTNAME=	bsdftpd-ssl
XPORTVERSION=	0.6.0
XPORTREVISION=	0
XCATEGORIES=	ftp
XMASTER_SITES=	http://bsdftpd-ssl.sc.ru/files/bsdftpd-ssl/
XPKGNAMESUFFIX=	-server
XDISTNAME=	bsdftpd-6.0-ssl-${PORTVERSION}
X
XMAINTAINER=	skynick@stu.lipetsk.ru
X
XMAN8=	ftpd.8
XMLINKS=	ftpd.8 ftpd-ssl.8
XMANCOMPRESSED=	yes
X
XUSE_OPENSSL=	yes
XBINOWN=	root
XBINGRP=	wheel
XSHAREOWN=	${BINOWN}
XSHAREGRP=	${BINGRP}
XMANOWN=	${BINOWN}
XMANGRP=	${BINGRP}
XBINMODE=	555
XSHAREMODE=	444
XMANMODE=	${SHAREMODE}
X
XMANDIR=	${PREFIX}/man/man
XDOCDIR=	${DOCSDIR}${PKGNAMESUFFIX}
X
Xpre-build:
X	(cd ${WRKSRC} && ./config.sh FreeBSD) || exit
Xdo-build:
X	(cd ${WRKSRC}/ftpd && make) || exit
Xdo-install:
X	${INSTALL_PROGRAM} ${WRKSRC}/ftpd/ftpd ${PREFIX}/libexec/ftpd
X	${INSTALL_MAN} ${WRKSRC}/ftpd/ftpd.8.gz ${MANDIR}8/ftpd.8.gz
X
Xpost-install:
X.if !defined(NOPORTDOCS)
X	${MKDIR} ${DOCDIR}
X	${INSTALL_DATA} -p ${WRKSRC}/COPYRIGHT ${DOCDIR}/COPYRIGHT
X	${INSTALL_DATA} -p ${WRKSRC}/README ${DOCDIR}/README
X	${INSTALL_DATA} -p ${WRKSRC}/INSTALL ${DOCDIR}/INSTALL
X	${INSTALL_DATA} -p ${WRKSRC}/ChangeLog ${DOCDIR}/ChangeLog
X
X	${MKDIR} ${DOCDIR}/docs
X	${INSTALL_DATA} -p ${WRKSRC}/docs/README ${DOCDIR}/docs/README
X	${INSTALL_DATA} -p ${WRKSRC}/docs/cert-basics.txt ${DOCDIR}/docs/cert-basics.txt
X	${INSTALL_DATA} -p ${WRKSRC}/docs/cert-howto.txt ${DOCDIR}/docs/cert-howto.txt
X	${INSTALL_DATA} -p ${WRKSRC}/docs/ciphers.txt ${DOCDIR}/docs/ciphers.txt
X	${INSTALL_DATA} -p ${WRKSRC}/docs/licenses ${DOCDIR}/docs/licenses
X	${INSTALL_DATA} -p ${WRKSRC}/docs/standards.txt ${DOCDIR}/docs/standards.txt
X	${INSTALL_DATA} -p ${WRKSRC}/docs/verify.txt ${DOCDIR}/docs/verify.txt
X	${INSTALL_DATA} -p ${WRKSRC}/docs/x509_auth.txt ${DOCDIR}/docs/x509_auth.txt
X
X	${MKDIR} ${DOCDIR}/cert
X	${INSTALL_SCRIPT} -p ${WRKSRC}/cert/cert-nopass.sh ${DOCDIR}/cert/cert-nopass.sh
X	${INSTALL_SCRIPT} -p ${WRKSRC}/cert/cert-pass.sh ${DOCDIR}/cert/cert-pass.sh
X	${INSTALL_SCRIPT} -p ${WRKSRC}/cert/dummy.sh ${DOCDIR}/cert/dummy.sh
X	${INSTALL_SCRIPT} -p ${WRKSRC}/cert/xCA.sh ${DOCDIR}/cert/xCA.sh
X.endif
X
X.include <bsd.port.mk>
END-of-bsdftpd-ssl-server/Makefile
echo x - bsdftpd-ssl-server/distinfo
sed 's/^X//' >bsdftpd-ssl-server/distinfo << 'END-of-bsdftpd-ssl-server/distinfo'
XMD5 (bsdftpd-6.0-ssl-0.6.0.tar.gz) = ccfaaeaf7c57834db7ab5e25f754d118
END-of-bsdftpd-ssl-server/distinfo
echo x - bsdftpd-ssl-server/pkg-comment
sed 's/^X//' >bsdftpd-ssl-server/pkg-comment << 'END-of-bsdftpd-ssl-server/pkg-comment'
XFTP server with TLS/SSL support
END-of-bsdftpd-ssl-server/pkg-comment
echo x - bsdftpd-ssl-server/pkg-descr
sed 's/^X//' >bsdftpd-ssl-server/pkg-descr << 'END-of-bsdftpd-ssl-server/pkg-descr'
XBSDftpd-ssl is a TLS/SSL-enhanced FTP server. This package contains FTP server
X(ftpd). It is based on FreeBSD's ftpd, and the TLS/SSL enhancement allows
XRFC2228 "FTP Security Extensions"-compliant TLS/SSL support for both control
Xand data connections; with standard FTP clients this software operates as the
Xstandard FTP server.
X
XWWW: http://bsdftpd-ssl.sc.ru
END-of-bsdftpd-ssl-server/pkg-descr
echo x - bsdftpd-ssl-server/pkg-plist
sed 's/^X//' >bsdftpd-ssl-server/pkg-plist << 'END-of-bsdftpd-ssl-server/pkg-plist'
Xlibexec/ftpd
X%%PORTDOCS%%share/doc/bsdftpd-ssl-server/COPYRIGHT
X%%PORTDOCS%%share/doc/bsdftpd-ssl-server/README
X%%PORTDOCS%%share/doc/bsdftpd-ssl-server/INSTALL
X%%PORTDOCS%%share/doc/bsdftpd-ssl-server/ChangeLog
X%%PORTDOCS%%share/doc/bsdftpd-ssl-server/cert/cert-nopass.sh
X%%PORTDOCS%%share/doc/bsdftpd-ssl-server/cert/cert-pass.sh
X%%PORTDOCS%%share/doc/bsdftpd-ssl-server/cert/dummy.sh
X%%PORTDOCS%%share/doc/bsdftpd-ssl-server/cert/xCA.sh
X%%PORTDOCS%%share/doc/bsdftpd-ssl-server/docs/README
X%%PORTDOCS%%share/doc/bsdftpd-ssl-server/docs/cert-basics.txt
X%%PORTDOCS%%share/doc/bsdftpd-ssl-server/docs/cert-howto.txt
X%%PORTDOCS%%share/doc/bsdftpd-ssl-server/docs/ciphers.txt
X%%PORTDOCS%%share/doc/bsdftpd-ssl-server/docs/licenses
X%%PORTDOCS%%share/doc/bsdftpd-ssl-server/docs/standards.txt
X%%PORTDOCS%%share/doc/bsdftpd-ssl-server/docs/verify.txt
X%%PORTDOCS%%share/doc/bsdftpd-ssl-server/docs/x509_auth.txt
X%%PORTDOCS%%@dirrm share/doc/bsdftpd-ssl-server/cert
X%%PORTDOCS%%@dirrm share/doc/bsdftpd-ssl-server/docs
X%%PORTDOCS%%@dirrm share/doc/bsdftpd-ssl-server
END-of-bsdftpd-ssl-server/pkg-plist
echo x - bsdftpd-ssl-server/pkg-message
sed 's/^X//' >bsdftpd-ssl-server/pkg-message << 'END-of-bsdftpd-ssl-server/pkg-message'
XYou will also need to read an INSTALL file from package documentation for
Xsubsequent configuration issues.
END-of-bsdftpd-ssl-server/pkg-message
exit

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200210301602.g9UG2XWd036447>