From owner-freebsd-ports Sat Nov 16 15:30: 6 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F26437B401 for ; Sat, 16 Nov 2002 15:30:02 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7847243E75 for ; Sat, 16 Nov 2002 15:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gAGNU1x3097820 for ; Sat, 16 Nov 2002 15:30:01 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gAGNU1Er097819; Sat, 16 Nov 2002 15:30:01 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 46DC937B401 for ; Sat, 16 Nov 2002 15:27:04 -0800 (PST) Received: from outpost.lukarcos.com (outpost.globcon.net [62.141.88.161]) by mx1.FreeBSD.org (Postfix) with SMTP id F3F0743E3B for ; Sat, 16 Nov 2002 15:27:02 -0800 (PST) (envelope-from sgk@outpost.globcon.net) Received: (qmail 1531 invoked by uid 911); 16 Nov 2002 23:27:05 -0000 Message-Id: <20021116232705.1530.qmail@outpost.globcon.net> Date: 16 Nov 2002 23:27:05 -0000 From: Sergei Kolobov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/45347: [NEW PORT] security/libtasn1: ASN.1 parser library for GnuTLS Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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 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 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