mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 22:18:55 +02:00
De-lint recipes.
* arm_none_eabi_newlib Removed e-mail from COPYRIGHT. Re-ordered blocks. Added REQUIRES and BUILD_REQUIRES. * avrdude Removed e-mail from COPYRIGHT. Re-ordered blocks. * bafx Removed e-mail from COPYRIGHT. Re-ordered blocks. Added REQUIRES. * becasso Removed e-mail from COPYRIGHT. Re-ordered blocks. Added REQUIRES. * becjk Removed e-mail from COPYRIGHT. Re-ordered blocks. * bmake Removed e-mail from COPYRIGHT. Re-ordered blocks. * cmake_haiku Removed e-mail from COPYRIGHT. Re-ordered blocks. * coveredcalc Removed e-mail from COPYRIGHT. Re-ordered blocks. * curl Removed e-mail from COPYRIGHT. Re-ordered blocks. * dejavu Removed e-mail from COPYRIGHT. Re-ordered blocks. * dfu-programmer Removed e-mail from COPYRIGHT. Re-ordered blocks. * exiv2 Removed e-mail from COPYRIGHT. Re-ordered blocks. * festival Removed e-mail from COPYRIGHT. Re-ordered blocks. * fxload Removed e-mail from COPYRIGHT. Re-ordered blocks. * geos Removed e-mail from COPYRIGHT. Re-ordered blocks. * gsl Removed e-mail from COPYRIGHT. Re-ordered blocks. * lato_fonts Removed e-mail from COPYRIGHT. Re-ordered blocks. * libabw Removed e-mail from COPYRIGHT. Re-ordered blocks. * libcaca Removed e-mail from COPYRIGHT. Re-ordered blocks. * libcdr Removed e-mail from COPYRIGHT. Re-ordered blocks. * libdv Removed e-mail from COPYRIGHT. Re-ordered blocks. * libebook Removed e-mail from COPYRIGHT. Re-ordered blocks. * libetonyek Removed e-mail from COPYRIGHT. Re-ordered blocks.
This commit is contained in:
@@ -1,24 +1,27 @@
|
||||
SUMMARY="A file manager for Haiku"
|
||||
DESCRIPTION="BAfx is a file manager for BeOS/Haiku. It uses a single window \
|
||||
with two panes for source and destination folder. \
|
||||
The file manager is still in early stages of development. \
|
||||
A built-in text and image viewer are planned for future releases."
|
||||
with two panes for source and destination folder.
|
||||
The file manager is still in early stages of development. A built-in text and \
|
||||
image viewer are planned for future releases."
|
||||
HOMEPAGE="https://github.com/marbocub/BAfx"
|
||||
SOURCE_URI="git+https://github.com/marbocub/BAfx#ebd3db8a22"
|
||||
COPYRIGHT="2012 @marbocub"
|
||||
COPYRIGHT="2012 marbocub"
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
SOURCE_URI="git+https://github.com/marbocub/BAfx#ebd3db8a22"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 ?x86_64"
|
||||
|
||||
PROVIDES="
|
||||
bafx = $portVersion
|
||||
app:BAfx = $portVersion
|
||||
"
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
makefile_engine
|
||||
cmd:gcc
|
||||
|
||||
@@ -1,11 +1,16 @@
|
||||
SUMMARY="Paint and imaging software for Haiku"
|
||||
DESCRIPTION="
|
||||
BeCasso - Paint and imaging software for Haiku, originally written for BeOS by \
|
||||
Sum Software.
|
||||
"
|
||||
SUMMARY="A paint and imaging software"
|
||||
DESCRIPTION="BeCasso is a paint and imaging software for Haiku, originally \
|
||||
written for BeOS by Sum Software.
|
||||
It features alpha channel support, layering, multi-level undo/redo, add-on \
|
||||
architecture for external filters, transformators and generators, an \
|
||||
orthogonal user interface, and import/export of numerous file formats \
|
||||
via the Translation Kit."
|
||||
HOMEPAGE="https://github.com/orangejua/Becasso"
|
||||
SOURCE_URI="git+https://github.com/orangejua/Becasso"
|
||||
COPYRIGHT="1997-2003 Sum Software
|
||||
2013 Julian Harnath"
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
SOURCE_URI="git+https://github.com/orangejua/Becasso"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 ?x86 ?x86_64"
|
||||
|
||||
@@ -13,26 +18,23 @@ PROVIDES="
|
||||
becasso = $portVersion
|
||||
app:BeCasso = $portVersion
|
||||
"
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
devel:libz
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:nasm
|
||||
cmd:gcc
|
||||
cmd:jam"
|
||||
cmd:jam
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku
|
||||
haiku_devel
|
||||
devel:libz"
|
||||
|
||||
USER_SETTINGS_FILES="
|
||||
settings/Becasso directory"
|
||||
|
||||
COPYRIGHT="
|
||||
1997-2003 Sum Software <sander@stoks.nl>
|
||||
2013 Julian Harnath <julian.harnath@rwth-aachen.de>"
|
||||
|
||||
LICENSE="MIT"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
jam -q
|
||||
|
||||
@@ -1,16 +1,12 @@
|
||||
SUMMARY="Cmake GUI with Haiku Native Widgets"
|
||||
DESCRIPTION="
|
||||
cmake_haiku is a native GUI frontend for Cmake with features like configuring \
|
||||
a project and generating files for other build systems like Makefiles, Ninja \
|
||||
etc.
|
||||
"
|
||||
SUMMARY="A cmake GUI with Haiku native widgets"
|
||||
DESCRIPTION="cmake_haiku is a native GUI frontend for Cmake with features \
|
||||
like configuring a project and generating files for other build systems like \
|
||||
Makefiles, Ninja etc."
|
||||
HOMEPAGE="https://github.com/AdrianArroyoCalle/cmake-haiku"
|
||||
SOURCE_URI="git+https://github.com/AdrianArroyoCalle/cmake-haiku.git#a42d55b"
|
||||
|
||||
COPYRIGHT="2012-2013 Adrián Arroyo Calle"
|
||||
LICENSE="BSD (3-clause)"
|
||||
COPYRIGHT="2012-2013 Adrián Arroyo Calle <adrian.arroyocalle@gmail.com>"
|
||||
|
||||
REVISION="1"
|
||||
SOURCE_URI="git+https://github.com/AdrianArroyoCalle/cmake-haiku.git#a42d55b"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 ?x86 ?x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 ?x86"
|
||||
@@ -23,6 +19,7 @@ REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
cmd:cmake
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
"
|
||||
|
||||
@@ -4,13 +4,14 @@ flexibly customizable. It works on Windows, BeOS, and Haiku. In this \
|
||||
application the word \"cover\" means a set of files for its design, \
|
||||
instead of the commonly used word \"skin\"."
|
||||
HOMEPAGE="https://code.google.com/p/coveredcalc"
|
||||
COPYRIGHT="2008 hiron"
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
SOURCE_URI_1="svn+http://coveredcalc.googlecode.com/svn/trunk@72"
|
||||
SOURCE_URI_2="https://coveredcalc.googlecode.com/files/CoveredCalcBe1.10.0.zip"
|
||||
CHECKSUM_SHA256_2="f5256c9cdb581c0246292005e9d3275586552bd4630b91e7372bd1903a94b669"
|
||||
REVISION="1"
|
||||
LICENSE="MIT"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 ?x86"
|
||||
COPYRIGHT="2008 hiron@with.memail.jp"
|
||||
|
||||
PROVIDES="
|
||||
coveredcalc = $portVersion
|
||||
@@ -19,6 +20,7 @@ PROVIDES="
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user