ports/54279: new port: sysutils/ucspi-ssl
David Thiel
lx at redundancy.redundancy.org
Wed Jul 9 20:50:21 UTC 2003
>Number: 54279
>Category: ports
>Synopsis: new port: sysutils/ucspi-ssl
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Wed Jul 09 13:50:19 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator: David Thiel
>Release: FreeBSD 4.8-STABLE i386
>Organization:
>Environment:
System: FreeBSD redundancy.redundancy.org 4.8-STABLE FreeBSD 4.8-STABLE #10: Fri May 2 14:59:53 PDT 2003 lx at redundancy.redundancy.org:/usr/obj/usr/src/sys/REDUNDANCY i386
>Description:
ucspi-ssl is a set of UCSPI tools for creating SSL client and server
applications.
>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:
#
# ucspi-ssl
# ucspi-ssl/Makefile
# ucspi-ssl/distinfo
# ucspi-ssl/pkg-descr
# ucspi-ssl/pkg-plist
#
echo c - ucspi-ssl
mkdir -p ucspi-ssl > /dev/null 2>&1
echo x - ucspi-ssl/Makefile
sed 's/^X//' >ucspi-ssl/Makefile << 'END-of-ucspi-ssl/Makefile'
X# New ports collection makefile for: ucspi-ssl
X# Date created: 2003-07-09
X# Whom: David Thiel <lx at redundancy.redundancy.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME= ucspi-ssl
XPORTVERSION= 0.50
XCATEGORIES= sysutils
XMASTER_SITES= http://www.superscript.com/ucspi-ssl/
X
XMAINTAINER= lx at redundancy.redundancy.org
XCOMMENT= "UCSPI tools for building SSL client-server applications"
X
XRUN_DEPENDS= tcpserver:${PORTSDIR}/sysutils/ucspi-tcp
X
XNO_PACKAGE= "Non-explicit licensing terms"
X
XALL_TARGET= it
XINSTALL_TARGET= setup check
X
XDOCS= CHANGES README TODO UCSPI-SSL
X
Xdo-configure:
X ${ECHO_CMD} "${CC} ${CFLAGS}" > ${WRKSRC}/conf-cc
X ${ECHO_CMD} "${PREFIX}" > ${WRKSRC}/conf-home
X ${ECHO_CMD} "${PREFIX}/bin" > ${WRKSRC}/conf-tcpbin
X ${ECHO_CMD} "${PREFIX}/ssl/certs" > ${WRKSRC}/conf-cadir
X
Xpost-install:
X.if !defined(NOPORTDOCS)
X @${MKDIR} ${DOCSDIR}
X cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
X.endif
X
X.include <bsd.port.mk>
END-of-ucspi-ssl/Makefile
echo x - ucspi-ssl/distinfo
sed 's/^X//' >ucspi-ssl/distinfo << 'END-of-ucspi-ssl/distinfo'
XMD5 (ucspi-ssl-0.50.tar.gz) = f8c0122aca1cafc5ef8d23ffdf466ccd
END-of-ucspi-ssl/distinfo
echo x - ucspi-ssl/pkg-descr
sed 's/^X//' >ucspi-ssl/pkg-descr << 'END-of-ucspi-ssl/pkg-descr'
Xsslserver and sslclient are command-line tools for building SSL
Xclient-server applications. They conform to the UNIX Client-Server
XProgram Interface, UCSPI.
X
Xsslserver listens for connections, and runs a program for each
Xconnection it accepts. The program environment includes variables that
Xhold the local and remote host names, IP addresses, and port numbers.
Xsslserver offers a concurrency limit on acceptance of new connections,
Xand selective handling of connections based on client identity.
X
Xsslclient requests a connection to a TCP socket, and runs a program. The
Xprogram environment includes the same variables as for sslserver.
X
XWWW: http://www.superscript.com/ucspi-ssl/intro.html
END-of-ucspi-ssl/pkg-descr
echo x - ucspi-ssl/pkg-plist
sed 's/^X//' >ucspi-ssl/pkg-plist << 'END-of-ucspi-ssl/pkg-plist'
Xbin/https@
Xbin/sslcat
Xbin/sslclient
Xbin/sslconnect
Xbin/sslserver
Xshare/doc/ucspi-ssl/CHANGES
Xshare/doc/ucspi-ssl/README
Xshare/doc/ucspi-ssl/TODO
Xshare/doc/ucspi-ssl/UCSPI-SSL
X at dirrm share/doc/ucspi-ssl
END-of-ucspi-ssl/pkg-plist
exit
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list