99bd3bb02d
Release 0.89.0: core: * Add support for ResetForm action. Issue #225 * Fix crash in PDFDoc::getSignatureFields when there's no Forms at all * Fix exporting to PS of some files with CID fonts * Use ICC profiles in PS output (if new enough lcms is used) * Allow almost-singular tiling pattern matrices. Issue #894 * Fix memory leak when failing to load some fonts * CairoOutputDev: Use stroke opacity when clipping to a stroke path * CairoOutputDev: Fix tiling patterns when pattern cell is too far. Issue #190 glib: * Add poppler_movie_get_aspect cpp: * Add the font infos to the text_box object Exp-run by: antoine PR: 246848
30 lines
707 B
Makefile
30 lines
707 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= kitinerary
|
|
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
|
PORTREVISION= 2
|
|
CATEGORIES= net kde kde-applications
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Data Model and Extraction System for Travel Reservation information
|
|
|
|
LICENSE= LGPL21
|
|
|
|
LIB_DEPENDS= libpoppler.so:graphics/poppler \
|
|
libZXingCore.so:textproc/zxing-cpp
|
|
|
|
USES= compiler:c++11-lang cmake gettext gnome kde:5 pkgconfig qt:5 tar:xz
|
|
USE_GNOME= libxml2
|
|
USE_KDE= coreaddons ecm i18n
|
|
# Pim components
|
|
USE_KDE+= calendarcore contacts kpkpass mime
|
|
USE_QT= core declarative gui network \
|
|
buildtools_build qmake_build
|
|
USE_LDCONFIG= yes
|
|
|
|
DESCR= ${.CURDIR:H:H}/deskutils/kdepim/pkg-descr
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <bsd.port.mk>
|