Sat Jun 7 10:56:09 2014 UTC ()
Install fofi headers. Bump PKGREVISION.


(wiz)
diff -r1.15 -r1.16 pkgsrc/print/poppler-includes/Makefile
diff -r1.11 -r1.12 pkgsrc/print/poppler-includes/PLIST

cvs diff -r1.15 -r1.16 pkgsrc/print/poppler-includes/Makefile (expand / switch to unified diff)

--- pkgsrc/print/poppler-includes/Makefile 2013/07/04 13:14:07 1.15
+++ pkgsrc/print/poppler-includes/Makefile 2014/06/07 10:56:09 1.16
@@ -1,34 +1,35 @@ @@ -1,34 +1,35 @@
1# $NetBSD: Makefile,v 1.15 2013/07/04 13:14:07 wiz Exp $ 1# $NetBSD: Makefile,v 1.16 2014/06/07 10:56:09 wiz Exp $
2 2
3.include "../../print/poppler/Makefile.common" 3.include "../../print/poppler/Makefile.common"
4 4
5PKGNAME= poppler-includes-${POPPLER_VERS} 5PKGNAME= poppler-includes-${POPPLER_VERS}
 6PKGREVISION= 1
6 7
7COMMENT= Poppler Xpdf includes (unsupported) 8COMMENT= Poppler Xpdf includes (unsupported)
8MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
9 10
10CONFLICTS+= poppler-0.5.1 poppler-0.5.1nb1 poppler-0.5.1nb2 11CONFLICTS+= poppler-0.5.1 poppler-0.5.1nb1 poppler-0.5.1nb2
11 12
12GNU_CONFIGURE= yes 13GNU_CONFIGURE= yes
13NO_BUILD= yes 14NO_BUILD= yes
14 15
15INCDIR=${DESTDIR}${PREFIX}/include 16INCDIR=${DESTDIR}${PREFIX}/include
16 17
17.include "../../mk/bsd.prefs.mk" 18.include "../../mk/bsd.prefs.mk"
18 19
19do-install: 20do-install:
20 ${INSTALL_DATA_DIR} ${INCDIR} 21 ${INSTALL_DATA_DIR} ${INCDIR}
21 for subdir in poppler goo splash; \ 22 for subdir in fofi poppler goo splash; \
22 do \ 23 do \
23 mf=${WRKSRC}/"$$subdir"/Makefile.am; \ 24 mf=${WRKSRC}/"$$subdir"/Makefile.am; \
24 d=`sed -n -f ${FILESDIR}/dir.sed "$$mf"`; \ 25 d=`sed -n -f ${FILESDIR}/dir.sed "$$mf"`; \
25 ${INSTALL_DATA_DIR} ${INCDIR}/"$$d"; \ 26 ${INSTALL_DATA_DIR} ${INCDIR}/"$$d"; \
26 sed -n -f ${FILESDIR}/extract.sed "$$mf" \ 27 sed -n -f ${FILESDIR}/extract.sed "$$mf" \
27 | { while read f; \ 28 | { while read f; \
28 do \ 29 do \
29 ${INSTALL_DATA} ${WRKSRC}/"$$subdir/$$f" ${INCDIR}/"$$d"; \ 30 ${INSTALL_DATA} ${WRKSRC}/"$$subdir/$$f" ${INCDIR}/"$$d"; \
30 done }; \ 31 done }; \
31 done 32 done
32 ${INSTALL_DATA} ${WRKSRC}/poppler/SplashOutputDev.h ${INCDIR}/poppler 33 ${INSTALL_DATA} ${WRKSRC}/poppler/SplashOutputDev.h ${INCDIR}/poppler
33 ${INSTALL_DATA} ${WRKSRC}/poppler/poppler-config.h ${INCDIR}/poppler 34 ${INSTALL_DATA} ${WRKSRC}/poppler/poppler-config.h ${INCDIR}/poppler
34 35

cvs diff -r1.11 -r1.12 pkgsrc/print/poppler-includes/PLIST (expand / switch to unified diff)

--- pkgsrc/print/poppler-includes/PLIST 2014/04/29 07:56:48 1.11
+++ pkgsrc/print/poppler-includes/PLIST 2014/06/07 10:56:09 1.12
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.11 2014/04/29 07:56:48 wiz Exp $ 1@comment $NetBSD: PLIST,v 1.12 2014/06/07 10:56:09 wiz Exp $
2include/poppler/Annot.h 2include/poppler/Annot.h
3include/poppler/Array.h 3include/poppler/Array.h
4include/poppler/BuiltinFont.h 4include/poppler/BuiltinFont.h
5include/poppler/BuiltinFontTables.h 5include/poppler/BuiltinFontTables.h
6include/poppler/CMap.h 6include/poppler/CMap.h
7include/poppler/CachedFile.h 7include/poppler/CachedFile.h
8include/poppler/Catalog.h 8include/poppler/Catalog.h
9include/poppler/CharCodeToUnicode.h 9include/poppler/CharCodeToUnicode.h
10include/poppler/CharTypes.h 10include/poppler/CharTypes.h
11include/poppler/CompactFontTables.h 11include/poppler/CompactFontTables.h
12include/poppler/DateInfo.h 12include/poppler/DateInfo.h
13include/poppler/Decrypt.h 13include/poppler/Decrypt.h
14include/poppler/Dict.h 14include/poppler/Dict.h
@@ -63,26 +63,32 @@ include/poppler/StructElement.h @@ -63,26 +63,32 @@ include/poppler/StructElement.h
63include/poppler/StructTreeRoot.h 63include/poppler/StructTreeRoot.h
64include/poppler/TextOutputDev.h 64include/poppler/TextOutputDev.h
65include/poppler/UTF.h 65include/poppler/UTF.h
66include/poppler/UTF8.h 66include/poppler/UTF8.h
67include/poppler/UnicodeCClassTables.h 67include/poppler/UnicodeCClassTables.h
68include/poppler/UnicodeCompTables.h 68include/poppler/UnicodeCompTables.h
69include/poppler/UnicodeDecompTables.h 69include/poppler/UnicodeDecompTables.h
70include/poppler/UnicodeMap.h 70include/poppler/UnicodeMap.h
71include/poppler/UnicodeMapTables.h 71include/poppler/UnicodeMapTables.h
72include/poppler/UnicodeTypeTable.h 72include/poppler/UnicodeTypeTable.h
73include/poppler/ViewerPreferences.h 73include/poppler/ViewerPreferences.h
74include/poppler/XRef.h 74include/poppler/XRef.h
75include/poppler/XpdfPluginAPI.h 75include/poppler/XpdfPluginAPI.h
 76include/poppler/fofi/FoFiBase.h
 77include/poppler/fofi/FoFiEncodings.h
 78include/poppler/fofi/FoFiIdentifier.h
 79include/poppler/fofi/FoFiTrueType.h
 80include/poppler/fofi/FoFiType1.h
 81include/poppler/fofi/FoFiType1C.h
76include/poppler/goo/FixedPoint.h 82include/poppler/goo/FixedPoint.h
77include/poppler/goo/GooHash.h 83include/poppler/goo/GooHash.h
78include/poppler/goo/GooLikely.h 84include/poppler/goo/GooLikely.h
79include/poppler/goo/GooList.h 85include/poppler/goo/GooList.h
80include/poppler/goo/GooMutex.h 86include/poppler/goo/GooMutex.h
81include/poppler/goo/GooString.h 87include/poppler/goo/GooString.h
82include/poppler/goo/GooTimer.h 88include/poppler/goo/GooTimer.h
83include/poppler/goo/ImgWriter.h 89include/poppler/goo/ImgWriter.h
84include/poppler/goo/JpegWriter.h 90include/poppler/goo/JpegWriter.h
85include/poppler/goo/NetPBMWriter.h 91include/poppler/goo/NetPBMWriter.h
86include/poppler/goo/PNGWriter.h 92include/poppler/goo/PNGWriter.h
87include/poppler/goo/TiffWriter.h 93include/poppler/goo/TiffWriter.h
88include/poppler/goo/gfile.h 94include/poppler/goo/gfile.h