pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/poppler-qt4 poppler-qt4: remove, removed in 0.62.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9d0f98292c0b
branches:  trunk
changeset: 373893:9d0f98292c0b
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Jan 10 21:56:01 2018 +0000

description:
poppler-qt4: remove, removed in 0.62.0

diffstat:

 print/poppler-qt4/DESCR         |   9 --------
 print/poppler-qt4/Makefile      |  44 -----------------------------------------
 print/poppler-qt4/PLIST         |  13 ------------
 print/poppler-qt4/buildlink3.mk |  15 -------------
 4 files changed, 0 insertions(+), 81 deletions(-)

diffs (97 lines):

diff -r 0f0082542c67 -r 9d0f98292c0b print/poppler-qt4/DESCR
--- a/print/poppler-qt4/DESCR   Wed Jan 10 21:55:34 2018 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,9 +0,0 @@
-This is the QT4 wrapper for poppler, a PDF rendering library. It
-is a fork of the xpdf 3.0 PDF viewer developed by Derek Noonburg
-of Glyph and Cog, LLC.
-
-Poppler provides PDF rendering functionality as a shared library,
-to centralize the maintenence effort and to reduce duplicated
-effort. And the poppler developers would like to move libpoppler
-forward in a number of areas that doesn't fit within the goals of
-xpdf.
diff -r 0f0082542c67 -r 9d0f98292c0b print/poppler-qt4/Makefile
--- a/print/poppler-qt4/Makefile        Wed Jan 10 21:55:34 2018 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,44 +0,0 @@
-# $NetBSD: Makefile,v 1.50 2017/12/08 08:52:56 maya Exp $
-
-PKGREVISION= 1
-.include "../../print/poppler/Makefile.common"
-
-PKGNAME=               poppler-qt4-${POPPLER_VERS}
-COMMENT=               PDF rendering library (QT4 wrapper)
-MAINTAINER=            reed%reedmedia.net@localhost
-
-CMAKE_ARGS+=    -DENABLE_SPLASH=ON
-CMAKE_ARGS+=    -DCMAKE_DISABLE_FIND_PACKAGE_CAIRO=TRUE
-CMAKE_ARGS+=    -DBUILD_GTK_TESTS=OFF
-CMAKE_ARGS+=    -DENABLE_GLIB=OFF
-CMAKE_ARGS+=    -DENABLE_UTILS=OFF
-CMAKE_ARGS+=    -DENABLE_CPP=OFF
-CMAKE_ARGS+=    -DENABLE_QT4=ON
-CMAKE_ARGS+=    -DENABLE_QT5=OFF
-# Don't build libcurl based HTTP support. ## might want to include
-CMAKE_ARGS+=    -DENABLE_LIBCURL=OFF
-
-CMAKE_ARGS+=   -DMOCQT4=${QTDIR}/bin/moc
-
-BUILDLINK_API_DEPENDS.poppler+= poppler>=${POPPLER_VERS}
-.include "../../print/poppler/buildlink3.mk"
-
-PKGCONFIG_OVERRIDE+=   ${WRKSRC}/poppler-qt4.pc.in
-
-INSTALLATION_DIRS+=    lib include/poppler lib/pkgconfig
-
-BUILD_DIRS=            qt4/src
-
-pre-build:
-       cd ${WRKSRC}/qt4/src && ${BUILD_MAKE_CMD}
-
-post-install:
-       ${INSTALL_DATA} ${WRKSRC}/poppler-qt4.pc ${DESTDIR}${PREFIX}/lib/pkgconfig
-
-BUILDLINK_DEPMETHOD.qt4-tools?=        full
-
-BUILDLINK_API_DEPENDS.qt4-libs+=       qt4-libs>=4.7.0
-.include "../../x11/qt4-libs/buildlink3.mk"
-.include "../../x11/qt4-tools/buildlink3.mk"
-.include "../../mk/pthread.buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 0f0082542c67 -r 9d0f98292c0b print/poppler-qt4/PLIST
--- a/print/poppler-qt4/PLIST   Wed Jan 10 21:55:34 2018 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-@comment $NetBSD: PLIST,v 1.9 2017/12/08 07:48:12 spz Exp $
-include/poppler/qt4/poppler-annotation.h
-include/poppler/qt4/poppler-export.h
-include/poppler/qt4/poppler-form.h
-include/poppler/qt4/poppler-link.h
-include/poppler/qt4/poppler-media.h
-include/poppler/qt4/poppler-optcontent.h
-include/poppler/qt4/poppler-page-transition.h
-include/poppler/qt4/poppler-qt4.h
-lib/libpoppler-qt4.so
-lib/libpoppler-qt4.so.4
-lib/libpoppler-qt4.so.4.11.0
-lib/pkgconfig/poppler-qt4.pc
diff -r 0f0082542c67 -r 9d0f98292c0b print/poppler-qt4/buildlink3.mk
--- a/print/poppler-qt4/buildlink3.mk   Wed Jan 10 21:55:34 2018 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.39 2017/12/08 08:52:56 maya Exp $
-
-BUILDLINK_TREE+=       poppler-qt4
-
-.if !defined(POPPLER_QT4_BUILDLINK3_MK)
-POPPLER_QT4_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.poppler-qt4+=    poppler-qt4>=0.6.1
-BUILDLINK_ABI_DEPENDS.poppler-qt4+=    poppler-qt4>=0.61.1nb1
-BUILDLINK_PKGSRCDIR.poppler-qt4?=      ../../print/poppler-qt4
-
-.include "../../print/poppler/buildlink3.mk"
-.endif # POPPLER_QT4_BUILDLINK3_MK
-
-BUILDLINK_TREE+=       -poppler-qt4



Home | Main Index | Thread Index | Old Index