pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/print/poppler-qt Initial import of poppler-qt-0.4.2.
details: https://anonhg.NetBSD.org/pkgsrc/rev/e167e686b61a
branches: trunk
changeset: 504404:e167e686b61a
user: markd <markd%pkgsrc.org@localhost>
date: Sun Dec 11 10:07:31 2005 +0000
description:
Initial import of poppler-qt-0.4.2.
This is the QT wrapper for poppler, a PDF rendering library.
diffstat:
print/poppler-qt/DESCR | 9 +++++++++
print/poppler-qt/Makefile | 40 ++++++++++++++++++++++++++++++++++++++++
print/poppler-qt/PLIST | 4 ++++
print/poppler-qt/buildlink3.mk | 20 ++++++++++++++++++++
print/poppler-qt/distinfo | 5 +++++
5 files changed, 78 insertions(+), 0 deletions(-)
diffs (98 lines):
diff -r 102ba73a8e64 -r e167e686b61a print/poppler-qt/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/poppler-qt/DESCR Sun Dec 11 10:07:31 2005 +0000
@@ -0,0 +1,9 @@
+This is the QT 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 102ba73a8e64 -r e167e686b61a print/poppler-qt/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/poppler-qt/Makefile Sun Dec 11 10:07:31 2005 +0000
@@ -0,0 +1,40 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/12/11 10:07:31 markd Exp $
+#
+
+DISTNAME= poppler-${POPPLER_VERS}
+PKGNAME= poppler-qt-${POPPLER_VERS}
+CATEGORIES= print
+MASTER_SITES= http://poppler.freedesktop.org/
+
+MAINTAINER= tech-pkg%NetBSD.org@localhost
+HOMEPAGE= http://poppler.freedesktop.org/
+COMMENT= PDF rendering library (QT wrapper)
+
+USE_TOOLS+= pkg-config
+USE_LIBTOOL= yes
+PKGCONFIG_OVERRIDE+= ${WRKSRC}/poppler-qt.pc.in
+
+INCS=-I. `pkg-config poppler --cflags` -I${QTDIR}/include
+POPPLER_VERS=0.4.2
+
+do-build:
+ (cd ${WRKSRC}/qt; \
+ ${LIBTOOL} --tag=CXX --mode=compile ${CXX} ${CXXFLAGS} ${INCS} -c -o poppler-document.lo poppler-document.cc; \
+ ${LIBTOOL} --tag=CXX --mode=compile ${CXX} ${CXXFLAGS} ${INCS} -c -o poppler-page.lo poppler-page.cc; \
+ ${LIBTOOL} --tag=CXX --mode=link ${CXX} ${LDFLAGS} `pkg-config poppler --libs` -L${QTDIR}/lib ${COMPILER_RPATH_FLAG}${QTDIR}/lib -o libpoppler-qt.la -rpath ${PREFIX}/lib poppler-document.lo
poppler-page.lo -lqt-mt )
+ ${SED} -e s:@VERSION@:${POPPLER_VERS}: \
+ -e s:@prefix@:${PREFIX}: \
+ -e 's:@exec_prefix@:$${prefix}:' \
+ -e 's:@libdir@:$${exec_prefix}/lib:' \
+ -e 's:@includedir@:$${prefix}/include:' \
+ ${WRKSRC}/poppler-qt.pc.in > ${WRKSRC}/poppler-qt.pc
+
+do-install:
+ ${LIBTOOL} --mode=install ${INSTALL_LIB} ${WRKSRC}/qt/libpoppler-qt.la ${PREFIX}/lib
+ ${INSTALL_DATA} ${WRKSRC}/qt/poppler-qt.h ${PREFIX}/include/poppler
+ ${INSTALL_DATA} ${WRKSRC}/poppler-qt.pc ${PREFIX}/lib/pkgconfig
+
+.include "../../print/poppler/buildlink3.mk"
+.include "../../x11/qt3-libs/buildlink3.mk"
+.include "../../mk/pthread.buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 102ba73a8e64 -r e167e686b61a print/poppler-qt/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/poppler-qt/PLIST Sun Dec 11 10:07:31 2005 +0000
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/12/11 10:07:31 markd Exp $
+include/poppler/poppler-qt.h
+lib/libpoppler-qt.la
+lib/pkgconfig/poppler-qt.pc
diff -r 102ba73a8e64 -r e167e686b61a print/poppler-qt/buildlink3.mk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/poppler-qt/buildlink3.mk Sun Dec 11 10:07:31 2005 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: buildlink3.mk,v 1.1.1.1 2005/12/11 10:07:31 markd Exp $
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
+POPPLER_QT_BUILDLINK3_MK:= ${POPPLER_QT_BUILDLINK3_MK}+
+
+.if !empty(BUILDLINK_DEPTH:M+)
+BUILDLINK_DEPENDS+= poppler-qt
+.endif
+
+BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Npoppler-qt}
+BUILDLINK_PACKAGES+= poppler-qt
+
+.if !empty(POPPLER_QT_BUILDLINK3_MK:M+)
+BUILDLINK_DEPENDS.poppler-qt+= poppler-qt>=0.4.2
+BUILDLINK_PKGSRCDIR.poppler-qt?= ../../print/poppler-qt
+.endif # POPPLER_QT_BUILDLINK3_MK
+
+.include "../../print/poppler/buildlink3.mk"
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
diff -r 102ba73a8e64 -r e167e686b61a print/poppler-qt/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/poppler-qt/distinfo Sun Dec 11 10:07:31 2005 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2005/12/11 10:07:31 markd Exp $
+
+SHA1 (poppler-0.4.2.tar.gz) = fa1dec65f0df87f9348441563593915344caf9be
+RMD160 (poppler-0.4.2.tar.gz) = e81a8d900c4f3ca51b09ebec8f0ca62b0165d3a3
+Size (poppler-0.4.2.tar.gz) = 777935 bytes
Home |
Main Index |
Thread Index |
Old Index