Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Apr 2018 20:02:14 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r467411 - head/print/fig2dev
Message-ID:  <201804152002.w3FK2Eog080148@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Sun Apr 15 20:02:13 2018
New Revision: 467411
URL: https://svnweb.freebsd.org/changeset/ports/467411

Log:
  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.

Modified:
  head/print/fig2dev/Makefile
  head/print/fig2dev/distinfo

Modified: head/print/fig2dev/Makefile
==============================================================================
--- head/print/fig2dev/Makefile	Sun Apr 15 19:48:28 2018	(r467410)
+++ head/print/fig2dev/Makefile	Sun Apr 15 20:02:13 2018	(r467411)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	fig2dev
-PORTVERSION=	3.2.6
+PORTVERSION=	3.2.7
 CATEGORIES=	print
 MASTER_SITES=	SF/mcj/
 

Modified: head/print/fig2dev/distinfo
==============================================================================
--- head/print/fig2dev/distinfo	Sun Apr 15 19:48:28 2018	(r467410)
+++ head/print/fig2dev/distinfo	Sun Apr 15 20:02:13 2018	(r467411)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804152002.w3FK2Eog080148>