Date: 16 Nov 2002 23:27:05 -0000 From: Sergei Kolobov <sergei@kolobov.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/45347: [NEW PORT] security/libtasn1: ASN.1 parser library for GnuTLS Message-ID: <20021116232705.1530.qmail@outpost.globcon.net>
next in thread | raw e-mail | index | archive | help
>Number: 45347 >Category: ports >Synopsis: [NEW PORT] security/libtasn1: ASN.1 parser library for GnuTLS >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: Sat Nov 16 15:30:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Sergei Kolobov >Release: FreeBSD 4.7-STABLE i386 >Organization: >Environment: System: FreeBSD outpost.globcon.net 4.7-STABLE FreeBSD 4.7-STABLE #0: Mon Oct 14 02:23:23 MSD 2002 sgk@outpost.globcon.net:/data/FreeBSD/obj/data/FreeBSD/src/sys/OUTPOST i386 >Description: ASN.1 parser library required by GnuTLS. >How-To-Repeat: >Fix: --- libtasn1-0.1.2.shar begins here --- # 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: # # libtasn1 # libtasn1/pkg-plist # libtasn1/pkg-descr # libtasn1/distinfo # libtasn1/Makefile # libtasn1/pkg-comment # echo c - libtasn1 mkdir -p libtasn1 > /dev/null 2>&1 echo x - libtasn1/pkg-plist sed 's/^X//' >libtasn1/pkg-plist << 'END-of-libtasn1/pkg-plist' Xinclude/libtasn1.h Xlib/libtasn1.so.0 Xlib/libtasn1.so Xlib/libtasn1.la Xlib/libtasn1.a X%%PORTDOCS%%share/doc/libtasn1/AUTHORS X%%PORTDOCS%%share/doc/libtasn1/NEWS X%%PORTDOCS%%share/doc/libtasn1/README X%%PORTDOCS%%share/doc/libtasn1/THANKS X%%PORTDOCS%%share/doc/libtasn1/asn1.ps X%%PORTDOCS%%share/doc/libtasn1/asn1.tex X%%PORTDOCS%%share/doc/libtasn1/fdl.tex X%%PORTDOCS%%@dirrm share/doc/libtasn1 END-of-libtasn1/pkg-plist echo x - libtasn1/pkg-descr sed 's/^X//' >libtasn1/pkg-descr << 'END-of-libtasn1/pkg-descr' Xlibtasn1 library was developed for ASN1 (Abstract Syntax Notation One) Xstructures management. X XThe main features of this library are: X X- on-line ASN1 structure management that does not require any C code X file generation; X- off-line ASN1 structure management with C code file generation X containing an array; X- DER (Distinguish Encoding Rules) encoding; X- no limits for INTEGER and ENUMERATED values X XWWW: http://www.gnutls.org/ END-of-libtasn1/pkg-descr echo x - libtasn1/distinfo sed 's/^X//' >libtasn1/distinfo << 'END-of-libtasn1/distinfo' XMD5 (libtasn1-0.1.2.tar.gz) = 6c8c376e5582f6845371a939869166dd END-of-libtasn1/distinfo echo x - libtasn1/Makefile sed 's/^X//' >libtasn1/Makefile << 'END-of-libtasn1/Makefile' X# New ports collection makefile for: libtasn1 X# Date created: 15 Nov 2002 X# Whom: Sergei Kolobov <sergei@kolobov.com> X# X# $FreeBSD$ X# X XPORTNAME= libtasn1 XPORTVERSION= 0.1.2 XCATEGORIES= security XMASTER_SITES= ftp://ftp.gnutls.org/pub/gnutls/libtasn1/ \ X ftp://ftp.gnupg.org/pub/gcrypt/alpha/gnutls/libtasn1/ \ X http://www.mirrors.wiretapped.net/security/network-security/gnutls/libtasn1/ \ X ftp://ftp.mirrors.wiretapped.net/security/network-security/gnutls/libtasn1/ X XMAINTAINER= sergei@kolobov.com X XLIB_DEPENDS= gnugetopt:${PORTSDIR}/devel/libgnugetopt X XUSE_LIBTOOL= yes XINSTALLS_SHLIB= yes XCONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ X LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt" X XDOCS= AUTHORS NEWS README THANKS XDOCS2= asn1.ps asn1.tex fdl.tex X Xpost-install: X.if !defined(NOPORTDOCS) X @${MKDIR} ${DOCSDIR} X.for file in ${DOCS} X ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} X.endfor X.for file in ${DOCS2} X ${INSTALL_DATA} ${WRKSRC}/doc/${file} ${DOCSDIR} X.endfor X.endif X X.include <bsd.port.mk> END-of-libtasn1/Makefile echo x - libtasn1/pkg-comment sed 's/^X//' >libtasn1/pkg-comment << 'END-of-libtasn1/pkg-comment' XASN.1 structure parser library END-of-libtasn1/pkg-comment exit --- libtasn1-0.1.2.shar ends here --- >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?20021116232705.1530.qmail>