Release 0.90.0:
core:
* Color profile tweaks
* Small signature improvements
* BBoxOutputDev: Fix calculation when type3 fonts are involved
* Fix potential crash when reading Forms
* Fix infinite loop in broken file
glib:
* Fix adding annots in rotated pages
* Add ability to reset forms
* Several fixes to the documentation
qt5:
* Make it clear we require Qt 5.5
* demo: Fix crash on broken files
* Small documentation improvements
utils:
* pdftoppm: Add option to set display profile
* pdftops: Add a -rasterize option with values always, never, or whenneeded
build system:
* Require cmake 3.5
* More modern cmake way to link against curl
PR: 247736
Exp-run by: antoine
47 lines
1.4 KiB
Makefile
47 lines
1.4 KiB
Makefile
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= rabbit
|
|
PORTVERSION= 2.2.1
|
|
PORTREVISION= 10
|
|
CATEGORIES= misc rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
COMMENT= RD-document-based presentation application
|
|
|
|
LICENSE= GPLv2+
|
|
LICENSE_FILE_GPLv2+ = ${WRKSRC}/GPL
|
|
|
|
RUN_DEPENDS= rubygem-coderay>=1.0.0:textproc/rubygem-coderay \
|
|
rubygem-faraday0>0:www/rubygem-faraday0 \
|
|
rubygem-gdk_pixbuf2>=3.0.9:graphics/rubygem-gdk_pixbuf2 \
|
|
rubygem-gettext>=3.0.1:devel/rubygem-gettext \
|
|
rubygem-gio2>0:devel/rubygem-gio2 \
|
|
rubygem-gtk2>0:x11-toolkits/rubygem-gtk2 \
|
|
rubygem-hikidoc>0:textproc/rubygem-hikidoc \
|
|
rubygem-kramdown>0:textproc/rubygem-kramdown \
|
|
rubygem-nokogiri>0:textproc/rubygem-nokogiri \
|
|
rubygem-poppler>0:x11-toolkits/rubygem-poppler \
|
|
rubygem-rdtool>0:textproc/rubygem-rdtool \
|
|
rubygem-rouge>0:textproc/rubygem-rouge \
|
|
rubygem-rsvg2>0:graphics/rubygem-rsvg2 \
|
|
rubygem-rttool>0:textproc/rubygem-rttool
|
|
|
|
NO_ARCH= yes
|
|
USES= gem gettext
|
|
USE_RUBY= yes
|
|
PLIST_FILES= bin/rabbit bin/rabbirc bin/rabbit-command bin/rabbit-slide \
|
|
bin/rabbit-theme
|
|
|
|
OPTIONS_DEFINE= MIMETEX
|
|
MIMETEX_DESC= Run with mimetex
|
|
|
|
MIMETEX_RUN_DEPENDS= ${LOCALBASE}/www/mimetex/cgi-bin/mimetex.cgi:www/mimetex
|
|
|
|
post-patch-MIMETEX-on:
|
|
${REINPLACE_CMD} -e 's|"mimetex.cgi"|"${PREFIX}/www/mimetex/cgi-bin/mimetex.cgi"|' \
|
|
${WRKSRC}/lib/rabbit/parser/ext/tex.rb
|
|
|
|
.include <bsd.port.mk>
|