Bug 111973 - New port: sysutils/mono-kmod
Summary: New port: sysutils/mono-kmod
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Andrey Slusar
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-21 01:00 UTC by Björn König
Modified: 2007-04-21 12:10 UTC (History)
0 users

See Also:


Attachments
file.txt (1.20 KB, application/octet-stream)
2007-04-21 01:00 UTC, Björn König
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Björn König 2007-04-21 01:00:11 UTC
mono-kmod is a FreeBSD kernel module that 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".

See also:
http://www.alpha-tierchen.de/~bkoenig/mono-kmod/

Fix: Patch attached with submission follows:
Comment 1 Andrey Slusar freebsd_committer freebsd_triage 2007-04-21 11:44:07 UTC
Responsible Changed
From-To: freebsd-ports-bugs->anray

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-04-21 12:01:17 UTC
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"
Comment 3 Andrey Slusar freebsd_committer freebsd_triage 2007-04-21 12:03:46 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!