Difference between revisions of "Mig"

From Free Software Directory
Jump to: navigation, search
(Created page with "{{Entry |Name=Mig |Short description=Interface generator for the Hurd |Full description=MiG is the Mach 3.0 interface generator, as maintained by the GNU Hurd developers for the ...")
 
m (VCS checkout)
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{{Entry
 
{{Entry
|Name=Mig
+
|Name=GNU MIG
 
|Short description=Interface generator for the Hurd
 
|Short description=Interface generator for the Hurd
|Full description=MiG is the Mach 3.0 interface generator, as maintained by the GNU Hurd developers for the GNU project. It produces stub code from interface definition (.defs) files. The stub code makes it easy to implement and use Mach interfaces as remote procedure calls (RPC). You need 'mig' to compile the GNU Mach and Hurd distributions, and to compile the GNU C library for the Hurd. It is also needed for other software in the GNU systems that uses Mach-based inter-process communication.
+
|Full description=GNU MIG is the Mach 3.0 interface generator, as maintained by the GNU Hurd developers for the GNU project. It produces stub code from interface definition (.defs) files. The stub code makes it easy to implement and use Mach interfaces as remote procedure calls (RPC). You need 'mig' to compile the GNU Mach and Hurd distributions, and to compile the GNU C library for the Hurd. It is also needed for other software in the GNU systems that uses Mach-based inter-process communication.
|User level=none
+
|Homepage URL=http://www.gnu.org/software/mig
|Status=Live
+
|User level=advanced
|Component programs=
+
|VCS checkout command=git clone git://git.savannah.gnu.org/hurd/mig.git
|Homepage URL=http://www.gnu.org/software/hurd/mig.html
 
|VCS checkout command=
 
 
|Computer languages=C
 
|Computer languages=C
|Documentation note=
 
|Paid support=
 
|IRC help=
 
|IRC general=
 
|IRC development=
 
 
|Related projects=Ansel,AutoScrapbook,BINS,MT2_Thumbnailer,My_Photo_Gallery,Photo_Organizer,Danpei,Gallery,hurd,Photoseek,yappa-ng,gnumach,PHPortfolio,PHPoto,Pharch,PhotoGen,Photoshrink,dmi
 
|Related projects=Ansel,AutoScrapbook,BINS,MT2_Thumbnailer,My_Photo_Gallery,Photo_Organizer,Danpei,Gallery,hurd,Photoseek,yappa-ng,gnumach,PHPortfolio,PHPoto,Pharch,PhotoGen,Photoshrink,dmi
 
|Keywords=kernel,software development,programming,hurd,Mach Interface Generator
 
|Keywords=kernel,software development,programming,hurd,Mach Interface Generator
|Is GNU=n
+
|Version identifier=1.4
|Last review by=Janet Casey
+
|Version date=2013/09/27
|Last review date=2005-05-23
+
|Version status=stable
 +
|Version download=http://git.savannah.gnu.org/cgit/hurd/mig.git/snapshot/mig-1.4.tar.gz
 +
|Version comment=Version 1.4:
 +
* Don't accept the `-R' (msg_send) command line option anymore and make the
 +
  `-r' one (msg_rpc) a no-op.
 +
* Fix warnings when compiling generated files with recent versions of GCC.
 +
* Handle the preprocessor option `-isystem' correctly.
 +
* Cope with command line arguments that contain whitespace.
 +
* Make the installation tree relocatable.
 +
* Be more careful to catch write errors when closing files.
 +
* Spurious deallocation of out-of-line memory has been fixed in case of an
 +
  error while processing the RPC.
 +
|Last review by=Genium
 +
|Last review date=2013/09/28
 
|Submitted by=Database conversion
 
|Submitted by=Database conversion
 
|Submitted date=2011-04-01
 
|Submitted date=2011-04-01
|Version identifier=1.3.1
+
|Status=
|Version date=2002-09-04
+
|Is GNU=Yes
|Version status=beta
+
|GNU package identifier=mig
|Version download=ftp://ftp.gnu.org/gnu/mig/mig-1.3.1.tar.gz
+
|License verified date=2003-02-18
 +
}}
 +
{{Project license
 +
|License=GPLv2
 +
|License verified by=Janet Casey
 
|License verified date=2003-02-18
 
|License verified date=2003-02-18
|Version comment=1.3.1 beta released 2002-09-04
 
 
}}
 
}}
 
{{Person
 
{{Person
 +
|Real name=Thomas Schwinge
 
|Role=Maintainer
 
|Role=Maintainer
 +
|Email=thomas@codesourcery.com
 +
|Resource URL=
 +
}}
 +
{{Person
 
|Real name=Jeff Bailey
 
|Real name=Jeff Bailey
 +
|Role=Maintainer
 
|Email=jbailey@nisa.net
 
|Email=jbailey@nisa.net
 
|Resource URL=
 
|Resource URL=
Line 43: Line 58:
 
|Resource kind=E-mail
 
|Resource kind=E-mail
 
|Resource URL=mailto:help-hurd@gnu.org
 
|Resource URL=mailto:help-hurd@gnu.org
 +
}}
 +
{{Resource
 +
|Resource audience=Developer
 +
|Resource kind=VCS Repository Webview
 +
|Resource URL=http://git.savannah.gnu.org/cgit/hurd/mig.git/
 
}}
 
}}
 
{{Software category
 
{{Software category
Line 48: Line 68:
 
|Use=software-development
 
|Use=software-development
 
}}
 
}}
{{Project license
+
{{Featured}}
|License=GPLv2
 
|License verified by=Janet Casey
 
|License verified date=2003-02-18
 
}}
 

Revision as of 17:08, 28 September 2013


[edit]

GNU MIG

https://www.gnu.org/software/mig/
Interface generator for the Hurd.

GNU MIG is the Mach 3.0 interface generator, as maintained by the GNU Hurd developers for the GNU system. It produces stub code from interface definition (.defs) files. The stub code makes it easy to implement and use Mach interfaces as remote procedure calls (RPC). You need 'mig' to compile the GNU Mach and Hurd distributions, and to compile the GNU C library for the Hurd. It is also needed for other software in the GNU systems that uses Mach-based inter-process communication.





Licensing

License

Verified by

Verified on

Notes

Verified by

Bendikker

Verified on

2 May 2018

Verified by

Bendikker

Verified on

2 May 2018




Leaders and contributors

Contact(s)Role
Samuel Thibault Maintainer
Jeff Bailey Maintainer
Thomas Schwinge Maintainer


Resources and communication

AudienceResource typeURI
Mailing Listhttps://lists.gnu.org/mailman/listinfo/gnu-system-discuss/
Downloadhttps://alpha.gnu.org/gnu/mig/
Downloadhttps://ftp.gnu.org/gnu/mig/
Mailing Listhttps://lists.gnu.org/mailman/listinfo/hurd-devel-readers/
Mailing Listhttps://lists.gnu.org/mailman/listinfo/help-hurd/
Debian (Ref)https://tracker.debian.org/pkg/mig
Mailing Listhttps://lists.gnu.org/mailman/listinfo/bug-hurd/
VCS Repository Webviewhttps://git.savannah.gnu.org/cgit/hurd/mig.git/


Software prerequisites




Entry






















Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.