diff options
author | yoichi <yoichi@FreeBSD.org> | 2002-04-23 21:21:58 +0800 |
---|---|---|
committer | yoichi <yoichi@FreeBSD.org> | 2002-04-23 21:21:58 +0800 |
commit | 65a80d0de8325822b519e32b406c74e1fc495335 (patch) | |
tree | d1ac1180b8284a63e51829858d0b4df1b44d6dab /print/preview-latex | |
parent | db6410fc12985783086f455a627e73b3c2fbf6e4 (diff) | |
download | freebsd-ports-gnome-65a80d0de8325822b519e32b406c74e1fc495335.tar.gz freebsd-ports-gnome-65a80d0de8325822b519e32b406c74e1fc495335.tar.zst freebsd-ports-gnome-65a80d0de8325822b519e32b406c74e1fc495335.zip |
Update to 0.7.2b.
Diffstat (limited to 'print/preview-latex')
-rw-r--r-- | print/preview-latex/Makefile | 4 | ||||
-rw-r--r-- | print/preview-latex/distinfo | 2 | ||||
-rw-r--r-- | print/preview-latex/pkg-plist | 10 |
3 files changed, 13 insertions, 3 deletions
diff --git a/print/preview-latex/Makefile b/print/preview-latex/Makefile index af60509486a7..1ab24497ea88 100644 --- a/print/preview-latex/Makefile +++ b/print/preview-latex/Makefile @@ -6,7 +6,7 @@ # PORTNAME= preview-latex -PORTVERSION= 0.6.1 +PORTVERSION= 0.7.2b CATEGORIES= print elisp MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -27,7 +27,7 @@ CONFIGURE_ARGS= --with-emacs=${EMACS_CMD} \ --with-texmf=${PREFIX}/share/texmf CONFIGURE_ARGS+= --disable-8bit-test -DOCS= ChangeLog INSTALL PROBLEMS README README-preview RELEASE TODO +DOCS= ChangeLog INSTALL PROBLEMS README latex/README-preview RELEASE TODO post-install: .if !defined(NOPORTDOCS) diff --git a/print/preview-latex/distinfo b/print/preview-latex/distinfo index 0e07936a35ab..f08d0a630075 100644 --- a/print/preview-latex/distinfo +++ b/print/preview-latex/distinfo @@ -1 +1 @@ -MD5 (preview-latex-0.6.1.tar.gz) = a3080dc2c3e1fc29f0f1cba07017a0c1 +MD5 (preview-latex-0.7.2b.tar.gz) = 1e8994a57bdcbb1cc2421a8f006ec60e diff --git a/print/preview-latex/pkg-plist b/print/preview-latex/pkg-plist index 8211782541c7..59846b2e3f0c 100644 --- a/print/preview-latex/pkg-plist +++ b/print/preview-latex/pkg-plist @@ -1,12 +1,22 @@ share/texmf/tex/latex/preview/prauctex.cfg share/texmf/tex/latex/preview/prauctex.def share/texmf/tex/latex/preview/preview.sty +share/texmf/tex/latex/preview/prshowbox.def +share/texmf/tex/latex/preview/prshowlabels.def +share/texmf/tex/latex/preview/prtightpage.def +share/texmf/tex/latex/preview/prtracingall.def @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 +%%EMACS_VERSION_SITE_LISPDIR%%/preview/preverr.xbm +%%EMACS_VERSION_SITE_LISPDIR%%/preview/preverr.xpm +%%EMACS_VERSION_SITE_LISPDIR%%/preview/preview.xbm +%%EMACS_VERSION_SITE_LISPDIR%%/preview/preview.xpm +%%EMACS_VERSION_SITE_LISPDIR%%/preview/prevwork.xbm +%%EMACS_VERSION_SITE_LISPDIR%%/preview/prevwork.xpm @dirrm %%EMACS_VERSION_SITE_LISPDIR%%/preview %%PORTDOCS%%share/doc/preview-latex/ChangeLog %%PORTDOCS%%share/doc/preview-latex/INSTALL |