Date: 7 Feb 2005 18:57:45 -0000 From: David Thiel <lx@redundancy.redundancy.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/77227: New port: security/yassl - Yet another SSL library Message-ID: <20050207185745.48970.qmail@redundancy.redundancy.org> Resent-Message-ID: <200502071900.j17J0b8W018823@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 77227 >Category: ports >Synopsis: New port: security/yassl - Yet another SSL library >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: Mon Feb 07 19:00:36 GMT 2005 >Closed-Date: >Last-Modified: >Originator: David Thiel >Release: FreeBSD 5.3-STABLE i386 >Organization: >Environment: System: FreeBSD redundancy.redundancy.org 5.3-STABLE FreeBSD 5.3-STABLE #0: Sun Jan 9 21:41:16 PST 2005 root@redundancy.redundancy.org:/usr/obj/usr/src/sys/REDUNDANCY i386 >Description: Yassl is a small and fast SSL library with the following featureset: # SSL version 3 and TLS version 1 (client and server) # OpenSSL compatibility layer # MySQL integration # Initial stunnel integration # MD5, SHA-1, HMAC, DES, 3DES, AES, ARC4, RSA, DSS, and DH # Simple API # Interchangeable crypto and certificate libraries # PEM and DER certificate support # Very fast >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: # # yassl # yassl/pkg-descr # yassl/Makefile # yassl/distinfo # echo c - yassl mkdir -p yassl > /dev/null 2>&1 echo x - yassl/pkg-descr sed 's/^X//' >yassl/pkg-descr << 'END-of-yassl/pkg-descr' XyaSSL is an SSL Library for programmers building security functionality Xinto their applications and devices. X XFeatures: X X# SSL version 3 and TLS version 1 (client and server) X# OpenSSL compatibility layer X# MySQL integration X# Initial stunnel integration X# MD5, SHA-1, HMAC, DES, 3DES, AES, ARC4, RSA, DSS, and DH X# Simple API X# Interchangeable crypto and certificate libraries X# PEM and DER certificate support X# Very fast X XWWW: http://www.yassl.com END-of-yassl/pkg-descr echo x - yassl/Makefile sed 's/^X//' >yassl/Makefile << 'END-of-yassl/Makefile' X# New ports collection makefile for: yassl X# Date created: 2005-02-07 X# Whom: David Thiel <lx@redundancy.redundancy.org> X# X# $FreeBSD$ X# X XPORTNAME= yassl XPORTVERSION= 0.9.5 XCATEGORIES= security XMASTER_SITES= http://yassl.com/ X XMAINTAINER= lx@redundancy.redundancy.org XCOMMENT= Yet Another SSL library X XPLIST= lib/libtaocrypt.a lib/libyassl.a XPORTDOCS= arch.html download.html general.html misc.html open.html \ X design.html faq.html index.html news.html release.html X XGNU_CONFIGURE= YES X Xdo-install: X ${INSTALL_DATA} ${WRKSRC}/taocrypt/src/libtaocrypt.a ${PREFIX}/lib X ${INSTALL_DATA} ${WRKSRC}/src/libyassl.a ${PREFIX}/lib X.if !defined(NOPORTDOCS) X @${MKDIR} ${DOCSDIR} X.for doc in ${PORTDOCS} X ${INSTALL_DATA} ${WRKSRC}/doc/${doc} ${DOCSDIR} X.endfor X.endif X X.include <bsd.port.mk> END-of-yassl/Makefile echo x - yassl/distinfo sed 's/^X//' >yassl/distinfo << 'END-of-yassl/distinfo' XMD5 (yassl-0.9.5.tar.gz) = 969f8c948c8a7a923ecaf92ec1e97058 XSIZE (yassl-0.9.5.tar.gz) = 288640 END-of-yassl/distinfo exit >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050207185745.48970.qmail>