From owner-cvs-all@FreeBSD.ORG Thu Oct 14 08:51:02 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E638A16A4CE; Thu, 14 Oct 2004 08:51:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA42043D46; Thu, 14 Oct 2004 08:51:02 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9E8p2Ui089269; Thu, 14 Oct 2004 08:51:02 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9E8p2nc089268; Thu, 14 Oct 2004 08:51:02 GMT (envelope-from krion) Message-Id: <200410140851.i9E8p2nc089268@repoman.freebsd.org> From: Kirill Ponomarew Date: Thu, 14 Oct 2004 08:51:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/lang Makefile ports/lang/asn1c Makefile distinfo pkg-descr pkg-message pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Oct 2004 08:51:03 -0000 krion 2004-10-14 08:51:02 UTC FreeBSD ports repository Modified files: lang Makefile Added files: lang/asn1c Makefile distinfo pkg-descr pkg-message pkg-plist Log: Add asn1c 0.9.4, The asn1c compiles ASN.1 (Abstract Syntax Notation One) specifications into the C source code. This compiler supports automatic constraints checking code generation, parametrization, basic support for Information Object Classes. The produced C code contains the codecs for BER & DER encoding rules. PR: ports/71560. Submitted by: Lev Walkin Revision Changes Path 1.420 +1 -0 ports/lang/Makefile 1.1 +28 -0 ports/lang/asn1c/Makefile (new) 1.1 +2 -0 ports/lang/asn1c/distinfo (new) 1.1 +12 -0 ports/lang/asn1c/pkg-descr (new) 1.1 +6 -0 ports/lang/asn1c/pkg-message (new) 1.1 +89 -0 ports/lang/asn1c/pkg-plist (new)