pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/texdrive Initial import of texdrive-0.0.20081126:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0b95c0bc221c
branches:  trunk
changeset: 551178:0b95c0bc221c
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Dec 09 12:19:59 2008 +0000

description:
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:

 math/texdrive/DESCR    |   3 +++
 math/texdrive/MESSAGE  |  13 +++++++++++++
 math/texdrive/Makefile |  32 ++++++++++++++++++++++++++++++++
 math/texdrive/PLIST    |   3 +++
 math/texdrive/distinfo |   5 +++++
 5 files changed, 56 insertions(+), 0 deletions(-)

diffs (76 lines):

diff -r ebd53f7bef9f -r 0b95c0bc221c math/texdrive/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/texdrive/DESCR       Tue Dec 09 12:19:59 2008 +0000
@@ -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 -r ebd53f7bef9f -r 0b95c0bc221c math/texdrive/MESSAGE
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/texdrive/MESSAGE     Tue Dec 09 12:19:59 2008 +0000
@@ -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 -r ebd53f7bef9f -r 0b95c0bc221c math/texdrive/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/texdrive/Makefile    Tue Dec 09 12:19:59 2008 +0000
@@ -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@localhost
+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 -r ebd53f7bef9f -r 0b95c0bc221c math/texdrive/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/texdrive/PLIST       Tue Dec 09 12:19:59 2008 +0000
@@ -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 -r ebd53f7bef9f -r 0b95c0bc221c math/texdrive/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/texdrive/distinfo    Tue Dec 09 12:19:59 2008 +0000
@@ -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



Home | Main Index | Thread Index | Old Index