./print/fig2dev, Convert .fig files to graphical or printable formats

[ Image CVSweb ] [ Image Homepage ] [ Image RSS ] [ Image Required by ]


Branch: CURRENT, Version: 3.2.9a, Package name: fig2dev-3.2.9a, Maintainer: pkgsrc-users

You need the fig2dev program in addition to xfig to be complete.
Xfig saves figures in its own, proprietary .fig format. The fig2dev
program allows you to print and export figures. Fig2dev translates
the .fig files to various languages and formats such as PostScript,
png, jpeg, pstricks, tikz, etc.


Required to run:
[print/ghostscript] [graphics/png] [x11/libXpm]

Required to build:
[pkgtools/x11-links] [x11/xorgproto]

Master sites:

Filesize: 523.984 KB

Version history: (Expand)


CVS history: (Expand)


   2026-06-09 19:51:09 by Thomas Klausner | Files touched by this commit (6) | Package updated
Log message:
fig2dev: update to 3.2.9a.

===============================================================================
Version 3.2
===============================================================================
Patchlevel 9a (Dec 2024)

NEW FEATURES:
	o Specify pdf minor version with option -Y.
	o Specify width (-Z <wid>w) or height (-Z <height>h) of figure.

BUGS FIXED:
	Ticket numbers refer to https://sourceforge.net/p/mcj/tickets/#.
	o Correctly read from a pipe, ticket #156.
	o Fix behavior of option -F for e(e)pic and latex outputs, ticket #157.
	o Compounds containing ascii-only text would disable utf-8 output, #158.
	o Option --enable-versioning works in out-of-tree builds.
	o Correct links to embedded image files in svg output.
	o Correct font size in svg output, ticket #176.

-------------------------------------
Patchlevel 9 (Aug 2023)

NEW FEATURES:
	o Write utf8-encoded postscript and tex-outputs.

BUGS FIXED:
	Ticket numbers refer to https://sourceforge.net/p/mcj/tickets/#.
	o Include sys/wait.h to build on some bsds.
	o Process crafted input files, tickets #142, #145, #146, #147, #148,
	  and #152.
	o Correctly scale dxf output, ticket #91.
	o Correct a typo causing incorrect eps import, ticket #137.
	o Regression, pass driver names to driver, ticket #139.
   2025-11-17 12:01:43 by Thomas Klausner | Files touched by this commit (709)
Log message:
*: switch all sourceforge HOMEPAGEs to https
   2022-12-07 16:30:09 by Frederic Cambus | Files touched by this commit (5)
Log message:
fig2dev: Update to 3.2.8b.

Patchlevel 8b (Aug 2021)

NEW FEATURES:
	o Detect the output language from the output file name.
	o On the command line, a minus (-) as input or output file name refers
	  to standard input or standard output.

BUGS FIXED:
	Ticket numbers refer to https://sourceforge.net/p/mcj/tickets/#.
	o Correct buffer overflows and segfaults, mainly due to maliciously
	  crafted input files, tickets #113-117, #122, #123, #125-#135.
	o With -Lepic -P, generate a complete tex file.
	o Correctly produce a gif if a transparent color is given, ticket #121.
	o Return with error if no space is left on the device. Ticket #101.
   2022-08-09 14:08:36 by Jonathan Perkin | Files touched by this commit (72)
Log message:
*: Remove hardcoded -liconv / -lintl on SunOS.

This is now handled centrally via OPSYS_EXPLICIT_LIBDEPS support in libiconv
and gettext-lib.
   2021-10-26 13:15:15 by Nia Alarie | Files touched by this commit (1670)
Log message:
print: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes
   2021-10-07 16:52:04 by Nia Alarie | Files touched by this commit (1670)
Log message:
print: Remove SHA1 hashes for distfiles
   2021-07-21 07:32:50 by Frederic Cambus | Files touched by this commit (3) | Package updated
Log message:
fig2dev: update to 3.2.8a.

Patchlevel 8a (Mar 2021)

BUGS FIXED:
	o Allow closed splines with three points.
	o Fix build under Darwin.
   2021-04-11 10:09:12 by Niclas Rosenvik | Files touched by this commit (2)
Log message:
Fix broken fig2dev build on macosx due to endian.h

Fix broken build on macosx due to inclusion of unneeded endian.h .
Fix taken from upstream.
Closes PR pkg/56098