# -*- 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 # $Id$ PortSystem 1.0 PortGroup github 1.0 github.setup magit magit 1.1.1 categories devel editors license GPL-3+ maintainers nomaintainer platforms darwin supported_archs noarch description Magit is an interface to Git for Emacs long_description \ Magit is an interface to Git for Emacs. Unlike Emacs's native \ version control support, Magit can take advantage of Git's \ native features without breaking compatibility with other \ systems. \ \ With Magit, you can inspect and modify your Git repositories with \ Emacs. You can review and commit the changes you have made to the \ tracked files, for example, and you can browse the history of past \ changes. There is support for cherry picking, reverting, merging, \ rebasing, and other common Git operations. homepage http://magit.github.com/magit/ github.tarball_from downloads checksums rmd160 216dcf8082117cc699ed83a412d9e4dc7622a8b6 \ sha256 9ffdfddad0023262df6e7ff90a15a3f170e1a8127c9cec848d54d57b63c7e57e depends_lib port:emacs depends_build port:texinfo depends_run bin:git:git-core use_configure no destroot.args PREFIX=${prefix} SYSCONFDIR=${prefix}/etc