diff options
author | kefren <kefren@pkgsrc.org> | 2008-11-22 08:55:28 +0000 |
---|---|---|
committer | kefren <kefren@pkgsrc.org> | 2008-11-22 08:55:28 +0000 |
commit | 3654a8684101c26dbc4a0ae836caf8412c249384 (patch) | |
tree | 441c23d0211d1d3938dd5e867604a15ee2c3f03e /lang/mono-basic | |
parent | b17d480a8a3f2bce6548133589212099eaa96895 (diff) | |
download | pkgsrc-3654a8684101c26dbc4a0ae836caf8412c249384.tar.gz |
Initial import of Mono VB.NET framework
Diffstat (limited to 'lang/mono-basic')
-rw-r--r-- | lang/mono-basic/DESCR | 8 | ||||
-rw-r--r-- | lang/mono-basic/Makefile | 25 | ||||
-rw-r--r-- | lang/mono-basic/PLIST | 8 | ||||
-rw-r--r-- | lang/mono-basic/distinfo | 5 |
4 files changed, 46 insertions, 0 deletions
diff --git a/lang/mono-basic/DESCR b/lang/mono-basic/DESCR new file mode 100644 index 00000000000..216b4a357aa --- /dev/null +++ b/lang/mono-basic/DESCR @@ -0,0 +1,8 @@ +The Mono Project is an open development initiative sponsored by Ximian +that is working to develop an open source, Unix version of the Microsoft +.NET development platform. Its objective is to enable Unix developers to +build and deploy cross-platform .NET Applications. The project will +implement various technologies developed by Microsoft that have now been +submitted to the ECMA for standardization. + +This package contains VB.NET framework and VB.NET compiler diff --git a/lang/mono-basic/Makefile b/lang/mono-basic/Makefile new file mode 100644 index 00000000000..dfef2144aab --- /dev/null +++ b/lang/mono-basic/Makefile @@ -0,0 +1,25 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/11/22 08:55:28 kefren Exp $ + +DISTNAME= mono-basic-2.0 +CATEGORIES= lang +MASTER_SITES= http://ftp.novell.com/pub/mono/sources/mono-basic/ +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= kefren@NetBSD.org +HOMEPAGE= http://www.mono-project.com/ +COMMENT= Visual Basic .NET support for mono + +PKG_DESTDIR_SUPPORT= user-destdir + +USE_TOOLS+= gmake +USE_LANGUAGES+= # empty +EXTRACT_USING= gtar + +GNU_CONFIGURE= yes + +UNLIMIT_RESOURCES= datasize +UNLIMIT_RESOURCES+= stacksize +UNLIMIT_RESOURCES+= memorysize + +.include "../../lang/mono/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/lang/mono-basic/PLIST b/lang/mono-basic/PLIST new file mode 100644 index 00000000000..6aee0eed037 --- /dev/null +++ b/lang/mono-basic/PLIST @@ -0,0 +1,8 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2008/11/22 08:55:28 kefren Exp $ +bin/vbnc +lib/mono/2.0/Microsoft.VisualBasic.dll +lib/mono/2.0/vbnc.exe +lib/mono/2.0/vbnc.exe.mdb +lib/mono/2.0/vbnc.rsp +lib/mono/gac/Microsoft.VisualBasic/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll +lib/mono/gac/Microsoft.VisualBasic/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll.mdb diff --git a/lang/mono-basic/distinfo b/lang/mono-basic/distinfo new file mode 100644 index 00000000000..d6c3ea3ecfe --- /dev/null +++ b/lang/mono-basic/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2008/11/22 08:55:28 kefren Exp $ + +SHA1 (mono-basic-2.0.tar.bz2) = 9fc1d99a28237581e51b13a45fe56157c03c1ed9 +RMD160 (mono-basic-2.0.tar.bz2) = 02b3e2f79b91f070abedcb675d6cafd71fd855cb +Size (mono-basic-2.0.tar.bz2) = 1252100 bytes |