Commits
Marius Schamschula authored 8a1e0a79a6f
1 1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
2 2 | |
3 3 | PortSystem 1.0 |
4 4 | |
5 5 | name fig2dev |
6 - | version 3.2.7a |
7 - | revision 4 |
6 + | version 3.2.7b |
7 + | revision 0 |
8 8 | categories print graphics |
9 9 | platforms darwin |
10 10 | license Permissive |
11 11 | maintainers nomaintainer |
12 12 | |
13 13 | description Translates Fig code to various graphics languages |
14 14 | |
15 15 | long_description Fig2dev is a set of tools for creating TeX documents \ |
16 16 | with graphics which are portable, in the sense that they \ |
17 17 | can be printed in a wide variety of environments. \ |
18 18 | The fig2dev command translates Fig code to other \ |
19 19 | graphic description languages. \ |
20 20 | transfig is considered obsolete and is not installed. \ |
21 21 | Drivers currently exist for the following graphics \ |
22 22 | languages: (E)EPIC macros, LaTeX picture environment, PIC, \ |
23 23 | PiCTeX, PostScript, and TeXtyl. |
24 24 | |
25 25 | homepage http://xfig.org/ |
26 26 | master_sites sourceforge:project/mcj |
27 27 | use_xz yes |
28 28 | |
29 - | checksums rmd160 708861557c98df3d3d6f2ff4e9d6b66da72747aa \ |
30 - | sha256 bda219a15efcdb829e6cc913a4174f5a4ded084bf91565c783733b34a89bfb28 |
29 + | checksums rmd160 133011bf9d998464b87fc952a739a58307cfb270 \ |
30 + | sha256 47dc1b4420a1bc503b3771993e19cdaf75120d38be6548709f7d84f7b07d68b2 \ |
31 + | size 512224 |
31 32 | |
32 33 | depends_lib port:ghostscript \ |
33 34 | port:libpng \ |
34 35 | port:xpm |
35 36 | |
36 37 | depends_run port:netpbm |
37 38 | |
38 39 | variant universal {} |
39 40 | |
40 41 | post-destroot { |