Ticket #12131: Portfile.2

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

Portfile: monotone 0.35, revision 1.

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