1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-04 11:23:46 +00:00
Tobias C. Berner ed28803b50 graphics/poppler: update to 21.02
Release 21.02.0:
        core:
         * GfxCal*ColorSpace: introduce Bradford transform for chromatic adaptation
         * Fix memory leak if saving the file fails
         * Internal code improvements
         * Fix various issues handling broken files
         * Make checkedAdd work for long long in MSVC

        qt5:
         * Properly export NewSignatureData class
         * Fix regression in QIODeviceOutStream + MSVC

        qt6:
         * Properly export NewSignatureData class
         * Fix regression in QIODeviceOutStream + MSVC

        utils:
         * pdftohtml: Fix error() parameter type

PR:		253183
Exp-run by:	antoine
2021-02-09 11:10:57 +00:00

29 lines
563 B
Makefile

# $FreeBSD$
PORTNAME= hotcrp
PORTVERSION= 2.94
PORTREVISION= 22
CATEGORIES= www
MASTER_SITES= http://www.read.seas.harvard.edu/~kohler/hotcrp/
MAINTAINER= ports@FreeBSD.org
COMMENT= Web based conference management software
RUN_DEPENDS= pdftohtml:graphics/poppler-utils \
zip:archivers/zip
USES= php mysql:server
USE_PHP= mysqli gd session ctype
NO_BUILD= yes
SUB_FILES= pkg-message
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
do-install:
${MKDIR} ${STAGEDIR}${WWWDIR}
@cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}
.include <bsd.port.mk>