Initial import of pnetC.

This is the "pnetC" project.  The goal of the project is to create
an ANSI-compatible C library, that can be compiled down to IL using
Portable.NET's "cscc" compiler.
This commit is contained in:
pancake ;) 2003-12-14 22:28:33 +00:00 committed by Thomas Klausner
parent 19e80ffc56
commit 29f150eccd
4 changed files with 85 additions and 0 deletions

3
pnetC/DESCR Normal file
View file

@ -0,0 +1,3 @@
This is the "pnetC" project. The goal of the project is to create
an ANSI-compatible C library, that can be compiled down to IL using
Portable.NET's "cscc" compiler.

17
pnetC/Makefile Normal file
View file

@ -0,0 +1,17 @@
# $NetBSD: Makefile,v 1.1.1.1 2003/12/14 22:28:33 poppnk Exp $
#
DISTNAME= pnetC-0.6.0
CATEGORIES= lang
MASTER_SITES= http://www.southern-storm.com.au/download/
MAINTAINER= pancake@phreaker.net
HOMEPAGE= http://www.dotgnu.org/
COMMENT= C language binding for DotGNU
USE_GMAKE= yes
GNU_CONFIGURE= yes
USE_BUILDLINK2= yes
.include "../../wip/pnet/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"

61
pnetC/PLIST Normal file
View file

@ -0,0 +1,61 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2003/12/14 22:28:34 poppnk Exp $
lib/cscc/lib/libc64.dll
lib/cscc/lib/libm64.dll
share/cscc/include/alloca.h
share/cscc/include/assert.h
share/cscc/include/bits/libc-lock.h
share/cscc/include/bits/local_lim.h
share/cscc/include/bits/mman.h
share/cscc/include/bits/posix1_lim.h
share/cscc/include/bits/posix2_lim.h
share/cscc/include/bits/stat.h
share/cscc/include/bits/stdio_lim.h
share/cscc/include/bits/types.h
share/cscc/include/bits/waitflags.h
share/cscc/include/bits/waitstatus.h
share/cscc/include/bits/wchar.h
share/cscc/include/bits/wordsize.h
share/cscc/include/bits/xopen_lim.h
share/cscc/include/ctype.h
share/cscc/include/dirent.h
share/cscc/include/errno.h
share/cscc/include/fcntl.h
share/cscc/include/features.h
share/cscc/include/gmp-mparam.h
share/cscc/include/gmp.h
share/cscc/include/gnu/stubs.h
share/cscc/include/ieee754.h
share/cscc/include/inttypes.h
share/cscc/include/limits.h
share/cscc/include/malloc.h
share/cscc/include/math.h
share/cscc/include/pthread.h
share/cscc/include/pwd.h
share/cscc/include/setjmp.h
share/cscc/include/stdarg.h
share/cscc/include/stdbool.h
share/cscc/include/stddef.h
share/cscc/include/stdint.h
share/cscc/include/stdio.h
share/cscc/include/stdio_ext.h
share/cscc/include/stdlib.h
share/cscc/include/string.h
share/cscc/include/strings.h
share/cscc/include/sys/cdefs.h
share/cscc/include/sys/errno.h
share/cscc/include/sys/mman.h
share/cscc/include/sys/stat.h
share/cscc/include/sys/sysmacros.h
share/cscc/include/sys/types.h
share/cscc/include/time.h
share/cscc/include/unistd.h
share/cscc/include/varargs.h
share/cscc/include/wchar.h
share/cscc/include/wctype.h
share/cscc/include/xlocale.h
@dirrm share/cscc/include/sys
@dirrm share/cscc/include/gnu
@dirrm share/cscc/include/bits
@dirrm share/cscc/include
@dirrm share/cscc
@dirrm lib/cscc/lib

4
pnetC/distinfo Normal file
View file

@ -0,0 +1,4 @@
$NetBSD: distinfo,v 1.1.1.1 2003/12/14 22:28:34 poppnk Exp $
SHA1 (pnetC-0.6.0.tar.gz) = 0c00f236c7bb80d0e9591e7dea2e16ff6e45e3d6
Size (pnetC-0.6.0.tar.gz) = 263490 bytes