De-Linting recipes.

*	apr_util
	Added PATCHES to recipe, some cleaning up.
	Won't build, even though I cleaned out the repository folder:

	"[Errno -2147459069] No such file or directory:
	'/HiQ-Data/sources/haikuports/repository/apr_util-1.3.10.DependencyInfo'"

*	arc
	Improved DESCRIPTION
	Won't build:

	/sources/arc-5.21p/arc.c: In function `main':
	/sources/arc-5.21p/arc.c:231: parse error before `int'
	/sources/arc-5.21p/arc.c:232: `fd' undeclared (first use in this function)
	/sources/arc-5.21p/arc.c:232: (Each undeclared identifier is reported only once
	/sources/arc-5.21p/arc.c:232: for each function it appears in.)

*	bc
	Supply the correct pachset name.
	Improved SUMMARY.
	Minor cosmetics.

*	beshare
	Removed missing patchset which was declared alongside the existing one.
	Minor cosmetics.

*	brexx
	Added PATCHES to the recipe.
	Minor cosmetics.
	Won't build:

	/packages/gcc-2.95.3_2014_10_14-3/.self/develop/tools/i586-pc-haiku/bin/ld: cannot find -lPortManager
	collect2: ld returned 1 exit status
	make[1]: *** [obj/rx] Error 1
	make[1]: Leaving directory `/sources/BeBRexx/src'
	make: [brexx] Error 2 (ignored)
	Collecting files to be packaged ...
	Error: Couldn't access "/sources/BeBRexx/PortManager/obj/PortManager": No such file or directory

*	cd
	Improved SUMMARY.
	Minor cosmetics.
	Won't build:

	Fetching package for devel:libim ...
	*** failed to find a match for "devel:libim": Name not found

*	celestia
	Improved SUMMARY.
	Minor cosmetics.

*	chmlib
	Removed "." from SUMMARY.
	Minor cosmetics.

*	colorcode
	Removed "." from SUMMARY.
	Minor cosmetics.

*	command_not_found
	Removed "(C)" from copyright.
	Created a proper patchset from the provided patch.
	Added PATCHES. Remove manual patching from INSTALL().
	Minor cosmetics.

*	coveredcalc
	Removed "." from SUMMARY.
	Minor cosmetics.
	Added cmd:svn to BUILD_PREREQUIRES.

*	cyberdogs_sdl
	Improved and removed "." from SUMMARY.
	Minor cosmetics.
This commit is contained in:
Humdinger
2015-07-19 06:59:39 +02:00
parent 90be2592da
commit 9e09e1e072
13 changed files with 164 additions and 180 deletions

View File

@@ -4,7 +4,7 @@ It operates similarly to other such programs (Napster, Hotline, etc) \
but with a few advantages:
- BeShare allows you to upload or download any type of file, not just mp3.
- When browsing files, you can see their attributes (similar to Be's Tracker \
- When browsing files, you can see their attributes (similar Tracker's \
view)
- Your query is always \"live\", so if new files that match your query become \
available, you will see them added to the results list right away (you won't \
@@ -12,8 +12,7 @@ have to click \"refresh\" or anything first)
- BeShare includes a rudimentary chat mechanism for you social types.
- BeShare supports any number of simultaneous uploads and downloads \
in parallel, but will serialize simultaneous file requests to any \
given host for efficiency.
"
given host for efficiency."
COPYRIGHT="1999-2012 Jeremy Friesner"
LICENSE="
Public Domain
@@ -24,8 +23,6 @@ SOURCE_URI="git+https://github.com/HaikuArchives/BeShare.git#b721fcc"
SOURCE_URI_2="https://public.msli.com/lcs/muscle/muscle6.11.zip"
REVISION="1"
CHECKSUM_SHA256_2="7cf3c92095f46e5a0858852e7d387d11fdf8e1e95a4de26b5e68e8319a373340"
PATCHES="beshare-$portVersion.patchset"
ARCHITECTURES="x86 ?x86_64"
if [ $effectiveTargetArchitecture != x86_gcc2 ]; then
@@ -58,7 +55,7 @@ BUILD_PREREQUIRES="
makefile_engine
"
PATCHES="beshare-4.patchset"
PATCHES="beshare-$portVersion.patchset"
BUILD()
{

View File

@@ -1,4 +1,4 @@
SUMMARY="The desktop calculator which features a skin interface system."
SUMMARY="A desktop calculator with a skinable interface"
DESCRIPTION="CoveredCalc is a desktop calculator whose look and feel is \
flexibly customizable. It works on Windows, BeOS, and Haiku. In this \
application the word \"cover\" means a set of files for its design, \
@@ -13,20 +13,21 @@ ARCHITECTURES="x86_gcc2 ?x86"
COPYRIGHT="2008 hiron@with.memail.jp"
PROVIDES="
coveredcalc = $portVersion
app:CoveredCalc = $portVersion
"
coveredcalc = $portVersion
app:CoveredCalc = $portVersion
"
REQUIRES="
haiku
"
haiku
"
BUILD_REQUIRES="
haiku_devel
cmd:make
cmd:gcc
cmd:xres
"
haiku_devel
"
BUILD_PREREQUIRES="
cmd:make
cmd:gcc
cmd:svn
cmd:xres
"
BUILD()
{