diff options
author | wiz <wiz> | 2008-12-09 12:19:59 +0000 |
---|---|---|
committer | wiz <wiz> | 2008-12-09 12:19:59 +0000 |
commit | 742660890a7a03c21404c0fa555642c259f2a2bd (patch) | |
tree | 95986f752fcd87854ab873de9c9b5d1a86b228e0 /math/texdrive | |
parent | e2d0e8ea3cc8c499de44c1f7f26e1c3946b7190c (diff) | |
download | pkgsrc-742660890a7a03c21404c0fa555642c259f2a2bd.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/DESCR | 3 | ||||
-rw-r--r-- | math/texdrive/MESSAGE | 13 | ||||
-rw-r--r-- | math/texdrive/Makefile | 32 | ||||
-rw-r--r-- | math/texdrive/PLIST | 3 | ||||
-rw-r--r-- | math/texdrive/distinfo | 5 |
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 |