1 | # $Id: Portfile 33357 2008-01-24 22:36:29Z ryandesign@macports.org $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name monotone |
---|
5 | version 0.38 |
---|
6 | categories devel |
---|
7 | maintainers nomaintainer |
---|
8 | description A distributed version control system |
---|
9 | long_description \ |
---|
10 | monotone is a free distributed version control system. It provides \ |
---|
11 | a simple, single-file transactional version store, with fully \ |
---|
12 | disconnected operation and an efficient peer-to-peer synchronization \ |
---|
13 | protocol. It understands history-sensitive merging, lightweight \ |
---|
14 | branches, integrated code review and 3rd party testing. |
---|
15 | homepage http://monotone.ca/ |
---|
16 | platforms darwin |
---|
17 | master_sites ${homepage}downloads/${version}/ |
---|
18 | checksums md5 c1a0d2619f451a664289b042c104860d\ |
---|
19 | sha1 6c546ec6122f56dfc8253323e8dc45167d0918c4\ |
---|
20 | rmd160 5bc5e19dc1a78cfc24a02ee553c46073082351ba |
---|
21 | |
---|
22 | depends_lib port:boost |
---|
23 | configure.args --infodir=${prefix}/share/info --mandir=${prefix}/share/man |
---|