mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
99bd3bb02d
Release 0.89.0: core: * Add support for ResetForm action. Issue #225 * Fix crash in PDFDoc::getSignatureFields when there's no Forms at all * Fix exporting to PS of some files with CID fonts * Use ICC profiles in PS output (if new enough lcms is used) * Allow almost-singular tiling pattern matrices. Issue #894 * Fix memory leak when failing to load some fonts * CairoOutputDev: Use stroke opacity when clipping to a stroke path * CairoOutputDev: Fix tiling patterns when pattern cell is too far. Issue #190 glib: * Add poppler_movie_get_aspect cpp: * Add the font infos to the text_box object Exp-run by: antoine PR: 246848
29 lines
563 B
Makefile
29 lines
563 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= hotcrp
|
|
PORTVERSION= 2.94
|
|
PORTREVISION= 14
|
|
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>
|