source: Daodan/MinGW/var/lib/mingw-get/data/msys-regex.xml@ 1056

Last change on this file since 1056 was 1046, checked in by alloc, 8 years ago

Daodan: Added Windows MinGW and build batch file

File size: 2.8 KB
Line 
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-regex.xml -->
5
6 <package-collection subsystem="msys">
7 <download-host uri="http://prdownloads.sourceforge.net/mingw/%F?download" />
8
9 <package name="msys-regex">
10 <description lang="en" title="Regular Expressions Library Documentation" >
11 <paragraph>Regex provides an implementation of the GNU, POSIX, and
12 BSD regular expression functions. Current versions are derived
13 from the GNULIB implementation of the regex module, but an older
14 version of the runtime derived from the venerable GNU regex
15 library, with a slightly different interface, is available for
16 legacy MSYS applications.
17 </paragraph>
18 <paragraph>The msys-regex package provides the documentation
19 for the regex library, while the associated msys-libregex
20 package provides the runtime library and related development
21 files.
22 </paragraph>
23 </description>
24
25 <component class="doc">
26 <release tarname="regex-1.20090805-2-msys-1.0.13-doc.tar.lzma" />
27 </component>
28
29 <component class="lic">
30 <release tarname="regex-0.12-1-msys-1.0.11-lic.tar.lzma" />
31 <release tarname="regex-1.20090805-2-msys-1.0.13-lic.tar.lzma" />
32 </component>
33 </package>
34
35 <package name="msys-libregex">
36 <description lang="en" title="Regular Expressions Library" >
37 <paragraph>Regex provides an implementation of the GNU, POSIX, and
38 BSD regular expression functions. Current versions are derived
39 from the GNULIB implementation of the regex module, but an older
40 version of the runtime derived from the venerable GNU regex
41 library, with a slightly different interface, is available for
42 legacy MSYS applications.
43 </paragraph>
44 <paragraph>The msys-libregex package the runtime library and
45 related development files, while the associated msys-regex
46 package provides the documentation.
47 </paragraph>
48 </description>
49
50 <source tarname="regex-%-msys-%-src.tar.%" />
51 <licence tarname="regex-%-msys-%-lic.tar.%" />
52
53 <component class="dll">
54 <release tarname="libregex-0.12-1-msys-1.0.11-dll-0.tar.lzma" />
55 <release tarname="libregex-1.20090805-2-msys-1.0.13-dll-1.tar.lzma" />
56 <requires eq="msys-core-*-msys-*-bin.tar" />
57 </component>
58
59 <component class="dev">
60 <release tarname="libregex-1.20090805-2-msys-1.0.13-dev.tar.lzma">
61 <requires eq="msys-libregex-%-msys-%-dll-1.tar" />
62 </release>
63 </component>
64 </package>
65
66 </package-collection>
67</software-distribution>
68<!-- vim: set nocompatible expandtab fileformat=unix textwidth=80 tabstop=2 shiftwidth=2: -->
Note: See TracBrowser for help on using the repository browser.