summaryrefslogtreecommitdiff
path: root/print/seetexk
diff options
context:
space:
mode:
authormarkd <markd>2015-05-27 22:13:15 +0000
committermarkd <markd>2015-05-27 22:13:15 +0000
commit4bcc8e5aff6977451b31d0a24adbaca85b55275f (patch)
treeede48773e315b68306e730ff9b4a9dbcea648660 /print/seetexk
parent09ee778362a2160ee85e40f0ae80749d3a2f2c59 (diff)
downloadpkgsrc-4bcc8e5aff6977451b31d0a24adbaca85b55275f.tar.gz
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 (limited to 'print/seetexk')
-rw-r--r--print/seetexk/DESCR9
-rw-r--r--print/seetexk/Makefile29
-rw-r--r--print/seetexk/PLIST9
-rw-r--r--print/seetexk/distinfo5
4 files changed, 52 insertions, 0 deletions
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