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 120235 2014-05-20 00:49:28Z nicos@macports.org $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup kde4 1.1 |
---|
6 | |
---|
7 | name webkitkde |
---|
8 | set distversion 1.3.4 |
---|
9 | version ${distversion}-1 |
---|
10 | categories kde kde4 |
---|
11 | maintainers gmail.com:rjvbertin openmaintainer |
---|
12 | license LGPL-2 |
---|
13 | description QtWebKit based browser component for KDE |
---|
14 | long_description KWebKitPart is a web browser component for KDE (KPart). \ |
---|
15 | You can use it for example for browsing the web in Konqueror. \ |
---|
16 | KWebKitPart is still in early development and thus not guaranted to \ |
---|
17 | be in production quality yet. \ |
---|
18 | There are known limitations / issues: please see the following two \ |
---|
19 | documents before reporting issues: \ |
---|
20 | \ |
---|
21 | *https://projects.kde.org/projects/kde/kdelibs/repository/revisions/master/entry/kdewebkit/ISSUES \ |
---|
22 | \ |
---|
23 | *https://projects.kde.org/projects/extragear/base/kwebkitpart/repository/revisions/master/entry/TODO |
---|
24 | homepage https://launchpad.net/webkitkde |
---|
25 | platforms darwin |
---|
26 | # https://launchpad.net/ubuntu/+archive/primary/+files/webkitkde_1.3.4.orig.tar.bz2 |
---|
27 | master_sites https://launchpad.net/ubuntu/+archive/primary/+files/ |
---|
28 | distname ${name}_${distversion}.orig |
---|
29 | use_bzip2 yes |
---|
30 | distfiles ${distname}${extract.suffix} |
---|
31 | checksums ${distname}${extract.suffix} \ |
---|
32 | rmd160 731f23bcf396bc76c6c01f60308a56391ecee2b8 \ |
---|
33 | sha256 a30534d65af40f04f86539a9288abffcb4464c17119ad3e3a55ac5d8e4487a61 |
---|
34 | |
---|
35 | # NB as of 20140705 there are no patches in the .debian archive |
---|
36 | #distfiles-append ${name}_${version}.debian.tar.xz |
---|
37 | #checksums-append ${name}_${version}.debian.tar.xz \ |
---|
38 | rmd160 313e51e910720addd678a3671ce9cb36be766131 \ |
---|
39 | sha256 ebc8bc2323d3400cadf3b7f14cb9e9bf353138100cb9c22b6ad461e8d2238d37 |
---|
40 | |
---|
41 | depends_lib-append port:kdelibs4 |
---|
42 | |
---|
43 | patch.dir ${workpath}/debian/patches |
---|
44 | worksrcdir ${distname} |
---|
45 | |
---|
46 | # Ubuntu's debian/rules specify the use of relative paths: |
---|
47 | configure.args-append -DCMAKE_USE_RELATIVE_PATHS:BOOL=ON |
---|
48 | |
---|
49 | livecheck.url https://launchpad.net/ubuntu/utopic/+source/webkitkde |
---|
50 | livecheck.regex webkitkde (\\d+(\\.\\d+)+(\\-\\d+)) |
---|
51 | #livecheck.regex webkitkde (\\d+(\\.\\d+)+) |
---|