summaryrefslogtreecommitdiff
path: root/math/texdrive
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2008-12-09 12:19:59 +0000
committerwiz <wiz@pkgsrc.org>2008-12-09 12:19:59 +0000
commit3a087ae2cb4e5f023f04cacb1f52e45237947bea (patch)
tree95986f752fcd87854ab873de9c9b5d1a86b228e0 /math/texdrive
parent40a6e1781bff87af265924bc5f1de56ab5d73e5d (diff)
downloadpkgsrc-3a087ae2cb4e5f023f04cacb1f52e45237947bea.tar.gz
Initial import of texdrive-0.0.20081126:
texdrive is an emacs minor-mode for adding mathematical equations to html-pages; things like Euler's identity, Pythagoras theorem and so on.
Diffstat (limited to 'math/texdrive')
-rw-r--r--math/texdrive/DESCR3
-rw-r--r--math/texdrive/MESSAGE13
-rw-r--r--math/texdrive/Makefile32
-rw-r--r--math/texdrive/PLIST3
-rw-r--r--math/texdrive/distinfo5
5 files changed, 56 insertions, 0 deletions
diff --git a/math/texdrive/DESCR b/math/texdrive/DESCR
new file mode 100644
index 00000000000..6be58ad6b80
--- /dev/null
+++ b/math/texdrive/DESCR
@@ -0,0 +1,3 @@
+texdrive is an emacs minor-mode for adding mathematical equations
+to html-pages; things like Euler's identity, Pythagoras theorem
+and so on.
diff --git a/math/texdrive/MESSAGE b/math/texdrive/MESSAGE
new file mode 100644
index 00000000000..5b2796632bd
--- /dev/null
+++ b/math/texdrive/MESSAGE
@@ -0,0 +1,13 @@
+===========================================================================
+$NetBSD: MESSAGE,v 1.1.1.1 2008/12/09 12:19:59 wiz Exp $
+
+You will need to add something like the following to your .emacs file to
+autoload the texdrive minor mode for Emacs:
+
+ (require 'texdrive)
+
+Then enable the mode when you want to use it with
+
+ (texdrive-mode)
+
+===========================================================================
diff --git a/math/texdrive/Makefile b/math/texdrive/Makefile
new file mode 100644
index 00000000000..f16966a4e86
--- /dev/null
+++ b/math/texdrive/Makefile
@@ -0,0 +1,32 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/12/09 12:19:59 wiz Exp $
+#
+
+DISTNAME= texdrive
+PKGNAME= texdrive-0.0.20081126.171834
+CATEGORIES= math
+MASTER_SITES= http://www.djcbsoftware.nl/code/texdrive/
+EXTRACT_SUFX= .el
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://www.djcbsoftware.nl/code/texdrive/
+COMMENT= Emacs mode for creating inline formulae for HTML
+
+DEPENDS+= teTeX-bin-[0-9]*:../../print/teTeX3-bin
+DEPENDS+= ImageMagick-[0-9]*:../../graphics/ImageMagick
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+DIST_SUBDIR= ${PKGNAME_NOREV}
+WRKSRC= ${WRKDIR}
+USE_LANGUAGES= # none
+MESSAGE_SUBST+= LISPDIR=${EMACS_LISPPREFIX:Q}
+
+do-build:
+ cd ${WRKSRC} && ${EMACS_BIN} -batch -f batch-byte-compile texdrive.el
+
+do-install:
+ ${INSTALL_DATA_DIR} ${DESTDIR}${EMACS_LISPPREFIX}
+ ${INSTALL_DATA} ${WRKSRC}/texdrive.* ${DESTDIR}${EMACS_LISPPREFIX}
+
+.include "../../editors/emacs/modules.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/math/texdrive/PLIST b/math/texdrive/PLIST
new file mode 100644
index 00000000000..cfdd951b39b
--- /dev/null
+++ b/math/texdrive/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2008/12/09 12:19:59 wiz Exp $
+${EMACS_LISPPREFIX}/texdrive.el
+${EMACS_LISPPREFIX}/texdrive.elc
diff --git a/math/texdrive/distinfo b/math/texdrive/distinfo
new file mode 100644
index 00000000000..ce41b372aa2
--- /dev/null
+++ b/math/texdrive/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/12/09 12:19:59 wiz Exp $
+
+SHA1 (texdrive-0.0.20081126.171834/texdrive.el) = 7eb4d3b2a24bc2f9338917c12c4df803a4cde163
+RMD160 (texdrive-0.0.20081126.171834/texdrive.el) = 14d4b1866f725108475698b4c68f4993c5d8163a
+Size (texdrive-0.0.20081126.171834/texdrive.el) = 9168 bytes