Add preview-latex, LaTeX previewer on Emacs 21.

This commit is contained in:
Yoichi NAKAYAMA 2002-01-27 00:18:27 +00:00
parent 9ab2cf61c3
commit bbf6e9b1b5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=53807
6 changed files with 67 additions and 0 deletions

View File

@ -132,6 +132,7 @@
SUBDIR += pkfonts600
SUBDIR += pnm2ppa
SUBDIR += poster
SUBDIR += preview-latex
SUBDIR += pscal
SUBDIR += pstotext
SUBDIR += psutils-a4

View File

@ -0,0 +1,39 @@
# New ports collection makefile for: preview-latex (for emacs21)
# Date Created: 27 Jan 2002
# Whom: Yoichi NAKAYAMA <yoichi@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= preview-latex
PORTVERSION= 0.5.8.2
CATEGORIES= print elisp
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
PKGNAMESUFFIX= -${EMACS_PORT_NAME}
MAINTAINER= yoichi@FreeBSD.org
BUILD_DEPENDS= ${LOCALBASE}/${EMACS_SITE_LISPDIR}/auctex/latex.el:${PORTSDIR}/print/auctex \
gs:${PORTSDIR}/print/ghostscript-gnu
RUN_DEPENDS= ${LOCALBASE}/${EMACS_SITE_LISPDIR}/auctex/latex.el:${PORTSDIR}/print/auctex \
gs:${PORTSDIR}/print/ghostscript-gnu
EMACS_PORT_NAME?= emacs21
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --with-emacs=${EMACS_CMD} \
--with-lispdir=${PREFIX}/${EMACS_VERSION_SITE_LISPDIR} \
--with-texmf=${PREFIX}/share/texmf
DOCS= ChangeLog INSTALL PROBLEMS README README-preview RELEASE TODO
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
.for i in ${DOCS}
${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (preview-latex-0.5.8.2.tar.gz) = ed53cfc0ba11c16e8fd720225c1cba34

View File

@ -0,0 +1 @@
LaTeX previewer on Emacs

View File

@ -0,0 +1,8 @@
preview-latex is a system for displaying inline images of selected
parts of a file in Emacs source buffers.
Put the expression below into your ~/.emacs
(require 'preview)
WWW: http://preview-latex.sourceforge.net/

View File

@ -0,0 +1,17 @@
share/texmf/tex/latex/preview/prauctex.def
share/texmf/tex/latex/preview/preview.sty
@dirrm share/texmf/tex/latex/preview
share/texmf/doc/latex/styles/preview.dvi
%%EMACS_VERSION_SITE_LISPDIR%%/preview/preview.el
%%EMACS_VERSION_SITE_LISPDIR%%/preview/preview.elc
%%EMACS_VERSION_SITE_LISPDIR%%/preview/prv-emacs.el
%%EMACS_VERSION_SITE_LISPDIR%%/preview/prv-emacs.elc
@dirrm %%EMACS_VERSION_SITE_LISPDIR%%/preview
%%PORTDOCS%%share/doc/preview-latex/ChangeLog
%%PORTDOCS%%share/doc/preview-latex/INSTALL
%%PORTDOCS%%share/doc/preview-latex/PROBLEMS
%%PORTDOCS%%share/doc/preview-latex/README
%%PORTDOCS%%share/doc/preview-latex/README-preview
%%PORTDOCS%%share/doc/preview-latex/RELEASE
%%PORTDOCS%%share/doc/preview-latex/TODO
%%PORTDOCS%%@dirrm share/doc/preview-latex