pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/xpdfopen Import xpdfopen-0.82 as print/xpdfopen.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8b57855aca0b
branches:  trunk
changeset: 594403:8b57855aca0b
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Thu Oct 27 18:42:48 2011 +0000

description:
Import xpdfopen-0.82 as print/xpdfopen.

This package provides Fabrice Popineau's pdfclose/pdfopen commands to
control Acrobat Reader, xpdf and evince.

diffstat:

 print/xpdfopen/DESCR                     |   2 ++
 print/xpdfopen/Makefile                  |  27 +++++++++++++++++++++++++++
 print/xpdfopen/PLIST                     |   5 +++++
 print/xpdfopen/distinfo                  |   6 ++++++
 print/xpdfopen/patches/patch-Makefile.in |  13 +++++++++++++
 5 files changed, 53 insertions(+), 0 deletions(-)

diffs (73 lines):

diff -r faeed01a1d8f -r 8b57855aca0b print/xpdfopen/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/xpdfopen/DESCR      Thu Oct 27 18:42:48 2011 +0000
@@ -0,0 +1,2 @@
+This package provides Fabrice Popineau's pdfclose/pdfopen commands to
+control Acrobat Reader, xpdf and evince.
diff -r faeed01a1d8f -r 8b57855aca0b print/xpdfopen/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/xpdfopen/Makefile   Thu Oct 27 18:42:48 2011 +0000
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.1.1.1 2011/10/27 18:42:48 minskim Exp $
+
+DISTNAME=      texlive-20110705-source
+PKGNAME=       xpdfopen-0.82
+CATEGORIES=    print
+MASTER_SITES=  ${MASTER_SITE_TEX_CTAN:=systems/texlive/Source/}
+EXTRACT_SUFX=  .tar.xz
+
+MAINTAINER=    minskim%NetBSD.org@localhost
+HOMEPAGE=      http://www.tug.org/texlive/
+COMMENT=       Commands to control Acrobat Reader, xpdf, and evince
+
+CONFLICTS+=    teTeX-bin<=3.0nb34
+CONFLICTS+=    texlive-pdftools<2011
+DEPENDS+=      web2c-[0-9]*:../../print/web2c
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+EXTRACT_ELEMENTS=      ${DISTNAME}/build-aux \
+                       ${DISTNAME}/utils/xpdfopen
+
+GNU_CONFIGURE= yes
+WRKSRC=                ${WRKDIR}/${DISTNAME}/utils/xpdfopen
+
+.include "../../x11/libX11/buildlink3.mk"
+.include "../../x11/xproto/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r faeed01a1d8f -r 8b57855aca0b print/xpdfopen/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/xpdfopen/PLIST      Thu Oct 27 18:42:48 2011 +0000
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2011/10/27 18:42:48 minskim Exp $
+bin/pdfclose
+bin/pdfopen
+man/man1/pdfclose.1
+man/man1/pdfopen.1
diff -r faeed01a1d8f -r 8b57855aca0b print/xpdfopen/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/xpdfopen/distinfo   Thu Oct 27 18:42:48 2011 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1.1.1 2011/10/27 18:42:48 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
diff -r faeed01a1d8f -r 8b57855aca0b print/xpdfopen/patches/patch-Makefile.in
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/xpdfopen/patches/patch-Makefile.in  Thu Oct 27 18:42:48 2011 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-Makefile.in,v 1.1.1.1 2011/10/27 18:42:48 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_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
+ pdfopen_SOURCES = pdfopen.c $(common_sources)
+ pdfclose_SOURCES = pdfclose.c $(common_sources)



Home | Main Index | Thread Index | Old Index