summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-04-27 21:54:50 (EDT)
committer P. J. McDermott <pjm@nac.net>2012-04-27 21:54:50 (EDT)
commit0e74198746a29aa21c76bccf0c7cf120807aa8c7 (patch)
tree2545e4b729744a893dea92bcb011ad3d67f832b4
parent1de07295e86e859bbfd2100d2f4dbe39504a73ea (diff)
Write binary package control files.
-rw-r--r--libncurses-doc.pkg/control10
-rw-r--r--libncurses.5-dev.pkg/control9
-rw-r--r--libncurses.5.pkg/control9
-rw-r--r--libncursesw.5-dev.pkg/control10
-rw-r--r--libncursesw.5.pkg/control9
-rw-r--r--libtinfo-dev.pkg/control9
-rw-r--r--libtinfo.5.pkg/control9
-rw-r--r--ncurses-bin.pkg/control10
-rw-r--r--terminfo.pkg/control9
9 files changed, 84 insertions, 0 deletions
diff --git a/libncurses-doc.pkg/control b/libncurses-doc.pkg/control
new file mode 100644
index 0000000..643e52e
--- /dev/null
+++ b/libncurses-doc.pkg/control
@@ -0,0 +1,10 @@
+Package: libncurses-doc
+Architecture: all
+Description: curses library - documentation
+ 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.
+ .
+ This package provides user and developer documentation for the ncurses shared
+ libraries.
diff --git a/libncurses.5-dev.pkg/control b/libncurses.5-dev.pkg/control
new file mode 100644
index 0000000..cc65309
--- /dev/null
+++ b/libncurses.5-dev.pkg/control
@@ -0,0 +1,9 @@
+Package: libncurses.5-dev
+Architecture: any
+Description: curses library - development files
+ 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.
+ .
+ This package provides the development files of the ncurses shared libraries.
diff --git a/libncurses.5.pkg/control b/libncurses.5.pkg/control
new file mode 100644
index 0000000..82d187e
--- /dev/null
+++ b/libncurses.5.pkg/control
@@ -0,0 +1,9 @@
+Package: libncurses.5
+Architecture: any
+Description: curses library
+ 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.
+ .
+ This package provides the ncurses shared libraries.
diff --git a/libncursesw.5-dev.pkg/control b/libncursesw.5-dev.pkg/control
new file mode 100644
index 0000000..91c492a
--- /dev/null
+++ b/libncursesw.5-dev.pkg/control
@@ -0,0 +1,10 @@
+Package: libncursesw.5-dev
+Architecture: any
+Description: curses library with wide character support - development files
+ 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.
+ .
+ This package provides the development files for the ncurses shared libraries
+ with wide character support.
diff --git a/libncursesw.5.pkg/control b/libncursesw.5.pkg/control
new file mode 100644
index 0000000..1a678e4
--- /dev/null
+++ b/libncursesw.5.pkg/control
@@ -0,0 +1,9 @@
+Package: libncursesw.5
+Architecture: any
+Description: curses library with wide character support
+ 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.
+ .
+ This package provides the ncurses shared libraries with wide character support.
diff --git a/libtinfo-dev.pkg/control b/libtinfo-dev.pkg/control
new file mode 100644
index 0000000..4780671
--- /dev/null
+++ b/libtinfo-dev.pkg/control
@@ -0,0 +1,9 @@
+Package: libtinfo-dev
+Architecture: any
+Description: curses terminfo library - development files
+ 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.
+ .
+ This package provides the development files for the terminfo shared library.
diff --git a/libtinfo.5.pkg/control b/libtinfo.5.pkg/control
new file mode 100644
index 0000000..e8d1f38
--- /dev/null
+++ b/libtinfo.5.pkg/control
@@ -0,0 +1,9 @@
+Package: libtinfo.5
+Architecture: any
+Description: curses terminfo library
+ 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.
+ .
+ This package provides the terminfo shared library.
diff --git a/ncurses-bin.pkg/control b/ncurses-bin.pkg/control
new file mode 100644
index 0000000..5b9fd6d
--- /dev/null
+++ b/ncurses-bin.pkg/control
@@ -0,0 +1,10 @@
+Package: ncurses-bin
+Architecture: any
+Description: curses utilities
+ 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.
+ .
+ This package provides utilities for working with terminals and the terminfo
+ database.
diff --git a/terminfo.pkg/control b/terminfo.pkg/control
new file mode 100644
index 0000000..c9c43b5
--- /dev/null
+++ b/terminfo.pkg/control
@@ -0,0 +1,9 @@
+Package: terminfo
+Architecture: all
+Description: Terminal type definitions
+ 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.
+ .
+ This package provides terminfo data files.