ports/misc/rubygem-rabbit/Makefile
Tobias C. Berner 753388101e graphics/poppler: update to 0.76.1
From Changelog at https://poppler.freedesktop.org/releases.html :

Release 0.76.1:
        core:
         * Make the mul tables be calculated at compile time with constexpr.
         * splash: Fix compile with SPLASH_CMYK enabled
         * Some typo fixing in error messages

        qt5:
         * Fix regression in annotation handling

        build system:
         * Fix some typos in build system output and comments

Release 0.76.0:

        core:
         * Fix regression on case-insensitive search. Issue #743
         * Remove GooList, use std::vector instead
         * Fix radiobutton reporting wrong state. Issue #159
         * Handle UTF16-LE strings
         * Don't error out if there's no DA in FreeText annotation
         * cairo: Compute correct coverage values for box filter.
         * cairo: Constrain number of cycles in rescale filter.
         * Read more fields from ViewerPreferences
         * Introduce and use Ref::INVALID
         * Fix crashes in broken files
         * Fix mismatched free/delete
         * Add missing include guards

        utils:
         * pdftohtml: Properly initialize HtmlOutputDev::page to avoid SIGSEGV upon error exit. Issue #742

All the required patches have been obtained via gentoo.

PR:		237846
Exp-run by:	antoine
Approved by:	kwm
2019-05-13 18:33:10 +00:00

46 lines
1.4 KiB
Makefile

# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= rabbit
PORTVERSION= 2.2.1
PORTREVISION= 1
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-faraday>0:www/rubygem-faraday \
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>