Files

57 lines
1.9 KiB
Tcl
Raw Permalink Normal View History

2017-06-28 21:15:37 -04:00
# -*- 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
PortSystem 1.0
name fig2dev
2025-01-01 22:58:16 +01:00
version 3.2.9a
2023-09-15 13:48:20 +02:00
revision 0
2017-06-28 21:15:37 -04:00
categories print graphics
license Permissive
2025-01-01 22:58:16 +01:00
maintainers {me.com:remko.scharroo @remkos} \
openmaintainer
2017-06-28 21:15:37 -04:00
description Translates Fig code to various graphics languages
long_description Fig2dev is a set of tools for creating TeX documents \
with graphics which are portable, in the sense that they \
can be printed in a wide variety of environments. \
The fig2dev command translates Fig code to other \
graphic description languages. \
transfig is considered obsolete and is not installed. \
Drivers currently exist for the following graphics \
languages: (E)EPIC macros, LaTeX picture environment, PIC, \
PiCTeX, PostScript, and TeXtyl.
2023-09-15 13:48:20 +02:00
homepage https://mcj.sourceforge.net
2017-06-28 21:15:37 -04:00
master_sites sourceforge:project/mcj
use_xz yes
2025-01-01 22:58:16 +01:00
checksums rmd160 eb9bac3262c7d872d49d8d3d7cc85ff6ceae097b \
sha256 61e185393176852f03b901b3b05b19fbc5ad8258ff142f3da6e70b1b83513326 \
size 536560
2017-06-28 21:15:37 -04:00
2018-06-05 07:11:44 -05:00
depends_lib port:ghostscript \
port:libpng \
2017-06-28 21:15:37 -04:00
port:xpm
depends_run port:netpbm
variant universal {}
post-destroot {
set docdir ${destroot}${prefix}/share/doc/${name}
xinstall -d ${docdir}
xinstall -m 644 -W ${worksrcpath} \
CHANGES \
NOTES \
README \
${docdir}
}
test.run yes
test.target check
livecheck.type regex
livecheck.url https://sourceforge.net/projects/mcj/rss
livecheck.regex ${name}-(\[0-9.a-z\]+)${extract.suffix}