1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name mmm-mode |
---|
6 | version 0.5.0 |
---|
7 | categories lang |
---|
8 | platforms all |
---|
9 | license GPL |
---|
10 | maintainers pierreetienne.meunier@gmail.com |
---|
11 | description A minor mode for Emacs that allows Multiple Major Modes to coexist in one buffer. |
---|
12 | long_description MMM Mode is a minor mode for Emacs that allows Multiple Major Modes \ |
---|
13 | to coexist in one buffer. It is well-suited to editing:\ |
---|
14 | \ |
---|
15 | * Preprocessed code, such as server-side Ruby, Perl or PHP embedded in HTML\ |
---|
16 | * Code generating code, such as HTML output by CGI scripts\ |
---|
17 | * Embedded code, such as Javascript in HTML\ |
---|
18 | * Literate programming: code interspersed with documentation, e.g. Noweb |
---|
19 | homepage https://github.com/purcell/mmm-mode |
---|
20 | master_sites http://lama.univ-savoie.fr/~meunier/darcs |
---|
21 | |
---|
22 | |
---|
23 | checksums sha256 1ba3100661323990a5d3d4ffb4822516db9068e663da7e09720f65ce1be17a4a |
---|
24 | |
---|
25 | depends_lib port:emacs |
---|
26 | |
---|
27 | configure.cmd ./autogen.sh && ./configure --datarootdir=${prefix}/share |
---|
28 | configure.pre_args |
---|
29 | configure.post_args |
---|