ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/Daodan/MinGW/var/lib/mingw-get/data/msys-perl.xml
Revision: 1046
Committed: Mon Aug 29 13:19:38 2016 UTC (9 years, 2 months ago) by alloc
Content type: application/xml
File size: 3198 byte(s)
Log Message:
Daodan: Added Windows MinGW and build batch file

File Contents

# Content
1 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2 <software-distribution project="MinGW" home="http://mingw.org" issue="2013101200">
3
4 <!-- File: msys-perl.xml -->
5
6 <package-collection subsystem="msys">
7 <download-host uri="http://prdownloads.sourceforge.net/mingw/%F?download" />
8
9 <package name="msys-perl">
10 <affiliate group="MinGW Developer Toolkit" />
11 <description lang="en" title="The Perl programming language">
12 <paragraph>Perl is a general-purpose programming language
13 originally developed for text manipulation and now used for
14 a wide range of tasks including system administration, web
15 development, network programming, GUI development, and more.
16 Its primary utility on the MSYS platform is to run the autoconf
17 and automake developer utilities.
18 </paragraph>
19 </description>
20
21 <licence tarname="perl-%-msys-%-lic.tar.%" />
22 <source tarname="perl-%-msys-%-src.tar.%" />
23
24 <component class="bin">
25 <requires eq="msys-core-*-msys-*-bin.tar" />
26 <release tarname="perl-5.6.1_2-2-msys-1.0.13-bin.tar.lzma" >
27 <requires eq="msys-zlib-*-msys-*-dll.tar" />
28 <requires eq="msys-libgdbm-*-msys-*-dll-3.tar" />
29 <requires eq="msys-libcrypt-*-msys-*-dll-0.tar" />
30 </release>
31 <release tarname="perl-5.8.8-1-msys-1.0.17-bin.tar.lzma" >
32 <requires eq="msys-zlib-*-msys-*-dll.tar" />
33 <requires eq="msys-libbz2-*-msys-*-dll-1.tar" />
34 <requires eq="msys-libgdbm-*-msys-*-dll-3.tar" />
35 <requires eq="msys-libcrypt-*-msys-*-dll-0.tar" />
36 <requires eq="msys-libexpat-*-msys-*-dll-1.tar" />
37 <requires eq="msys-libxml2-*-msys-*-dll-2.tar" />
38 <!-- for perlrebase script -->
39 <!--
40 <requires eq="msys-findutils-*-msys-*-bin.tar" />
41 <requires eq="msys-grep-*-msys-*-bin.tar" />
42 <requires eq="msys-sed-*-msys-*-bin.tar" />
43 <requires eq="msys-rebase-*-msys-*-bin.tar" />
44 -->
45 <!-- and one of these two: -->
46 <!--
47 <requires eq="msys-binutils-*-msys-*-bin.tar" />
48 <requires eq="mingw32-binutils-*-mingw32-*-bin.tar" />
49 -->
50 </release>
51 </component>
52
53 <component class="doc">
54 <release tarname="perl-5.6.1_2-2-msys-1.0.13-doc.tar.lzma" />
55 <release tarname="perl-5.8.8-1-msys-1.0.17-doc.tar.lzma" />
56 </component>
57
58 <component class="html">
59 <release tarname="perl-5.6.1_2-2-msys-1.0.13-html.tar.lzma" />
60 <release tarname="perl-5.8.8-1-msys-1.0.17-html.tar.lzma" />
61 </component>
62
63 <component class="man">
64 <release tarname="perl-5.6.1_2-2-msys-1.0.13-man.tar.lzma" />
65 <release tarname="perl-5.8.8-1-msys-1.0.17-man.tar.lzma" />
66 </component>
67
68 <component class="lic">
69 <release tarname="perl-5.6.1_2-2-msys-1.0.13-lic.tar.lzma" />
70 <release tarname="perl-5.8.8-1-msys-1.0.17-lic.tar.lzma" />
71 </component>
72 </package>
73
74 </package-collection>
75 </software-distribution>
76 <!-- vim: set nocompatible expandtab fileformat=unix textwidth=80 tabstop=2 shiftwidth=2: -->