1 | <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
---|
2 | <software-distribution project="MinGW" home="http://mingw.org" issue="2012073100">
|
---|
3 |
|
---|
4 | <!-- File: msys-cvs.xml -->
|
---|
5 |
|
---|
6 | <package-collection subsystem="msys">
|
---|
7 | <download-host uri="http://prdownloads.sourceforge.net/mingw/%F?download" />
|
---|
8 |
|
---|
9 | <package name="msys-cvs">
|
---|
10 | <affiliate group="MinGW Developer Toolkit" />
|
---|
11 | <description lang="en" title="Concurrent Version System" >
|
---|
12 | <paragraph>CVS is a version control system, which allows you to keep
|
---|
13 | old versions of files (usually source code), and maintains a log of
|
---|
14 | who, when, and why changes occurred, etc., like RCS or SCCS.
|
---|
15 | </paragraph>
|
---|
16 | </description>
|
---|
17 |
|
---|
18 | <licence tarname="cvs-%-msys-%-lic.tar.%" />
|
---|
19 | <source tarname="cvs-%-msys-%-src.tar.%" />
|
---|
20 |
|
---|
21 | <component class="bin">
|
---|
22 | <requires eq="msys-core-*-msys-*-bin.tar" />
|
---|
23 | <release tarname="cvs-1.12.13-2-msys-1.0.13-bin.tar.lzma" >
|
---|
24 | <requires eq="msys-libintl-*-msys-*-dll-8.tar" />
|
---|
25 | <requires eq="msys-libcrypt-*-msys-*-dll-0.tar" />
|
---|
26 | </release>
|
---|
27 | <!-- Needed by rcs2log and cvsbug, even though MSYS does not actually
|
---|
28 | provide rcs.exe nor sendmail: bash, mktemp, gawk, sed, coreutils.
|
---|
29 | Other optional elements: perl, openssh, and inetutils. -->
|
---|
30 | </component>
|
---|
31 |
|
---|
32 | <component class="lang">
|
---|
33 | <release tarname="cvs-1.12.13-2-msys-1.0.13-lang.tar.lzma" />
|
---|
34 | </component>
|
---|
35 |
|
---|
36 | <component class="doc">
|
---|
37 | <release tarname="cvs-1.12.13-2-msys-1.0.13-doc.tar.lzma" />
|
---|
38 | </component>
|
---|
39 |
|
---|
40 | <component class="lic">
|
---|
41 | <release tarname="cvs-1.12.13-2-msys-1.0.13-lic.tar.lzma" />
|
---|
42 | </component>
|
---|
43 | </package>
|
---|
44 |
|
---|
45 | </package-collection>
|
---|
46 | </software-distribution>
|
---|
47 | <!-- vim: set nocompatible expandtab fileformat=unix textwidth=80 tabstop=2 shiftwidth=2: -->
|
---|