[Lunar-commits] <moonbase> textutils: remove it from the moonbase. it was included in coreutils.
Florin Braescu
florin at lunar-linux.org
Thu Jul 2 14:52:49 CEST 2009
commit e7fb81d286fec8849e9aa2c1d618bab9dccd95d5
Author: Florin Braescu <florin at lunar-linux.org>
Date: Thu Jul 2 15:52:49 2009 +0300
textutils: remove it from the moonbase. it was included in coreutils.
---
utils/textutils/BUILD | 10 ----------
utils/textutils/DETAILS | 39 ---------------------------------------
utils/textutils/POST_REMOVE | 1 -
3 files changed, 0 insertions(+), 50 deletions(-)
diff --git a/utils/textutils/BUILD b/utils/textutils/BUILD
deleted file mode 100644
index cb084b3..0000000
--- a/utils/textutils/BUILD
+++ /dev/null
@@ -1,10 +0,0 @@
-bad_flags -malign-double
-(
-
- default_build &&
- mv /usr/bin/cat /bin &&
- mv /usr/bin/cut /bin &&
- mv /usr/bin/sort /bin &&
- mv /usr/bin/tr /bin
-
-) > $C_FIFO 2>&1
diff --git a/utils/textutils/DETAILS b/utils/textutils/DETAILS
deleted file mode 100644
index ef09254..0000000
--- a/utils/textutils/DETAILS
+++ /dev/null
@@ -1,39 +0,0 @@
- MODULE=textutils
- VERSION=2.1
- SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_URL[0]=$GNU_URL/$MODULE/
- SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE/
- WEB_SITE=http://www.gnu.org/software/textutils/
- ENTERED=20010922
- UPDATED=20020801
- PSAFE=no
- SHORT="The standard GNU text utilities: cat, head, tail, etc..."
-cat << EOF
-Textutils contains the following software:
-cat - concatenates and prints files on the standard output
-cksum - checksum and count the bytes in a file
-comm - compares two sorted files line by line
-csplit - splits a file into sections determined by context lines
-cut - remove sections from each line of files
-expand - convert tabs to spaces
-fmt - simple optimal text formatter
-fold - wrap each input line to fit in specified width
-head - output the first part of files
-join - join lines of two files on a common field
-md5sum - compute and check MD5 messsage digest
-nl - number lines of files
-od - dump files in octal and other formats
-paste - merge lines of files
-ptx - produce a permuted index of file contents
-pr - convert text files for printing
-sort - sort lines of text files
-split - split a file into pieces
-sum - checksum and count the blocks in a file
-tac - concatenates and prints files in reverse
-tail - outputs the last part of files
-tr - translates or deletes characters
-tsort - perform topological sort
-unexpand - convert spaces to tabs
-uniq - remove duplicate lines from a sorted file
-wc - prints the number of bytes, words, and lines in files
-EOF
diff --git a/utils/textutils/POST_REMOVE b/utils/textutils/POST_REMOVE
deleted file mode 100644
index 9b163e4..0000000
--- a/utils/textutils/POST_REMOVE
+++ /dev/null
@@ -1 +0,0 @@
-install-info --delete textutils --info-dir /usr/info
More information about the Lunar-commits
mailing list