the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: monotone
Version: 1.0
Revision: 3
Source: http://www.monotone.ca/downloads/%v/monotone-%v.tar.bz2
Source-MD5: 6a0b5d8560f08d76a950172f9ed0feff
PatchFile: %n.patch
PatchFile-MD5: a62e2135cf09a13c24811c902b4cc8c7
#PatchScript: sed -e 's|@SW@|%p|g' < %{PatchFile} | patch -p1
Distribution: 10.6
BuildDepends:<<
fink (>= 0.24.12),
boost1.41.cmake,
botan (>=1.8.1-1),
libgettext8-dev (>= 0.17-19),
libiconv-dev (>= 1.12-3),
libidn (>= 1.12-1),
lua51-dev (>= 5.1.4-1),
pcre (>= 7.8-3),
sqlite3-dev (>= 3.6.9-1004)
<<
Depends: <<
bash-completion,
botan-shlibs (>= 1.8.1-1),
libgettext8-shlibs (>= 0.17-19),
libiconv (>= 1.12-3),
libidn-shlibs (>= 1.12-1),
lua51-shlibs (>= 5.1.4-1),
pcre-shlibs (>= 7.8-3),
sqlite3-shlibs (>= 3.6.9-1004)
<<
GCC: 4.0
NoSetCXXFLAGS: true
SetCPPFlags: -D__unix
SetLDFlags: -lintl -liconv
ConfigureParams: <<
--infodir=%i/share/info --mandir=%i/share/man --disable-dependency-tracking
<<
InfoDocs: monotone.info
InfoTest: <<
TestScript: make check || exit 2
<<
Description: Distributed version control system
DescDetail: <<
Monotone is a free distributed version control system. It provides a simple,
single-file transactional version store, with fully disconnected operation and
an efficient peer-to-peer synchronization protocol. It understands
history-sensitive merging, lightweight branches, integrated code review and
3rd party testing. It uses cryptographic version naming and client-side RSA
certificates. It has good internationalization support, has no external
dependencies, runs on linux, solaris, OSX, and windows, and is licensed under
the GNU GPL.
<<
DescPackaging: <<
boost is required at build-time for some header-only boost components.
No shared boost shlibs linked, so boost-shlibs is *not* a dependency.
<<
License: GPL/LGPL
Maintainer: Corey Halpin
Homepage: http://www.venge.net/monotone/