diff options
author | minskim <minskim@pkgsrc.org> | 2013-12-12 04:21:28 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2013-12-12 04:21:28 +0000 |
commit | 0df3976026e290a870bdb5a098fbf479a573f3f8 (patch) | |
tree | 2b4994022e9588070de707f3d508c17b923c88cb /print | |
parent | b572325f37cceb06e6a676ca92752326ceb21f1e (diff) | |
download | pkgsrc-0df3976026e290a870bdb5a098fbf479a573f3f8.tar.gz |
Update xpdfopen to 0.83
Changes:
- fix (kludgily?) reset_focus() so that it actually works.
- add -r and -reset_focus options.
- update documentation.
Diffstat (limited to 'print')
-rw-r--r-- | print/xpdfopen/Makefile | 8 | ||||
-rw-r--r-- | print/xpdfopen/distinfo | 10 | ||||
-rw-r--r-- | print/xpdfopen/patches/patch-Makefile.in | 4 |
3 files changed, 11 insertions, 11 deletions
diff --git a/print/xpdfopen/Makefile b/print/xpdfopen/Makefile index 5a6d0c7e00a..f665d43ccd2 100644 --- a/print/xpdfopen/Makefile +++ b/print/xpdfopen/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2012/10/08 13:45:50 asau Exp $ +# $NetBSD: Makefile,v 1.3 2013/12/12 04:21:28 minskim Exp $ -DISTNAME= texlive-20110705-source -PKGNAME= xpdfopen-0.82 +DISTNAME= texlive-20130530-source +PKGNAME= xpdfopen-0.83 CATEGORIES= print -MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=systems/texlive/Source/} +MASTER_SITES= ftp://tug.org/historic/systems/texlive/2013/ EXTRACT_SUFX= .tar.xz MAINTAINER= minskim@NetBSD.org diff --git a/print/xpdfopen/distinfo b/print/xpdfopen/distinfo index dd55bd88590..e92a83f8860 100644 --- a/print/xpdfopen/distinfo +++ b/print/xpdfopen/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1.1.1 2011/10/27 18:42:48 minskim Exp $ +$NetBSD: distinfo,v 1.2 2013/12/12 04:21:28 minskim Exp $ -SHA1 (texlive-20110705-source.tar.xz) = 7a47cfe847801c86c98da8ade181baf97339f6e4 -RMD160 (texlive-20110705-source.tar.xz) = fbcad494cc4717a0238ab2624f259270fce9332b -Size (texlive-20110705-source.tar.xz) = 131207904 bytes -SHA1 (patch-Makefile.in) = 43eabbfbd62ce1625cfdf9b1ca7fa0994aa9d42c +SHA1 (texlive-20130530-source.tar.xz) = 42f0a6fa3f49435991182f14e01276b2ee3fce61 +RMD160 (texlive-20130530-source.tar.xz) = 2d779ae5de979be86a9258b224dfc15cbcd76b18 +Size (texlive-20130530-source.tar.xz) = 179963948 bytes +SHA1 (patch-Makefile.in) = fd1de7aa7da8247bc4de99aca1f78b289ace41ef diff --git a/print/xpdfopen/patches/patch-Makefile.in b/print/xpdfopen/patches/patch-Makefile.in index 71f51ddc2bf..bddac1e66ae 100644 --- a/print/xpdfopen/patches/patch-Makefile.in +++ b/print/xpdfopen/patches/patch-Makefile.in @@ -1,11 +1,11 @@ -$NetBSD: patch-Makefile.in,v 1.1.1.1 2011/10/27 18:42:48 minskim Exp $ +$NetBSD: patch-Makefile.in,v 1.2 2013/12/12 04:21:28 minskim Exp $ --- Makefile.in.orig 2011-05-19 07:58:35.000000000 +0000 +++ Makefile.in @@ -208,7 +208,7 @@ top_srcdir = @top_srcdir@ ACLOCAL_AMFLAGS = -I ../../m4 + AM_CPPFLAGS = $(X_CFLAGS) AM_CFLAGS = $(WARNING_CFLAGS) - INCLUDES = $(X_CFLAGS) -LDADD = $(X_LIBS) -lX11 -lXmu $(X_EXTRA_LIBS) +LDADD = $(X_LIBS) -lX11 $(X_EXTRA_LIBS) common_sources = sendx.c sendx.h utils.c utils.h xpdfopen.h |