From vlm@lionet.info  Fri Sep 10 16:38:45 2004
Return-Path: <vlm@lionet.info>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 7403716A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 10 Sep 2004 16:38:45 +0000 (GMT)
Received: from mane.lionet.info (mane.lionet.info [66.45.230.133])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 01C6043D5D
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 10 Sep 2004 16:38:45 +0000 (GMT)
	(envelope-from vlm@lionet.info)
Received: from mane.lionet.info (mane.lionet.info [66.45.230.133])
	by mane.lionet.info (8.13.1/8.13.1) with ESMTP id i8AGfHRV036655
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT)
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 10 Sep 2004 16:41:17 GMT
	(envelope-from vlm@mane.lionet.info)
Received: (from vlm@localhost)
	by mane.lionet.info (8.12.10/8.13.1/Submit) id i8AGfHd3036654;
	Fri, 10 Sep 2004 16:41:17 GMT
	(envelope-from vlm)
Message-Id: <200409101641.i8AGfHd3036654@mane.lionet.info>
Date: Fri, 10 Sep 2004 16:41:17 GMT
From: Lev Walkin <vlm@lionet.info>
Reply-To: Lev Walkin <vlm@lionet.info>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [NEW PORT] lang/asn1c: ASN.1 to C compiler
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         71560
>Category:       ports
>Synopsis:       [NEW PORT] lang/asn1c: ASN.1 to C compiler
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Sep 10 16:40:13 GMT 2004
>Closed-Date:    Thu Oct 14 08:51:33 GMT 2004
>Last-Modified:  Thu Oct 14 08:51:33 GMT 2004
>Originator:     Lev Walkin <vlm@lionet.info>
>Release:        FreeBSD 4.9-RELEASE i386
>Organization:
>Environment:
System: FreeBSD mane.lionet.info 4.9-RELEASE FreeBSD 4.9-RELEASE #0: Mon Oct 27 17:51:09 GMT 2003 root@freebsd-stable.sentex.ca:/usr/obj/usr/src/sys/GENERIC i386


>Description:

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.

>How-To-Repeat:
>Fix:


--- asn1c.port.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:
#
#	asn1c
#	asn1c/pkg-plist
#	asn1c/pkg-message
#	asn1c/pkg-descr
#	asn1c/distinfo
#	asn1c/Makefile
#
echo c - asn1c
mkdir -p asn1c > /dev/null 2>&1
echo x - asn1c/pkg-plist
sed 's/^X//' >asn1c/pkg-plist << 'END-of-asn1c/pkg-plist'
Xbin/asn1c
Xbin/crfc2asn1.pl
Xbin/clyx2asn1.pl
X@dirrm share/asn1c
X@dirrm share/doc/asn1c
END-of-asn1c/pkg-plist
echo x - asn1c/pkg-message
sed 's/^X//' >asn1c/pkg-message << 'END-of-asn1c/pkg-message'
X===========================================================================
X
XPlease read ${PREFIX}/share/doc/asn1c/asn1c-usage.pdf and other files
Xin that directory. The asn1c(1) manual page is also available.
X
X===========================================================================
END-of-asn1c/pkg-message
echo x - asn1c/pkg-descr
sed 's/^X//' >asn1c/pkg-descr << 'END-of-asn1c/pkg-descr'
XThe asn1c compiles ASN.1 (Abstract Syntax Notation One) specifications into
Xthe C source code. This compiler supports automatic constraints checking code
Xgeneration, parametrization, basic support for Information Object Classes.
XThe produced C code contains the codecs for BER & DER encoding rules.
X
XSee asn1c-usage.pdf and asn1c(1) manual page for details.
X
XWWW: http://asn1c.sourceforge.net/
X
X-- 
XLev Walkin
Xvlm@lionet.info
END-of-asn1c/pkg-descr
echo x - asn1c/distinfo
sed 's/^X//' >asn1c/distinfo << 'END-of-asn1c/distinfo'
XMD5 (asn1c-0.9.4.tar.gz) = 93c2ef70b015693c28f6f014230e79dd
XSIZE (asn1c-0.9.4.tar.gz) = 792180
END-of-asn1c/distinfo
echo x - asn1c/Makefile
sed 's/^X//' >asn1c/Makefile << 'END-of-asn1c/Makefile'
X# New ports collection makefile for:	asn1c
X# Date created:				10 Sep 2004
X# Whom:					Lev Walkin <vlm@lionet.info>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	asn1c
XPORTVERSION=	0.9.4
XCATEGORIES=	lang converters security
XMASTER_SITES=	${MASTER_SITE_SOURCEFORGE} 	\
X		http://lionet.info/soft/
XMASTER_SITE_SUBDIR=	${PORTNAME}
X
XMAINTAINER=	vlm@lionet.info
XCOMMENT=	Modern ASN.1 to C compiler.
X
XUSE_REINPLACE=	yes
XGNU_CONFIGURE=  yes
X
XMAN1= asn1c.1
X
Xpost-install:
X	@${CAT} ${PKGMESSAGE}
X
X.include <bsd.port.mk>
END-of-asn1c/Makefile
exit
--- asn1c.port.shar ends here ---

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: krion 
State-Changed-When: Thu Oct 14 08:51:26 GMT 2004 
State-Changed-Why:  
New port added, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=71560 
>Unformatted:
