pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/graphviz-dot-mode Import graphviz-dot-mode-0....



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6161b25211e3
branches:  trunk
changeset: 596613:6161b25211e3
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Fri Dec 09 21:53:44 2011 +0000

description:
Import graphviz-dot-mode-0.3.7 as graphics/graphviz-dot-mode.

The graphviz-dot-mode will do font locking, indentation, preview of
graphs and eases compilation/error location.  There is support for
both GNU Emacs and XEmacs.

diffstat:

 graphics/graphviz-dot-mode/DESCR    |   3 +++
 graphics/graphviz-dot-mode/Makefile |  34 ++++++++++++++++++++++++++++++++++
 graphics/graphviz-dot-mode/PLIST    |   3 +++
 graphics/graphviz-dot-mode/distinfo |   5 +++++
 4 files changed, 45 insertions(+), 0 deletions(-)

diffs (61 lines):

diff -r 6a2ff7191c28 -r 6161b25211e3 graphics/graphviz-dot-mode/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/graphviz-dot-mode/DESCR  Fri Dec 09 21:53:44 2011 +0000
@@ -0,0 +1,3 @@
+The graphviz-dot-mode will do font locking, indentation, preview of
+graphs and eases compilation/error location.  There is support for
+both GNU Emacs and XEmacs.
diff -r 6a2ff7191c28 -r 6161b25211e3 graphics/graphviz-dot-mode/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/graphviz-dot-mode/Makefile       Fri Dec 09 21:53:44 2011 +0000
@@ -0,0 +1,34 @@
+# $NetBSD: Makefile,v 1.1.1.1 2011/12/09 21:53:44 minskim Exp $
+
+DISTNAME=      graphviz-dot-mode
+PKGNAME=       ${DISTNAME}-0.3.7
+CATEGORIES=    graphics
+MASTER_SITES=  http://users.skynet.be/ppareit/projects/graphviz-dot-mode/
+EXTRACT_SUFX=  .el
+
+MAINTAINER=    minskim%NetBSD.org@localhost
+HOMEPAGE=      http://users.skynet.be/ppareit/projects/graphviz-dot-mode/graphviz-dot-mode.html
+COMMENT=       Graphviz dot mode for Emacs
+LICENSE=       gnu-gpl-v2
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+NO_CONFIGURE=  yes
+USE_LANGUAGES= # none
+WRKSRC=                ${WRKDIR}
+
+EMACS_MODULES= base
+
+INSTALLATION_DIRS=     ${EMACS_LISPPREFIX}
+
+.include "../../editors/emacs/modules.mk"
+
+do-build:
+       ${EMACS_BIN} --no-init-file --no-site-file -batch \
+               -f batch-byte-compile ${WRKSRC}/graphviz-dot-mode.el
+
+do-install:
+       ${INSTALL_DATA} ${WRKSRC}/graphviz-dot-mode.el ${WRKSRC}/graphviz-dot-mode.elc \
+               ${DESTDIR}${EMACS_LISPPREFIX}/
+
+.include "../../mk/bsd.pkg.mk"
diff -r 6a2ff7191c28 -r 6161b25211e3 graphics/graphviz-dot-mode/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/graphviz-dot-mode/PLIST  Fri Dec 09 21:53:44 2011 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2011/12/09 21:53:44 minskim Exp $
+${EMACS_LISPPREFIX}/graphviz-dot-mode.el
+${EMACS_LISPPREFIX}/graphviz-dot-mode.elc
diff -r 6a2ff7191c28 -r 6161b25211e3 graphics/graphviz-dot-mode/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/graphviz-dot-mode/distinfo       Fri Dec 09 21:53:44 2011 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2011/12/09 21:53:44 minskim Exp $
+
+SHA1 (graphviz-dot-mode.el) = 5cd9e4ba62623a92e4ed48c03b20e525e1003de5
+RMD160 (graphviz-dot-mode.el) = dcf6bc046f7783bb486be83f543e254d0a036327
+Size (graphviz-dot-mode.el) = 40848 bytes



Home | Main Index | Thread Index | Old Index