[Lunar-commits] <moonbase> termcap: deprecated, use ncurses

Paul Bredbury brebs at lunar-linux.org
Sun Feb 20 09:51:47 CET 2011


commit b0c42157c4203c28e3aa6b2c42b175a821601b47
Author: Paul Bredbury <brebs at lunar-linux.org>
Date:   Sun Feb 20 15:51:47 2011 +0700

    termcap: deprecated, use ncurses
---
 libs/termcap/BUILD          |    9 ---------
 libs/termcap/DETAILS        |   15 ---------------
 zdeprecated/termcap/BUILD   |    9 +++++++++
 zdeprecated/termcap/DETAILS |   15 +++++++++++++++
 4 files changed, 24 insertions(+), 24 deletions(-)

diff --git a/libs/termcap/BUILD b/libs/termcap/BUILD
deleted file mode 100644
index 0e1576c..0000000
--- a/libs/termcap/BUILD
+++ /dev/null
@@ -1,9 +0,0 @@
-(
-
-  ./configure  --prefix=/usr              \
-               --enable-install-termcap   \
-               $OPTS                     &&
-
-  default_make
-
-) > $C_FIFO 2>&1
diff --git a/libs/termcap/DETAILS b/libs/termcap/DETAILS
deleted file mode 100644
index 4ee6778..0000000
--- a/libs/termcap/DETAILS
+++ /dev/null
@@ -1,15 +0,0 @@
-          MODULE=termcap
-         VERSION=1.3.1
-          SOURCE=$MODULE-$VERSION.tar.gz
-   SOURCE_URL[0]=$GNU_URL/$MODULE/
-   SOURCE_URL[1]=ftp://ftp.gnu.org/gnu/$MODULE/
-        WEB_SITE=na
-         ENTERED=20020621
-         UPDATED=20020621
-           SHORT="termcap enables programs to be terminal independent."
-cat << EOF
-GNU termcap is a library of C functions that enables programs to send control \
-strings to terminals in a terminal type-independent manner. The GNU termcap 
-library does not place an arbitrary limit on the size of termcap entries, 
-unlike most other termcap libraries.
-EOF
diff --git a/zdeprecated/termcap/BUILD b/zdeprecated/termcap/BUILD
new file mode 100644
index 0000000..0e1576c
--- /dev/null
+++ b/zdeprecated/termcap/BUILD
@@ -0,0 +1,9 @@
+(
+
+  ./configure  --prefix=/usr              \
+               --enable-install-termcap   \
+               $OPTS                     &&
+
+  default_make
+
+) > $C_FIFO 2>&1
diff --git a/zdeprecated/termcap/DETAILS b/zdeprecated/termcap/DETAILS
new file mode 100644
index 0000000..4ee6778
--- /dev/null
+++ b/zdeprecated/termcap/DETAILS
@@ -0,0 +1,15 @@
+          MODULE=termcap
+         VERSION=1.3.1
+          SOURCE=$MODULE-$VERSION.tar.gz
+   SOURCE_URL[0]=$GNU_URL/$MODULE/
+   SOURCE_URL[1]=ftp://ftp.gnu.org/gnu/$MODULE/
+        WEB_SITE=na
+         ENTERED=20020621
+         UPDATED=20020621
+           SHORT="termcap enables programs to be terminal independent."
+cat << EOF
+GNU termcap is a library of C functions that enables programs to send control \
+strings to terminals in a terminal type-independent manner. The GNU termcap 
+library does not place an arbitrary limit on the size of termcap entries, 
+unlike most other termcap libraries.
+EOF


More information about the Lunar-commits mailing list