Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

3
math/texdrive/DESCR Normal file
View File

@@ -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.

13
math/texdrive/MESSAGE Normal file
View File

@@ -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)
===========================================================================

31
math/texdrive/Makefile Normal file
View File

@@ -0,0 +1,31 @@
# $NetBSD: Makefile,v 1.4 2013/02/17 19:18:06 dholland Exp $
#
DISTNAME= texdrive
PKGNAME= texdrive-0.0.20081126.171834
PKGREVISION= 2
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
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"

3
math/texdrive/PLIST Normal file
View File

@@ -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

5
math/texdrive/distinfo Normal file
View File

@@ -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