OSDN Git Service

Publish mingw32 ncurses-6.2 package set.
[mingw/mingw-dist.git] / contrib / mingw32-ncurses.xml
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-ncurses.xml -->
5
6   <package-collection subsystem="mingw32">
7     <download-host uri="http://osdn.net/dl/mingw/%F" />
8
9     <package name="mingw32-ncurses" alias="ncurses">
10       <affiliate group="MinGW Contributed Applications" />
11
12       <description lang="en" title="The GNU new 'curses' terminal control library">
13         <paragraph>
14           The GNU ncurses (new curses) library is a free software implemenation
15           of Unix SysV-R4 curses, and more.  It uses terminfo format,  supports
16           pads, colour, multiple highlights, forms characters, and function-key
17           mapping,  and  incorporates all of the other SysV curses enhancements
18           to the original BSD curses.
19         </paragraph>
20         <paragraph>
21           The mingw32-ncurses package provides the documentation and programs
22           for the ncurses library.  The associated mingw32-libncurses package
23           provides the runtime library and related development files.
24         </paragraph>
25       </description>
26
27       <licence tarname="ncurses-%-mingw32-%-lic.tar.%" />
28       <source tarname="ncurses-%-mingw32-%-src.tar.%" />
29
30       <component class="bin">
31         <release tarname="ncurses-6.2-1-mingw32-bin.tar.xz" />
32         <release tarname="ncurses-6.0-2-mingw32-bin.tar.lzma">
33           <download tarname="none" />
34         </release>
35         <release tarname="ncurses-6.0-1-mingw32-bin.tar.lzma">
36           <download tarname="none" />
37         </release>
38       </component>
39
40       <component class="doc">
41         <release tarname="ncurses-6.2-1-mingw32-doc.tar.xz" />
42         <release tarname="ncurses-6.0-2-mingw32-doc.tar.lzma">
43           <download tarname="none" />
44         </release>
45         <release tarname="ncurses-6.0-1-mingw32-doc.tar.lzma">
46           <download tarname="none" />
47         </release>
48       </component>
49
50       <component class="man">
51         <affiliate group="MinGW Contributed Libraries" />
52         <release tarname="ncurses-6.2-1-mingw32-man.tar.xz" />
53       </component>
54
55       <component class="lic">
56         <affiliate group="MinGW Contributed Libraries" />
57         <release tarname="ncurses-6.2-1-mingw32-lic.tar.xz" />
58         <release tarname="ncurses-6.0-2-mingw32-lic.tar.lzma">
59           <download tarname="none" />
60         </release>
61         <release tarname="ncurses-6.0-1-mingw32-lic.tar.lzma">
62           <download tarname="none" />
63         </release>
64       </component>
65     </package>
66
67     <package name="mingw32-libncurses" alias="libncurses">
68       <affiliate group="MinGW Contributed Libraries" />
69
70       <description lang="en" title="The GNU new 'curses' terminal control library">
71         <paragraph>
72           The GNU ncurses (new curses) library is a free software implemenation
73           of Unix SysV-R4 curses, and more.  It uses terminfo format,  supports
74           pads, colour, multiple highlights, forms characters, and function-key
75           mapping,  and  incorporates all of the other SysV curses enhancements
76           to the original BSD curses.
77         </paragraph>
78         <paragraph>
79           The  mingw32-libncurses  package  provides  the  runtime  library  and
80           related development files for ncurses.  The associated mingw32-ncurses
81           package provides the documentation and programs related to the library.
82         </paragraph>
83       </description>
84
85       <licence tarname="ncurses-%-mingw32-%-lic.tar.%" />
86       <source tarname="ncurses-%-mingw32-%-src.tar.%" />
87
88       <component class="dev">
89         <release tarname="libncurses-6.2-1-mingw32-dev.tar.xz" />
90         <release tarname="libncurses-6.0-2-mingw32-dev.tar.lzma">
91           <download tarname="none" />
92         </release>
93         <release tarname="libncurses-6.0-1-mingw32-dev.tar.lzma">
94           <download tarname="none" />
95         </release>
96       </component>
97
98       <component class="dll">
99         <release tarname="libncurses-6.2-1-mingw32-dll-6.tar.xz" />
100         <release tarname="libncurses-6.0-2-mingw32-dll-6.tar.lzma">
101           <download tarname="none" />
102         </release>
103       </component>
104     </package>
105
106     <package name="mingw32-terminfo" alias="terminfo">
107       <affiliate group="MinGW Contributed Libraries" />
108
109       <description lang="en" title="Terminal capability data base">
110         <paragraph>
111           Terminfo is a data base, describing terminals, which may be used
112           by screen-oriented programs such as nvi(1), and rogue(1), and by
113           libraries  such as curses(3x).  Terminfo describes terminals, in
114           terms of the set of capabilities which  they support, specifying
115           initialization  sequences,  padding  requirements,  and  how  to
116           perform screen operations.
117         </paragraph>
118       </description>
119
120       <licence tarname="ncurses-%-mingw32-%-lic.tar.%" />
121       <source tarname="ncurses-%-mingw32-%-src.tar.%" />
122
123       <component class="data">
124         <release tarname="terminfo-6.2-1-mingw32-data.tar.xz" />
125         <release tarname="terminfo-6.0-2-mingw32-data.tar.lzma">
126           <download tarname="none" />
127         </release>
128         <release tarname="terminfo-6.0-1-mingw32-data.tar.lzma">
129           <download tarname="none" />
130         </release>
131       </component>
132     </package>
133
134   </package-collection>
135 </software-distribution>
136
137 <!-- vim: set expandtab textwidth=80 tabstop=2 shiftwidth=2: -->
138 <!-- vim: set fileformat=unix nocompatible: -->