Commits

Christopher Chavez authored and Mark Anderson committed 98d92993b11
pgf-devel: mark obsolete, replace with pgf (#4388)

Port has not been updated since 2012, whereas the pgf port was last updated this year.
No tags

tex/pgf-devel/Portfile

Modified
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 +PortGroup obsolete 1.0
4 5
6 +# Remove after 2020-05-18
5 7 name pgf-devel
6 -conflicts pgf
8 +replaced_by pgf
7 9 version 2010-09-28
10 +revision 1
8 11 categories tex textproc
9 -platforms darwin
10 -maintainers alum.wpi.edu:arno+macports openmaintainer
11 -supported_archs noarch
12 -
13 -description PGF and TikZ -- Graphic systems for TeX (development version)
14 -
15 -long_description \
16 - PGF is a TeX macro package for generating graphics. It is platform- and \
17 - format-independent and works together with the most important TeX backend \
18 - drivers, including pdftex and dvips. It comes with a user-friedly syntax \
19 - layer called TikZ. This development build provides the latest features \
20 - and bug-fixes.
21 -
22 -homepage http://www.texample.net/tikz/builds/
23 -master_sites http://www.texample.net/media/pgf/builds/
24 -distfiles pgfCVS${version}_TDS.zip
25 -use_zip yes
26 -extract.mkdir yes
27 -
28 -checksums rmd160 0064c6768e8a6bfb06bdf20e27f333d8f771bea8 \
29 - sha256 2460196db3fd4e9a3dd159e4a8a2dd6b4cdb2872879be6212b4b600a7385a118
30 -
31 -livecheck.type regex
32 -livecheck.url ${homepage}
33 -livecheck.regex Build date (.*)</a></dt>
34 -
35 -depends_lib bin:texhash:texlive
36 -
37 -use_configure no
38 -build { }
39 -
40 -destroot {
41 - set latex_local "${destroot}${prefix}/share/texmf-local"
42 - xinstall -d ${latex_local}
43 - copy ${worksrcpath}/tex ${latex_local}
44 - copy ${worksrcpath}/doc ${latex_local}
45 -}
46 -
47 -post-activate {
48 - system "texhash"
49 -}

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut