Skip to content

Commit 78c8161

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

2 files changed

Lines changed: 7 additions & 8 deletions

File tree

print/fig2dev/Makefile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
# $NetBSD: Makefile,v 1.6 2020/05/16 02:15:06 joerg Exp $
1+
# $NetBSD: Makefile,v 1.7 2021/04/02 19:26:24 fcambus Exp $
22

3-
DISTNAME= fig2dev-3.2.7b
4-
PKGREVISION= 1
3+
DISTNAME= fig2dev-3.2.8
54
CATEGORIES= graphics print
65
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mcj/}
76
EXTRACT_SUFX= .tar.xz

print/fig2dev/distinfo

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
$NetBSD: distinfo,v 1.4 2020/05/12 10:31:35 nia Exp $
1+
$NetBSD: distinfo,v 1.5 2021/04/02 19:26:24 fcambus Exp $
22

3-
SHA1 (fig2dev-3.2.7b.tar.xz) = 8097c178b7fff1023112250938cc87837c0f564e
4-
RMD160 (fig2dev-3.2.7b.tar.xz) = 133011bf9d998464b87fc952a739a58307cfb270
5-
SHA512 (fig2dev-3.2.7b.tar.xz) = 134023febf935e76bd5e45695e3718f6af823297743045cf5aaf91136047d8f217785cd150667aa893f8424430bf60e36cad907419118f27fee75aafb02cbe41
6-
Size (fig2dev-3.2.7b.tar.xz) = 512224 bytes
3+
SHA1 (fig2dev-3.2.8.tar.xz) = 6a4714b653d98734dcfd3d24e6bdf091c2e20195
4+
RMD160 (fig2dev-3.2.8.tar.xz) = b59c24b248002aa7d5e606de4078065d4fe6f840
5+
SHA512 (fig2dev-3.2.8.tar.xz) = 4958e97cecd651a15f25cfc27ae55fa05ae628ae4257d1eb454cba60da26a907a5dddf5736bee9145007f5e0bf251fd52924ae09e5f87b95f287bab4c9da04f5
6+
Size (fig2dev-3.2.8.tar.xz) = 518984 bytes
77
SHA1 (patch-fig2dev_tests_atlocal.in) = a4440e467472ba02b8a67cab0287f5859a5eb631

0 commit comments

Comments
 (0)