From 798e9bed2a389dce8a970e15b68176fd49f442db Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke Date: Sun, 30 Apr 2006 00:47:21 +0000 Subject: Presenting GNOME 2.14.1 for FreeBSD! Checkout http://www.gnome.org/start/2.14/ for the official release notes, and a list of all the gooides in this new release. In particular, GNOME 2.14 focused on performance, and they did not miss the mark. There's some new eye candy, but most of the big things are waiting until GNOME 2.16. On the FreeBSD side, we tried to clean up all the crashers we could. In particular, we really improved GNOME's 64-bit support. The good news is that this release does not bring any big shared library version bumps, so you can almost do a simple portupgrade to get to 2.14. There are a few minor gotchas that will be documented in UPDATING shortly. The FreeBSD GNOME Team would like th thank the following users for their patches, feedback, and sometimes incessant complaing about crashes (you know who you are). Yasuda Keisuke Pascal Hofstee rmgls@wanadoo.fr tmclaugh Yuri Pankov sajd on #freebsd-gnome ade ankon on #FreeBSD-Gnome mux Pascal Hofstee QuiRK on #freebsd-gnome Vladimir Timofeev --- graphics/poppler-qt/Makefile | 18 ++++++++++++++++++ graphics/poppler-qt/pkg-plist | 7 +++++++ 2 files changed, 25 insertions(+) create mode 100644 graphics/poppler-qt/Makefile create mode 100644 graphics/poppler-qt/pkg-plist (limited to 'graphics/poppler-qt') diff --git a/graphics/poppler-qt/Makefile b/graphics/poppler-qt/Makefile new file mode 100644 index 000000000000..e61c2b20004a --- /dev/null +++ b/graphics/poppler-qt/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: poppler-qt +# Date created: 2006-01-12 +# Whom: Michael Johnson +# +# $FreeBSD$ +# $MCom: ports/graphics/poppler-qt/Makefile,v 1.6 2006/04/12 17:10:20 ahze Exp $ + +PORTREVISION= 0 +PKGNAMESUFFIX= -qt + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Qt bindings to poppler + +MASTERDIR= ${.CURDIR}/../../graphics/poppler +SLAVEPORT= qt +PLIST= ${.CURDIR}/pkg-plist + +.include "${MASTERDIR}/Makefile" diff --git a/graphics/poppler-qt/pkg-plist b/graphics/poppler-qt/pkg-plist new file mode 100644 index 000000000000..bc152aa05973 --- /dev/null +++ b/graphics/poppler-qt/pkg-plist @@ -0,0 +1,7 @@ +include/poppler/poppler-page-transition.h +include/poppler/poppler-qt.h +lib/libpoppler-qt.a +lib/libpoppler-qt.la +lib/libpoppler-qt.so +lib/libpoppler-qt.so.1 +libdata/pkgconfig/poppler-qt.pc -- cgit v1.2.3