1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup github 1.0 |
---|
6 | |
---|
7 | github.setup magit magit 1.1.1 |
---|
8 | categories devel editors |
---|
9 | license GPL-3 |
---|
10 | maintainers nomaintainer |
---|
11 | platforms darwin |
---|
12 | supported_archs noarch |
---|
13 | |
---|
14 | description Magit is an interface to Git for Emacs |
---|
15 | long_description \ |
---|
16 | Magit is an interface to Git for Emacs. Unlike Emacs's native \ |
---|
17 | version control support, Magit can take advantage of Git's \ |
---|
18 | native features without breaking compatibility with other \ |
---|
19 | systems. \ |
---|
20 | \ |
---|
21 | With Magit, you can inspect and modify your Git repositories with \ |
---|
22 | Emacs. You can review and commit the changes you have made to the \ |
---|
23 | tracked files, for example, and you can browse the history of past \ |
---|
24 | changes. There is support for cherry picking, reverting, merging, \ |
---|
25 | rebasing, and other common Git operations. |
---|
26 | |
---|
27 | |
---|
28 | homepage http://magit.github.com/magit/ |
---|
29 | |
---|
30 | github.tarball_from downloads |
---|
31 | checksums rmd160 216dcf8082117cc699ed83a412d9e4dc7622a8b6 \ |
---|
32 | sha256 9ffdfddad0023262df6e7ff90a15a3f170e1a8127c9cec848d54d57b63c7e57e |
---|
33 | |
---|
34 | depends_lib port:emacs |
---|
35 | depends_build port:texinfo |
---|
36 | depends_run bin:git:git-core |
---|
37 | |
---|
38 | use_configure no |
---|
39 | |
---|
40 | destroot.args PREFIX=${prefix} SYSCONFDIR=${prefix}/etc |
---|