pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/print/dvidvi
Module Name: pkgsrc
Committed By: wiz
Date: Wed Sep 21 08:10:31 UTC 2016
Modified Files:
pkgsrc/print/dvidvi: Makefile distinfo
Log Message:
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@localhost>
* Makefile.am: Better dependencies for 'make check'.
2015-06-16 Peter Breitenlohner <peb%mppmu.mpg.de@localhost>
* dvidvi.c: Drop <kpathsea/config.h> (isascii via KPSE_COMMON).
2015-04-17 Peter Breitenlohner <peb%mppmu.mpg.de@localhost>
* dvidvi.c: #include <kpathsea/config.h> (for isascii).
2014-06-16 Peter Breitenlohner <peb%mppmu.mpg.de@localhost>
* Makefile.am: Drop the obsolete ACLOCAL_AMFLAGS.
2013-06-28 Peter Breitenlohner <peb%mppmu.mpg.de@localhost>
* dvidvi.c: First include <config.h>.
2012-11-19 Peter Breitenlohner <peb%mppmu.mpg.de@localhost>
* Makefile.am: Avoid use of deprecated INCLUDES.
2012-05-29 Peter Breitenlohner <peb%mppmu.mpg.de@localhost>
* 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@localhost> (W32TeX).
2011-09-25 Peter Breitenlohner <peb%mppmu.mpg.de@localhost>
* 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@localhost>
* dvidvi.c (writedvifile): Write newline at end of stdout.
2011-04-18 Peter Breitenlohner <peb%mppmu.mpg.de@localhost>
* 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@localhost>
* Makefile.am (EXTRA_DIST): read.me has been renamed README.
2010-05-10 Peter Breitenlohner <peb%mppmu.mpg.de@localhost>
* dvidvi.c (SET_BINARY): Remove casts to void.
2010-02-12 Peter Breitenlohner <peb%mppmu.mpg.de@localhost>
* Makefile.am (AM_CPPFLAGS): Remove '-DNO_DEBUG' ...
* configure.ac: ... now added via KPSE_KPATHSEA_FLAGS.
2009-08-21 Peter Breitenlohner <peb%mppmu.mpg.de@localhost>
Avoid maximal compiler warnings.
* dvidvi.c (oname): Constify global string.
(error, putstr): Constify string arg.
2009-06-22 Peter Breitenlohner <peb%mppmu.mpg.de@localhost>
* Makefile.am (AM_CPPFLAGS): remove -DNeedFunctionPrototypes.
2009-06-09 Peter Breitenlohner <peb%mppmu.mpg.de@localhost>
* 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@localhost>
* 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@localhost>
Adapt to TL2009 build system.
2008-02-29 Peter Breitenlohner <peb%mppmu.mpg.de@localhost>
* configure.in: added AC_CONFIG_HEADERS (moved
from ../kpathsea/common.ac to here).
2008-01-29 Peter Breitenlohner <peb%mppmu.mpg.de@localhost>
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@localhost>
* dvidvi.c: Changed return type void of main() into int.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/print/dvidvi/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/print/dvidvi/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/print/dvidvi/Makefile
diff -u pkgsrc/print/dvidvi/Makefile:1.12 pkgsrc/print/dvidvi/Makefile:1.13
--- pkgsrc/print/dvidvi/Makefile:1.12 Mon Oct 8 13:45:36 2012
+++ pkgsrc/print/dvidvi/Makefile Wed Sep 21 08:10:30 2016
@@ -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@localhost
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}
-
-INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/dvidvi ${DESTDIR}${PREFIX}/bin/dvidvi
- ${INSTALL_MAN} ${WRKSRC}/dvidvi.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/dvidvi.1
+EXTRACT_ELEMENTS= ${DISTNAME}/build-aux \
+ ${DISTNAME}/texk/dvidvi
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+USE_TOOLS+= pkg-config
+WRKSRC= ${WRKDIR}/${DISTNAME}/texk/dvidvi
+
+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"
Index: pkgsrc/print/dvidvi/distinfo
diff -u pkgsrc/print/dvidvi/distinfo:1.3 pkgsrc/print/dvidvi/distinfo:1.4
--- pkgsrc/print/dvidvi/distinfo:1.3 Thu Feb 24 12:51:42 2005
+++ pkgsrc/print/dvidvi/distinfo Wed Sep 21 08:10:30 2016
@@ -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
Home |
Main Index |
Thread Index |
Old Index