Skip site navigation (1)Skip section navigation (2)
Date:      9 Jul 2003 20:42:28 -0000
From:      David Thiel <lx@redundancy.redundancy.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/54279: new port: sysutils/ucspi-ssl
Message-ID:  <20030709204228.96310.qmail@redundancy.redundancy.org>
Resent-Message-ID: <200307092050.h69KoJbL044585@freefall.freebsd.org>

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

>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@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@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@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@dirrm share/doc/ucspi-ssl
END-of-ucspi-ssl/pkg-plist
exit

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



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