diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-03-06 17:08:04 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-03-06 17:08:04 +0000 |
commit | d5e5082e47bff3fff637948a78979d6a85795581 (patch) | |
tree | ca65df657f8181d835a6b8affdabe244323f89ce /lang/pnetlib | |
parent | 9b5f0edf2756e5fa6663b6a77c6f48c57548a416 (diff) |
Revive lang/pnet, a "DotGNU" Portable.NET C# compiler suite. It came back
as a bunch of ports and a meta-port.
ml-pnet: Some of the Mono upper-level libraries in a form that can be easily
compiled and used with pnet's CLI implementation.
pnet: A meta-port for all these ports.
pnet-base: A runtime engine, C# compiler and a host of useful development
tools, all written in C.
pnetc: pnetC project, an ANSI C library that can be compiled down to IL
using Portable.NET's cscc compiler.
pnetlib: C# class libraries.
PR: ports/60408, ports/60409, ports/60413, ports/60453
Submitted by: michael johnson <ahze@ahze.net>
Notes
Notes:
svn path=/head/; revision=103117
Diffstat (limited to 'lang/pnetlib')
-rw-r--r-- | lang/pnetlib/Makefile | 29 | ||||
-rw-r--r-- | lang/pnetlib/distinfo | 1 | ||||
-rw-r--r-- | lang/pnetlib/pkg-descr | 4 | ||||
-rw-r--r-- | lang/pnetlib/pkg-plist | 46 |
4 files changed, 80 insertions, 0 deletions
diff --git a/lang/pnetlib/Makefile b/lang/pnetlib/Makefile new file mode 100644 index 000000000000..b61426d728c8 --- /dev/null +++ b/lang/pnetlib/Makefile @@ -0,0 +1,29 @@ +# Ports collection makefile for: treecc +# Date created: Wed Jul 11 00:45:15 EDT 2001 +# Whom: Michael Johnson <ahze@ahze.net> +# +# $FreeBSD$ +# + +PORTNAME= pnetlib +PORTVERSION= ${PNET_VERSION}.1 +CATEGORIES= lang +MASTER_SITES= ${PNET_MASTER_SITES} + +MAINTAINER= ahze@ahze.net +COMMENT= C\# system library for pnet + +BUILD_DEPENDS= cscc:${PORTSDIR}/lang/pnet-base \ + treecc:${PORTSDIR}/lang/treecc + +USE_LIBTOOL= yes +USE_GMAKE= yes +STRIP= # Nothing to be stripped. + +.include <bsd.port.pre.mk> +post-install: + ${STRIP_CMD} ${PREFIX}/lib/cscc/lib/libXsharpSupport.so.0 + ${STRIP_CMD} ${PREFIX}/lib/cscc/lib/libXsharpSupport.a + +.include "${.CURDIR}/../pnet/Makefile.pnet" +.include <bsd.port.post.mk> diff --git a/lang/pnetlib/distinfo b/lang/pnetlib/distinfo new file mode 100644 index 000000000000..e4a9b3ce6dd7 --- /dev/null +++ b/lang/pnetlib/distinfo @@ -0,0 +1 @@ +MD5 (pnetlib-0.6.0.1.tar.gz) = 7ace204daba6a511af955a8b5b97cb2d diff --git a/lang/pnetlib/pkg-descr b/lang/pnetlib/pkg-descr new file mode 100644 index 000000000000..42add1cd065d --- /dev/null +++ b/lang/pnetlib/pkg-descr @@ -0,0 +1,4 @@ +C# class libraries, including "mscorlib.dll", "System.dll", "System.Xml.dll", +"System.Drawing.dll", "System.Windows.Forms.dll", etc. + +WWW: http://www.southern-storm.com.au/portable_net.html diff --git a/lang/pnetlib/pkg-plist b/lang/pnetlib/pkg-plist new file mode 100644 index 000000000000..5d2f67490596 --- /dev/null +++ b/lang/pnetlib/pkg-plist @@ -0,0 +1,46 @@ +bin/csunit +bin/csunit.exe +bin/ilinstall +bin/ilinstall.exe +bin/jsrun +bin/jsrun.exe +lib/cscc/lib/Accessibility.dll +lib/cscc/lib/DotGNU.Images.dll +lib/cscc/lib/DotGNU.SSL.dll +lib/cscc/lib/I18N.CJK.dll +lib/cscc/lib/I18N.MidEast.dll +lib/cscc/lib/I18N.Other.dll +lib/cscc/lib/I18N.Rare.dll +lib/cscc/lib/I18N.West.dll +lib/cscc/lib/I18N.dll +lib/cscc/lib/ICSharpCode.SharpZipLib.dll +lib/cscc/lib/ISymWrapper.dll +lib/cscc/lib/Microsoft.JScript.dll +lib/cscc/lib/Microsoft.VisualBasic.dll +lib/cscc/lib/Microsoft.VisualC.dll +lib/cscc/lib/Microsoft.Vsa.dll +lib/cscc/lib/OpenSystem.C.dll +lib/cscc/lib/System.Configuration.Install.dll +lib/cscc/lib/System.Drawing.Postscript.dll +lib/cscc/lib/System.Drawing.Win32.dll +lib/cscc/lib/System.Drawing.Xsharp.dll +lib/cscc/lib/System.Drawing.dll +lib/cscc/lib/System.EnterpriseServices.dll +lib/cscc/lib/System.Net.IrDA.dll +lib/cscc/lib/System.Windows.Forms.dll +lib/cscc/lib/System.Xml.dll +lib/cscc/lib/System.dll +lib/cscc/lib/Xsharp.dll +lib/cscc/lib/cscompmgd.dll +lib/cscc/lib/cstest.dll +lib/cscc/lib/de/I18N.resources.dll +lib/cscc/lib/de/System.Xml.resources.dll +lib/cscc/lib/de/System.resources.dll +lib/cscc/lib/de/mscorlib.resources.dll +lib/cscc/lib/libXsharpSupport.a +lib/cscc/lib/libXsharpSupport.so +lib/cscc/lib/libXsharpSupport.so.0 +lib/cscc/lib/mscorlib.dll +lib/cscc/lib/pnetlib.here +@dirrm lib/cscc/lib/de +@dirrm lib/cscc/lib |