mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-21 19:20:08 +02:00
fixing set of recipes to ensure secure download
remove trailing whitespace fix trailing whitespace Another trailing whitespace
This commit is contained in:
@@ -5,8 +5,10 @@ translation kit."
|
||||
HOMEPAGE="http://philippe.houdoin.free.fr/phil/beos/sanity/index-en.html"
|
||||
COPYRIGHT="2001-2004, Philippe Houdoin"
|
||||
LICENSE="MIT"
|
||||
SOURCE_URI="git+https://github.com/diversys/sanity.git#f40f575"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://github.com/diversys/sanity/archive/f40f575.tar.gz"
|
||||
CHECKSUM_SHA256="fdd0cabb3ff5f8718f6cf56190260c7d106c258936b34e3d40607f0edc7f20aa"
|
||||
SOURCE_DIR="sanity-f40f57540683ecaade60585de6b379c61aa0ca7c"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 ?x86 !x86_64"
|
||||
|
||||
|
||||
@@ -3,10 +3,13 @@ DESCRIPTION="Sawteeth is a soft-synth (with tracker) for BeOS and Haiku, meant \
|
||||
to either create cool synth sounds to use in Cubase and such, or cute \
|
||||
chip-tunes. It uses no samples but only generated waveforms."
|
||||
HOMEPAGE="https://github.com/pulkomandy/Sawteeth/"
|
||||
SOURCE_URI="git+https://github.com/pulkomandy/Sawteeth#f6fa08f34d"
|
||||
LICENSE="MIT"
|
||||
COPYRIGHT="2001 Jonas Norberg"
|
||||
REVISION="3"
|
||||
LICENSE="MIT"
|
||||
REVISION="4"
|
||||
SOURCE_URI="https://github.com/pulkomandy/Sawteeth/archive/f6fa08f34d.tar.gz"
|
||||
CHECKSUM_SHA256="a28373671c2d7214ad88dbc77d9bb58b9ae27d1b26e5f1049857eadcd0bd03e2"
|
||||
SOURCE_DIR="Sawteeth-f6fa08f34d7e6b8f04df7280bf6f4d4fc761fa04"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 ?x86 ?x86_64"
|
||||
|
||||
PROVIDES="
|
||||
@@ -16,14 +19,15 @@ PROVIDES="
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:make
|
||||
cmd:cmake
|
||||
cmd:gcc
|
||||
"
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
|
||||
@@ -1,20 +0,0 @@
|
||||
License for Scintilla and SciTE
|
||||
|
||||
Copyright 1998-2003 by Neil Hodgson <neilh@scintilla.org>
|
||||
|
||||
All Rights Reserved
|
||||
|
||||
Permission to use, copy, modify, and distribute this software and its
|
||||
documentation for any purpose and without fee is hereby granted,
|
||||
provided that the above copyright notice appear in all copies and that
|
||||
both that copyright notice and this permission notice appear in
|
||||
supporting documentation.
|
||||
|
||||
NEIL HODGSON DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
|
||||
SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
||||
AND FITNESS, IN NO EVENT SHALL NEIL HODGSON BE LIABLE FOR ANY
|
||||
SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
||||
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
|
||||
WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
||||
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE
|
||||
OR PERFORMANCE OF THIS SOFTWARE.
|
||||
@@ -1,42 +0,0 @@
|
||||
SUMMARY="A Scintilla-based text editor"
|
||||
DESCRIPTION="Based on the popular framework for code highlighting, \
|
||||
Scrittore provides a simplistic programmer's text editor."
|
||||
HOMEPAGE="https://github.com/HaikuArchives/Scrittore"
|
||||
COPYRIGHT="1998-2003 Scintilla authors.
|
||||
2011-2013 Haiku authors.
|
||||
"
|
||||
REVISION="1"
|
||||
LICENSE="Scintilla"
|
||||
SOURCE_URI="git+https://github.com/HaikuArchives/Scrittore.git"
|
||||
|
||||
ARCHITECTURES="x86 !x86_64 ?arm ?ppc"
|
||||
|
||||
PROVIDES="
|
||||
Scrittore
|
||||
app:Scrittore
|
||||
"
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:make
|
||||
cmd:g++
|
||||
haiku_devel
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
cd scintilla/haiku
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
mkdir -p $appsDir
|
||||
cp bin/scintilla-haiku $appsDir/Scrittore
|
||||
addAppDeskbarSymlink $appsDir/Scrittore
|
||||
}
|
||||
@@ -4,10 +4,13 @@ management, providing easy interaction with Tracker and Terminal. It's \
|
||||
currently quite useful as it is, and more features are planned for the future.
|
||||
"
|
||||
HOMEPAGE="https://github.com/HaikuArchives/Seeker"
|
||||
LICENSE="MIT"
|
||||
COPYRIGHT="DarkWyrm"
|
||||
SOURCE_URI="git+https://github.com/HaikuArchives/Seeker.git#7d56a5a"
|
||||
REVISION="3"
|
||||
LICENSE="MIT"
|
||||
REVISION="4"
|
||||
SOURCE_URI="https://github.com/HaikuArchives/Seeker/archive/7d56a5a.tar.gz"
|
||||
CHECKSUM_SHA256="bf6df2aba21186df751d4ef60a49623ea9400e9a7b8ca2adebb3926f8fdb2fac"
|
||||
SOURCE_DIR="Seeker-7d56a5a9e4c4aac6b8117489b21ba59ca1fe9fbc"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 ?x86 ?x86_64"
|
||||
|
||||
PROVIDES="
|
||||
|
||||
@@ -22,10 +22,12 @@ software is automatically available.
|
||||
bend MIDI data.
|
||||
* Read and write standard MIDI files."
|
||||
HOMEPAGE="https://github.com/HaikuArchives/Sequitur"
|
||||
SOURCE_URI="git+https://github.com/HaikuArchives/Sequitur#aef233a"
|
||||
REVISION="3"
|
||||
LICENSE="Public Domain"
|
||||
COPYRIGHT="2001 Eric Hackborn"
|
||||
LICENSE="Public Domain"
|
||||
REVISION="4"
|
||||
SOURCE_URI="https://github.com/HaikuArchives/Sequitur/archive/aef233a.tar.gz"
|
||||
CHECKSUM_SHA256="9d05cc6f2be4cda8b3dc30edbc086fe4e5ed558be4603e95e529ac0f7ad6bc63"
|
||||
SOURCE_DIR="Sequitur-aef233ac224f9f4a5c041ad4577b5c4562c148f6"
|
||||
|
||||
ARCHITECTURES="x86_gcc2"
|
||||
|
||||
|
||||
@@ -4,8 +4,10 @@ files by overwriting them multiple times."
|
||||
HOMEPAGE="https://github.com/HaikuArchives/Shredder"
|
||||
COPYRIGHT="2009 Jason Grenier"
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
SOURCE_URI="git+https://github.com/HaikuArchives/Shredder.git#c6311845fee6e51b347a9eff2c79fbf9548316a6"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://github.com/HaikuArchives/Shredder/archive/c6311845fee6e51b347a9eff2c79fbf9548316a6.tar.gz"
|
||||
CHECKSUM_SHA256="9d2aaaf51e7a6a75b599e230b320308cfc3420a306be60bd36bf708eef373e41"
|
||||
SOURCE_DIR="Shredder-c6311845fee6e51b347a9eff2c79fbf9548316a6"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
|
||||
|
||||
@@ -10,11 +10,12 @@ ArmyKnife (which does have its uses). Pop in a CD, select the songs you want, an
|
||||
hit 'Go'. Period. It can even make playlists for you if you like. Your music isn't \
|
||||
limited by copy protection (DRM) either, so you can have all the flexibility of Fair Use."
|
||||
HOMEPAGE="https://github.com/HaikuArchives/SimplyVorbis"
|
||||
SOURCE_URI="git+https://github.com/HaikuArchives/SimplyVorbis.git#ecd4b2dd31f3ec578f16c9a1c3a95e281958a248"
|
||||
CHECKSUM_SHA256=""
|
||||
LICENSE="SimplyVorbis"
|
||||
COPYRIGHT="2007 Darkwyrm"
|
||||
REVISION="2"
|
||||
LICENSE="SimplyVorbis"
|
||||
REVISION="3"
|
||||
SOURCE_URI="https://github.com/HaikuArchives/SimplyVorbis/archive/ecd4b2dd31f3ec578f16c9a1c3a95e281958a248.tar.gz"
|
||||
CHECKSUM_SHA256="4c1ff7b4a78c38ea6b56f258bb4226702afb2aa7c9dfece415d82cbb8799bdcf"
|
||||
SOURCE_DIR="SimplyVorbis-ecd4b2dd31f3ec578f16c9a1c3a95e281958a248"
|
||||
|
||||
ARCHITECTURES="x86_gcc2"
|
||||
|
||||
|
||||
@@ -1,11 +1,14 @@
|
||||
SUMMARY="A tool to manage teams and threads"
|
||||
DESCRIPTION="Monitor CPU and memory usage of running threads and teams, \
|
||||
adjust their priorities or kill them."
|
||||
LICENSE="GNU GPL v3"
|
||||
COPYRIGHT="1998 Arto Jalkanen"
|
||||
HOMEPAGE="https://github.com/HaikuArchives/Slayer"
|
||||
SOURCE_URI="git+https://github.com/HaikuArchives/Slayer.git#5e3fa02"
|
||||
REVISION="3"
|
||||
COPYRIGHT="1998 Arto Jalkanen"
|
||||
LICENSE="GNU GPL v3"
|
||||
REVISION="4"
|
||||
SOURCE_URI="https://github.com/HaikuArchives/Slayer/archive/5e3fa02.tar.gz"
|
||||
CHECKSUM_SHA256="d013ceebb8c49b1ea63e1eee7e379dcb2ad2f08bae09722680d50aa65878a1e1"
|
||||
SOURCE_DIR="Slayer-5e3fa023b106e462f3a1e8e9826ca99b66cb79d7"
|
||||
|
||||
ARCHITECTURES="?x86 x86_gcc2"
|
||||
|
||||
PROVIDES="
|
||||
@@ -15,6 +18,7 @@ PROVIDES="
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
|
||||
@@ -3,10 +3,13 @@ DESCRIPTION="This Tracker add-on lets you take snapshots of a folder, saving it
|
||||
as zip file, with a timestamp, to a preset folder. Snapshots are \
|
||||
currently saved to /boot/home/Snapshots"
|
||||
HOMEPAGE="https://github.com/HaikuArchives/SnapShot"
|
||||
SOURCE_URI="git+https://github.com/HaikuArchives/Snapshot#9ba592336a0d54707b7e5983dce93f8958b61d37"
|
||||
LICENSE="BSD (3-clause)"
|
||||
COPYRIGHT="2000 Jonas Sundström"
|
||||
REVISION="1"
|
||||
LICENSE="BSD (3-clause)"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://github.com/HaikuArchives/Snapshot/archive/9ba592336a0d54707b7e5983dce93f8958b61d37.tar.gz"
|
||||
CHECKSUM_SHA256="27c3693fe96b81be306efac1a3cd41dd4122796c73fb84e56f9c006b280af876"
|
||||
SOURCE_DIR="Snapshot-9ba592336a0d54707b7e5983dce93f8958b61d37"
|
||||
|
||||
ARCHITECTURES="x86_gcc2"
|
||||
|
||||
USER_SETTINGS_FILES="settings/Kirilla/Snapshot/settings"
|
||||
|
||||
@@ -5,20 +5,24 @@ Sum-It, the open source version of Maarten Hekkelman's Sum-It application. \
|
||||
Sum-It has many features, including a plug-in architecture for formulas and \
|
||||
graphs. This product includes software developed by Hekkelman Programmatuur B.V.
|
||||
"
|
||||
LICENSE="BSD (4-clause)"
|
||||
HOMEPAGE="https://github.com/HaikuArchives/OpenSumIt"
|
||||
COPYRIGHT="
|
||||
1996-1998, 2000 Hekkelman Programmatuur B.V. All rights reserved.
|
||||
1999-2000 Tim Vernum. All rights reserved.
|
||||
"
|
||||
HOMEPAGE="https://github.com/HaikuArchives/OpenSumIt"
|
||||
SOURCE_URI="git+https://github.com/HaikuArchives/OpenSumIt.git#cdab184a27"
|
||||
REVISION="3"
|
||||
LICENSE="BSD (4-clause)"
|
||||
REVISION="4"
|
||||
SOURCE_URI="https://github.com/HaikuArchives/OpenSumIt/archive/cdab184a27.tar.gz"
|
||||
CHECKSUM_SHA256="064cd9eeab62b0bab12400d23d922b912c46baccd9040dd04e8b16afd91bf70a"
|
||||
SOURCE_DIR="OpenSumIt-cdab184a27cb9bbf0f088384a9ecfb07b9daefdc"
|
||||
|
||||
ARCHITECTURES="!x86 x86_gcc2"
|
||||
|
||||
PROVIDES="
|
||||
sum_it = $portVersion
|
||||
app:Sum_It = $portVersion
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
|
||||
@@ -2,11 +2,13 @@ SUMMARY="A screen saver based on Symetrie demo by Řrřola"
|
||||
DESCRIPTION="A strange attractor randomly choosing among three Moebius \
|
||||
transformations with changing parameters."
|
||||
HOMEPAGE="http://rrrola.wz.cz"
|
||||
SOURCE_URI="git+https://github.com/threedeyes/SymetrieSaver#3cb39457196807d1bbdd4089145bfabbb7263655"
|
||||
CHECKSUM_SHA256="58fc37a6b36ac1ee76a3eec4f32be4b84b07bcc222c35dbe4100ba280069e44b"
|
||||
REVISION="1"
|
||||
COPYRIGHT="2009 Jan Kadlec (Řrřola), 2010-2015 3dEyes**"
|
||||
LICENSE="Public Domain"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://github.com/threedeyes/SymetrieSaver/archive/3cb39457196807d1bbdd4089145bfabbb7263655.tar.gz"
|
||||
CHECKSUM_SHA256="0ae036687a8a4a57e661de7c73afb66c45dcd171f256b3a551a3e156c0254e9d"
|
||||
SOURCE_DIR="SymetrieSaver-3cb39457196807d1bbdd4089145bfabbb7263655"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 ?x86_64"
|
||||
|
||||
PROVIDES="
|
||||
@@ -16,6 +18,7 @@ PROVIDES="
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:gcc
|
||||
cmd:make
|
||||
|
||||
@@ -9,13 +9,15 @@ It currently only shows:
|
||||
- Boot disk used space
|
||||
- Uptime
|
||||
"
|
||||
HOMEPAGE="https://github.com/disreali/SystemInfo"
|
||||
COPYRIGHT="
|
||||
2002 Brent Miszalski
|
||||
2012 Disreali"
|
||||
LICENSE="MIT"
|
||||
HOMEPAGE="https://github.com/disreali/SystemInfo"
|
||||
SOURCE_URI="git+git://github.com/disreali/SystemInfo.git#ae36df9999"
|
||||
REVISION="2"
|
||||
REVISION="3"
|
||||
SOURCE_URI="https://github.com/disreali/SystemInfo/archive/ae36df9999.tar.gz"
|
||||
CHECKSUM_SHA256="cfe6443148eebf4cdc651a6a6f8e23e384e261800245643ae00fce996da4e309"
|
||||
SOURCE_DIR="SystemInfo-ae36df9999e7f209c4d0e9484f1156656c5731f4"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 ?x86_64"
|
||||
|
||||
|
||||
@@ -9,19 +9,20 @@ With TakeNotes you can:
|
||||
- Tag your note for easy search
|
||||
- Set an alarm to reminds you date, appointments and so on
|
||||
"
|
||||
HOMEPAGE="https://github.com/HaikuArchives/TakeNotes"
|
||||
COPYRIGHT="2009 Ilio Catallo, Stefano Celentano, Eleonora Ciceri"
|
||||
LICENSE="GNU GPL v2"
|
||||
HOMEPAGE="https://github.com/HaikuArchives/TakeNotes"
|
||||
SOURCE_URI="git+https://github.com/HaikuArchives/TakeNotes#7f84d8f50e"
|
||||
REVISION="4"
|
||||
REVISION="5"
|
||||
SOURCE_URI="https://github.com/HaikuArchives/TakeNotes/archive/7f84d8f50e.tar.gz"
|
||||
CHECKSUM_SHA256="6236158c21f3aed723a552693bdb1d576024ddaca5a5669f713e9ea4dbb4ae98"
|
||||
SOURCE_DIR="TakeNotes-7f84d8f50eca3f507692dc6e59874818ec21195b/source"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 ?x86_64"
|
||||
SOURCE_DIR="takesnotes-1.0.0/source"
|
||||
|
||||
PROVIDES="
|
||||
takenotes=$portVersion
|
||||
app:TakeNotes=$portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
@@ -29,7 +30,6 @@ REQUIRES="
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
makefile_engine
|
||||
cmd:gcc
|
||||
@@ -47,4 +47,4 @@ INSTALL()
|
||||
mkdir -p $appsDir
|
||||
cp objects/TakeNotes $appsDir
|
||||
addAppDeskbarSymlink $appsDir/TakeNotes
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user