Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Dec 2003 05:03:26 -0500
From:      michael johnson <ahze@ahze.net>
To:        freebsd-ports-bugs@FreeBSD.org, FreeBSD-gnats-submit@FreeBSD.org
Subject:   Re: ports/60413: New Port: pnetC 0.6.0
Message-ID:  <EB7C3A86-339C-11D8-B6F7-000A958C81C6@ahze.net>
In-Reply-To: <200312200500.hBK50U1R016085@freefall.freebsd.org>
References:  <200312200500.hBK50U1R016085@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
I added pnet as a media port. I guess since its not in the tree it will 
be easier to submit a shar file.

# 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:
#
#	lang/pnetC
#	lang/pnetC/pkg-plist
#	lang/pnetC/pkg-descr
#	lang/pnetC/distinfo
#	lang/pnetC/Makefile
#
echo c - lang/pnetC
mkdir -p lang/pnetC > /dev/null 2>&1
echo x - lang/pnetC/pkg-plist
sed 's/^X//' >lang/pnetC/pkg-plist << 'END-of-lang/pnetC/pkg-plist'
Xlib/cscc/lib/libc64.dll
Xlib/cscc/lib/libm64.dll
Xshare/cscc/include/alloca.h
Xshare/cscc/include/assert.h
Xshare/cscc/include/bits/libc-lock.h
Xshare/cscc/include/bits/local_lim.h
Xshare/cscc/include/bits/mman.h
Xshare/cscc/include/bits/posix1_lim.h
Xshare/cscc/include/bits/posix2_lim.h
Xshare/cscc/include/bits/stat.h
Xshare/cscc/include/bits/stdio_lim.h
Xshare/cscc/include/bits/types.h
Xshare/cscc/include/bits/waitflags.h
Xshare/cscc/include/bits/waitstatus.h
Xshare/cscc/include/bits/wchar.h
Xshare/cscc/include/bits/wordsize.h
Xshare/cscc/include/bits/xopen_lim.h
Xshare/cscc/include/ctype.h
Xshare/cscc/include/dirent.h
Xshare/cscc/include/errno.h
Xshare/cscc/include/fcntl.h
Xshare/cscc/include/features.h
Xshare/cscc/include/gmp-mparam.h
Xshare/cscc/include/gmp.h
Xshare/cscc/include/gnu/stubs.h
Xshare/cscc/include/ieee754.h
Xshare/cscc/include/inttypes.h
Xshare/cscc/include/limits.h
Xshare/cscc/include/malloc.h
Xshare/cscc/include/math.h
Xshare/cscc/include/pthread.h
Xshare/cscc/include/pwd.h
Xshare/cscc/include/setjmp.h
Xshare/cscc/include/stdarg.h
Xshare/cscc/include/stdbool.h
Xshare/cscc/include/stddef.h
Xshare/cscc/include/stdint.h
Xshare/cscc/include/stdio.h
Xshare/cscc/include/stdio_ext.h
Xshare/cscc/include/stdlib.h
Xshare/cscc/include/string.h
Xshare/cscc/include/strings.h
Xshare/cscc/include/sys/cdefs.h
Xshare/cscc/include/sys/errno.h
Xshare/cscc/include/sys/mman.h
Xshare/cscc/include/sys/stat.h
Xshare/cscc/include/sys/sysmacros.h
Xshare/cscc/include/sys/types.h
Xshare/cscc/include/time.h
Xshare/cscc/include/unistd.h
Xshare/cscc/include/varargs.h
Xshare/cscc/include/wchar.h
Xshare/cscc/include/wctype.h
Xshare/cscc/include/xlocale.h
X@dirrm lib/cscc/lib
X@dirrm lib/cscc
X@dirrm share/cscc/include/bits
X@dirrm share/cscc/include/gnu
X@dirrm share/cscc/include/sys
X@dirrm share/cscc/include
X@dirrm share/cscc
END-of-lang/pnetC/pkg-plist
echo x - lang/pnetC/pkg-descr
sed 's/^X//' >lang/pnetC/pkg-descr << 'END-of-lang/pnetC/pkg-descr'
XThis is the "pnetC" project.  The goal of the project is to create
Xan ANSI-compatible C library, that can be compiled down to IL using
XPortable.NET's "cscc" compiler.
X
XWWW: http://www.southern-storm.com.au/portable_net.html
END-of-lang/pnetC/pkg-descr
echo x - lang/pnetC/distinfo
sed 's/^X//' >lang/pnetC/distinfo << 'END-of-lang/pnetC/distinfo'
XMD5 (pnetC-0.6.0.tar.gz) = e076377cdd64b499ebe8a5356c2129fc
END-of-lang/pnetC/distinfo
echo x - lang/pnetC/Makefile
sed 's/^X//' >lang/pnetC/Makefile << 'END-of-lang/pnetC/Makefile'
X# Ports collection makefile for:  treecc
X# Date created:			  Wed Jul 11 00:45:15 EDT 2001
X# Whom:				  Michael Johnson <ahze@ahze.net>
X#
X# $FreeBSD: ports/lang/treecc/Makefile,v 1.18 2003/11/03 21:12:29 
obraun Exp $
X#
X
XPORTNAME=	pnetC
XPORTVERSION=	${PNET_VERSION}
XCATEGORIES=	lang
XMASER_SITES=	${PNET_MASTER_SITES}
X
XMAINTAINER=	ahze@ahze.net
XCOMMENT=	ANSI-compatible C library for pnet's cscc compiler
X
XLIB_DEPENDS=	XsharpSupport.0:${PORTSDIR}/lang/pnetlib
X
XUSE_LIBTOOL=	yes
XUSE_GMAKE=	yes
XSTRIP=		# Nothing to be stripped.
X
X.include "../pnet/Makefile.pnet"
X.include <bsd.port.mk>
END-of-lang/pnetC/Makefile
exit



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?EB7C3A86-339C-11D8-B6F7-000A958C81C6>