summaryrefslogtreecommitdiff
path: root/graphics/xdvipresent
diff options
context:
space:
mode:
authorminskim <minskim>2006-04-07 02:17:53 +0000
committerminskim <minskim>2006-04-07 02:17:53 +0000
commitb79dbcccdab0fe3ffc445dc29295959f9e73dafb (patch)
tree241103f286d71e1aed345c4985b48a727120d127 /graphics/xdvipresent
parent3828aa10101b4b782a59870e685f3e47b496f11d (diff)
downloadpkgsrc-b79dbcccdab0fe3ffc445dc29295959f9e73dafb.tar.gz
- Install into a separate package directory to follow TDS.
- Install HTML documentation into share/doc, instead of share/doc/html. - Use texmf-dirs to install into texmf-local. Bump PKGREVISION.
Diffstat (limited to 'graphics/xdvipresent')
-rw-r--r--graphics/xdvipresent/Makefile12
-rw-r--r--graphics/xdvipresent/PLIST45
2 files changed, 30 insertions, 27 deletions
diff --git a/graphics/xdvipresent/Makefile b/graphics/xdvipresent/Makefile
index 9dfa240a5b3..8139d5eeabb 100644
--- a/graphics/xdvipresent/Makefile
+++ b/graphics/xdvipresent/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.15 2006/02/05 23:09:40 joerg Exp $
+# $NetBSD: Makefile,v 1.16 2006/04/07 02:17:53 minskim Exp $
#
DISTNAME= xdvipresent-0.6p14
PKGNAME= xdvipresent-0.6.1.14
-PKGREVISION= 4
+PKGREVISION= 5
CATEGORIES= graphics textproc print x11
MASTER_SITES= http://clip.dia.fi.upm.es/Software/
@@ -16,16 +16,18 @@ DEPENDS+= latex2html>=2002.2:../../textproc/latex2html
WRKSRC= ${WRKDIR}/xdvipresent
NO_BUILD= yes
NO_CONFIGURE= yes
+USE_DIRS+= texmf-1.0
-STYDIR= ${PKG_LOCALTEXMFPREFIX}/tex/latex/other
+STYDIR= ${PKG_LOCALTEXMFPREFIX}/tex/latex/xdvipresent
EXAMPLES_DIR= ${PREFIX}/share/examples/xdvipresent
-HTML_DIR= ${PREFIX}/share/doc/html/xdvipresent
+HTML_DIR= ${PREFIX}/share/doc/xdvipresent
INSTALLATION_DIRS= bin man/man1
do-install:
- ${INSTALL_DATA_DIR} ${STYDIR}/images
+ ${INSTALL_DATA_DIR} ${STYDIR}
${INSTALL_DATA} ${WRKSRC}/*.cls ${STYDIR}
+ ${INSTALL_DATA_DIR} ${STYDIR}/images
${INSTALL_DATA} ${WRKSRC}/images/* ${STYDIR}/images
${INSTALL_SCRIPT} ${WRKSRC}/xdvipresent ${PREFIX}/bin
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/xdvipresent
diff --git a/graphics/xdvipresent/PLIST b/graphics/xdvipresent/PLIST
index 299d264a944..0692c26c3e2 100644
--- a/graphics/xdvipresent/PLIST
+++ b/graphics/xdvipresent/PLIST
@@ -1,26 +1,27 @@
-@comment $NetBSD: PLIST,v 1.2 2006/01/08 14:00:11 tonio Exp $
+@comment $NetBSD: PLIST,v 1.3 2006/04/07 02:17:53 minskim Exp $
bin/xdvipresent
man/man1/xdvipresent.1
-share/doc/html/xdvipresent/xdvipresent.css
-share/doc/html/xdvipresent/xdvipresent.html
-share/doc/html/xdvipresent/xdvipresent_1.html
-share/doc/html/xdvipresent/xdvipresent_2.html
-share/doc/html/xdvipresent/xdvipresent_3.html
-share/doc/html/xdvipresent/xdvipresent_toc.html
+share/doc/xdvipresent/xdvipresent.css
+share/doc/xdvipresent/xdvipresent.html
+share/doc/xdvipresent/xdvipresent_1.html
+share/doc/xdvipresent/xdvipresent_2.html
+share/doc/xdvipresent/xdvipresent_3.html
+share/doc/xdvipresent/xdvipresent_toc.html
share/examples/xdvipresent/example.tex
-${PKG_LOCALTEXMFPREFIX}/tex/latex/other/images/Clip.ps
-${PKG_LOCALTEXMFPREFIX}/tex/latex/other/images/blue.line.eps
-${PKG_LOCALTEXMFPREFIX}/tex/latex/other/images/blueball.ps
-${PKG_LOCALTEXMFPREFIX}/tex/latex/other/images/clip.eps
-${PKG_LOCALTEXMFPREFIX}/tex/latex/other/images/clip_small.ps
-${PKG_LOCALTEXMFPREFIX}/tex/latex/other/images/clip_tiny.eps
-${PKG_LOCALTEXMFPREFIX}/tex/latex/other/images/example_figure.eps
-${PKG_LOCALTEXMFPREFIX}/tex/latex/other/images/greenball.ps
-${PKG_LOCALTEXMFPREFIX}/tex/latex/other/images/line.fig
-${PKG_LOCALTEXMFPREFIX}/tex/latex/other/images/redball.ps
-${PKG_LOCALTEXMFPREFIX}/tex/latex/other/images/thin_line.fig
-${PKG_LOCALTEXMFPREFIX}/tex/latex/other/images/thin_line.red.eps
-${PKG_LOCALTEXMFPREFIX}/tex/latex/other/xdvislides.cls
-@dirrm ${PKG_LOCALTEXMFPREFIX}/tex/latex/other/images
+${PKG_LOCALTEXMFPREFIX}/tex/latex/xdvipresent/images/Clip.ps
+${PKG_LOCALTEXMFPREFIX}/tex/latex/xdvipresent/images/blue.line.eps
+${PKG_LOCALTEXMFPREFIX}/tex/latex/xdvipresent/images/blueball.ps
+${PKG_LOCALTEXMFPREFIX}/tex/latex/xdvipresent/images/clip.eps
+${PKG_LOCALTEXMFPREFIX}/tex/latex/xdvipresent/images/clip_small.ps
+${PKG_LOCALTEXMFPREFIX}/tex/latex/xdvipresent/images/clip_tiny.eps
+${PKG_LOCALTEXMFPREFIX}/tex/latex/xdvipresent/images/example_figure.eps
+${PKG_LOCALTEXMFPREFIX}/tex/latex/xdvipresent/images/greenball.ps
+${PKG_LOCALTEXMFPREFIX}/tex/latex/xdvipresent/images/line.fig
+${PKG_LOCALTEXMFPREFIX}/tex/latex/xdvipresent/images/redball.ps
+${PKG_LOCALTEXMFPREFIX}/tex/latex/xdvipresent/images/thin_line.fig
+${PKG_LOCALTEXMFPREFIX}/tex/latex/xdvipresent/images/thin_line.red.eps
+${PKG_LOCALTEXMFPREFIX}/tex/latex/xdvipresent/xdvislides.cls
+@dirrm ${PKG_LOCALTEXMFPREFIX}/tex/latex/xdvipresent/images
+@dirrm ${PKG_LOCALTEXMFPREFIX}/tex/latex/xdvipresent
@dirrm share/examples/xdvipresent
-@dirrm share/doc/html/xdvipresent/
+@dirrm share/doc/xdvipresent/