1--- origsrc/monotone-1.0/CYGWIN-PATCHES/README	1970-01-01 01:00:00.000000000 +0100
2+++ src/monotone-1.0/CYGWIN-PATCHES/README	2010-11-03 20:05:14.793224700 +0100
3@@ -0,0 +1,130 @@
4+monotone
5+------------------------------------------
6+monotone is a free distributed version control system. it provides a simple,
7+single-file transactional version store, with fully disconnected operation and
8+an efficient peer-to-peer synchronization protocol.
9+
10+Runtime requirements (newer releases are usually ok):
11+  cygwin-1.7.1-1
12+  libgcc1-4.3.4-3
13+  libidn11-1.15-10
14+  libintl8-0.17-11
15+  libpcre0-8.00-1
16+  libsqlite3_0-3.6.21-3
17+  libstdc++6-4.3.4-3
18+  lua-5.1.4-11
19+  zlib0-1.2.3-10
20+
21+Build requirements:
22+  gcc4-4.3.2
23+  binutils-2.19.51
24+  boost-devel-1.33.1
25+  libsqlite3-devel-3.6.2
26+  libidn-devel-1.9
27+  gettext-0.17
28+  zlib-1.2.3
29+  perl-5.10.0
30+  botan-1.8.2
31+
32+Canonical homepage:
33+  http://monotone.ca/
34+
35+Canonical download:
36+  http://monotone.ca/downloads/1.0/monotone-1.0.tar.gz
37+
38+License:
39+  GPL
40+
41+Language:
42+  C++, LUA
43+
44+------------------------------------
45+
46+Build instructions:
47+  unpack monotone-1.0-1-src.tar.bz2
48+    if you use setup to install this src package, it will be
49+	 unpacked under /usr/src automatically
50+  cd /usr/src
51+  cygport monotone-1.0-1 all
52+
53+This will create:
54+  /usr/src/monotone-1.0-1.tar.bz2
55+  /usr/src/monotone-1.0-1-src.tar.bz2
56+
57+Or use 'cygport monotone-1.0-1 prep' to get a patched source directory.
58+
59+To find out the files included in the binary distribution, you can
60+use "cygcheck -l monotone", or browse the listing for the appropriate version
61+at <http://cygwin.com/packages/>.
62+
63+For more information about this package, see the upstream documentation in
64+/usr/share/doc/monotone.
65+
66+------------------
67+
68+Port Notes:
69+
70+----------  monotone-1.00-1 -- 2011-04-30 -----------
71+Upstream major release. No patch needed.
72+
73+----------  monotone-0.99.1-1 -- 2010-11-03 -----------
74+Upstream major release. No patch needed.
75+
76+----------  monotone-0.48-1 -- 2010-06-24 -----------
77+Upstream major release. No patch needed.
78+
79+----------  monotone-0.46-1 -- 2010-02-07 -----------
80+Upstream major release. No patch needed.
81+
82+----------  monotone-0.45-1 -- 2009-09-12 -----------
83+Upstream major release. No patch needed.
84+
85+----------  monotone-0.42-2 -- 2009-04-17 -----------
86+Re-built against Cygwin-1.7 in order to support UTF-8 filenames.
87+
88+----------  monotone-0.42-1 -- 2009-01-17 -----------
89+Upstream major release. No patch needed.
90+
91+----------  monotone-0.40-1 -- 2008-04-23 -----------
92+Upstream major release. No patch needed.
93+
94+----------  monotone-0.38-1 -- 2007-12-12 -----------
95+Upstream major release. No patch needed.
96+
97+----------  monotone-0.37-1 -- 2007-10-28 -----------
98+Upstream major release. No patch needed.
99+
100+----------  monotone-0.34-1 -- 2007-04-01 -----------
101+Upstream major release. No patch needed.
102+
103+----------  monotone-0.33-1 -- 2007-03-12 -----------
104+Upstream major release. No patch needed.
105+
106+----------  monotone-0.32-1 -- 2007-01-14 -----------
107+Upstream major release. No patch needed.
108+
109+----------  monotone-0.30-1 -- 2006-09-23 -----------
110+Upstream major release.
111+Included updated translation files.
112+
113+----------  monotone-0.29-1 -- 2006-08-21 -----------
114+Upstream major release. No patch needed.
115+
116+----------  monotone-0.28-1 -- 2006-08-07 -----------
117+Upstream major release. No patch needed.
118+
119+----------  monotone-0.27-1 -- 2006-06-23 -----------
120+Upstream major release.
121+Needed a small patch to support hash<unsigned long>.
122+
123+----------  monotone-0.26-1 -- 2006-04-13 -----------
124+Upstream major release.
125+
126+----------  monotone-0.25.2-1 -- 2006-03-18 -----------
127+Upstream security fix release.
128+
129+----------  monotone-0.25-1 -- 2006-01-01 -----------
130+Initial cygwin release.
131+
132+Cygwin port maintained by: Lapo Luchini <lapo@lapo.it>
133+Please address all questions to the Cygwin mailing list at <cygwin@cygwin.com>
134--- origsrc/monotone-1.0/CYGWIN-PATCHES/setup.hint	1970-01-01 01:00:00.000000000 +0100
135+++ src/monotone-1.0/CYGWIN-PATCHES/setup.hint	2010-11-03 20:05:14.795224800 +0100
136@@ -0,0 +1,13 @@
137+# setup.hint for monotone
138+sdesc: "free distributed version control system"
139+ldesc: "monotone is a free distributed version control system. it provides a
140+simple, single-file transactional version store, with fully disconnected
141+operation and an efficient peer-to-peer synchronization protocol. it understands
142+history-sensitive merging, lightweight branches, integrated code review and 3rd
143+party testing. it uses cryptographic version naming and client-side RSA
144+certificates. it has good internationalization support, has no external
145+dependencies, runs on linux, solaris, OSX, windows, and other unixes, and is
146+licensed under the GNU GPL."
147+category: Devel
148+requires: libgcc1 libidn11 libintl8 libpcre0 libsqlite3_0 libstdc++6 lua zlib0
149+#maintainer: Lapo Luchini <lapo@lapo.it>
150