pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/pnetC Initial import of pnetC-0.6.2, packaged by ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/445595ce9bd3
branches: trunk
changeset: 466171:445595ce9bd3
user: xtraeme <xtraeme%pkgsrc.org@localhost>
date: Mon Jan 12 17:18:40 2004 +0000
description:
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:
lang/pnetC/DESCR | 3 ++
lang/pnetC/Makefile | 17 +++++++++++++
lang/pnetC/PLIST | 59 ++++++++++++++++++++++++++++++++++++++++++++++++
lang/pnetC/buildlink2.mk | 26 +++++++++++++++++++++
lang/pnetC/distinfo | 4 +++
5 files changed, 109 insertions(+), 0 deletions(-)
diffs (129 lines):
diff -r 25f411784240 -r 445595ce9bd3 lang/pnetC/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/pnetC/DESCR Mon Jan 12 17:18:40 2004 +0000
@@ -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 -r 25f411784240 -r 445595ce9bd3 lang/pnetC/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/pnetC/Makefile Mon Jan 12 17:18:40 2004 +0000
@@ -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@localhost
+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 -r 25f411784240 -r 445595ce9bd3 lang/pnetC/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/pnetC/PLIST Mon Jan 12 17:18:40 2004 +0000
@@ -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 -r 25f411784240 -r 445595ce9bd3 lang/pnetC/buildlink2.mk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/pnetC/buildlink2.mk Mon Jan 12 17:18:40 2004 +0000
@@ -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 -r 25f411784240 -r 445595ce9bd3 lang/pnetC/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/pnetC/distinfo Mon Jan 12 17:18:40 2004 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index