mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
Rewrap sys-devel DESCRIPTIONs
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
SUMMARY="A tool for automatically configuring source code"
|
||||
DESCRIPTION="
|
||||
GNU Autoconf is a tool for configuring source code and makefiles. Using
|
||||
autoconf, programmers can create portable and configurable packages,
|
||||
because the person building the package is allowed to specify various
|
||||
configuration options.
|
||||
"
|
||||
GNU Autoconf is a tool for configuring source code and makefiles. Using \
|
||||
autoconf, programmers can create portable and configurable packages, because \
|
||||
the person building the package is allowed to specify various configuration \
|
||||
options.
|
||||
"
|
||||
HOMEPAGE="http://www.gnu.org/software/autoconf/"
|
||||
SRC_URI="http://ftp.gnu.org/gnu/autoconf/autoconf-2.68.tar.bz2"
|
||||
CHECKSUM_MD5="864d785215aa60d627c91fcb21b05b07"
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
SUMMARY="A tool for automatically configuring source code"
|
||||
DESCRIPTION="
|
||||
GNU Autoconf is a tool for configuring source code and makefiles. Using
|
||||
autoconf, programmers can create portable and configurable packages,
|
||||
because the person building the package is allowed to specify various
|
||||
configuration options.
|
||||
"
|
||||
GNU Autoconf is a tool for configuring source code and makefiles. Using \
|
||||
autoconf, programmers can create portable and configurable packages, because \
|
||||
the person building the package is allowed to specify various configuration \
|
||||
options.
|
||||
"
|
||||
HOMEPAGE="http://www.gnu.org/software/autoconf/"
|
||||
COPYRIGHT="1992-2012 Free Software Foundation, Inc."
|
||||
LICENSE="
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
SUMMARY="A tool for generating 'Makefile.in' from 'Makefile.am'"
|
||||
DESCRIPTION="
|
||||
Automake is a tool for automatically generating 'Makefile.in' files
|
||||
from 'Makefile.am' files. 'Makefile.am' is a series of 'make' macro
|
||||
definitions (with rules occasionally thrown in). The generated
|
||||
'Makefile.in' files are compatible with the GNU Makefile standards.
|
||||
"
|
||||
Automake is a tool for automatically generating 'Makefile.in' files from \
|
||||
'Makefile.am' files. 'Makefile.am' is a series of 'make' macro definitions \
|
||||
(with rules occasionally thrown in). The generated 'Makefile.in' files are \
|
||||
compatible with the GNU Makefile standards.
|
||||
"
|
||||
HOMEPAGE="http://www.gnu.org/software/automake/"
|
||||
COPYRIGHT="2009 Free Software Foundation, Inc."
|
||||
LICENSE="GNU GPL v2"
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
SUMMARY="A tool for generating 'Makefile.in' from 'Makefile.am'"
|
||||
DESCRIPTION="
|
||||
Automake is a tool for automatically generating 'Makefile.in' files
|
||||
from 'Makefile.am' files. 'Makefile.am' is a series of 'make' macro
|
||||
definitions (with rules occasionally thrown in). The generated
|
||||
'Makefile.in' files are compatible with the GNU Makefile standards.
|
||||
"
|
||||
Automake is a tool for automatically generating 'Makefile.in' files from \
|
||||
'Makefile.am' files. 'Makefile.am' is a series of 'make' macro definitions \
|
||||
(with rules occasionally thrown in). The generated 'Makefile.in' files are \
|
||||
compatible with the GNU Makefile standards.
|
||||
"
|
||||
HOMEPAGE="http://www.gnu.org/software/automake/"
|
||||
COPYRIGHT="2012 Free Software Foundation, Inc."
|
||||
LICENSE="GNU GPL v2"
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
SUMMARY="A tool for generating 'Makefile.in' from 'Makefile.am'"
|
||||
DESCRIPTION="
|
||||
Automake is a tool for automatically generating 'Makefile.in' files
|
||||
from 'Makefile.am' files. 'Makefile.am' is a series of 'make' macro
|
||||
definitions (with rules occasionally thrown in). The generated
|
||||
'Makefile.in' files are compatible with the GNU Makefile standards.
|
||||
"
|
||||
Automake is a tool for automatically generating 'Makefile.in' files from \
|
||||
'Makefile.am' files. 'Makefile.am' is a series of 'make' macro definitions \
|
||||
(with rules occasionally thrown in). The generated 'Makefile.in' files are \
|
||||
compatible with the GNU Makefile standards.
|
||||
"
|
||||
HOMEPAGE="http://www.gnu.org/software/automake/"
|
||||
COPYRIGHT="2013 Free Software Foundation, Inc."
|
||||
LICENSE="GNU GPL v2"
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
SUMMARY="Handy console-based calculator utility"
|
||||
DESCRIPTION="bc is an arbitrary precision numeric processing language.
|
||||
Syntax is similar to C, but differs in many substantial areas. It
|
||||
supports interactive execution of statements. bc is a utility included
|
||||
in the POSIX P1003.2/D11 draft standard.
|
||||
DESCRIPTION="
|
||||
bc is an arbitrary precision numeric processing language. Syntax is similar to \
|
||||
C, but differs in many substantial areas. It supports interactive execution of \
|
||||
statements. bc is a utility included in the POSIX P1003.2/D11 draft standard.
|
||||
"
|
||||
HOMEPAGE="http://www.gnu.org/software/bc/bc.html"
|
||||
SRC_URI="http://ftp.gnu.org/gnu/bc/bc-1.06.tar.gz"
|
||||
|
||||
@@ -140,36 +140,31 @@ INSTALL()
|
||||
}
|
||||
|
||||
DESCRIPTION="
|
||||
The GNU Binutils are a collection of binary tools. The main ones are:
|
||||
|
||||
ld - the GNU linker.
|
||||
as - the GNU assembler.
|
||||
|
||||
But they also include:
|
||||
|
||||
addr2line - Converts addresses into filenames and line numbers.
|
||||
ar - A utility for creating, modifying and extracting from archives.
|
||||
c++filt - Filter to demangle encoded C++ symbols.
|
||||
dlltool - Creates files for building and using DLLs.
|
||||
gold - A new, faster, ELF only linker, still in beta test.
|
||||
gprof - Displays profiling information.
|
||||
nlmconv - Converts object code into an NLM.
|
||||
nm - Lists symbols from object files.
|
||||
objcopy - Copys and translates object files.
|
||||
objdump - Displays information from object files.
|
||||
ranlib - Generates an index to the contents of an archive.
|
||||
readelf - Displays information from any ELF format object file.
|
||||
size - Lists the section sizes of an object or archive file.
|
||||
strings - Lists printable strings from files.
|
||||
strip - Discards symbols.
|
||||
windmc - A Windows compatible message compiler.
|
||||
windres - A compiler for Windows resource files.
|
||||
|
||||
Most of these programs use BFD, the Binary File Descriptor library, to do low-level
|
||||
manipulation. Many of them also use the opcodes library to assemble and disassemble machine
|
||||
instructions.
|
||||
|
||||
The binutils have been ported to most major Unix variants as well as Wintel systems, and their
|
||||
main reason for existence is to give the GNU system (and GNU/Linux) the facility to compile
|
||||
and link programs.
|
||||
"
|
||||
The GNU Binutils are a collection of binary tools. The main ones are:
|
||||
- ld - the GNU linker.
|
||||
- as - the GNU assembler.
|
||||
But they also include:
|
||||
- addr2line - Converts addresses into filenames and line numbers.
|
||||
- ar - A utility for creating, modifying and extracting from archives.
|
||||
- c++filt - Filter to demangle encoded C++ symbols.
|
||||
- dlltool - Creates files for building and using DLLs.
|
||||
- gold - A new, faster, ELF only linker, still in beta test.
|
||||
- gprof - Displays profiling information.
|
||||
- nlmconv - Converts object code into an NLM.
|
||||
- nm - Lists symbols from object files.
|
||||
- objcopy - Copys and translates object files.
|
||||
- objdump - Displays information from object files.
|
||||
- ranlib - Generates an index to the contents of an archive.
|
||||
- readelf - Displays information from any ELF format object file.
|
||||
- size - Lists the section sizes of an object or archive file.
|
||||
- strings - Lists printable strings from files.
|
||||
- strip - Discards symbols.
|
||||
- windmc - A Windows compatible message compiler.
|
||||
- windres - A compiler for Windows resource files.
|
||||
Most of these programs use BFD, the Binary File Descriptor library, to do \
|
||||
low-level manipulation. Many of them also use the opcodes library to assemble \
|
||||
and disassemble machine instructions.
|
||||
The binutils have been ported to most major Unix variants as well as Wintel \
|
||||
systems, and their main reason for existence is to give the GNU system (and \
|
||||
GNU/Linux) the facility to compile and link programs.
|
||||
"
|
||||
|
||||
@@ -149,24 +149,21 @@ INSTALL()
|
||||
}
|
||||
|
||||
DESCRIPTION="
|
||||
The GNU Binutils are a collection of binary tools. The main ones are:
|
||||
|
||||
ld - the GNU linker.
|
||||
as - the GNU assembler.
|
||||
|
||||
But they also include:
|
||||
|
||||
addr2line - Converts addresses into filenames and line numbers.
|
||||
ar - A utility for creating, modifying and extracting from archives.
|
||||
c++filt - Filter to demangle encoded C++ symbols.
|
||||
nm - Lists symbols from object files.
|
||||
objcopy - Copys and translates object files.
|
||||
objdump - Displays information from object files.
|
||||
ranlib - Generates an index to the contents of an archive.
|
||||
readelf - Displays information from any ELF format object file.
|
||||
size - Lists the section sizes of an object or archive file.
|
||||
strings - Lists printable strings from files.
|
||||
strip - Discards symbols.
|
||||
|
||||
The tools of this package can be used for cross-builds to $effectiveTargetMachineTriple.
|
||||
"
|
||||
The GNU Binutils are a collection of binary tools. The main ones are:
|
||||
- ld - the GNU linker.
|
||||
- as - the GNU assembler.
|
||||
But they also include:
|
||||
- addr2line - Converts addresses into filenames and line numbers.
|
||||
- ar - A utility for creating, modifying and extracting from archives.
|
||||
- c++filt - Filter to demangle encoded C++ symbols.
|
||||
- nm - Lists symbols from object files.
|
||||
- objcopy - Copys and translates object files.
|
||||
- objdump - Displays information from object files.
|
||||
- ranlib - Generates an index to the contents of an archive.
|
||||
- readelf - Displays information from any ELF format object file.
|
||||
- size - Lists the section sizes of an object or archive file.
|
||||
- strings - Lists printable strings from files.
|
||||
- strip - Discards symbols.
|
||||
The tools of this package can be used for cross-builds to \
|
||||
$effectiveTargetMachineTriple.
|
||||
"
|
||||
|
||||
@@ -1,16 +1,15 @@
|
||||
SUMMARY="A yacc-compatible parser generator"
|
||||
DESCRIPTION="
|
||||
Bison is a general-purpose parser generator that converts an annotated
|
||||
context-free grammar into an LALR(1) or GLR parser for that grammar. Once
|
||||
you are proficient with Bison, you can use it to develop a wide range of
|
||||
language parsers, from those used in simple desk calculators to complex
|
||||
programming languages.
|
||||
|
||||
Bison is upward compatible with Yacc: all properly-written Yacc grammars
|
||||
ought to work with Bison with no change. Anyone familiar with Yacc should
|
||||
be able to use Bison with little trouble. You need to be fluent in C or
|
||||
C++ programming in order to use Bison.
|
||||
"
|
||||
Bison is a general-purpose parser generator that converts an annotated \
|
||||
context-free grammar into an LALR(1) or GLR parser for that grammar. Once you \
|
||||
are proficient with Bison, you can use it to develop a wide range of language \
|
||||
parsers, from those used in simple desk calculators to complex programming \
|
||||
languages.
|
||||
Bison is upward compatible with Yacc: all properly-written Yacc grammars ought \
|
||||
to work with Bison with no change. Anyone familiar with Yacc should be able to \
|
||||
use Bison with little trouble. You need to be fluent in C or C++ programming \
|
||||
in order to use Bison.
|
||||
"
|
||||
HOMEPAGE="http://www.gnu.org/software/bison/bison.html"
|
||||
COPYRIGHT="1992-2010 Free Software Foundation, Inc."
|
||||
LICENSE="GNU GPL v3"
|
||||
|
||||
@@ -1,16 +1,15 @@
|
||||
SUMMARY="A yacc-compatible parser generator"
|
||||
DESCRIPTION="
|
||||
Bison is a general-purpose parser generator that converts an annotated
|
||||
context-free grammar into an LALR(1) or GLR parser for that grammar. Once
|
||||
you are proficient with Bison, you can use it to develop a wide range of
|
||||
language parsers, from those used in simple desk calculators to complex
|
||||
programming languages.
|
||||
|
||||
Bison is upward compatible with Yacc: all properly-written Yacc grammars
|
||||
ought to work with Bison with no change. Anyone familiar with Yacc should
|
||||
be able to use Bison with little trouble. You need to be fluent in C or
|
||||
C++ programming in order to use Bison.
|
||||
"
|
||||
Bison is a general-purpose parser generator that converts an annotated \
|
||||
context-free grammar into an LALR(1) or GLR parser for that grammar. Once you \
|
||||
are proficient with Bison, you can use it to develop a wide range of language \
|
||||
parsers, from those used in simple desk calculators to complex programming \
|
||||
languages.
|
||||
Bison is upward compatible with Yacc: all properly-written Yacc grammars ought \
|
||||
to work with Bison with no change. Anyone familiar with Yacc should be able to \
|
||||
use Bison with little trouble. You need to be fluent in C or C++ programming \
|
||||
in order to use Bison.
|
||||
"
|
||||
HOMEPAGE="http://www.gnu.org/software/bison/bison.html"
|
||||
COPYRIGHT="1992-2011 Free Software Foundation, Inc."
|
||||
LICENSE="GNU GPL v3"
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
SUMMARY="A llvm front end compiler for C and C++"
|
||||
DESCRIPTION="Clang is an 'LLVM native' C/C++/Objective-C compiler, which
|
||||
aims to deliver amazingly fast compiles (e.g. about 3x faster than
|
||||
GCC when compiling Objective-C code in a debug configuration),
|
||||
extremely useful error and warning messages and to provide a
|
||||
platform for building great source level tools."
|
||||
DESCRIPTION="
|
||||
Clang is an 'LLVM native' C/C++/Objective-C compiler, which aims to deliver \
|
||||
amazingly fast compiles (e.g. about 3x faster than GCC when compiling \
|
||||
Objective-C code in a debug configuration), extremely useful error and warning \
|
||||
messages and to provide a platform for building great source level tools.
|
||||
"
|
||||
|
||||
HOMEPAGE="http://www.llvm.org/"
|
||||
LICENSE="UIUC"
|
||||
|
||||
@@ -65,11 +65,13 @@ TEST()
|
||||
}
|
||||
|
||||
DESCRIPTION="
|
||||
distcc is a program to distribute builds of C, C++, Objective C or Objective C++ code
|
||||
across several machines on a network. distcc should always generate the same results
|
||||
as a local build, is simple to install and use, and is usually much faster than a local compile.
|
||||
distcc is a program to distribute builds of C, C++, Objective C or Objective \
|
||||
C++ code across several machines on a network. distcc should always generate \
|
||||
the same results as a local build, is simple to install and use, and is \
|
||||
usually much faster than a local compile.
|
||||
|
||||
distcc does not require all machines to share a filesystem, have synchronized clocks,
|
||||
or to have the same libraries or header files installed. They can even have different
|
||||
processors or operating systems, if cross-compilers are installed.
|
||||
"
|
||||
distcc does not require all machines to share a filesystem, have synchronized \
|
||||
clocks, or to have the same libraries or header files installed. They can even \
|
||||
have different processors or operating systems, if cross-compilers are \
|
||||
installed.
|
||||
"
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
SUMMARY="A tool for generating scanners."
|
||||
DESCRIPTION="
|
||||
Flex is a fast lexical analyser generator. It is a tool for generating
|
||||
programs that perform pattern-matching on text.
|
||||
"
|
||||
Flex is a fast lexical analyser generator. It is a tool for generating \
|
||||
programs that perform pattern-matching on text.
|
||||
"
|
||||
HOMEPAGE="http://flex.sourceforge.net/"
|
||||
COPYRIGHT="2001-2007 The Flex Project; 1990, 1997 The Regents of the University of California"
|
||||
LICENSE="Flex"
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
SUMMARY="C/C++ compiler"
|
||||
DESCRIPTION="Standard compiler for x86_gcc2 platform, ABI-compatible with BeOS R5."
|
||||
DESCRIPTION="
|
||||
Standard compiler for x86_gcc2 platform, ABI-compatible with BeOS R5.
|
||||
"
|
||||
HOMEPAGE="http://gcc.gnu.org"
|
||||
LICENSE="
|
||||
GNU GPL v2
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
SUMMARY="C/C++ cross-compiler for target ${effectiveTargetMachineTriple}"
|
||||
DESCRIPTION="Standard compiler for x86 platform."
|
||||
DESCRIPTION="
|
||||
Standard compiler for x86 platform.
|
||||
"
|
||||
HOMEPAGE="http://gcc.gnu.org"
|
||||
LICENSE="
|
||||
GNU GPL v2
|
||||
|
||||
@@ -1,5 +1,18 @@
|
||||
SUMMARY="GNU tools for native language support"
|
||||
DESCRIPTION="GNU 'gettext' is an important step for the GNU Translation Project, as it is an asset on which we may build many other steps. This package offers to programmers, translators, and even users, a well integrated set of tools and documentation. Specifically, the GNU 'gettext' utilities are a set of tools that provides a framework to help other GNU packages produce multi-lingual messages. These tools include a set of conventions about how programs should be written to support message catalogs, a directory and file naming organization for the message catalogs themselves, a runtime library supporting the retrieval of translated messages, and a few stand-alone programs to massage in various ways the sets of translatable strings, or already translated strings. A special GNU Emacs mode also helps interested parties in preparing these sets, or bringing them up to date."
|
||||
DESCRIPTION="
|
||||
GNU 'gettext' is an important step for the GNU Translation Project, as it is \
|
||||
an asset on which we may build many other steps. This package offers to \
|
||||
programmers, translators, and even users, a well integrated set of tools and \
|
||||
documentation. Specifically, the GNU 'gettext' utilities are a set of tools \
|
||||
that provides a framework to help other GNU packages produce multi-lingual \
|
||||
messages. These tools include a set of conventions about how programs should \
|
||||
be written to support message catalogs, a directory and file naming \
|
||||
organization for the message catalogs themselves, a runtime library supporting \
|
||||
the retrieval of translated messages, and a few stand-alone programs to \
|
||||
massage in various ways the sets of translatable strings, or already \
|
||||
translated strings. A special GNU Emacs mode also helps interested parties in \
|
||||
preparing these sets, or bringing them up to date.
|
||||
"
|
||||
HOMEPAGE="http://www.gnu.org/software/gettext/"
|
||||
LICENSE="GNU GPL v3"
|
||||
COPYRIGHT="1998, 2010 Free Software Foundation, Inc."
|
||||
|
||||
@@ -1,20 +1,16 @@
|
||||
SUMMARY="Build tool, replacement for make"
|
||||
DESCRIPTION="
|
||||
Jam is a small open-source build tool that can be used as a replacement
|
||||
for Make. Even though Jam is a lot simpler to use than Make, it is far
|
||||
more powerful and easy to master. Its design is sufficiently clear to
|
||||
allow any average programmer to extend it with advanced features at will.
|
||||
|
||||
The main differences between Jam and Make are as follows:
|
||||
|
||||
- Jam uses ‘Jamfiles’ instead of ‘Makefiles’.
|
||||
|
||||
- Jamfiles do not normally contain toolset-specific rules or actions.
|
||||
They are thus portable among distinct compilers.
|
||||
|
||||
- Jamfiles are a lot simpler than Makefiles to write and understand,
|
||||
while providing the same functionality, and much, much more.
|
||||
"
|
||||
Jam is a small open-source build tool that can be used as a replacement for \
|
||||
Make. Even though Jam is a lot simpler to use than Make, it is far more \
|
||||
powerful and easy to master. Its design is sufficiently clear to allow any \
|
||||
average programmer to extend it with advanced features at will.
|
||||
The main differences between Jam and Make are as follows:
|
||||
- Jam uses ‘Jamfiles’ instead of ‘Makefiles’.
|
||||
- Jamfiles do not normally contain toolset-specific rules or actions. They are \
|
||||
thus portable among distinct compilers.
|
||||
- Jamfiles are a lot simpler than Makefiles to write and understand, while \
|
||||
providing the same functionality, and much, much more.
|
||||
"
|
||||
HOMEPAGE="http://www.perforce.com/jam/jam.html"
|
||||
LICENSE="Jam"
|
||||
COPYRIGHT="1993-2003 Christopher Seiwald"
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
SUMMARY="Modular and reuseable compiler and toolchain technologies."
|
||||
DESCRIPTION="LLVM is a collection of modular and reuseable compiler and and toolchain technologies."
|
||||
DESCRIPTION="
|
||||
LLVM is a collection of modular and reuseable compiler and and toolchain \
|
||||
technologies.
|
||||
"
|
||||
HOMEPAGE="http://www.llvm.org/"
|
||||
LICENSE="UIUC"
|
||||
COPYRIGHT="2003-2012 University of Illinois at Urbana-Champaign"
|
||||
|
||||
@@ -1,21 +1,18 @@
|
||||
SUMMARY="A macro processor"
|
||||
DESCRIPTION="
|
||||
GNU M4 is an implementation of the traditional Unix macro processor.
|
||||
It is mostly SVR4 compatible although it has some extensions (for
|
||||
example, handling more than 9 positional parameters to macros).
|
||||
GNU M4 also has built-in functions for including files, running shell
|
||||
commands, doing arithmetic, etc.
|
||||
|
||||
M4 is a macro processor in the sense that it copies its input to the
|
||||
output expanding macros as it goes. Macros are either builtin or
|
||||
user-defined and can take any number of arguments. Besides just doing
|
||||
macro expansion, m4 has builtin functions for including named files,
|
||||
running UNIX commands, doing integer arithmetic, manipulating text in
|
||||
various ways, recursion etc... M4 can be used either as a front-end to
|
||||
a compiler or as a macro processor in its own right.
|
||||
|
||||
One of the biggest users of M4 is the GNU Autoconf project.
|
||||
"
|
||||
GNU M4 is an implementation of the traditional Unix macro processor. It is \
|
||||
mostly SVR4 compatible although it has some extensions (for example, handling \
|
||||
more than 9 positional parameters to macros). GNU M4 also has built-in \
|
||||
functions for including files, running shell commands, doing arithmetic, etc.
|
||||
M4 is a macro processor in the sense that it copies its input to the output \
|
||||
expanding macros as it goes. Macros are either builtin or user-defined and can \
|
||||
take any number of arguments. Besides just doing macro expansion, m4 has \
|
||||
builtin functions for including named files, running UNIX commands, doing \
|
||||
integer arithmetic, manipulating text in various ways, recursion etc... M4 can \
|
||||
be used either as a front-end to a compiler or as a macro processor in its own \
|
||||
right.
|
||||
One of the biggest users of M4 is the GNU Autoconf project.
|
||||
"
|
||||
HOMEPAGE="http://www.gnu.org/software/m4/"
|
||||
COPYRIGHT="2000, 2005-2011 Free Software Foundation, Inc."
|
||||
LICENSE="GNU GPL v3"
|
||||
|
||||
@@ -1,14 +1,12 @@
|
||||
SUMMARY="Standard tool to compile source trees"
|
||||
DESCRIPTION="
|
||||
Make is a tool which controls the generation of executables and other
|
||||
non-source files of a program from the program's source files.
|
||||
|
||||
Make gets its knowledge of how to build your program from a file called
|
||||
the makefile, which lists each of the non-source files and how to compute
|
||||
it from other files. When you write a program, you should write a makefile
|
||||
for it, so that it is possible to use Make to build and install the
|
||||
program.
|
||||
"
|
||||
Make is a tool which controls the generation of executables and other \
|
||||
non-source files of a program from the program's source files.
|
||||
Make gets its knowledge of how to build your program from a file called the \
|
||||
makefile, which lists each of the non-source files and how to compute it from \
|
||||
other files. When you write a program, you should write a makefile for it, so \
|
||||
that it is possible to use Make to build and install the program.
|
||||
"
|
||||
HOMEPAGE="http://www.gnu.org/software/make/"
|
||||
LICENSE="GNU GPL v3"
|
||||
COPYRIGHT="1988-2010 Free Software Foundation, Inc."
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
SUMMARY="Utility to apply diffs to files"
|
||||
DESCRIPTION="
|
||||
Patch takes a patch file containing a difference listing produced by
|
||||
the diff program and applies those differences to one or more
|
||||
original files, producing patched versions.
|
||||
Patch takes a patch file containing a difference listing produced by the diff \
|
||||
program and applies those differences to one or more original files, producing \
|
||||
patched versions.
|
||||
"
|
||||
LICENSE="GNU GPL v3"
|
||||
COPYRIGHT="2012 Free Software Foundation, Inc."
|
||||
|
||||
Reference in New Issue
Block a user