| Summary: | New port: sysutils/mono-kmod | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Björn König <bkoenig> | ||||
| Component: | Individual Port(s) | Assignee: | Andrey Slusar <anray> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Björn König
2007-04-21 01:00:11 UTC
Responsible Changed From-To: freebsd-ports-bugs->anray I'll take it. 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 <bkoenig at cs.tu-berlin.de>
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)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed New port added, with minor changes. Thanks! |