OSDN Git Service

New package msys-ncurses 6.0.
authorErwin Waterlander <waterlan@xs4all.nl>
Wed, 16 Mar 2016 22:54:58 +0000 (23:54 +0100)
committerErwin Waterlander <waterlan@xs4all.nl>
Wed, 16 Mar 2016 22:54:58 +0000 (23:54 +0100)
ChangeLog
common/issue.log
msys/issue.log
msys/msys-mksh.xml [new file with mode: 0644]
msys/msys-ncurses.xml [new file with mode: 0644]
msys/msys-package-list.xml

index 205a2e3..2ba6f1f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2016-03-16  Erwin Waterlander  <waterlan@xs4all.nl>
+
+       New package msys-ncurses 6.0.
+
+       * msys/msys-ncurses.xml: New for ncurses version 6.0.
+       * msys/msys-package-list.xml: Added msys-ncurses.
+       * msys/issue.log: Updated accordingly.
+       * common/issue.log: Updated accordingly.
+
+       * msys/msys-mksh.xml: Added missing file.
+
 2016-02-22  Keith Marshall  <keithmarshall@users.sourceforge.net>
 
        Reassign misplaced libmpc dependencies for GCC-4.8.1
index 011fa4a..62f0d78 100644 (file)
@@ -23,6 +23,6 @@
 # MinGW Project, accept liability for any damages, however caused,
 # arising from the use of this software.
 #
-  c6a9068e183254c0b930ac6e1a70fd81743dc212 2016022200 package-list.xml
+  c6a9068e183254c0b930ac6e1a70fd81743dc212 2016031601 package-list.xml
 #
 # $RCSfile$: end of file
index c1f515b..b81b7ef 100644 (file)
   d46de2f5e648b783b2549ae6fd5b5b0ce5daa74d 2012073100 msys-mintty.xml
   5a59b80c78015799c171f0ecf9f7b558be248775 2011112700 msys-mksh.xml
   ec0f6517ee5afb3d8f4887dd0061b558604fd3f5 2012073100 msys-mktemp.xml
+  b99a540c08e3321515ed2485c1771d22c0c9ef08 2016031600 msys-ncurses.xml
   243df0057053eebc442d922dff075e09fb579805 2012073100 msys-openssh.xml
   0103c79956ba9fa128755cd93374f0fc334c7cf6 2012073100 msys-openssl.xml
-  0defc38585dbedbe010d82bdf6e4dbbae8fb1398 2015122200 msys-package-list.xml
+  5c9e6921f171ce31b016037f5b7c836ed1a4960f 2016031601 msys-package-list.xml
   d19e1e39e5fab25a3d40acb92b98b40a60b0da90 2012073100 msys-patch.xml
   d4f194d2e95035da2b712c54053fb6ad5d45e1d9 2013101200 msys-perl.xml
   19ddf46e23e23010a440af1b423d986712c3bda7 2012073100 msys-popt.xml
diff --git a/msys/msys-mksh.xml b/msys/msys-mksh.xml
new file mode 100644 (file)
index 0000000..6c0ac8f
--- /dev/null
@@ -0,0 +1,38 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<software-distribution project="MinGW" home="http://mingw.org" issue="@YYYYMMDDNN@">
+
+  <!-- File: msys-mksh.xml -->
+
+  <package-collection subsystem="msys">
+    <download-host uri="http://prdownloads.sourceforge.net/mingw/%F?download" />
+
+    <package name="msys-mksh" alias="mksh">
+      <affiliate group="MinGW Developer Toolkit" />
+      <description lang="en" title="mksh: The MirBSD Korn Shell" >
+        <paragraph>The MirBSD Korn Shell is an actively developed free
+          implementation of the Korn Shell programming language and a successor
+          to the Public Domain Korn Shell (pdksh).
+        </paragraph>
+      </description>
+
+      <source tarname="mksh-%-msys-%-src.tar.%" />
+      <licence tarname="mksh-%-msys-%-lic.tar.%" />
+
+      <component class="bin">
+        <release tarname="mksh-40.0.0c-1-msys-1.0.17-bin.tar.lzma" />
+        <requires eq="msys-core-*-msys-*-bin.tar" />
+        <requires eq="msys-coreutils-*-msys-*-bin.tar" />
+      </component>
+
+      <component class="doc">
+        <release tarname="mksh-40.0.0c-1-msys-1.0.17-doc.tar.lzma" />
+      </component>
+
+      <component class="lic">
+        <release tarname="mksh-40.0.0c-1-msys-1.0.17-lic.tar.lzma" />
+      </component>
+    </package>
+
+  </package-collection>
+</software-distribution>
+<!-- vim: set nocompatible expandtab fileformat=unix textwidth=80 tabstop=2 shiftwidth=2: -->
diff --git a/msys/msys-ncurses.xml b/msys/msys-ncurses.xml
new file mode 100644 (file)
index 0000000..ce68cc2
--- /dev/null
@@ -0,0 +1,92 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<software-distribution project="MinGW" home="http://mingw.org" issue="@YYYYMMDDNN@">
+
+  <!-- File: msys-ncurses.xml -->
+
+  <package-collection subsystem="msys">
+    <download-host uri="http://prdownloads.sourceforge.net/mingw/%F?download" />
+
+    <package name="msys-ncurses">
+      <description lang="en" title="A free software implementation of the SysV4.0 curses terminal-handling library and tools">
+        <paragraph>
+          The  ncurses  (new  curses)  library  is  a free software emulation of
+          curses  in  System  V  Release 4.0, and more. It uses terminfo format,
+          supports  pads  and color and multiple highlights and forms characters
+          and   function-key   mapping,   and  has  all  the  other  SYSV-curses
+          enhancements over BSD curses.
+        </paragraph>
+        <paragraph>The msys-ncurses package provides the documentation and
+          programs for the ncurses library.  The associated msys-libncurses
+          package provides the runtime library and related development files.
+        </paragraph>
+      </description>
+
+      <licence tarname="ncurses-%-msys-%-lic.tar.%" />
+      <source tarname="ncurses-%-msys-%-src.tar.%" />
+
+      <component class="bin">
+        <release tarname="ncurses-6.0-2-msys-1.0.18-bin.tar.lzma" />
+      </component>
+
+      <component class="doc">
+        <release tarname="ncurses-6.0-2-msys-1.0.18-doc.tar.lzma" />
+      </component>
+
+      <component class="lic">
+        <release tarname="ncurses-6.0-2-msys-1.0.18-lic.tar.lzma" />
+      </component>
+    </package>
+
+    <package name="msys-libncurses">
+
+      <description lang="en" title="A free software implementation of the SysV4.0 curses terminal-handling library and tools">
+        <paragraph>
+          The  ncurses  (new  curses)  library  is  a free software emulation of
+          curses  in  System  V  Release 4.0, and more. It uses terminfo format,
+          supports  pads  and color and multiple highlights and forms characters
+          and   function-key   mapping,   and  has  all  the  other  SYSV-curses
+          enhancements over BSD curses.
+        </paragraph>
+        <paragraph>The msys-libncurses package provides the runtime library
+          and related development files for ncurses.  The associated
+          msys-ncurses package provides the documentation and programs
+          related to the library.
+        </paragraph>
+      </description>
+
+      <licence tarname="ncurses-%-msys-%-lic.tar.%" />
+      <source tarname="ncurses-%-msys-%-src.tar.%" />
+
+      <component class="dev">
+        <release tarname="libncurses-6.0-2-msys-1.0.18-dev.tar.lzma" />
+      </component>
+
+      <component class="dll">
+        <release tarname="libncurses-6.0-2-msys-1.0.18-dll-6.tar.lzma" />
+      </component>
+    </package>
+
+    <package name="msys-terminfo">
+
+      <description lang="en" title="Terminal capability data base">
+        <paragraph>
+         Terminfo  is  a  data  base  describing terminals, used by
+         screen-oriented programs  such  as  nvi(1),  rogue(1)  and
+         libraries  such  as curses(3x).  Terminfo describes termi-
+         nals by giving a set of capabilities which they  have,  by
+         specifying how to perform screen operations, and by speci-
+         fying padding requirements and  initialization  sequences.
+        </paragraph>
+      </description>
+
+      <licence tarname="ncurses-%-msys-%-lic.tar.%" />
+      <source tarname="ncurses-%-msys-%-src.tar.%" />
+
+      <component class="data">
+        <release tarname="terminfo-6.0-2-msys-1.0.18-data.tar.lzma" />
+      </component>
+    </package>
+
+  </package-collection>
+</software-distribution>
+<!-- vim: set nocompatible expandtab fileformat=unix textwidth=80 tabstop=2 shiftwidth=2: -->
index 25d6258..87e4c6d 100644 (file)
@@ -83,6 +83,7 @@
 
   <!-- "real" packages ~~ user contributed -->
   <package-list catalogue="msys-mksh" />
+  <package-list catalogue="msys-ncurses" />
 
   <!-- "virtual" packages -->
   <package-list catalogue="msys-base" />