diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-01-12 17:18:40 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-01-12 17:18:40 +0000 |
commit | bf414aafcff94fd587f4a89a083e7ce8691bc88a (patch) | |
tree | 5673809bc42762e45099b44f9e70f40c6ee597cc /lang | |
parent | 78f1d9d5d73e454854a3e9d610b329e826358449 (diff) | |
download | pkgsrc-bf414aafcff94fd587f4a89a083e7ce8691bc88a.tar.gz |
Initial import of pnetC-0.6.2, packaged by pancake via pkgsrc-wip.
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
DotGNU Portable.NET's "cscc" compiler.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/pnetC/DESCR | 3 | ||||
-rw-r--r-- | lang/pnetC/Makefile | 17 | ||||
-rw-r--r-- | lang/pnetC/PLIST | 59 | ||||
-rw-r--r-- | lang/pnetC/buildlink2.mk | 26 | ||||
-rw-r--r-- | lang/pnetC/distinfo | 4 |
5 files changed, 109 insertions, 0 deletions
diff --git a/lang/pnetC/DESCR b/lang/pnetC/DESCR new file mode 100644 index 00000000000..48e38ca91f7 --- /dev/null +++ b/lang/pnetC/DESCR @@ -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 +DotGNU Portable.NET's "cscc" compiler. diff --git a/lang/pnetC/Makefile b/lang/pnetC/Makefile new file mode 100644 index 00000000000..e7cc26c31ef --- /dev/null +++ b/lang/pnetC/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/01/12 17:18:40 xtraeme 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 Portable .NET + +GNU_CONFIGURE= yes +USE_GMAKE= yes +USE_BUILDLINK2= yes + +.include "../../devel/pnet/buildlink2.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/lang/pnetC/PLIST b/lang/pnetC/PLIST new file mode 100644 index 00000000000..48fc448b071 --- /dev/null +++ b/lang/pnetC/PLIST @@ -0,0 +1,59 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/01/12 17:18:41 xtraeme 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 diff --git a/lang/pnetC/buildlink2.mk b/lang/pnetC/buildlink2.mk new file mode 100644 index 00000000000..8016504caf3 --- /dev/null +++ b/lang/pnetC/buildlink2.mk @@ -0,0 +1,26 @@ +# $NetBSD: buildlink2.mk,v 1.1.1.1 2004/01/12 17:18:41 xtraeme Exp $ +# +# This Makefile fragment is included by packages that use pnetC. +# +# This file was created automatically using createbuildlink 2.9. +# + +.if !defined(PNETC_BUILDLINK2_MK) +PNETC_BUILDLINK2_MK= # defined + +BUILDLINK_PACKAGES+= pnetC +BUILDLINK_DEPENDS.pnetC?= pnetC>=0.6.0 +BUILDLINK_PKGSRCDIR.pnetC?= ../../wip/pnetC + +EVAL_PREFIX+= BUILDLINK_PREFIX.pnetC=pnetC +BUILDLINK_PREFIX.pnetC_DEFAULT= ${LOCALBASE} +BUILDLINK_FILES.pnetC+= lib/cscc/lib/libc64.dll +BUILDLINK_FILES.pnetC+= lib/cscc/lib/libm64.dll + +.include "../../wip/pnet/buildlink2.mk" + +BUILDLINK_TARGETS+= pnetC-buildlink + +pnetC-buildlink: _BUILDLINK_USE + +.endif # PNETC_BUILDLINK2_MK diff --git a/lang/pnetC/distinfo b/lang/pnetC/distinfo new file mode 100644 index 00000000000..398ddc4ab6c --- /dev/null +++ b/lang/pnetC/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/01/12 17:18:41 xtraeme Exp $ + +SHA1 (pnetC-0.6.0.tar.gz) = 0c00f236c7bb80d0e9591e7dea2e16ff6e45e3d6 +Size (pnetC-0.6.0.tar.gz) = 263490 bytes |