Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Sep 2004 16:41:17 GMT
From:      Lev Walkin <vlm@lionet.info>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/71560: [NEW PORT] lang/asn1c: ASN.1 to C compiler
Message-ID:  <200409101641.i8AGfHd3036654@mane.lionet.info>
Resent-Message-ID: <200409101640.i8AGeDhD093006@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Sep 10 16:40:13 GMT 2004
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200409101641.i8AGfHd3036654>