Files
ports/misc/rubygem-rabbit/Makefile
T
Tobias C. Berner c565bdb335 graphics/poppler: update to 21.01.0
Release 21.01.0:
        core:
         * Faster routines for jpeg decoding
         * Fix reading signatures in encrypted files
         * Add white point correction when lcms is used
         * JBIG2Stream: Fix byte counting
         * Fix potential data loss if we try to fetch a non existing Ref after modifying the document
         * Specifically use DeviceGray instead of DefaultGray for softmasks
         * Fix various issues handling broken files

        utils:
         * pdftocairo: Setmode binary for windows
         * pdfsig: Add hability to digitally sign files
         * pdftoppm: add options to set DeviceGray/DeviceRGB/DeviceCMYK
         * pdftops: add options to set DeviceGray/DeviceRGB/DeviceCMYK
         * pdfimages: Account for rotation in PPI calculation

        qt5:
         * Add hability to digitally sign files

        qt6:
         * Add hability to digitally sign files

        build system:
         * Enable clang-tidy bugprone-signed-char-misuse

PR:		252377
Exp-run by:	antoine
2021-01-07 19:23:00 +00:00

47 lines
1.4 KiB
Makefile

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