Ticket #12131: Portfile

File Portfile, 1.4 KB (added by michal.roszka@…, 17 years ago)

Portfile for Monotone 0.35 which fixes the issue.

Line 
1# $Id: Portfile 24926 2007-05-08 15:53:36Z dluke@macports.org $
2
3PortSystem 1.0
4name                                                            monotone
5version                                                         0.35
6categories                                                      devel
7maintainers                                                     michal.roszka@gmail.com
8description                                                     A distributed version control system
9
10long_description \
11                                                                        monotone is a free distributed version control system. It provides \
12                                                                        a simple, single-file transactional version store, with fully \
13                                                                        disconnected operation and an efficient peer-to-peer synchronization \
14                                                                        protocol. It understands history-sensitive merging, lightweight \
15                                                                        branches, integrated code review and 3rd party testing.
16                                                                       
17homepage                                                        http://monotone.ca/
18platforms                                                       darwin
19
20master_sites                                            ${homepage}downloads/${version}/
21patch_sites                                                     http://roszka.pl/macports/monotone/${version}/patches/
22
23patchfiles                                                      patch-numeric_vocab.hh
24
25checksums                                                       ${distname}${extract.suffix} \
26                                                                                md5 9b53046dda8ba7549fa5ce765e14fa65 \
27                                                                                sha1 b745eee239ab198f4263493c7f79cfd1b6935127 \
28                                                                                rmd160 91cb91fc25415f8357a57f199a5f83b8ea9293a1 \
29                                                                        patch-numeric_vocab.hh \
30                                                                                md5 00c2a900c8bb973ec08bb0cca0a44f6b \
31                                                                                sha1 20c5455ff84add5c036e80438d6f189e2be7d882 \
32                                                                                rmd160 a67837ccf77b22b51797ba7974e50f24e733c977
33                                                                       
34depends_lib                                                     lib:XXX:boost
35configure.args                                          --infodir=${prefix}/share/info --mandir=${prefix}/share/man