diff options
author | hrs <hrs@FreeBSD.org> | 2004-08-21 03:04:52 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2004-08-21 03:04:52 +0800 |
commit | 62de809acf234f8638e6a1e20afdf9539c25af9c (patch) | |
tree | 242a26e9c37c42c7861bc3dec5a42c7cab11c8c8 | |
parent | 16caf646d335378024abe950e05dbb5e9f4ae926 (diff) | |
download | freebsd-ports-gnome-62de809acf234f8638e6a1e20afdf9539c25af9c.tar.gz freebsd-ports-gnome-62de809acf234f8638e6a1e20afdf9539c25af9c.tar.zst freebsd-ports-gnome-62de809acf234f8638e6a1e20afdf9539c25af9c.zip |
Update to 0.8.1.
-rw-r--r-- | print/preview-latex/Makefile | 8 | ||||
-rw-r--r-- | print/preview-latex/distinfo | 4 | ||||
-rw-r--r-- | print/preview-latex/pkg-message | 20 |
3 files changed, 17 insertions, 15 deletions
diff --git a/print/preview-latex/Makefile b/print/preview-latex/Makefile index 33ddd4fef3b3..db909d8bf6ee 100644 --- a/print/preview-latex/Makefile +++ b/print/preview-latex/Makefile @@ -6,8 +6,8 @@ # PORTNAME= preview-latex -PORTVERSION= 0.7.8 -PORTREVISION= 2 +PORTVERSION= 0.8.1 +PORTREVISION= 0 CATEGORIES= print elisp MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -16,9 +16,9 @@ PKGNAMESUFFIX= -${EMACS_PORT_NAME} MAINTAINER= hrs@FreeBSD.org COMMENT= LaTeX previewer on Emacs -BUILD_DEPENDS= ${LOCALBASE}/${EMACS_SITE_LISPDIR}/auctex/latex.el:${PORTSDIR}/print/auctex \ +BUILD_DEPENDS= ${LOCALBASE}/${EMACS_VERSION_SITE_LISPDIR}/auctex/latex.el:${PORTSDIR}/print/auctex \ ${MKTEXLSR}:${PORTSDIR}/print/teTeX-base -RUN_DEPENDS= ${LOCALBASE}/${EMACS_SITE_LISPDIR}/auctex/latex.el:${PORTSDIR}/print/auctex \ +RUN_DEPENDS= ${LOCALBASE}/${EMACS_VERSION_SITE_LISPDIR}/auctex/latex.el:${PORTSDIR}/print/auctex \ ${MKTEXLSR}:${PORTSDIR}/print/teTeX-base EMACS_PORT_NAME?= emacs21 diff --git a/print/preview-latex/distinfo b/print/preview-latex/distinfo index c6d9d3ff76e6..95f6c6b75291 100644 --- a/print/preview-latex/distinfo +++ b/print/preview-latex/distinfo @@ -1,2 +1,2 @@ -MD5 (preview-latex-0.7.8.tar.gz) = 569aa370482436db4588428da4f27594 -SIZE (preview-latex-0.7.8.tar.gz) = 236683 +MD5 (preview-latex-0.8.1.tar.gz) = 9c4afbf5c003da2873be5118a78a08d8 +SIZE (preview-latex-0.8.1.tar.gz) = 249624 diff --git a/print/preview-latex/pkg-message b/print/preview-latex/pkg-message index e455a258b2fc..2fc75d83f49d 100644 --- a/print/preview-latex/pkg-message +++ b/print/preview-latex/pkg-message @@ -1,9 +1,11 @@ -********************************************************* -* Before using preview-laetex, you should add following * -* to your own .emacs file. It adds autoload setting to * -* LaTeX-mode-hook. * -* * -* (require 'tex-site) * -* (load "preview-latex") * -* * -********************************************************* +==================================================== +To preview, dviware (dvips) must be installed. +You can use print/teTeX or japanese/teTeX. + +Before using preview-latex, you should add following +to your own .emacs file. It adds autoload setting to +LaTeX-mode-hook. + + (require 'tex-site) + (load "preview-latex") +==================================================== |