Ticket #51512: Portfile

File Portfile, 1.7 KB (added by josephsacco, 8 years ago)

Portfile

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 142698 2015-11-20 16:55:09Z landonf@macports.org $
3
4PortSystem              1.0
5PortGroup               python 1.0
6
7name                    meld
8version                 3.16.0
9categories              textproc devel
10license                 GPL-2+
11platforms               darwin
12supported_archs noarch
13maintainers             nomaintainer
14homepage                http://meldmerge.org/
15description             Visual diff and merge tool.
16long_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
24master_sites            gnome:sources/${name}/[join [lrange [split $version .] 0 1] .]
25use_xz                  yes
26
27checksums           rmd160  7fc0dbded07dd5efe067c7fb650fc8415ad62825 \
28                    sha256  341bfd53ac7c0167d6d43694c0e7dbedf76463bdf79b425c439376ba15b56c0a
29
30python.versions         27
31
32patchfiles              patch-bin-meld.diff
33
34depends_build           port:intltool \
35                        port:itstool
36
37depends_lib             port:gtk3 \
38                        port:glib2 \
39                        port:py27-gobject3 \
40                        port:gtksourceview3
41
42# yelp is required to display help files
43
44depends_run             port:yelp