pkgsrc/print/flpsed/Makefile

25 lines
604 B
Makefile
Raw Normal View History

2017-08-01 19:40:08 +02:00
# $NetBSD: Makefile,v 1.13 2017/08/01 17:40:15 wiz Exp $
(pkgsrc) - Convert (buildlink3) from fltk 1.3 to 2.0 (upstream) - Update 0.3.9 to 0.4.4 --------------------- flpsed-0.4.4 - fix problem with documents that embed standard font replacements (reported by Volker Kuhlmann) - use plain Helvetica font instead of HelveticaNeue-Roman (reported by Evgeny Stambulchik and others). - use ftell() instead of ftello() for better compatibility (reported by Christophe CURIS). - fix compile problem with recent fltk-2 snapshots (reported by Brian) - automatically import PDF files from the command line (requested by many). flpsed-0.4.3 - implicitely end setup section if %%Page comment is encountered and check for valid setup length after DSC parsing. - only set modified flag if real changes have been made to the document. - use fl_choice() instead of deprecated fl_ask(). - no longer rely on %%Pages comment because of possible use of (atend). - call XSync() to avoid "Cannot get ghostview property" error from gs (reported by A Mennucc). - don't die on SIGPIPE if gs has a problem (reported by A Mennucc). - use fltk2-config instead of fltk-config. flpsed-0.4.2 - Use setenv() instead of putenv() for POSIX compatibility (noticed by Jeff Orczykowski on Solaris 8). - fix gcc-4.1 compilation problem. - fix segfault in DSC code reported by Morten Brix Pedersen. - work around missing utf8len() in recent fltk-2. versions. - more compile fixes for recent fltk-2. versions. flpsed-0.4.1 - Add support for PostScript Document Structure Convention. - Pages can now be accessed in random order. - Document sizes other than A4 are handled better. - Add -geometry and -z (zoom) options. flpsed-0.4.0 - Switch to fltk2 to support antialiased fonts and utf8. - Added support for polish special characters (tested by Bartosz Malinowski). - Document sizes other than A4 are handled better. - Add -geometry and -z (zoom) options.
2015-01-24 12:16:32 +01:00
DISTNAME= flpsed-0.4.4
PKGREVISION= 1
CATEGORIES= print
MASTER_SITES= http://www.ecademix.com/JohannesHofmann/
MAINTAINER= pkgsrc-users@NetBSD.org
2017-08-01 19:40:08 +02:00
#HOMEPAGE= http://www.ecademix.com/JohannesHofmann/flpsed.html
COMMENT= WYSIWYG PostScript2 annotator
(pkgsrc) - Convert (buildlink3) from fltk 1.3 to 2.0 (upstream) - Update 0.3.9 to 0.4.4 --------------------- flpsed-0.4.4 - fix problem with documents that embed standard font replacements (reported by Volker Kuhlmann) - use plain Helvetica font instead of HelveticaNeue-Roman (reported by Evgeny Stambulchik and others). - use ftell() instead of ftello() for better compatibility (reported by Christophe CURIS). - fix compile problem with recent fltk-2 snapshots (reported by Brian) - automatically import PDF files from the command line (requested by many). flpsed-0.4.3 - implicitely end setup section if %%Page comment is encountered and check for valid setup length after DSC parsing. - only set modified flag if real changes have been made to the document. - use fl_choice() instead of deprecated fl_ask(). - no longer rely on %%Pages comment because of possible use of (atend). - call XSync() to avoid "Cannot get ghostview property" error from gs (reported by A Mennucc). - don't die on SIGPIPE if gs has a problem (reported by A Mennucc). - use fltk2-config instead of fltk-config. flpsed-0.4.2 - Use setenv() instead of putenv() for POSIX compatibility (noticed by Jeff Orczykowski on Solaris 8). - fix gcc-4.1 compilation problem. - fix segfault in DSC code reported by Morten Brix Pedersen. - work around missing utf8len() in recent fltk-2. versions. - more compile fixes for recent fltk-2. versions. flpsed-0.4.1 - Add support for PostScript Document Structure Convention. - Pages can now be accessed in random order. - Document sizes other than A4 are handled better. - Add -geometry and -z (zoom) options. flpsed-0.4.0 - Switch to fltk2 to support antialiased fonts and utf8. - Added support for polish special characters (tested by Bartosz Malinowski). - Document sizes other than A4 are handled better. - Add -geometry and -z (zoom) options.
2015-01-24 12:16:32 +01:00
LICENSE= gnu-gpl-v2
GNU_CONFIGURE= yes
USE_LANGUAGES+= c c++
USE_TOOLS+= gmake gs:run
2010-02-11 23:57:40 +01:00
INSTALLATION_DIRS+= share/doc/flpsed
post-install:
2010-02-11 23:57:40 +01:00
${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/flpsed
(pkgsrc) - Convert (buildlink3) from fltk 1.3 to 2.0 (upstream) - Update 0.3.9 to 0.4.4 --------------------- flpsed-0.4.4 - fix problem with documents that embed standard font replacements (reported by Volker Kuhlmann) - use plain Helvetica font instead of HelveticaNeue-Roman (reported by Evgeny Stambulchik and others). - use ftell() instead of ftello() for better compatibility (reported by Christophe CURIS). - fix compile problem with recent fltk-2 snapshots (reported by Brian) - automatically import PDF files from the command line (requested by many). flpsed-0.4.3 - implicitely end setup section if %%Page comment is encountered and check for valid setup length after DSC parsing. - only set modified flag if real changes have been made to the document. - use fl_choice() instead of deprecated fl_ask(). - no longer rely on %%Pages comment because of possible use of (atend). - call XSync() to avoid "Cannot get ghostview property" error from gs (reported by A Mennucc). - don't die on SIGPIPE if gs has a problem (reported by A Mennucc). - use fltk2-config instead of fltk-config. flpsed-0.4.2 - Use setenv() instead of putenv() for POSIX compatibility (noticed by Jeff Orczykowski on Solaris 8). - fix gcc-4.1 compilation problem. - fix segfault in DSC code reported by Morten Brix Pedersen. - work around missing utf8len() in recent fltk-2. versions. - more compile fixes for recent fltk-2. versions. flpsed-0.4.1 - Add support for PostScript Document Structure Convention. - Pages can now be accessed in random order. - Document sizes other than A4 are handled better. - Add -geometry and -z (zoom) options. flpsed-0.4.0 - Switch to fltk2 to support antialiased fonts and utf8. - Added support for polish special characters (tested by Bartosz Malinowski). - Document sizes other than A4 are handled better. - Add -geometry and -z (zoom) options.
2015-01-24 12:16:32 +01:00
.include "../../x11/fltk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"