Ticket #35806: Portfile

File Portfile, 1.4 KB (added by cubranic@…, 12 years ago)

Portfile for magit

Line 
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
4PortSystem      1.0
5PortGroup       github 1.0
6
7github.setup    magit magit 1.1.1
8categories      devel editors
9license         GPL-3
10maintainers     nomaintainer
11platforms       darwin
12supported_archs noarch
13
14description     Magit is an interface to Git for Emacs
15long_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
28homepage        http://magit.github.com/magit/
29
30github.tarball_from   downloads
31checksums       rmd160  216dcf8082117cc699ed83a412d9e4dc7622a8b6 \
32                sha256  9ffdfddad0023262df6e7ff90a15a3f170e1a8127c9cec848d54d57b63c7e57e
33
34depends_lib     port:emacs
35depends_build   port:texinfo
36depends_run     bin:git:git-core
37
38use_configure   no
39
40destroot.args   PREFIX=${prefix} SYSCONFDIR=${prefix}/etc