summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authormarkd <markd>2002-05-08 11:54:02 +0000
committermarkd <markd>2002-05-08 11:54:02 +0000
commitb244f3fa452712f58081503d73b99884c3c1eb8b (patch)
tree398bc7bb14377223e3a19de3cb078d4d5ca711d1 /print
parent859cf8573cae2b0bf28cee667a9fee67e18c7f80 (diff)
downloadpkgsrc-b244f3fa452712f58081503d73b99884c3c1eb8b.tar.gz
Initial import of dvipdfm-0.13.2c, a DVI to PDF translator
Diffstat (limited to 'print')
-rw-r--r--print/dvipdfm/DESCR22
-rw-r--r--print/dvipdfm/Makefile32
-rw-r--r--print/dvipdfm/PLIST19
-rw-r--r--print/dvipdfm/distinfo4
4 files changed, 77 insertions, 0 deletions
diff --git a/print/dvipdfm/DESCR b/print/dvipdfm/DESCR
new file mode 100644
index 00000000000..2ae3bc271db
--- /dev/null
+++ b/print/dvipdfm/DESCR
@@ -0,0 +1,22 @@
+Dvipdfm is a DVI to PDF translator. Its features include:
+
+o TeX \special's that approximate the functionality of the PostScript pdfmarks
+ used by Adobe Acrobat Distiller. Links, outlines, articles, and named
+ destinations are supported, for example.
+o Support for standard DVI specials such as the HyperTeX specials and the TPIC
+ specials.
+o Support for thumbnails (with help from GhostScript).
+o Ability to include PDF, PNG, and JPEG files as embedded images. For PDF
+ files, only the first page is included. Resources will be embedded from the
+ original file as necessary. File inclusion does not work for PDF files that
+ store the page contents in several segments in an array.
+o Virtual font support
+o Support for both Type1 and PK fonts.
+o Support for arbitrary linear graphics transformations. Any material on the
+ page can be scaled and rotated.
+o A color stack accessible via \special's.
+o Partial font embedding and stream compression for reduced output file size
+o Balanced page and destination trees for improved reader access on very large
+ document files.
+
+dvipdfm was developed by Mark A. Wicks
diff --git a/print/dvipdfm/Makefile b/print/dvipdfm/Makefile
new file mode 100644
index 00000000000..f3f8c57f031
--- /dev/null
+++ b/print/dvipdfm/Makefile
@@ -0,0 +1,32 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/05/08 11:54:02 markd Exp $
+
+DISTNAME= dvipdfm-0.13.2c
+CATEGORIES= print converters
+MASTER_SITES= ftp://ftp.kettering.edu/pub/outgoing/mwicks/dvipdfm/
+
+MAINTAINER= markd@netbsd.org
+HOMEPAGE= http://gaspra.kettering.edu/dvipdfm
+COMMENT= a DVI to PDF translator
+
+DEPENDS+= teTeX-bin>=1.0.6:../../print/teTeX-bin
+DEPENDS+= ghostscript{,-nox11}-[6-9]*:../../print/ghostscript
+
+WRKSRC= ${WRKDIR}/dvipdfm
+GNU_CONFIGURE= # defined
+CONFIGURE_ARGS+= --datadir=${PREFIX}/share
+CPPFLAGS= -I${LOCALBASE}/include
+
+.include "../../mk/bsd.prefs.mk"
+
+.if defined(PAPERSIZE)
+post-patch:
+ ${MV} ${WRKSRC}/config ${WRKSRC}/config.in
+ PAPER=`${ECHO} ${PAPERSIZE} | ${TR} '[A-Z]' '[a-z]'`; \
+ ${SED} -e "s/^p letter/p $$PAPER/" ${WRKSRC}/config.in > ${WRKSRC}/config
+.endif
+
+post-install:
+ mktexlsr
+
+.include "../../graphics/png/buildlink.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/print/dvipdfm/PLIST b/print/dvipdfm/PLIST
new file mode 100644
index 00000000000..051fbe73428
--- /dev/null
+++ b/print/dvipdfm/PLIST
@@ -0,0 +1,19 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2002/05/08 11:54:02 markd Exp $
+bin/dvipdfm
+bin/dvipdft
+bin/ebb
+man/man1/dvipdfm.1
+share/texmf/dvipdfm/base/ot1.enc
+share/texmf/dvipdfm/base/ot1alt.enc
+share/texmf/dvipdfm/base/ot1r.enc
+share/texmf/dvipdfm/config/cmr.map
+share/texmf/dvipdfm/config/config
+share/texmf/dvipdfm/config/lw35urw.map
+share/texmf/dvipdfm/config/lw35urwa.map
+share/texmf/dvipdfm/config/psbase14.map
+share/texmf/dvipdfm/config/t1fonts.map
+@dirrm share/texmf/dvipdfm/config
+@dirrm share/texmf/dvipdfm/base
+@dirrm share/texmf/dvipdfm
+@exec mktexlsr
+@unexec mktexlsr
diff --git a/print/dvipdfm/distinfo b/print/dvipdfm/distinfo
new file mode 100644
index 00000000000..946fa51ae97
--- /dev/null
+++ b/print/dvipdfm/distinfo
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2002/05/08 11:54:02 markd Exp $
+
+SHA1 (dvipdfm-0.13.2c.tar.gz) = db6a45179e60c865dae18d5c6ec084ac64cb4088
+Size (dvipdfm-0.13.2c.tar.gz) = 216661 bytes