From owner-svn-ports-head@freebsd.org Sun Apr 15 20:02:14 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 88C2EF87D79; Sun, 15 Apr 2018 20:02:14 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3DFFF82501; Sun, 15 Apr 2018 20:02:14 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 38F2D137A6; Sun, 15 Apr 2018 20:02:14 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w3FK2EeF080150; Sun, 15 Apr 2018 20:02:14 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w3FK2Eog080148; Sun, 15 Apr 2018 20:02:14 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201804152002.w3FK2Eog080148@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sun, 15 Apr 2018 20:02:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r467411 - head/print/fig2dev X-SVN-Group: ports-head X-SVN-Commit-Author: pi X-SVN-Commit-Paths: head/print/fig2dev X-SVN-Commit-Revision: 467411 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Apr 2018 20:02:14 -0000 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