mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-03 05:28:53 +02:00
Changes in SUMMARY, DESCRIPTION and whitespace.
Removed the full-stop and repeating package name in SUMMARY. Removed hard line breaks, broke up some very long paragraphs and use bullet lists where possible. All done by browsing through HaikuDepot. There may be (many) more left in the whole haikuports repo... Included 10 extended desriptions done by soyoye14 for GCI 2014 (https://www.google-melange.com/gci/task/view/google/gci2014/5240373098053632) Removed/insert whitespace where it seems to be the custom in recipes. Sometimes rearranged elements of a recipe (moving license and copyright up, for example).
This commit is contained in:
@@ -1,10 +1,13 @@
|
||||
SUMMARY="A tool for generating scanners."
|
||||
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.
|
||||
"
|
||||
HOMEPAGE="http://flex.sourceforge.net/"
|
||||
COPYRIGHT="2001-2007 The Flex Project; 1990, 1997 The Regents of the University of California"
|
||||
COPYRIGHT="
|
||||
2001-2007 The Flex Project
|
||||
1990, 1997 The Regents of the University of California
|
||||
"
|
||||
LICENSE="Flex"
|
||||
SRC_URI="http://sourceforge.net/projects/flex/files/flex-$portVersion.tar.bz2"
|
||||
CHECKSUM_SHA256="add2b55f3bc38cb512b48fad7d72f43b11ef244487ff25fc00aabec1e32b617f"
|
||||
@@ -42,7 +45,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:find
|
||||
"
|
||||
|
||||
|
||||
BUILD()
|
||||
{
|
||||
rm -f aclocal.m4
|
||||
|
||||
@@ -5,7 +5,9 @@ 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 \
|
||||
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 \
|
||||
@@ -60,7 +62,6 @@ PROVIDES="
|
||||
cmd:recode_sr_latin$secondaryArchSuffix = $portVersion compat >= 0
|
||||
cmd:xgettext$secondaryArchSuffix = $portVersion compat >= 0
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
gettext${secondaryArchSuffix}_libintl == $portVersion base
|
||||
|
||||
@@ -4,6 +4,7 @@ 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 \
|
||||
@@ -25,7 +26,6 @@ PROVIDES="
|
||||
jam = $portVersion
|
||||
cmd:jam = $portVersion compat >= 2.5
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
SUMMARY="A generic library support script"
|
||||
DESCRIPTION="
|
||||
GNU libtool is a set of shell scripts to automatically configure UNIX
|
||||
architectures to build shared libraries in a generic fashion.
|
||||
"
|
||||
GNU libtool is a set of shell scripts to automatically configure UNIX \
|
||||
architectures to build shared libraries in a generic fashion.
|
||||
"
|
||||
HOMEPAGE="http://www.gnu.org/software/libtool"
|
||||
COPYRIGHT="2004-2010 Free Software Foundation, Inc."
|
||||
LICENSE="GNU GPL v2"
|
||||
@@ -50,7 +50,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:xargs
|
||||
"
|
||||
|
||||
|
||||
BUILD()
|
||||
{
|
||||
./bootstrap
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
SUMMARY="A generic library support script"
|
||||
DESCRIPTION="
|
||||
GNU libtool is a set of shell scripts to automatically configure UNIX
|
||||
architectures to build shared libraries in a generic fashion.
|
||||
"
|
||||
GNU libtool is a set of shell scripts to automatically configure UNIX \
|
||||
architectures to build shared libraries in a generic fashion.
|
||||
"
|
||||
HOMEPAGE="http://www.gnu.org/software/libtool"
|
||||
COPYRIGHT="2004-2010 Free Software Foundation, Inc."
|
||||
LICENSE="GNU GPL v2"
|
||||
@@ -45,7 +45,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:sed
|
||||
"
|
||||
|
||||
|
||||
BUILD()
|
||||
{
|
||||
./bootstrap
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
SUMMARY="Modular and reuseable compiler and toolchain technologies."
|
||||
SUMMARY="Modular and reuseable compiler and toolchain technologies"
|
||||
DESCRIPTION="
|
||||
LLVM is a collection of modular and reuseable compiler and and toolchain \
|
||||
technologies.
|
||||
@@ -157,16 +157,13 @@ PROVIDES="
|
||||
devel:libLLVMipo$secondaryArchSuffix
|
||||
devel:libLTO$secondaryArchSuffix
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix >= $haikuVersion
|
||||
lib:libstdc++$secondaryArchSuffix
|
||||
lib:libgcc_s$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel >= $haikuVersion
|
||||
cmd:aclocal
|
||||
|
||||
Reference in New Issue
Block a user