pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/print/fig2dev



Module Name:    pkgsrc
Committed By:   fcambus
Date:           Fri Apr  2 19:26:25 UTC 2021

Modified Files:
        pkgsrc/print/fig2dev: Makefile distinfo

Log Message:
fig2dev: Update to 3.2.8.

Patchlevel 8 (Dec 2020)

NEW FEATURES:

o Use deflate to embed image data into eps output, often substantially
  reducing file size.
o Embed pdf files into ps output by converting the pdf to eps.
o Allow negative arrow widths. This might be useful for asymmetric arrow
  tips, which can thus be mirrored around the corresponding line.

BUGS FIXED:

Ticket numbers refer to https://sourceforge.net/p/mcj/tickets/#.
o Reject negative text font sizes. Fixes ticket #86.
o Allow fig files ending without previous eol character. Fixes #83, #84.
o Accept text and ellipse angles only within -2*pi to 2*pi. Fixes #76.
o Allow -1 as default TeX font, not only 0. Fixes #71, #75, #81.
o Do not allow ASCII NUL anywhere in input. Fixes #65, #68, #73, #80.
o Use getline() to improve input scanning.
  Fixes tickets #58, #59, #61, #62, #67, #78, #79, #82.
o Correctly scan embedded pdfs for /MediaBox value.
o Convert polygons having too few points to polylines. Ticket #56.
o Reject huge arrow types causing integer overflow. Ticket #57.
o Allow Fig v2 text strings ending with multiple ^A. Ticket #55.
o Embed images in pdfs with their original compression type, i.e., leave
  the gs switch "-dAutoFilterColorImages" at its default value "true".


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/print/fig2dev/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/print/fig2dev/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/print/fig2dev/Makefile
diff -u pkgsrc/print/fig2dev/Makefile:1.6 pkgsrc/print/fig2dev/Makefile:1.7
--- pkgsrc/print/fig2dev/Makefile:1.6   Sat May 16 02:15:06 2020
+++ pkgsrc/print/fig2dev/Makefile       Fri Apr  2 19:26:24 2021
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2020/05/16 02:15:06 joerg Exp $
+# $NetBSD: Makefile,v 1.7 2021/04/02 19:26:24 fcambus Exp $
 
-DISTNAME=      fig2dev-3.2.7b
-PKGREVISION=   1
+DISTNAME=      fig2dev-3.2.8
 CATEGORIES=    graphics print
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=mcj/}
 EXTRACT_SUFX=  .tar.xz

Index: pkgsrc/print/fig2dev/distinfo
diff -u pkgsrc/print/fig2dev/distinfo:1.4 pkgsrc/print/fig2dev/distinfo:1.5
--- pkgsrc/print/fig2dev/distinfo:1.4   Tue May 12 10:31:35 2020
+++ pkgsrc/print/fig2dev/distinfo       Fri Apr  2 19:26:24 2021
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.4 2020/05/12 10:31:35 nia Exp $
+$NetBSD: distinfo,v 1.5 2021/04/02 19:26:24 fcambus Exp $
 
-SHA1 (fig2dev-3.2.7b.tar.xz) = 8097c178b7fff1023112250938cc87837c0f564e
-RMD160 (fig2dev-3.2.7b.tar.xz) = 133011bf9d998464b87fc952a739a58307cfb270
-SHA512 (fig2dev-3.2.7b.tar.xz) = 134023febf935e76bd5e45695e3718f6af823297743045cf5aaf91136047d8f217785cd150667aa893f8424430bf60e36cad907419118f27fee75aafb02cbe41
-Size (fig2dev-3.2.7b.tar.xz) = 512224 bytes
+SHA1 (fig2dev-3.2.8.tar.xz) = 6a4714b653d98734dcfd3d24e6bdf091c2e20195
+RMD160 (fig2dev-3.2.8.tar.xz) = b59c24b248002aa7d5e606de4078065d4fe6f840
+SHA512 (fig2dev-3.2.8.tar.xz) = 4958e97cecd651a15f25cfc27ae55fa05ae628ae4257d1eb454cba60da26a907a5dddf5736bee9145007f5e0bf251fd52924ae09e5f87b95f287bab4c9da04f5
+Size (fig2dev-3.2.8.tar.xz) = 518984 bytes
 SHA1 (patch-fig2dev_tests_atlocal.in) = a4440e467472ba02b8a67cab0287f5859a5eb631



Home | Main Index | Thread Index | Old Index