diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2010-09-08 22:09:57 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2010-09-08 22:09:57 +0800 |
commit | 8d478e84feeb1662073e3b1f58c3273cc488e575 (patch) | |
tree | 7a1a5213d1ae1eebf3c1504a91629a0c7a54eba1 /devel/magit | |
parent | ceed5cc8abbdadf752c009e2a24afb8e2ee42ff2 (diff) | |
download | freebsd-ports-gnome-8d478e84feeb1662073e3b1f58c3273cc488e575.tar.gz freebsd-ports-gnome-8d478e84feeb1662073e3b1f58c3273cc488e575.tar.zst freebsd-ports-gnome-8d478e84feeb1662073e3b1f58c3273cc488e575.zip |
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.
WWW: http://philjackson.github.com/magit/
Diffstat (limited to 'devel/magit')
-rw-r--r-- | devel/magit/Makefile | 23 | ||||
-rw-r--r-- | devel/magit/distinfo | 3 | ||||
-rw-r--r-- | devel/magit/pkg-descr | 7 | ||||
-rw-r--r-- | devel/magit/pkg-plist | 5 |
4 files changed, 38 insertions, 0 deletions
diff --git a/devel/magit/Makefile b/devel/magit/Makefile new file mode 100644 index 000000000000..fcc446743ad9 --- /dev/null +++ b/devel/magit/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: magit +# Date created: 8 Sep 2010 +# Whom: Jun Kuriyama <kuriyama@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= magit +PORTVERSION= 0.8.2 +CATEGORIES= devel elisp +MASTER_SITES= ${MASTER_SITE_LOCAL} \ + http://cloud.github.com/downloads/philjackson/magit/ +MASTER_SITE_SUBDIR= kuriyama + +MAINTAINER= kuriyama@FreeBSD.org +COMMENT= Interface to Git for Emacs + +USE_EMACS= YES +GNU_CONFIGURE= YES +USE_GMAKE= YES +INFO= magit + +.include <bsd.port.mk> diff --git a/devel/magit/distinfo b/devel/magit/distinfo new file mode 100644 index 000000000000..34b107dbd2fa --- /dev/null +++ b/devel/magit/distinfo @@ -0,0 +1,3 @@ +MD5 (magit-0.8.2.tar.gz) = fe7e1a1085190ede6bed49e406fe0ce9 +SHA256 (magit-0.8.2.tar.gz) = fc02c23e3e8994e9c3e3299d560d0cbfed888dcc66088f06b8cea3bc89cd6ae8 +SIZE (magit-0.8.2.tar.gz) = 214803 diff --git a/devel/magit/pkg-descr b/devel/magit/pkg-descr new file mode 100644 index 000000000000..8b105e0dd2ab --- /dev/null +++ b/devel/magit/pkg-descr @@ -0,0 +1,7 @@ +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. + +WWW: http://philjackson.github.com/magit/ diff --git a/devel/magit/pkg-plist b/devel/magit/pkg-plist new file mode 100644 index 000000000000..9e2143291932 --- /dev/null +++ b/devel/magit/pkg-plist @@ -0,0 +1,5 @@ +etc/emacs/site-start.d/50magit.el +@dirrmtry etc/emacs/site-start.d +@dirrmtry etc/emacs +share/emacs/site-lisp/magit.el +share/emacs/site-lisp/magit.elc |