• R/O
  • HTTP
  • SSH
  • HTTPS

提交

標籤
無標籤

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

修訂d1977ce5f3ce05a5c986a84468e369e90f437185 (tree)
時間2011-11-02 07:00:18
作者Keith Marshall <keithmarshall@user...>
CommiterKeith Marshall

Log Message

Adopt mingw32-libunistring as a contributed package; relegate mingw32-pdcurses to contributed status.

Change Summary

差異

--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
1+2011-11-01 Keith Marshall <keithmarshall@users.sourceforge.net>
2+
3+ Adopt mingw32-libunistring as a contributed package;
4+ relegate mingw32-pdcurses to contributed status.
5+
6+ * mingw32/mingw32-package-list.xml: Add mingw32-libunistring.xml hook;
7+ relocate mingw32-pdcurses.xml reference to contributed package group.
8+
9+ * mingw32/mingw32-pdcurses.xml: Remove file.
10+
11+ * mingw32/issue.log: Update accordingly.
12+
113 2011-10-31 Charles Wilson <mingw@cwilson.fastmail.fm>
214
315 Update and publish msys-gettext, msys-libiconv.
--- a/mingw32/issue.log
+++ b/mingw32/issue.log
@@ -48,8 +48,7 @@
4848 c22c976533d4437a89af9a11c2bb188506f85952 2011101100 mingw32-mingw-utils.xml
4949 397021010754b50cdbbe5d5003b1f6217158ec8e 2010083100 mingw32-mpc.xml
5050 c35e6513fa814743400729714413bd749ff148ef 2010083100 mingw32-mpfr.xml
51- 7a8b98d11ae578a3822c1a48f64493b69b20f0b6 2011091600 mingw32-package-list.xml
52- 7f7474478d1ca1464d391beb0bd574a48a745315 2011101100 mingw32-pdcurses.xml
51+ ce8330eee748d725ad00be146166e753e9ce9d12 2011110100 mingw32-package-list.xml
5352 f04e64fef62d2dac423b664b3d502ef36e34074c 2011101100 mingw32-pexports.xml
5453 2dc9b22e0a53267bd4f764100b4d01b740f3aa87 2011101100 mingw32-popt.xml
5554 9399cb6c2efd8fd907c42a278a6f41bbde9e440c 2011091400 mingw32-pthreads-w32.xml
--- a/mingw32/mingw32-package-list.xml
+++ b/mingw32/mingw32-package-list.xml
@@ -18,7 +18,7 @@
1818 </package-group>
1919 </package-group-hierarchy>
2020
21- <!-- "real" packages ~~ any commented out are yet to be published -->
21+ <!-- "real" packages ~~ core distribution -->
2222 <package-list catalogue="mingw32-autoconf" />
2323 <package-list catalogue="mingw32-automake" />
2424 <package-list catalogue="mingw32-basic-bsdtar" />
@@ -42,7 +42,6 @@
4242 <package-list catalogue="mingw32-mgwport" />
4343 <package-list catalogue="mingw32-mpc" />
4444 <package-list catalogue="mingw32-mpfr" />
45- <package-list catalogue="mingw32-pdcurses" />
4645 <package-list catalogue="mingw32-pexports" />
4746 <package-list catalogue="mingw32-popt" />
4847 <package-list catalogue="mingw32-pthreads-w32" />
@@ -50,6 +49,10 @@
5049 <package-list catalogue="mingw32-xz" />
5150 <package-list catalogue="mingw32-zlib" />
5251
52+ <!-- "real" packages ~~ user contributed -->
53+ <package-list catalogue="mingw32-libunistring" />
54+ <package-list catalogue="mingw32-pdcurses" />
55+
5356 <!-- "virtual" packages -->
5457 <package-list catalogue="mingw32-base" />
5558 <package-list catalogue="mingw32-autotools" />
--- a/mingw32/mingw32-pdcurses.xml
+++ /dev/null
@@ -1,71 +0,0 @@
1-<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2-<software-distribution project="MinGW" home="http://mingw.org" issue="@YYYYMMDDNN@">
3-
4- <!-- File: mingw32-pdcurses.xml -->
5-
6- <package-collection subsystem="mingw32">
7- <download-host uri="http://prdownloads.sourceforge.net/mingw/%F?download" />
8-
9- <package name="mingw32-pdcurses" alias="mingw32-PDCurses pdcurses PDCurses">
10- <description lang="en" title="PDCurses: Public Domain Curses Implementation">
11- <paragraph>Public Domain Curses, aka PDCurses, is an implementation of
12- X/Open curses for multiple platforms. This package provides normal,
13- unicode (wide char), and UTF-8 versions of the library and associated
14- demonstration programs.
15- </paragraph>
16- <paragraph>The mingw32-pdcurses package provides the documentation and
17- demonstration programs for the PDCurses library. The associated
18- mingw32-libpdcurses package provides the runtime library and related
19- development files.
20- </paragraph>
21- </description>
22-
23- <licence tarname="PDCurses-%-mingw32-%-lic.tar.%" />
24- <source tarname="PDCurses-%-mingw32-%-src.tar.%" />
25-
26- <component class="bin">
27- <release tarname="PDCurses-3.4-1-mingw32-bin.tar.lzma" >
28- <requires eq="mingw32-libpdcurses-%-mingw32-%-dll.tar" />
29- </release>
30- </component>
31-
32- <component class="doc">
33- <release tarname="PDCurses-3.4-1-mingw32-doc.tar.lzma" />
34- </component>
35-
36- <component class="lic">
37- <release tarname="PDCurses-3.4-1-mingw32-lic.tar.lzma" />
38- </component>
39- </package>
40-
41- <package name="mingw32-libpdcurses" alias="libpdcurses">
42- <description lang="en" title="libpdcurses: Public Domain Curses Implementation" >
43- <paragraph>Public Domain Curses, aka PDCurses, is an implementation of
44- X/Open curses for multiple platforms. This package provides normal,
45- unicode (wide char), and UTF-8 versions of the library and associated
46- demonstration programs.
47- </paragraph>
48- <paragraph>The mingw32-libpdcurses package provides the runtime library
49- and related development files for pdcurses. The associated
50- mingw32-pdcurses package provides the documentation and demonstration
51- programs related to the library.
52- </paragraph>
53- </description>
54-
55- <licence tarname="PDCurses-%-mingw32-%-lic.tar.%" />
56- <source tarname="PDCurses-%-mingw32-%-src.tar.%" />
57-
58- <component class="dll">
59- <release tarname="libpdcurses-3.4-1-mingw32-dll.tar.lzma" />
60- </component>
61-
62- <component class="dev">
63- <release tarname="libpdcurses-3.4-1-mingw32-dev.tar.lzma" >
64- <requires eq="mingw32-libpdcurses-%-mingw32-%-dll.tar" />
65- </release>
66- </component>
67- </package>
68-
69- </package-collection>
70-</software-distribution>
71-<!-- vim: set nocompatible expandtab fileformat=unix textwidth=80 tabstop=2 shiftwidth=2: -->