diff options
Diffstat (limited to 'print')
-rw-r--r-- | print/ja-dvipdfm/DESCR | 23 | ||||
-rw-r--r-- | print/ja-dvipdfm/Makefile | 39 | ||||
-rw-r--r-- | print/ja-dvipdfm/PLIST | 19 | ||||
-rw-r--r-- | print/ja-dvipdfm/distinfo | 5 |
4 files changed, 86 insertions, 0 deletions
diff --git a/print/ja-dvipdfm/DESCR b/print/ja-dvipdfm/DESCR new file mode 100644 index 00000000000..7c02e9c847d --- /dev/null +++ b/print/ja-dvipdfm/DESCR @@ -0,0 +1,23 @@ +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. +Japanization by Shunsaku Hirata. diff --git a/print/ja-dvipdfm/Makefile b/print/ja-dvipdfm/Makefile new file mode 100644 index 00000000000..666645b6818 --- /dev/null +++ b/print/ja-dvipdfm/Makefile @@ -0,0 +1,39 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/09/16 01:48:19 uebayasi Exp $ + +DISTNAME= dvipdfm-0.13.2c +PKGNAME= ja-${DISTNAME} +CATEGORIES= print converters +MASTER_SITES= ftp://ftp.kettering.edu/pub/outgoing/mwicks/dvipdfm/ + +PATCH_SITES= http://www.nn.iij4u.or.jp/%7Etutimura/hirata/distfiles/ +PATCHFILES= dvipdfm-0.13.2c-jpatch-p1d.diff.gz +PATCH_DIST_STRIP= -p1 + +MAINTAINER= tech-pkg-ja@jp.netbsd.org +HOMEPAGE= http://gaspra.kettering.edu/dvipdfm +COMMENT= DVI to PDF translator with Japanese patch + +DEPENDS+= teTeX-bin>=1.0.6:../../print/teTeX-bin + +CONFLICT+= dvipdfm-* + +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: + ${PREFIX}/bin/mktexlsr + +.include "../../graphics/png/buildlink.mk" +.include "../../mk/ghostscript.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/ja-dvipdfm/PLIST b/print/ja-dvipdfm/PLIST new file mode 100644 index 00000000000..599505aa842 --- /dev/null +++ b/print/ja-dvipdfm/PLIST @@ -0,0 +1,19 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/09/16 01:48:19 uebayasi 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/ja-dvipdfm/distinfo b/print/ja-dvipdfm/distinfo new file mode 100644 index 00000000000..8d57eb300ac --- /dev/null +++ b/print/ja-dvipdfm/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2002/09/16 01:48:19 uebayasi Exp $ + +SHA1 (dvipdfm-0.13.2c.tar.gz) = db6a45179e60c865dae18d5c6ec084ac64cb4088 +Size (dvipdfm-0.13.2c.tar.gz) = 216661 bytes +MD5 (dvipdfm-0.13.2c-jpatch-p1d.diff.gz) = 5b51fffd3b9be12f925331ec1a78269f |