diff options
author | xtraeme <xtraeme> | 2004-05-14 08:04:04 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2004-05-14 08:04:04 +0000 |
commit | 6a0cbbe8abb82274a0009c0771bb017d9510bfaf (patch) | |
tree | bc679ce6fecb168a07e703dae4902cb17846096f /lang/pnetC | |
parent | a68c131acd9f0f0ae55dc4340aef5c2fb89515bf (diff) | |
download | pkgsrc-6a0cbbe8abb82274a0009c0771bb017d9510bfaf.tar.gz |
Update to 0.6.4.
Changes:
0.6.4 (13 March 2004)
* Time functions.
* Use "__declspec(thread)" to mark thread-specific variables.
* Signal handling functions.
* Move the pthread routines out of libc into a separate library.
* Implement the rest of libpthread.
* Group file functions (e.g. "getgrent").
* Clean up the mmap-related stubs.
* Implement strerror, strsignal, perror, and psignal.
* Number conversion routines like atoi, strtod, etc.
* Remove "__module" and "__csharp__" as they are deprecated.
* Use the new-style syntax for accessing the C# library.
* Add <assembly/foo.h> files for importing C# assemblies.
* Add <csharp.h> to provide handy definitions for C# interoperation.
* Remove support for memory models as they are no longer required.
* Stub out some of the locale routines.
* Add pnetc.spec.in (Russell Stuart).
* Detect "ilranlib" correctly in "configure.in"
Diffstat (limited to 'lang/pnetC')
-rw-r--r-- | lang/pnetC/Makefile | 6 | ||||
-rw-r--r-- | lang/pnetC/PLIST | 62 | ||||
-rw-r--r-- | lang/pnetC/buildlink3.mk | 4 | ||||
-rw-r--r-- | lang/pnetC/distinfo | 6 |
4 files changed, 68 insertions, 10 deletions
diff --git a/lang/pnetC/Makefile b/lang/pnetC/Makefile index a5f6ebe0279..42d0cca63ce 100644 --- a/lang/pnetC/Makefile +++ b/lang/pnetC/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2004/02/27 07:37:04 xtraeme Exp $ +# $NetBSD: Makefile,v 1.5 2004/05/14 08:04:04 xtraeme Exp $ # -DISTNAME= pnetC-0.6.0 +DISTNAME= pnetC-0.6.4 CATEGORIES= lang MASTER_SITES= http://www.southern-storm.com.au/download/ @@ -12,6 +12,8 @@ COMMENT= C language binding for DotGNU Portable .NET GNU_CONFIGURE= yes USE_GNU_TOOLS+= make USE_BUILDLINK3= yes +USE_LIBTOOL= yes .include "../../lang/pnet/buildlink3.mk" +.include "../../mk/pthread.buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/lang/pnetC/PLIST b/lang/pnetC/PLIST index 48fc448b071..0e250d9f5e1 100644 --- a/lang/pnetC/PLIST +++ b/lang/pnetC/PLIST @@ -1,7 +1,53 @@ -@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 +@comment $NetBSD: PLIST,v 1.2 2004/05/14 08:04:04 xtraeme Exp $ +lib/cscc/lib/1.2.3400.0/libc.dll +lib/cscc/lib/1.2.3400.0/libm.dll +lib/cscc/lib/1.2.3400.0/libpthread.dll +lib/cscc/lib/libc.dll +lib/cscc/lib/libm.dll +lib/cscc/lib/libpthread.dll share/cscc/include/alloca.h +share/cscc/include/assembly/Accessibility.h +share/cscc/include/assembly/Commons.Xml.Relaxng.h +share/cscc/include/assembly/Custommarshalers.h +share/cscc/include/assembly/DotGNU.Images.h +share/cscc/include/assembly/DotGNU.SSL.h +share/cscc/include/assembly/DotGNU.Terminal.h +share/cscc/include/assembly/ICSharpCode.SharpZipLib.h +share/cscc/include/assembly/ISymWrapper.h +share/cscc/include/assembly/Microsoft.JScript.h +share/cscc/include/assembly/Microsoft.VisualBasic.h +share/cscc/include/assembly/Microsoft.VisualC.h +share/cscc/include/assembly/Microsoft.Vsa.h +share/cscc/include/assembly/Microsoft.Web.Services.h +share/cscc/include/assembly/OpenSystem.C.h +share/cscc/include/assembly/OpenSystem.Platform.h +share/cscc/include/assembly/PEAPI.h +share/cscc/include/assembly/System.Configuration.Install.h +share/cscc/include/assembly/System.Data.ObjectSpaces.h +share/cscc/include/assembly/System.Data.OracleClient.h +share/cscc/include/assembly/System.Data.SqlXml.h +share/cscc/include/assembly/System.Data.h +share/cscc/include/assembly/System.Design.h +share/cscc/include/assembly/System.DirectoryServices.h +share/cscc/include/assembly/System.Drawing.Design.h +share/cscc/include/assembly/System.Drawing.h +share/cscc/include/assembly/System.EnterpriseServices.h +share/cscc/include/assembly/System.Management.h +share/cscc/include/assembly/System.Messaging.h +share/cscc/include/assembly/System.Net.IrDA.h +share/cscc/include/assembly/System.Runtime.Remoting.h +share/cscc/include/assembly/System.Runtime.Serialization.Formatters.Soap.h +share/cscc/include/assembly/System.Security.h +share/cscc/include/assembly/System.ServiceProcess.h +share/cscc/include/assembly/System.Web.Mobile.h +share/cscc/include/assembly/System.Web.Services.h +share/cscc/include/assembly/System.Web.h +share/cscc/include/assembly/System.Windows.Forms.h +share/cscc/include/assembly/System.Xml.h +share/cscc/include/assembly/System.h +share/cscc/include/assembly/Xsharp.h +share/cscc/include/assembly/cscompmgd.h +share/cscc/include/assembly/mscorlib.h share/cscc/include/assert.h share/cscc/include/bits/libc-lock.h share/cscc/include/bits/local_lim.h @@ -16,6 +62,7 @@ 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/csharp.h share/cscc/include/ctype.h share/cscc/include/dirent.h share/cscc/include/errno.h @@ -24,14 +71,19 @@ 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/grp.h share/cscc/include/ieee754.h share/cscc/include/inttypes.h +share/cscc/include/langinfo.h share/cscc/include/limits.h +share/cscc/include/locale.h share/cscc/include/malloc.h share/cscc/include/math.h share/cscc/include/pthread.h share/cscc/include/pwd.h +share/cscc/include/semaphore.h share/cscc/include/setjmp.h +share/cscc/include/signal.h share/cscc/include/stdarg.h share/cscc/include/stdbool.h share/cscc/include/stddef.h @@ -44,8 +96,11 @@ 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/param.h +share/cscc/include/sys/select.h share/cscc/include/sys/stat.h share/cscc/include/sys/sysmacros.h +share/cscc/include/sys/time.h share/cscc/include/sys/types.h share/cscc/include/time.h share/cscc/include/unistd.h @@ -56,4 +111,5 @@ share/cscc/include/xlocale.h @dirrm share/cscc/include/sys @dirrm share/cscc/include/gnu @dirrm share/cscc/include/bits +@dirrm share/cscc/include/assembly @dirrm share/cscc/include diff --git a/lang/pnetC/buildlink3.mk b/lang/pnetC/buildlink3.mk index c89aa89bcd0..7e860c844c6 100644 --- a/lang/pnetC/buildlink3.mk +++ b/lang/pnetC/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.3 2004/03/18 09:12:13 jlam Exp $ +# $NetBSD: buildlink3.mk,v 1.4 2004/05/14 08:04:04 xtraeme Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ PNETC_BUILDLINK3_MK:= ${PNETC_BUILDLINK3_MK}+ @@ -11,7 +11,7 @@ BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:NpnetC} BUILDLINK_PACKAGES+= pnetC .if !empty(PNETC_BUILDLINK3_MK:M+) -BUILDLINK_DEPENDS.pnetC+= pnetC>=0.6.0 +BUILDLINK_DEPENDS.pnetC+= pnetC>=0.6.4 BUILDLINK_PKGSRCDIR.pnetC?= ../../lang/pnetC .endif # PNETC_BUILDLINK3_MK diff --git a/lang/pnetC/distinfo b/lang/pnetC/distinfo index 398ddc4ab6c..86c8c178b69 100644 --- a/lang/pnetC/distinfo +++ b/lang/pnetC/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.1.1.1 2004/01/12 17:18:41 xtraeme Exp $ +$NetBSD: distinfo,v 1.2 2004/05/14 08:04:04 xtraeme Exp $ -SHA1 (pnetC-0.6.0.tar.gz) = 0c00f236c7bb80d0e9591e7dea2e16ff6e45e3d6 -Size (pnetC-0.6.0.tar.gz) = 263490 bytes +SHA1 (pnetC-0.6.4.tar.gz) = d5990a2dd98b2bcd3afc69de54a9a2cd724cd8e8 +Size (pnetC-0.6.4.tar.gz) = 313927 bytes |