pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc Initial addition of magit-1.2.0:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/83192f53b25c
branches:  trunk
changeset: 609600:83192f53b25c
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Sat Oct 06 22:04:01 2012 +0000

description:
Initial addition of magit-1.2.0:

Magit is an interface to the version control system Git, implemented as
an extension to Emacs.  Magit supports GNU Emacs version 22 or later.

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.

Magit is not a complete interface to Git; it just aims to make the most
common Git operations convenient.  Thus, Magit will likely not save you
from learning Git itself.

diffstat:

 devel/Makefile       |   3 ++-
 devel/magit/DESCR    |  12 ++++++++++++
 devel/magit/Makefile |  37 +++++++++++++++++++++++++++++++++++++
 devel/magit/PLIST    |  20 ++++++++++++++++++++
 devel/magit/distinfo |   5 +++++
 doc/CHANGES-2012     |   3 ++-
 6 files changed, 78 insertions(+), 2 deletions(-)

diffs (121 lines):

diff -r ea4774dd0392 -r 83192f53b25c devel/Makefile
--- a/devel/Makefile    Sat Oct 06 20:47:40 2012 +0000
+++ b/devel/Makefile    Sat Oct 06 22:04:01 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1653 2012/10/06 16:44:03 taca Exp $
+# $NetBSD: Makefile,v 1.1654 2012/10/06 22:04:01 jmmv Exp $
 #
 
 COMMENT=       Development utilities
@@ -441,6 +441,7 @@
 SUBDIR+=       m17n-lib
 SUBDIR+=       m4
 SUBDIR+=       mad-flute
+SUBDIR+=       magit
 SUBDIR+=       makedepend
 SUBDIR+=       makedepf90
 SUBDIR+=       maketool
diff -r ea4774dd0392 -r 83192f53b25c devel/magit/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/magit/DESCR Sat Oct 06 22:04:01 2012 +0000
@@ -0,0 +1,12 @@
+Magit is an interface to the version control system Git, implemented as
+an extension to Emacs.  Magit supports GNU Emacs version 22 or later.
+
+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.
+
+Magit is not a complete interface to Git; it just aims to make the most
+common Git operations convenient.  Thus, Magit will likely not save you
+from learning Git itself.
diff -r ea4774dd0392 -r 83192f53b25c devel/magit/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/magit/Makefile      Sat Oct 06 22:04:01 2012 +0000
@@ -0,0 +1,37 @@
+# $NetBSD: Makefile,v 1.1 2012/10/06 22:04:02 jmmv Exp $
+#
+
+DISTNAME=      magit-1.2.0
+PKGNAME=       ${EMACS_PKGNAME_PREFIX}${DISTNAME}
+CATEGORIES=    devel
+MASTER_SITES=  https://github.com/downloads/magit/magit/
+
+MAINTAINER=    jmmv%NetBSD.org@localhost
+HOMEPAGE=      http://magit.github.com/magit/
+COMMENT=       Inspect and modify Git repositories from Emacs
+LICENSE=       gnu-gpl-v3
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+FETCH_USING=           curl
+INFO_FILES=            yes
+USE_LANGUAGES=         # none
+USE_TOOLS=             gmake makeinfo
+NO_CONFIGURE=          yes
+
+MAKE_FLAGS+=           EMACS=${EMACS_BIN}
+MAKE_FLAGS+=           PREFIX=${PREFIX}
+MAKE_FLAGS+=           SYSCONFDIR=${PKG_SYSCONFDIR}
+
+INSTALL_TARGET=                install_core
+
+INSTALLATION_DIRS=     ${EMACS_LISPPREFIX} ${PKGINFODIR}
+
+EMACS_MODULES=         base
+
+.include "../../editors/emacs/modules.mk"
+
+post-install:
+       ${INSTALL_DATA} ${WRKSRC}/magit.info ${DESTDIR}${PREFIX}/${PKGINFODIR}/
+
+.include "../../mk/bsd.pkg.mk"
diff -r ea4774dd0392 -r 83192f53b25c devel/magit/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/magit/PLIST Sat Oct 06 22:04:01 2012 +0000
@@ -0,0 +1,20 @@
+@comment $NetBSD: PLIST,v 1.1 2012/10/06 22:04:02 jmmv Exp $
+${EMACS_LISPPREFIX}/magit-bisect.el
+${EMACS_LISPPREFIX}/magit-bisect.elc
+${EMACS_LISPPREFIX}/magit-blame.el
+${EMACS_LISPPREFIX}/magit-blame.elc
+${EMACS_LISPPREFIX}/magit-key-mode.el
+${EMACS_LISPPREFIX}/magit-key-mode.elc
+${EMACS_LISPPREFIX}/magit-stgit.el
+${EMACS_LISPPREFIX}/magit-stgit.elc
+${EMACS_LISPPREFIX}/magit-svn.el
+${EMACS_LISPPREFIX}/magit-svn.elc
+${EMACS_LISPPREFIX}/magit-topgit.el
+${EMACS_LISPPREFIX}/magit-topgit.elc
+${EMACS_LISPPREFIX}/magit-wip.el
+${EMACS_LISPPREFIX}/magit-wip.elc
+${EMACS_LISPPREFIX}/magit.el
+${EMACS_LISPPREFIX}/magit.elc
+${EMACS_LISPPREFIX}/rebase-mode.el
+${EMACS_LISPPREFIX}/rebase-mode.elc
+info/magit.info
diff -r ea4774dd0392 -r 83192f53b25c devel/magit/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/magit/distinfo      Sat Oct 06 22:04:01 2012 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2012/10/06 22:04:02 jmmv Exp $
+
+SHA1 (magit-1.2.0.tar.gz) = b4d9531e9f66202f8a74cde38ad53ca1a6b4516d
+RMD160 (magit-1.2.0.tar.gz) = 6afbfd0c29b351e7c78c39ebaf74408b3a10a02d
+Size (magit-1.2.0.tar.gz) = 163318 bytes
diff -r ea4774dd0392 -r 83192f53b25c doc/CHANGES-2012
--- a/doc/CHANGES-2012  Sat Oct 06 20:47:40 2012 +0000
+++ b/doc/CHANGES-2012  Sat Oct 06 22:04:01 2012 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2012,v 1.3154 2012/10/06 20:47:40 prlw1 Exp $
+$NetBSD: CHANGES-2012,v 1.3155 2012/10/06 22:04:01 jmmv Exp $
 
 Changes to the packages collection and infrastructure in 2012:
 
@@ -4926,3 +4926,4 @@
        Updated devel/scmgit-docs to 1.7.12.2 [adam 2012-10-06]
        Updated www/gitweb to 1.7.12.2 [adam 2012-10-06]
        Updated devel/glib2 to 2.34.0 [prlw1 2012-10-06]
+       Added devel/magit version 1.2.0 [jmmv 2012-10-06]



Home | Main Index | Thread Index | Old Index