Files
ports/misc/rubygem-rabbit/Makefile
T
Tobias C. Berner 773872818c graphics/poppler: update to 20.12.0
Changelog:
        core:
         * Draw better circles for circle annotations
         * Fix annotation line width if no appearance stream or style are given
         * Tweak rendering of highlight annotations
         * Fix border rendering of some annotations
         * Fix rendering of some files. Issue #976 Issue #567
         * PSOutputDev: provide options to set the rasterization color space and ICC profile
         * PSOutputDev: for splashModeCMYK8 and language level >=2 activate overprint emulation
         * PSOutputDev: use the DeviceN8 bitmap for rasterization with CMYK-output + overprint
         * Use the font name without subset tag when querying for a system font
         * Splash: Fix wrong x adjustment during clipping
         * Splash: Fix blitImage in uncolored tiling patterns
         * timeToDateString: We forgot the ' after the minutes
         * Move psLevel to PSOutputDev creation
         * Fix several issues in broken files

        utils:
         * pdftops: provide options to set the rasterization color space and ICC profile
         * pdftops: for splashModeCMYK8 and language level >=2 activate overprint emulation

        cpp:
         * New fuzzers

        glib:
         * New fuzzers

        qt5:
         * New fuzzers

        build system:
         * gcc: Enable -fno-operator-names
         * Remove obsolete bool-to-binary macro
         * Remove obsolete version-check macro for pkgconfig
         * Remove .pc files for private back-ends
         * Remove redundant unit-test macro

PR:		251537
Exp-run by:	antoine
2020-12-11 20:10:03 +00:00

47 lines
1.4 KiB
Makefile

# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= rabbit
PORTVERSION= 2.2.1
PORTREVISION= 13
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>