From owner-cvs-all@FreeBSD.ORG Sat Apr 21 11:01:11 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EED5316A40E; Sat, 21 Apr 2007 11:01:11 +0000 (UTC) (envelope-from anray@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id BE95013C4AD; Sat, 21 Apr 2007 11:01:11 +0000 (UTC) (envelope-from anray@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3LB1BE6034893; Sat, 21 Apr 2007 11:01:11 GMT (envelope-from anray@repoman.freebsd.org) Received: (from anray@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3LB1BUa034892; Sat, 21 Apr 2007 11:01:11 GMT (envelope-from anray) Message-Id: <200704211101.l3LB1BUa034892@repoman.freebsd.org> From: Andrey Slusar Date: Sat, 21 Apr 2007 11:01:11 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils Makefile ports/sysutils/mono-kmod Makefile distinfo pkg-descr ports/sysutils/mono-kmod/files pkg-message.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Apr 2007 11:01:12 -0000 anray 2007-04-21 11:01:11 UTC FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/mono-kmod Makefile distinfo pkg-descr sysutils/mono-kmod/files pkg-message.in Log: mono-kmod is a FreeBSD kernel module enables you to execute ECMA and .NET applications without preceding the native code generator in the command line. That means you can call a binary with "./hello.exe" instead of "mono hello.exe". WWW: http://www.alpha-tierchen.de/~bkoenig/mono-kmod/ PR: ports/111973 Submitted by: Björn König Revision Changes Path 1.909 +1 -0 ports/sysutils/Makefile 1.1 +32 -0 ports/sysutils/mono-kmod/Makefile (new) 1.1 +3 -0 ports/sysutils/mono-kmod/distinfo (new) 1.1 +11 -0 ports/sysutils/mono-kmod/files/pkg-message.in (new) 1.1 +6 -0 ports/sysutils/mono-kmod/pkg-descr (new)