From owner-svn-ports-head@FreeBSD.ORG Tue Aug 7 23:55:14 2012 Return-Path: <owner-svn-ports-head@FreeBSD.ORG> Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 19533106564A; Tue, 7 Aug 2012 23:55:14 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id E954B8FC0A; Tue, 7 Aug 2012 23:55:13 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q77NtDjW019983; Tue, 7 Aug 2012 23:55:13 GMT (envelope-from gerald@svn.freebsd.org) Received: (from gerald@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q77NtD1a019978; Tue, 7 Aug 2012 23:55:13 GMT (envelope-from gerald@svn.freebsd.org) Message-Id: <201208072355.q77NtD1a019978@svn.freebsd.org> From: Gerald Pfeifer <gerald@FreeBSD.org> Date: Tue, 7 Aug 2012 23:55:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r302265 - in head/emulators: . wine-mono X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree for head <svn-ports-head.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/svn-ports-head>, <mailto:svn-ports-head-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/svn-ports-head> List-Post: <mailto:svn-ports-head@freebsd.org> List-Help: <mailto:svn-ports-head-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/svn-ports-head>, <mailto:svn-ports-head-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 07 Aug 2012 23:55:14 -0000 Author: gerald Date: Tue Aug 7 23:55:13 2012 New Revision: 302265 URL: http://svn.freebsd.org/changeset/ports/302265 Log: Mono is an Open Source and cross-platform implementation of the .NET framework. Wine can use a Windows build of Mono to run .NET applications. This new ports provides such a build. PR: 169747 Submitted by: David Naylor <naylor.b.david@gmail.com> Added: head/emulators/wine-mono/ head/emulators/wine-mono/Makefile (contents, props changed) head/emulators/wine-mono/distinfo (contents, props changed) head/emulators/wine-mono/pkg-descr (contents, props changed) Modified: head/emulators/Makefile (contents, props changed) Modified: head/emulators/Makefile ============================================================================== --- head/emulators/Makefile Tue Aug 7 23:22:17 2012 (r302264) +++ head/emulators/Makefile Tue Aug 7 23:55:13 2012 (r302265) @@ -193,6 +193,7 @@ SUBDIR += wine-doors SUBDIR += wine-gecko SUBDIR += wine-gecko-devel + SUBDIR += wine-mono SUBDIR += wxmupen64plus SUBDIR += x48 SUBDIR += xbraitenberg Added: head/emulators/wine-mono/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/emulators/wine-mono/Makefile Tue Aug 7 23:55:13 2012 (r302265) @@ -0,0 +1,31 @@ +# New ports collection makefile for: wine-mono-devel +# Date created: 2012-08-08 +# Whom: David Naylor <naylor.b.david@gmail.com> +# +# $FreeBSD$ + +PORTNAME= wine-mono +DISTVERSION= 0.0.4 +CATEGORIES= emulators +MASTER_SITES= SF/wine/Wine%20Mono/${DISTVERSION} +EXTRACT_SUFX= .msi +EXTRACT_ONLY= + +MAINTAINER= naylor.b.david@gmail.com +COMMENT= Mono .NET implementation for Wine development branch (HTML support) + +LICENSE= MIT GPLv2 LGPL20 +LICENSE_COMB= multi + +NO_BUILD= yes +PLIST_SUB+= MONO_VERSION="${DISTVERSION}" +DATADIR= ${PREFIX}/share/wine +PLIST_FILES= %%DATADIR%%/mono/wine-mono-%%MONO_VERSION%%.msi +PLIST_DIRSTRY= %%DATADIR%%/mono %%DATADIR%% + +do-install: + @${MKDIR} ${DATADIR}/mono + ${INSTALL_DATA} ${DISTDIR}/wine-mono-${DISTVERSION}.msi \ + ${DATADIR}/mono + +.include <bsd.port.mk> Added: head/emulators/wine-mono/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/emulators/wine-mono/distinfo Tue Aug 7 23:55:13 2012 (r302265) @@ -0,0 +1,2 @@ +SHA256 (wine-mono-0.0.4.msi) = 15d8a612cdeca4eff3137353f29fdeb7a99e055cd633844c91cd00e0186b8882 +SIZE (wine-mono-0.0.4.msi) = 44408320 Added: head/emulators/wine-mono/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/emulators/wine-mono/pkg-descr Tue Aug 7 23:55:13 2012 (r302265) @@ -0,0 +1,4 @@ +Mono is an Open Source and cross-platform implementation of the .NET +framework. Wine can use a Windows build of Mono to run .NET applications. + +WWW: http://wiki.winehq.org/Mono