- Improvements to overprint and spot color support in documents with transparency, improvements to PDF and PS output, proper handling of PDF-specific text rendering modes and support for reading AES-encrypted PDF documents. - Improved handling of CJK text, especially in vertical writing modes. - Improved memory footprint processing some files at high resolution. - The handling of color spaces has been moved from PostScript code to C. - A number of the included printer drivers and cups wrappers have been updated to support a PDF-based workflow. Also fixed are several long-standing bugs in the pcl drivers with respect to duplex, resolution and paper tray selection.
23 lines
627 B
Text
23 lines
627 B
Text
# $FreeBSD$
|
|
|
|
# EPAG - additional driver for Epson ESC/Page printers
|
|
# http://www.humblesoft.com/gdevepag.html
|
|
|
|
PORTDOCS+= epag
|
|
PORTDOC_FILES+= epag/ert.txt epag/gdevepag.txt epag/ChangeLog \
|
|
epag/psprint epag/gsepagif.sh
|
|
|
|
pre-build-epag:
|
|
${LN} -s -f ${WRKSRC}/${EPAG_NAME}/gdevepag.c ${WRKSRC}/base
|
|
|
|
post-build-epag:
|
|
cd ${WRKSRC}/${EPAG_NAME} && \
|
|
${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} Makefile
|
|
|
|
post-install-docs-epag:
|
|
${MKDIR} ${WRKSRC}/contrib/epag
|
|
${INSTALL_DATA} ${WRKSRC}/${EPAG_NAME}/* ${WRKSRC}/contrib/epag
|
|
|
|
pre-build: pre-build-epag
|
|
post-build: post-build-epag
|
|
post-install-docs: post-install-docs-epag
|