summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2016-09-21 08:10:30 +0000
committerwiz <wiz@pkgsrc.org>2016-09-21 08:10:30 +0000
commit193032b25a6cd41c5b150f5485fa9abdb7df0b42 (patch)
tree1e978271ddf980a250b5da2cfc60fb630fab5c4a /print
parent39aa73841b5b61f3b74e8785c415901f93a7d1a9 (diff)
downloadpkgsrc-193032b25a6cd41c5b150f5485fa9abdb7df0b42.tar.gz
Update dvidvi to 1.1, using the texlive distfile.
Diff provided by markd. The 1.0 distfile server has not been available for a couple years now, there is no copy on nftp, and this package is part of one of the texlive meta packages, so it would be good if it was fetchable. Changes since 1.0: 2015-07-07 Peter Breitenlohner <peb@mppmu.mpg.de> * Makefile.am: Better dependencies for 'make check'. 2015-06-16 Peter Breitenlohner <peb@mppmu.mpg.de> * dvidvi.c: Drop <kpathsea/config.h> (isascii via KPSE_COMMON). 2015-04-17 Peter Breitenlohner <peb@mppmu.mpg.de> * dvidvi.c: #include <kpathsea/config.h> (for isascii). 2014-06-16 Peter Breitenlohner <peb@mppmu.mpg.de> * Makefile.am: Drop the obsolete ACLOCAL_AMFLAGS. 2013-06-28 Peter Breitenlohner <peb@mppmu.mpg.de> * dvidvi.c: First include <config.h>. 2012-11-19 Peter Breitenlohner <peb@mppmu.mpg.de> * Makefile.am: Avoid use of deprecated INCLUDES. 2012-05-29 Peter Breitenlohner <peb@mppmu.mpg.de> * dvidvi.c: Drop the problematic prototype for isatty(), already declared in <unistd.h> or <kpathsea/c-fopen.h>. Cast arguments to avoid MSVC compiler warnings. From Akira Kakuto <kakuto@fuk.kindai.ac.jp> (W32TeX). 2011-09-25 Peter Breitenlohner <peb@mppmu.mpg.de> * dvidvi.test: New shell script for tests. * tests/{play.dvi,playout.2}: Test input and expected output. * Makefile.am: Add the test and its data. 2011-09-23 Peter Breitenlohner <peb@mppmu.mpg.de> * dvidvi.c (writedvifile): Write newline at end of stdout. 2011-04-18 Peter Breitenlohner <peb@mppmu.mpg.de> * dvidvi.c (writepreamble): Cast string literal to 'unsigned const char *' to avoid 'differ in signedness' warning. 2011-02-07 Peter Breitenlohner <peb@mppmu.mpg.de> * Makefile.am (EXTRA_DIST): read.me has been renamed README. 2010-05-10 Peter Breitenlohner <peb@mppmu.mpg.de> * dvidvi.c (SET_BINARY): Remove casts to void. 2010-02-12 Peter Breitenlohner <peb@mppmu.mpg.de> * Makefile.am (AM_CPPFLAGS): Remove '-DNO_DEBUG' ... * configure.ac: ... now added via KPSE_KPATHSEA_FLAGS. 2009-08-21 Peter Breitenlohner <peb@mppmu.mpg.de> Avoid maximal compiler warnings. * dvidvi.c (oname): Constify global string. (error, putstr): Constify string arg. 2009-06-22 Peter Breitenlohner <peb@mppmu.mpg.de> * Makefile.am (AM_CPPFLAGS): remove -DNeedFunctionPrototypes. 2009-06-09 Peter Breitenlohner <peb@mppmu.mpg.de> * Makefile.am (AM_CFLAGS): enable compiler warnings. * dvidvi.c: declare most function as static and define them with ANSI C prototypes. #include <unistd.h> to declare isatty. Remove unused variables. Remove SHORTINT (to select '%ld' or '%d' format specifiers), all relevant variables are integer (typedef'ed as long). 2009-06-02 Peter Breitenlohner <peb@mppmu.mpg.de> * dvidvi.c: always include <stdlib.h>, to avoid implicit declaration of calloc, exit, free, and malloc. 2009-05-27 Peter Breitenlohner <peb@mppmu.mpg.de> Adapt to TL2009 build system. 2008-02-29 Peter Breitenlohner <peb@mppmu.mpg.de> * configure.in: added AC_CONFIG_HEADERS (moved from ../kpathsea/common.ac to here). 2008-01-29 Peter Breitenlohner <peb@mppmu.mpg.de> Convert from autoconf-2.13 to autoconf-2.59+: * Makefile.in: Add @configure_input@ line. * aclocal.m4 (new): Generated (aclocal -I ../m4). * configure: Regenerated (autoconf). 2004-12-30 Peter Breitenlohner <peb@mppmu.mpg.de> * dvidvi.c: Changed return type void of main() into int.
Diffstat (limited to 'print')
-rw-r--r--print/dvidvi/Makefile29
-rw-r--r--print/dvidvi/distinfo9
2 files changed, 22 insertions, 16 deletions
diff --git a/print/dvidvi/Makefile b/print/dvidvi/Makefile
index cce55177b83..7976d68fcea 100644
--- a/print/dvidvi/Makefile
+++ b/print/dvidvi/Makefile
@@ -1,23 +1,28 @@
-# $NetBSD: Makefile,v 1.12 2012/10/08 13:45:36 asau Exp $
+# $NetBSD: Makefile,v 1.13 2016/09/21 08:10:30 wiz Exp $
#
-DISTNAME= dvidvi-1.0
+DISTNAME= texlive-20160523-source
+PKGNAME= dvidvi-1.1
CATEGORIES= print
-MASTER_SITES= ftp://sunsite.univie.ac.at/pub/distfiles/
+MASTER_SITES= ftp://tug.org/historic/systems/texlive/2016/
+EXTRACT_SUFX= .tar.xz
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Select and/or rearrange pages in a TeX dvi file
-RESTRICTED= Unable to determine distribution license
-NO_SRC_ON_FTP= ${RESTRICTED}
-NO_SRC_ON_CDROM=${RESTRICTED}
-NO_BIN_ON_FTP= ${RESTRICTED}
-NO_BIN_ON_CDROM=${RESTRICTED}
+EXTRACT_ELEMENTS= ${DISTNAME}/build-aux \
+ ${DISTNAME}/texk/dvidvi
-INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+USE_TOOLS+= pkg-config
+WRKSRC= ${WRKDIR}/${DISTNAME}/texk/dvidvi
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/dvidvi ${DESTDIR}${PREFIX}/bin/dvidvi
- ${INSTALL_MAN} ${WRKSRC}/dvidvi.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/dvidvi.1
+CONFIG_GUESS_OVERRIDE+= ${WRKDIR}/${DISTNAME}/build-aux/config.guess
+CONFIG_SUB_OVERRIDE+= ${WRKDIR}/${DISTNAME}/build-aux/config.sub
+CONFIGURE_ARGS+= --with-system-kpathsea
+
+BUILDLINK_DEPMETHOD.kpathsea= build
+.include "../../print/kpathsea/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/print/dvidvi/distinfo b/print/dvidvi/distinfo
index 3dc2250d0e5..a9ac0551ef3 100644
--- a/print/dvidvi/distinfo
+++ b/print/dvidvi/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.3 2005/02/24 12:51:42 agc Exp $
+$NetBSD: distinfo,v 1.4 2016/09/21 08:10:30 wiz Exp $
-SHA1 (dvidvi-1.0.tar.gz) = a72ac3f57f0435ab25fd1cb3e07943f34c672c6a
-RMD160 (dvidvi-1.0.tar.gz) = e6c9ebed8e6371aa3b987fab501d82accc4afed7
-Size (dvidvi-1.0.tar.gz) = 22790 bytes
+SHA1 (texlive-20160523-source.tar.xz) = 8cdcc00492fc642db59a9a07f9ea080ff6765460
+RMD160 (texlive-20160523-source.tar.xz) = 4ffc4d92f8c6408c23a34815e2d4b0f4877d9c3f
+SHA512 (texlive-20160523-source.tar.xz) = 9fdd69d237238385240e918456f54791a38e57b573edf5df839c57e56a0009012b68b7b92298c3e137181325e2be84d7a84e9c7cf41ae9739bb3329d84194564
+Size (texlive-20160523-source.tar.xz) = 258176464 bytes