summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2006-02-25 17:48:24 +0000
committergdt <gdt@pkgsrc.org>2006-02-25 17:48:24 +0000
commit5c9fb2e255d86e69f0b5232c5c6aa3c8f4572742 (patch)
tree1fd408b66184ebf20a9901536c4d16953ed8f834 /textproc
parent8c91924c95a3fc41c7601418245a3572ad5f28d7 (diff)
downloadpkgsrc-5c9fb2e255d86e69f0b5232c5c6aa3c8f4572742.tar.gz
Update to 20060131.
Depend on tex, and build and install html documentation. Jan 31, 2006 \fmtname, \fmtversion Jan 30, 2006 \smartdoublequotes: " preceding digit should be `` Jan 29, 2006 \smartdoublequotes, \emailliketext Jan 25, 2006 In {schemedisplay}, allow $$ (i.e., the scheme-math-escape characters used to enclose empty space) to typeset as nothing, just like SLaTeX does. Shriram Krishnamurthi uses this to insert empty space to split symbols in SLaTeX, and wanted tex2page to honor it. (This is a possible kludge, because $...$ enclosing nothing, i.e., $$, is treated as a math-display opener by TeX, and hence fails, possibly correctly so. But it seems OK to make an exception for SLaTeX displays, because there is no tradition of using doubled math-escape characters there to indicate math displays.) Have copyright year-range (displayed by --version argument) use closing year from *tex2page-version* (which my text editor automatically sets on writing the file), instead of it requiring hardwiring by lazy me every time I change tex2page for the first time in a calendar year. Oct 23, 2005 do-includegraphics-web bugfix. Was ignoring \includegraphics calls that didn't have optional arg. Oct 22, 2005 Set/store dimens as scaled points (1pt = 65536sp), not necessarily integral as in TeX, but certainly not as integral pixels! \number\dimenctlseq prints as number of scaled points (cf. \the\dimenctlseq which prints as number of points followed by "pt"). Recognize \hsize as a predefined dimen (with value 6.5in). \epsf[xy]size are dimens. \dimenctlseq=<dimen> should eat any following space.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/tex2page/Makefile11
-rw-r--r--textproc/tex2page/PLIST30
-rw-r--r--textproc/tex2page/distinfo8
3 files changed, 41 insertions, 8 deletions
diff --git a/textproc/tex2page/Makefile b/textproc/tex2page/Makefile
index 66cee451a9f..528e6a09336 100644
--- a/textproc/tex2page/Makefile
+++ b/textproc/tex2page/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2006/02/05 23:11:08 joerg Exp $
+# $NetBSD: Makefile,v 1.5 2006/02/25 17:48:24 gdt Exp $
#
DISTNAME= tex2page
-PKGNAME= tex2page-20051023
-PKGREVISION= 1
+PKGNAME= tex2page-20060131
CATEGORIES= textproc
MASTER_SITES= http://www.ccs.neu.edu/home/dorai/tex2page/
@@ -17,9 +16,15 @@ HAS_CONFIGURE= yes
CONFIGURE_ARGS+= --dialect=guile
do-build:
+ # build documentation
+ (cd ${WRKSRC} && ./my-tex2page tex2page-doc)
+ (cd ${WRKSRC} && ./my-tex2page tex2page-doc)
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/my-tex2page ${PREFIX}/bin/tex2page
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/doc//tex2page
+ ${INSTALL} ${WRKSRC}/*.html ${WRKSRC}/*.gif ${PREFIX}/share/doc//tex2page
.include "../../lang/guile/buildlink3.mk"
+.include "../../mk/tex.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/textproc/tex2page/PLIST b/textproc/tex2page/PLIST
index 4d77f6fd1ea..a9039648b57 100644
--- a/textproc/tex2page/PLIST
+++ b/textproc/tex2page/PLIST
@@ -1,2 +1,30 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2005/12/01 18:50:14 gdt Exp $
+@comment $NetBSD: PLIST,v 1.2 2006/02/25 17:48:24 gdt Exp $
bin/tex2page
+share/doc/tex2page/mpexample.html
+share/doc/tex2page/story.html
+share/doc/tex2page/tex2page-doc-Z-G-1.gif
+share/doc/tex2page/tex2page-doc-Z-G-2.gif
+share/doc/tex2page/tex2page-doc-Z-G-3.gif
+share/doc/tex2page/tex2page-doc-Z-G-4.gif
+share/doc/tex2page/tex2page-doc-Z-G-5.gif
+share/doc/tex2page/tex2page-doc-Z-G-6.gif
+share/doc/tex2page/tex2page-doc-Z-G-D-1.gif
+share/doc/tex2page/tex2page-doc-Z-G-D-2.gif
+share/doc/tex2page/tex2page-doc-Z-H-1.html
+share/doc/tex2page/tex2page-doc-Z-H-10.html
+share/doc/tex2page/tex2page-doc-Z-H-11.html
+share/doc/tex2page/tex2page-doc-Z-H-12.html
+share/doc/tex2page/tex2page-doc-Z-H-13.html
+share/doc/tex2page/tex2page-doc-Z-H-14.html
+share/doc/tex2page/tex2page-doc-Z-H-15.html
+share/doc/tex2page/tex2page-doc-Z-H-2.html
+share/doc/tex2page/tex2page-doc-Z-H-3.html
+share/doc/tex2page/tex2page-doc-Z-H-4.html
+share/doc/tex2page/tex2page-doc-Z-H-5.html
+share/doc/tex2page/tex2page-doc-Z-H-6.html
+share/doc/tex2page/tex2page-doc-Z-H-7.html
+share/doc/tex2page/tex2page-doc-Z-H-8.html
+share/doc/tex2page/tex2page-doc-Z-H-9.html
+share/doc/tex2page/tex2page-doc.html
+share/doc/tex2page/texample.html
+@dirrm share/doc/tex2page
diff --git a/textproc/tex2page/distinfo b/textproc/tex2page/distinfo
index 4337c741cfc..62cce842cf1 100644
--- a/textproc/tex2page/distinfo
+++ b/textproc/tex2page/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2005/12/01 18:50:14 gdt Exp $
+$NetBSD: distinfo,v 1.2 2006/02/25 17:48:24 gdt Exp $
-SHA1 (tex2page.tar.gz) = 9366553a02cf6010bb3c2b0411cc7aa178d946e8
-RMD160 (tex2page.tar.gz) = 244852ab1264d5fab49ccf65c1c43d8d30e41217
-Size (tex2page.tar.gz) = 227117 bytes
+SHA1 (tex2page.tar.gz) = d740b8c51528c8f2c81de4b94fb5d0bc09e9458e
+RMD160 (tex2page.tar.gz) = 81c264966a128c2e9446e77ccb6b6fe01fb94818
+Size (tex2page.tar.gz) = 227748 bytes