From 4bcc8e5aff6977451b31d0a24adbaca85b55275f Mon Sep 17 00:00:00 2001 From: markd Date: Wed, 27 May 2015 22:13:15 +0000 Subject: Add seetexk 1.1 The collection comprises: dvibook, which will rearrange the pages of a DVI file into 'signatures' as used when printing a book; dviconcat, for concatenating pages of DVI file(s); dviselect, which will select pages from one DVI file to create a new DVI file; dvitodvi, which will rearrange the pages of a DVI file to create a new file; and libtex, a library for manipulating the files, from the old SeeTeX project. The utilities are provided as C source with Imakefiles, and an MS- DOS version of dvibook is also provided. --- print/seetexk/DESCR | 9 +++++++++ print/seetexk/Makefile | 29 +++++++++++++++++++++++++++++ print/seetexk/PLIST | 9 +++++++++ print/seetexk/distinfo | 5 +++++ 4 files changed, 52 insertions(+) create mode 100644 print/seetexk/DESCR create mode 100644 print/seetexk/Makefile create mode 100644 print/seetexk/PLIST create mode 100644 print/seetexk/distinfo (limited to 'print/seetexk') diff --git a/print/seetexk/DESCR b/print/seetexk/DESCR new file mode 100644 index 00000000000..5d36e35c0d8 --- /dev/null +++ b/print/seetexk/DESCR @@ -0,0 +1,9 @@ +The collection comprises: dvibook, which will rearrange the +pages of a DVI file into 'signatures' as used when printing a +book; dviconcat, for concatenating pages of DVI file(s); +dviselect, which will select pages from one DVI file to create +a new DVI file; dvitodvi, which will rearrange the pages of a +DVI file to create a new file; and libtex, a library for +manipulating the files, from the old SeeTeX project. The +utilities are provided as C source with Imakefiles, and an MS- +DOS version of dvibook is also provided. diff --git a/print/seetexk/Makefile b/print/seetexk/Makefile new file mode 100644 index 00000000000..32bfd53ac45 --- /dev/null +++ b/print/seetexk/Makefile @@ -0,0 +1,29 @@ +# $NetBSD: Makefile,v 1.1 2015/05/27 22:13:15 markd Exp $ + +DISTNAME= texlive-20140525-source +PKGNAME= seetexk-1.1 +CATEGORIES= print +MASTER_SITES= ftp://tug.org/historic/systems/texlive/2014/ +EXTRACT_SUFX= .tar.xz + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://www.tug.org/texlive/ +COMMENT= Utilities for manipulating DVI files +LICENSE= x11 + +EXTRACT_ELEMENTS= ${DISTNAME}/build-aux \ + ${DISTNAME}/texk/seetexk + +GNU_CONFIGURE= yes +USE_LIBTOOL= yes +WRKSRC= ${WRKDIR}/${DISTNAME}/texk/seetexk + +CONFIG_GUESS_OVERRIDE+= ${WRKDIR}/${DISTNAME}/build-aux/config.guess +CONFIG_SUB_OVERRIDE+= ${WRKDIR}/${DISTNAME}/build-aux/config.sub + +CONFIGURE_ARGS+= --with-system-kpathsea \ + --with-kpathsea-includes=${BUILDLINK_PREFIX.kpathsea}/include \ + --with-kpathsea-libdir=${BUILDLINK_PREFIX.kpathsea}/lib + +.include "../../print/kpathsea/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/seetexk/PLIST b/print/seetexk/PLIST new file mode 100644 index 00000000000..57c39c19980 --- /dev/null +++ b/print/seetexk/PLIST @@ -0,0 +1,9 @@ +@comment $NetBSD: PLIST,v 1.1 2015/05/27 22:13:15 markd Exp $ +bin/dvibook +bin/dviconcat +bin/dviselect +bin/dvitodvi +man/man1/dvibook.1 +man/man1/dviconcat.1 +man/man1/dviselect.1 +man/man1/dvitodvi.1 diff --git a/print/seetexk/distinfo b/print/seetexk/distinfo new file mode 100644 index 00000000000..b4f6317b470 --- /dev/null +++ b/print/seetexk/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2015/05/27 22:13:15 markd Exp $ + +SHA1 (texlive-20140525-source.tar.xz) = 8cb283ad26b1fe18e1089820cf64ecc63d8224e8 +RMD160 (texlive-20140525-source.tar.xz) = c9fb954e63e700d06aa0cf40c37cdb40eaac84a2 +Size (texlive-20140525-source.tar.xz) = 41657688 bytes -- cgit v1.2.3