De-lint recipe.

*	openimageio
	Re-ordering blocks
	Adding formerly unreferenced patchset. Doesn't build anyway.

*	ordereddict
	Removed "." from SUMMARY
	Re-ordering blocks

*	oricutron
	Removed "." from SUMMARY
	Still a non-building BEP file

*	orphilia_dropbox
	Removed "." from SUMMARY
	Re-ordering blocks

*	pachi
	Removed "(C)" from COPYRIGHT
	Re-ordering blocks

*	pari
	Removed "." from SUMMARY
	Re-ordering blocks

*	pciutils
	Improved DESCRIPTION
	Re-ordering blocks

*	phantomlimb
	Improved SUMMARY
	Re-ordering blocks

*	photograbber
	Removed "." from SUMMARY
	Re-ordering blocks

*	piozone
	Improved DESCRIPTION
	Re-ordering blocks

*	plee_the_bear
	Removed "." and improved SUMMARY
	Re-ordering blocks

*	postgresql_server
	Removed "." from SUMMARY
	Re-ordering blocks

*	privoxy
	Removed "." and improved SUMMARY
	Re-ordering blocks

*	proj-4
	Removed "." and improved SUMMARY
	Re-ordering blocks
	Changed the SOURCE_URI to the github where they moved
	Added $secondaryArchSuffix to the provided cmd

*	protobuf
	Re-ordering blocks
	Updating and referencing patch
	Removed out-of-date patch.
This commit is contained in:
Humdinger
2015-07-22 17:58:51 +02:00
parent 9ae34fe13c
commit 0817519846
17 changed files with 261 additions and 315 deletions

View File

@@ -1,15 +1,14 @@
SUMMARY="Proj.4 cartographic projection software."
DESCRIPTION="
Proj.4 is a library for performing conversions between cartographic projections.
"
SUMMARY="A cartographic projection software"
DESCRIPTION="Proj.4 is a library for performing conversions between \
cartographic projections."
HOMEPAGE="http://trac.osgeo.org/proj/"
COPYRIGHT="
2000, Frank Warmerdam
"
COPYRIGHT="2000, Frank Warmerdam"
LICENSE="MIT"
SOURCE_URI="http://download.osgeo.org/proj/proj-$portVersion.zip"
CHECKSUM_SHA256="b502df56db315e358d4e73a268426d7b0a17a7a5644d5339e8c270fa3c6c72ec"
REVISION="1"
SOURCE_URI="https://github.com/OSGeo/proj.4/archive/$portVersion.tar.gz"
CHECKSUM_SHA256="49635259993aa3ed7d06ae39ed12fac250401e7fc2d1c459d86e28400abbeb44"
SOURCE_DIR="proj.4-$portVersion"
ARCHITECTURES="x86 x86_64"
if [ $effectiveTargetArchitecture != x86_gcc2 ]; then
# x86_gcc2 is fine as primary target architecture as long as we're building
@@ -22,19 +21,29 @@ if [ $targetArchitecture != x86_gcc2 ]; then
commandSuffix=
commandBinDir=$prefix/bin
fi
PROVIDES="
proj$secondaryArchSuffix = $portVersion compat >= 4
lib:libproj$secondaryArchSuffix = 0.7.0 compat >= 0.7
cmd:cs2cs
cmd:geod
cmd:invgeod
cmd:invproj
cmd:nad2bin
cmd:proj
cmd:cs2cs$secondaryArchSuffix
cmd:geod$secondaryArchSuffix
cmd:invgeod$secondaryArchSuffix
cmd:invproj$secondaryArchSuffix
cmd:nad2bin$secondaryArchSuffix
cmd:proj$secondaryArchSuffix
"
REQUIRES="
haiku$secondaryArchSuffix
"
PROVIDES_devel="
proj${secondaryArchSuffix}_devel = $portVersion compat >= 4
devel:libproj$secondaryArchSuffix = 0.7.0 compat >= 0.7
"
REQUIRES_devel="
proj$secondaryArchSuffix == $portVersion base
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
"
@@ -64,13 +73,3 @@ INSTALL()
$developDir \
$manDir/man3
}
# ----- devel package -------------------------------------------------------
PROVIDES_devel="
proj${secondaryArchSuffix}_devel = $portVersion compat >= 4
devel:libproj$secondaryArchSuffix = 0.7.0 compat >= 0.7
"
REQUIRES_devel="
proj$secondaryArchSuffix == $portVersion base
"