source: Daodan/MinGW/var/lib/mingw-get/data/mingw32-ncurses.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: 4.3 KB
Line 
1<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2<software-distribution project="MinGW" home="http://mingw.org" issue="2016010800">
3
4 <!-- File: mingw32-ncurses.xml -->
5
6 <package-collection subsystem="mingw32">
7 <download-host uri="http://prdownloads.sourceforge.net/mingw/%F?download" />
8
9 <package name="mingw32-ncurses" alias="ncurses">
10 <affiliate group="MinGW Contributed Libraries" />
11
12 <description lang="en" title="A free software implementation of the SysV4.0 curses terminal-handling library and tools">
13 <paragraph>
14 The ncurses (new curses) library is a free software emulation of
15 curses in System V Release 4.0, and more. It uses terminfo format,
16 supports pads and color and multiple highlights and forms characters
17 and function-key mapping, and has all the other SYSV-curses
18 enhancements over BSD curses.
19 </paragraph>
20 <paragraph>The mingw32-ncurses package provides the documentation and
21 programs for the ncurses library. The associated mingw32-libncurses
22 package provides the runtime library and related development files.
23 </paragraph>
24 </description>
25
26 <licence tarname="ncurses-%-mingw32-%-lic.tar.%" />
27 <source tarname="ncurses-%-mingw32-%-src.tar.%" />
28
29 <component class="bin">
30 <release tarname="ncurses-6.0-2-mingw32-bin.tar.lzma" />
31 <release tarname="ncurses-6.0-1-mingw32-bin.tar.lzma" />
32 </component>
33
34 <component class="doc">
35 <release tarname="ncurses-6.0-2-mingw32-doc.tar.lzma" />
36 <release tarname="ncurses-6.0-1-mingw32-doc.tar.lzma" />
37 </component>
38
39 <component class="lic">
40 <release tarname="ncurses-6.0-2-mingw32-lic.tar.lzma" />
41 <release tarname="ncurses-6.0-1-mingw32-lic.tar.lzma" />
42 </component>
43 </package>
44
45 <package name="mingw32-libncurses" alias="libncurses">
46 <affiliate group="MinGW Contributed Libraries" />
47
48 <description lang="en" title="A free software implementation of the SysV4.0 curses terminal-handling library and tools">
49 <paragraph>
50 The ncurses (new curses) library is a free software emulation of
51 curses in System V Release 4.0, and more. It uses terminfo format,
52 supports pads and color and multiple highlights and forms characters
53 and function-key mapping, and has all the other SYSV-curses
54 enhancements over BSD curses.
55 </paragraph>
56 <paragraph>The mingw32-libncurses package provides the runtime library
57 and related development files for ncurses. The associated
58 mingw32-ncurses package provides the documentation and programs
59 related to the library.
60 </paragraph>
61 </description>
62
63 <licence tarname="ncurses-%-mingw32-%-lic.tar.%" />
64 <source tarname="ncurses-%-mingw32-%-src.tar.%" />
65
66 <component class="dev">
67 <release tarname="libncurses-6.0-2-mingw32-dev.tar.lzma" />
68 <release tarname="libncurses-6.0-1-mingw32-dev.tar.lzma" />
69 </component>
70
71 <component class="dll">
72 <release tarname="libncurses-6.0-2-mingw32-dll-6.tar.lzma" />
73 </component>
74 </package>
75
76 <package name="mingw32-terminfo" alias="terminfo">
77 <affiliate group="MinGW Contributed Libraries" />
78
79 <description lang="en" title="Terminal capability data base">
80 <paragraph>
81 Terminfo is a data base describing terminals, used by
82 screen-oriented programs such as nvi(1), rogue(1) and
83 libraries such as curses(3x). Terminfo describes termi-
84 nals by giving a set of capabilities which they have, by
85 specifying how to perform screen operations, and by speci-
86 fying padding requirements and initialization sequences.
87 </paragraph>
88 </description>
89
90 <licence tarname="ncurses-%-mingw32-%-lic.tar.%" />
91 <source tarname="ncurses-%-mingw32-%-src.tar.%" />
92
93 <component class="data">
94 <release tarname="terminfo-6.0-2-mingw32-data.tar.lzma" />
95 <release tarname="terminfo-6.0-1-mingw32-data.tar.lzma" />
96 </component>
97 </package>
98
99 </package-collection>
100</software-distribution>
101<!-- vim: set nocompatible expandtab fileformat=unix textwidth=80 tabstop=2 shiftwidth=2: -->
Note: See TracBrowser for help on using the repository browser.