pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/pnetC Update to 0.6.4.
details: https://anonhg.NetBSD.org/pkgsrc/rev/f7fd6e0bc086
branches: trunk
changeset: 475314:f7fd6e0bc086
user: xtraeme <xtraeme%pkgsrc.org@localhost>
date: Fri May 14 08:04:04 2004 +0000
description:
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:
lang/pnetC/Makefile | 6 +++-
lang/pnetC/PLIST | 62 +++++++++++++++++++++++++++++++++++++++++++++--
lang/pnetC/buildlink3.mk | 4 +-
lang/pnetC/distinfo | 6 ++--
4 files changed, 68 insertions(+), 10 deletions(-)
diffs (157 lines):
diff -r cb3fee2d4f49 -r f7fd6e0bc086 lang/pnetC/Makefile
--- a/lang/pnetC/Makefile Fri May 14 08:03:59 2004 +0000
+++ b/lang/pnetC/Makefile Fri May 14 08:04:04 2004 +0000
@@ -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 @@
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 -r cb3fee2d4f49 -r f7fd6e0bc086 lang/pnetC/PLIST
--- a/lang/pnetC/PLIST Fri May 14 08:03:59 2004 +0000
+++ b/lang/pnetC/PLIST Fri May 14 08:04:04 2004 +0000
@@ -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/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/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/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 @@
@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 -r cb3fee2d4f49 -r f7fd6e0bc086 lang/pnetC/buildlink3.mk
--- a/lang/pnetC/buildlink3.mk Fri May 14 08:03:59 2004 +0000
+++ b/lang/pnetC/buildlink3.mk Fri May 14 08:04:04 2004 +0000
@@ -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+= 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 -r cb3fee2d4f49 -r f7fd6e0bc086 lang/pnetC/distinfo
--- a/lang/pnetC/distinfo Fri May 14 08:03:59 2004 +0000
+++ b/lang/pnetC/distinfo Fri May 14 08:04:04 2004 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index