• R/O
  • HTTP
  • SSH
  • HTTPS

提交

标签
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

XML catalogue of packages which are available for installation, using the mingw-get installer.


Commit MetaInfo

修订版e8e87136d7d841c78fd929a1fb693272de722a32 (tree)
时间2017-07-15 06:33:52
作者Keith Marshall <keithmarshall@user...>
CommiterKeith Marshall

Log Message

Add and publish new mingw32-isl-0.18 package set.

更改概述

差异

--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
1+2017-07-14 Keith Marshall <keithmarshall@users.sourceforge.net>
2+
3+ Add and publish new mingw32-isl-0.18 package set.
4+
5+ * mingw32/mingw32-isl.xml: New package specification file.
6+ * mingw32/mingw32-package-list.xml (mingw32-isl): Register it.
7+ * common/issue.log mingw32/issue.log: Update accordingly.
8+
19 2017-07-12 Keith Marshall <keithmarshall@users.sourceforge.net>
210
311 Upgrade mingw32-binutils package to version 2.28-1.
--- a/common/issue.log
+++ b/common/issue.log
@@ -23,6 +23,6 @@
2323 # MinGW Project, accept liability for any damages, however caused,
2424 # arising from the use of this software.
2525 #
26- c6a9068e183254c0b930ac6e1a70fd81743dc212 2017071200 package-list.xml
26+ c6a9068e183254c0b930ac6e1a70fd81743dc212 2017071401 package-list.xml
2727 #
2828 # $RCSfile$: end of file
--- a/mingw32/issue.log
+++ b/mingw32/issue.log
@@ -40,6 +40,7 @@
4040 14dd10ab97b27430bdb688f4e85993cd821f7a05 2012073100 mingw32-gendef.xml
4141 7b16c690a8b02106e7cc7abc6c6310fe30390683 2015090600 mingw32-gettext.xml
4242 8272b6fc44a3e7766adec484742f007f28a39eaf 2013090900 mingw32-gmp.xml
43+ a8d68c6dfdea77d8a2a7fb899004955f51a5dbe1 2017071400 mingw32-isl.xml
4344 99e3ac0d2c743b0d927a4d89a3153a975d2bdf87 2012073100 mingw32-libarchive.xml
4445 e8392e268250e1bc37bc008e34c4c180cec4fdaa 2014042900 mingw32-libiconv.xml
4546 ccc15973cdc9ff14c12e4385c3e692af1c18b29d 2012073100 mingw32-libtool.xml
@@ -50,7 +51,7 @@
5051 cd33ad74b608bce33ea297801253e6efbafce27c 2012073100 mingw32-mingw-utils.xml
5152 8d3a7125499a85916b53efb4c897ac907e2490ab 2015082000 mingw32-mpc.xml
5253 8a11de23e7a89fd11436bdf162ef90712f30101b 2013102300 mingw32-mpfr.xml
53- 56f4032058328cacfabe64fa46706d72c2fa931e 2017071200 mingw32-package-list.xml
54+ 5c9570cce1ddd4fe275b83acbc06739a4361c26a 2017071401 mingw32-package-list.xml
5455 1f15439ee5f66ec22321c7aa853559b6f8f7172f 2015090800 mingw32-pexports.xml
5556 cdb2a4dbedfc9f2cdfc92340f6f9b12da061c0d9 2012073100 mingw32-popt.xml
5657 6032af6ff68aa4821cf51938781fd9e75f05de5f 2016082200 mingw32-pthreads-w32.xml
--- /dev/null
+++ b/mingw32/mingw32-isl.xml
@@ -0,0 +1,73 @@
1+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2+<software-distribution project="MinGW" home="http://www.mingw.org" issue="@YYYYMMDDNN@">
3+
4+ <!-- File: mingw32-isl.xml ~~ mingw-get package description for ISL -->
5+
6+ <package-collection subsystem="mingw32">
7+ <download-host uri="http://prdownloads.sourceforge.net/mingw/%F?download" />
8+
9+ <!-- Provides the package descriptions for the ISL library, which -->
10+ <!-- is a runtime prerequisite for modern versions of GCC. -->
11+
12+ <package name="mingw32-isl" alias="isl">
13+ <affiliate group="MinGW Standard Libraries" />
14+ <description lang="en" title="Integer Set Library">
15+ <paragraph>
16+ ISL is a C library for manipulating sets of, and the relationships
17+ between, integer points bounded by linear constraints.
18+ </paragraph>
19+ <paragraph>
20+ This mingw32-isl package set provides the documentation for the ISL
21+ library, as well as the related development files. The associated
22+ mingw32-libisl package provides the C runtime library.
23+ </paragraph>
24+ </description>
25+
26+ <source tarname="isl-%-mingw32-src.tar.%" />
27+ <licence tarname="isl-%-mingw32-lic.tar.%" />
28+
29+ <component class="dev">
30+ <release tarname="isl-0.18-1-mingw32-dev.tar.xz" />
31+ <requires eq="libisl-%-mingw32-dll-15.tar" />
32+ <requires ge="gmp-*-mingw32-dev.tar" />
33+ </component>
34+
35+ <component class="doc">
36+ <release tarname="isl-0.18-1-mingw32-doc.tar.xz" />
37+ </component>
38+
39+ <component class="lic">
40+ <release tarname="isl-0.18-1-mingw32-lic.tar.xz" />
41+ </component>
42+ </package>
43+
44+ <package name="mingw32-libisl" alias="libisl">
45+ <affiliate group="MinGW Standard Libraries" />
46+ <description lang="en" title="Integer Set Library">
47+ <paragraph>
48+ ISL is a C library for manipulating sets of, and the relationships
49+ between, integer points bounded by linear constraints. This package
50+ provides the runtime library; the associated development files, and
51+ documentation, may be found in the mingw32-isl package set.
52+ </paragraph>
53+ <paragraph>
54+ From the release of GCC-6.3.0 onwards, this package is a required
55+ component of the MinGW Compiler Suite.
56+ </paragraph>
57+ </description>
58+
59+ <source tarname="isl-%-mingw32-src.tar.%" />
60+ <licence tarname="isl-%-mingw32-lic.tar.%" />
61+
62+ <component class="dll">
63+ <release tarname="libisl-0.18-1-mingw32-dll-15.tar.xz" />
64+ <requires eq="mingw32-libgmp-*-mingw32-dll-10.tar" />
65+ <requires eq="mingw32-libgcc-*-mingw32-dll-1.tar" />
66+ </component>
67+ </package>
68+
69+ </package-collection>
70+</software-distribution>
71+
72+<!-- vim: set textwidth=80 tabstop=2 shiftwidth=2 expandtab: -->
73+<!-- vim: set fileformat=unix nocompatible: -->
--- a/mingw32/mingw32-package-list.xml
+++ b/mingw32/mingw32-package-list.xml
@@ -38,6 +38,7 @@
3838 <package-list catalogue="mingw32-gendef" />
3939 <package-list catalogue="mingw32-gettext" />
4040 <package-list catalogue="mingw32-gmp" />
41+ <package-list catalogue="mingw32-isl" />
4142 <package-list catalogue="mingw32-libarchive" />
4243 <package-list catalogue="mingw32-libiconv" />
4344 <package-list catalogue="mingw32-libtool" />