mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
0ee39c1b52
Release 0.80.0: core: * Annotations: Implement support for setting a different text in the appearance stream than the real text * Splash: Optionally use small_vector from boost * Fix memory leaks on broken files * Fix abort on broken files * Small code simplifications * Remove USE_FIXEDPOINT support. Issue #821 qt5: * Fix MSVC build * Add subsitute-font information * Fix since marker of some functions * Fix leak when aborting text extraction * Small code simplifications glib: * Make print scaling getter visible * Make Duplex/NumCopies/PrintPageRange preference available in API * Implement Movie API utils: * pdftotext: Add -nodiag flag to remove diagonal text on output build system: * Mark external lib include dirs as SYSTEM PR: 240176 Exp-run by: antoine Approved by: gnome (kwm, implicit)
28 lines
473 B
Makefile
28 lines
473 B
Makefile
# Created by: Martin Dieringer <martin.dieringe@gmx.de>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pdf2svg
|
|
PORTVERSION= 0.2.3
|
|
PORTREVISION= 10
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= graphics
|
|
|
|
MAINTAINER= martin.dieringer@gmx.de
|
|
COMMENT= Convert PDF to SVG
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libpoppler-glib.so:graphics/poppler-glib
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= db9052
|
|
|
|
USES= pkgconfig
|
|
USE_GNOME= cairo
|
|
GNU_CONFIGURE= yes
|
|
|
|
PLIST_FILES= bin/pdf2svg
|
|
|
|
.include <bsd.port.mk>
|