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 142698 2015-11-20 16:55:09Z landonf@macports.org $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup python 1.0 |
---|
6 | |
---|
7 | name meld |
---|
8 | version 3.16.0 |
---|
9 | categories textproc devel |
---|
10 | license GPL-2+ |
---|
11 | platforms darwin |
---|
12 | supported_archs noarch |
---|
13 | maintainers nomaintainer |
---|
14 | homepage http://meldmerge.org/ |
---|
15 | description Visual diff and merge tool. |
---|
16 | long_description Meld is a visual diff and merge tool. You can compare \ |
---|
17 | two or three files and edit them in place (diffs \ |
---|
18 | update dynamically). You can compare two or three \ |
---|
19 | folders and launch file comparisons. You can browse \ |
---|
20 | and view a working copy from popular version control \ |
---|
21 | systems such such as CVS, Subversion, Bazaar-ng and \ |
---|
22 | Mercurial. |
---|
23 | |
---|
24 | master_sites gnome:sources/${name}/[join [lrange [split $version .] 0 1] .] |
---|
25 | use_xz yes |
---|
26 | |
---|
27 | checksums rmd160 7fc0dbded07dd5efe067c7fb650fc8415ad62825 \ |
---|
28 | sha256 341bfd53ac7c0167d6d43694c0e7dbedf76463bdf79b425c439376ba15b56c0a |
---|
29 | |
---|
30 | python.versions 27 |
---|
31 | |
---|
32 | patchfiles patch-bin-meld.diff |
---|
33 | |
---|
34 | depends_build port:intltool \ |
---|
35 | port:itstool |
---|
36 | |
---|
37 | depends_lib port:gtk3 \ |
---|
38 | port:glib2 \ |
---|
39 | port:py27-gobject3 \ |
---|
40 | port:gtksourceview3 |
---|
41 | |
---|
42 | # yelp is required to display help files |
---|
43 | |
---|
44 | depends_run port:yelp |
---|