pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print/seetexk Add seetexk 1.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8760447aec1f
branches:  trunk
changeset: 652221:8760447aec1f
user:      markd <markd%pkgsrc.org@localhost>
date:      Wed May 27 22:13:15 2015 +0000

description:
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.

diffstat:

 print/seetexk/DESCR    |   9 +++++++++
 print/seetexk/Makefile |  29 +++++++++++++++++++++++++++++
 print/seetexk/PLIST    |   9 +++++++++
 print/seetexk/distinfo |   5 +++++
 4 files changed, 52 insertions(+), 0 deletions(-)

diffs (68 lines):

diff -r 138b9832cf6d -r 8760447aec1f print/seetexk/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/seetexk/DESCR       Wed May 27 22:13:15 2015 +0000
@@ -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 -r 138b9832cf6d -r 8760447aec1f print/seetexk/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/seetexk/Makefile    Wed May 27 22:13:15 2015 +0000
@@ -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@localhost
+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 -r 138b9832cf6d -r 8760447aec1f print/seetexk/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/seetexk/PLIST       Wed May 27 22:13:15 2015 +0000
@@ -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 -r 138b9832cf6d -r 8760447aec1f print/seetexk/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/seetexk/distinfo    Wed May 27 22:13:15 2015 +0000
@@ -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



Home | Main Index | Thread Index | Old Index