diff options
author | pi <pi@FreeBSD.org> | 2018-04-16 04:02:13 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2018-04-16 04:02:13 +0800 |
commit | 1bcf7d264f83b45569cb4049eb4aa3dee8b69dcb (patch) | |
tree | 7ec126f019126e33dfadf3220f5be47e687bf171 /print | |
parent | 153a71c0381a46284dc454b4e75aeb08585bd6e0 (diff) | |
download | freebsd-ports-gnome-1bcf7d264f83b45569cb4049eb4aa3dee8b69dcb.tar.gz freebsd-ports-gnome-1bcf7d264f83b45569cb4049eb4aa3dee8b69dcb.tar.zst freebsd-ports-gnome-1bcf7d264f83b45569cb4049eb4aa3dee8b69dcb.zip |
print/fig2dev: update 3.2.6 -> 3.2.7
- OPTION LETTER CHANGES:
Language previous option current option
------------------------------------------------------------
cgm -b dummy -a
epic -A scale -d scale
eepic -A scale -d scale
eepicemu -A scale -d scale
gbx -i on|off -v
ibmgl -m mag,xoff,yoff -m mag -x xoff -y yoff
mp -I file -d file
ps -S dummy -o
- NEW FEATURES:
o Print language-specific help text by using fig2dev -L lang -h.
o Add option -M, multipage, for MetaPost output language.
o Add option -P, pagemode, and -z to choose a pagesize for pdf output.
o Add option -W (scaling of figures not possible) for tikz.
o Add option -b, border width, for LaTeX output language.
o Add option -f for pstex_t and pdftex_t output language.
o Add uk_UA and ru_RU encodings for PostScript output. Ticket #12.
- BUGS FIXED:
o Update help text: Output help for dxf and textyl output language,
add description of -g option for Tk/Tcl and Perl/Tk output, allow -f
option for pstex_t and pdftex_t output language.
- Debian bug numbers refer to https://bugs.debian.org/#.
Ticket numbers refer to https://sourceforge.net/p/mcj/tickets/#.
o Sanitize input. Do not segfault on malformed input files. Fixes debian
bugs 881143, 881144, 881396, 890015, 890016, 882021 and also 882022.
o Do not put an %%Orientation: comment into PostScript output. Some
viewers would rotate the resulting file, others not.
o Fix build on NetBSD, which has a _setmode() function different from
_setmode() on Windows. Ticket #17. Also, avoid alloca(). Ticket #16.
o tikz output: Omit the semicolon after \pgftext[..]{...};.
o Define PostScript patterns with larger tiles, may render better. #13
o Fix build in case libXpm is missing. Ticket #15.
o Use netpbm programs instead of ghostscript, to produce smaller files.
o Correctly embed eps files with binary preview (epsi, typically
found on Microsoft systems). Also, allow to embed ps-files. Fixes
debian bug 248807, ticket #8.
o For compilation, do not depend on PATH_MAX being defined.
Diffstat (limited to 'print')
-rw-r--r-- | print/fig2dev/Makefile | 2 | ||||
-rw-r--r-- | print/fig2dev/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/print/fig2dev/Makefile b/print/fig2dev/Makefile index 42861772eb7e..88912dbb4a36 100644 --- a/print/fig2dev/Makefile +++ b/print/fig2dev/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= fig2dev -PORTVERSION= 3.2.6 +PORTVERSION= 3.2.7 CATEGORIES= print MASTER_SITES= SF/mcj/ diff --git a/print/fig2dev/distinfo b/print/fig2dev/distinfo index 3d7c4b4601c7..286b54dfa2f8 100644 --- a/print/fig2dev/distinfo +++ b/print/fig2dev/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1471950844 -SHA256 (fig2dev-3.2.6.tar.xz) = 8a3d17eda41d6733af44fd88c18e89e0492b9ef83f05c260f80fd71970eaaec0 -SIZE (fig2dev-3.2.6.tar.xz) = 406288 +TIMESTAMP = 1523693729 +SHA256 (fig2dev-3.2.7.tar.xz) = de45819752f657ab7ebffe4a02fc99038d124a8f36be30550b21ef4fa03aa3a5 +SIZE (fig2dev-3.2.7.tar.xz) = 508336 |