1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup python26 1.0 |
---|
5 | |
---|
6 | name loggerhead |
---|
7 | version 1.17 |
---|
8 | set branch [join [lrange [split ${version} .] 0 1] .] |
---|
9 | categories devel |
---|
10 | platforms darwin |
---|
11 | maintainers jlaurila@gmail.com |
---|
12 | worksrcdir loggerhead |
---|
13 | |
---|
14 | description Web viewer for projects in Bazaar |
---|
15 | long_description Loggerhead is a web viewer for projects in Bazaar. It \ |
---|
16 | can be used to navigate a branch history, \ |
---|
17 | annotate files, view patches, perform searches, \ |
---|
18 | etc. It's originally based on bazaar-webserve, \ |
---|
19 | which is itself based on hgweb for Mercurial. |
---|
20 | license GNU GPL v2 or later |
---|
21 | |
---|
22 | homepage https://launchpad.net/loggerhead |
---|
23 | master_sites https://launchpad.net/${name}/${branch}/${version}/+download/ |
---|
24 | |
---|
25 | checksums md5 cdddaf4497bb9632f9c9ea90b4713c09 \ |
---|
26 | sha1 910b5f569c8647294cabfa45698909b1fffda1ee \ |
---|
27 | rmd160 847e3c12eff66e9fdf617e0ef7523f7f74e3c82c |
---|
28 | |
---|
29 | depends_lib-append port:py26-setuptools \ |
---|
30 | port:py26-paste \ |
---|
31 | port:py26-simpletal \ |
---|
32 | port:bzr |
---|
33 | |
---|
34 | use_configure no |
---|
35 | |
---|
36 | set python ${prefix}/bin/python2.6 |
---|
37 | build.cmd ${python} setup.py |
---|
38 | build.target build |
---|
39 | |
---|
40 | destroot.cmd ${python} setup.py |
---|
41 | destroot.destdir --prefix=${destroot}${prefix} |
---|
42 | |
---|
43 | universal_variant no |
---|