Last change
on this file was
147230,
checked in by cal@…, 2 years ago
|
ghostscript: 9.19, #49324
Update ghostscript to the latest release. Additionally,
- declare the BSD license of the mappingresources incorporated into the
package
- change the homepage to ghostscript.com
- update mappingresources to the latest version
- use MacPorts' lcms2
- remove
use_parallel_build yes , which is the default
- revbump all dependencies but gimp2-devel, gimp3-devel and goffice because
the maintainer will take care of them (see #49324)
Closes #49324, #50475
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Id
|
File size:
1.5 KB
|
Line | |
---|
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 | # $Id: Portfile 147230 2016-03-31 19:52:33Z cal@macports.org $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name dvipng |
---|
7 | version 1.15 |
---|
8 | revision 1 |
---|
9 | categories tex |
---|
10 | maintainers dports openmaintainer |
---|
11 | description a DVI-to-PNG converter |
---|
12 | long_description \ |
---|
13 | This program makes PNG and/or GIF graphics from DVI files as obtained \ |
---|
14 | from TeX and its relatives. It is intended to produce anti-aliased \ |
---|
15 | screen-resolution images as fast as is possible. |
---|
16 | |
---|
17 | homepage http://savannah.nongnu.org/projects/dvipng/ |
---|
18 | platforms darwin |
---|
19 | license LGPL |
---|
20 | |
---|
21 | master_sites sourceforge |
---|
22 | |
---|
23 | checksums rmd160 0382c1b2fecd1658b3e8313d10d396362bd73df2 \ |
---|
24 | sha256 197e9fd0f87ede32dc4bc1d39ec2cd72fa5260856f9d0dc2d8e6895130408347 |
---|
25 | |
---|
26 | depends_build port:texinfo |
---|
27 | depends_lib port:gd2 \ |
---|
28 | port:texlive-bin \ |
---|
29 | port:texlive-basic \ |
---|
30 | port:freetype \ |
---|
31 | port:t1lib \ |
---|
32 | port:libpng \ |
---|
33 | port:bzip2 \ |
---|
34 | port:ghostscript |
---|
35 | |
---|
36 | # texlive-bin-extra used to contain dvipng before it was split off |
---|
37 | # into this port; deactivate old version to prevent conflict |
---|
38 | pre-activate { |
---|
39 | if { ![catch {set vers [lindex [registry_active texlive-bin-extra] 0]}] |
---|
40 | && ([vercmp [lindex $vers 1] 23089] < 0 |
---|
41 | || [vercmp [lindex $vers 1] 23089] == 0 |
---|
42 | && [lindex $vers 2] < 1)} { |
---|
43 | registry_deactivate_composite texlive-bin-extra "" [list ports_nodepcheck 1] |
---|
44 | } |
---|
45 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.