[97058] trunk/dports/devel
ryandesign at macports.org
ryandesign at macports.org
Sat Aug 25 14:51:56 PDT 2012
Revision: 97058
https://trac.macports.org/changeset/97058
Author: ryandesign at macports.org
Date: 2012-08-25 14:51:56 -0700 (Sat, 25 Aug 2012)
Log Message:
-----------
magit: new port, version 1.1.1 (#35806)
Added Paths:
-----------
trunk/dports/devel/magit/
trunk/dports/devel/magit/Portfile
Added: trunk/dports/devel/magit/Portfile
===================================================================
--- trunk/dports/devel/magit/Portfile (rev 0)
+++ trunk/dports/devel/magit/Portfile 2012-08-25 21:51:56 UTC (rev 97058)
@@ -0,0 +1,40 @@
+# -*- 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
Property changes on: trunk/dports/devel/magit/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120825/86f69dd7/attachment.html>
More information about the macports-changes
mailing list