Embedix-DB

 view release on metacpan or  search on metacpan

t/data/textutils.ecd  view on Meta::CPAN

#######################################################
# Component Description File for: textutils
#
# Copyright 2000, Lineo Inc.
#
# Notes on binaries in textutils
#
# /bin/cat -
# /usr/bin/cksum -
# /usr/bin/comm -
# /usr/bin/csplit -
# /usr/bin/cut -
# /usr/bin/expand -
# /usr/bin/fmt -
# /usr/bin/fold -
# /usr/bin/head -
# /usr/bin/join -
# /usr/bin/md5sum -
# /usr/bin/nl -
# /usr/bin/od -
# /usr/bin/paste -
# /usr/bin/pr -
# /usr/bin/sort -
# /usr/bin/split -
# /usr/bin/sum -
# /usr/bin/tac -
# /usr/bin/tail -
# /usr/bin/tr -
# /usr/bin/unexpand -
# /usr/bin/uniq -
# /usr/bin/wc -


<GROUP Textprocessing>
<GROUP Tools>
<COMPONENT textutils> 

	SRPM=textutils
	<SPECPATCH></SPECPATCH>
	<HELP>These are the GNU text processing utilities. Most of 
	these programs have significant advantages over their Unix 
	counterparts, such as greater speed, additional options,
	and fewer arbitrary limits.

	Busybox provides small, simple versions of many of these 
	utilities. Consequently, most target systems only require
	busybox. You should provide textutils if the target system
	requires complete unix style textprocessing for the enduser.
	Textutils may be required to support other specific scripts 
	or utilities.
	</HELP>
	<REQUIRESEXPR>
		(textutils == "CHILDREN_ENABLED")
	</REQUIRESEXPR>

<OPTION keep-cat>
	TYPE=bool
	DEFAULT_VALUE=1
	PROMPT=Include /bin/cat?
	<HELP>cat concatenates files and print them on the standard output 
	</HELP>
	STATIC_SIZE=7174
	MIN_DYNAMIC_SIZE=0
	STORAGE_SIZE=9240
	<REQUIRES>
	libc.so.6
	ld-linux.so.2
	</REQUIRES>
	<PROVIDES>
		cat
	</PROVIDES>
	KEEPLIST=/bin/cat
</OPTION>

<OPTION keep-cksum>
	TYPE=bool
	DEFAULT_VALUE=0
	PROMPT=Include /usr/bin/cksum?
	<HELP>cksum is used to checksum and count the bytes in a file.
	</HELP>
	STATIC_SIZE=4939
	MIN_DYNAMIC_SIZE=0
	STORAGE_SIZE=6812
	<REQUIRES>
	libc.so.6
	ld-linux.so.2
	</REQUIRES>
	<PROVIDES>
		cksum
	</PROVIDES>
	KEEPLIST=/usr/bin/cksum
</OPTION>

<OPTION keep-comm>
	TYPE=bool
	DEFAULT_VALUE=0
	PROMPT=Include /usr/bin/comm?
	<HELP>comm compares two sorted files line by line.
	</HELP>
	STATIC_SIZE=5396
	MIN_DYNAMIC_SIZE=0
	STORAGE_SIZE=7448
	<REQUIRES>
	libc.so.6
	ld-linux.so.2
	</REQUIRES>
	<PROVIDES>



( run in 1.131 second using v1.01-cache-2.11-cpan-39bf76dae61 )