From 71ba8d09f23c4b04e71ca771be3637efcff7b6cd Mon Sep 17 00:00:00 2001 From: Abogical Date: Sun, 10 Jan 2016 21:09:26 +0000 Subject: [PATCH] fixing set of recipes to ensure secure download remove trailing whitespace fix trailing whitespace Another trailing whitespace --- haiku-apps/sanity/sanity-0.6.recipe | 6 ++- haiku-apps/sawteeth/sawteeth-1.3.recipe | 16 ++++--- haiku-apps/scrittore/licenses/Scintilla | 20 --------- haiku-apps/scrittore/scrittore-git.recipe | 42 ------------------- haiku-apps/seeker/seeker-1.0.recipe | 9 ++-- haiku-apps/sequitur/sequitur-2.1.2.recipe | 8 ++-- haiku-apps/shredder/shredder-1.0.0.recipe | 6 ++- .../simplyvorbis/simplyvorbis-0.1.recipe | 9 ++-- haiku-apps/slayer/slayer-0.9.recipe | 12 ++++-- haiku-apps/snapshot/snapshot-1.0.recipe | 9 ++-- haiku-apps/sum_it/sum_it-0.2beta.recipe | 12 ++++-- haiku-apps/symetrie/symetrie-0.0.1.recipe | 9 ++-- haiku-apps/systeminfo/systeminfo-2.recipe | 8 ++-- haiku-apps/takenotes/takenotes-1.0.0.recipe | 14 +++---- 14 files changed, 74 insertions(+), 106 deletions(-) delete mode 100644 haiku-apps/scrittore/licenses/Scintilla delete mode 100644 haiku-apps/scrittore/scrittore-git.recipe diff --git a/haiku-apps/sanity/sanity-0.6.recipe b/haiku-apps/sanity/sanity-0.6.recipe index 18a5143ee..8e1cf6425 100644 --- a/haiku-apps/sanity/sanity-0.6.recipe +++ b/haiku-apps/sanity/sanity-0.6.recipe @@ -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" diff --git a/haiku-apps/sawteeth/sawteeth-1.3.recipe b/haiku-apps/sawteeth/sawteeth-1.3.recipe index acfb015ea..d9b540e94 100644 --- a/haiku-apps/sawteeth/sawteeth-1.3.recipe +++ b/haiku-apps/sawteeth/sawteeth-1.3.recipe @@ -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() { diff --git a/haiku-apps/scrittore/licenses/Scintilla b/haiku-apps/scrittore/licenses/Scintilla deleted file mode 100644 index cbe25b2fc..000000000 --- a/haiku-apps/scrittore/licenses/Scintilla +++ /dev/null @@ -1,20 +0,0 @@ -License for Scintilla and SciTE - -Copyright 1998-2003 by Neil Hodgson - -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. \ No newline at end of file diff --git a/haiku-apps/scrittore/scrittore-git.recipe b/haiku-apps/scrittore/scrittore-git.recipe deleted file mode 100644 index 55c08a0a7..000000000 --- a/haiku-apps/scrittore/scrittore-git.recipe +++ /dev/null @@ -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 -} diff --git a/haiku-apps/seeker/seeker-1.0.recipe b/haiku-apps/seeker/seeker-1.0.recipe index 1cfde17de..da66cdbb9 100644 --- a/haiku-apps/seeker/seeker-1.0.recipe +++ b/haiku-apps/seeker/seeker-1.0.recipe @@ -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=" diff --git a/haiku-apps/sequitur/sequitur-2.1.2.recipe b/haiku-apps/sequitur/sequitur-2.1.2.recipe index 3fe0c0f59..b9eb302d0 100644 --- a/haiku-apps/sequitur/sequitur-2.1.2.recipe +++ b/haiku-apps/sequitur/sequitur-2.1.2.recipe @@ -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" diff --git a/haiku-apps/shredder/shredder-1.0.0.recipe b/haiku-apps/shredder/shredder-1.0.0.recipe index d64c59650..2a4a6a7be 100644 --- a/haiku-apps/shredder/shredder-1.0.0.recipe +++ b/haiku-apps/shredder/shredder-1.0.0.recipe @@ -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" diff --git a/haiku-apps/simplyvorbis/simplyvorbis-0.1.recipe b/haiku-apps/simplyvorbis/simplyvorbis-0.1.recipe index ad9251e2e..8e7707589 100644 --- a/haiku-apps/simplyvorbis/simplyvorbis-0.1.recipe +++ b/haiku-apps/simplyvorbis/simplyvorbis-0.1.recipe @@ -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" diff --git a/haiku-apps/slayer/slayer-0.9.recipe b/haiku-apps/slayer/slayer-0.9.recipe index fc88aff44..24cc3b402 100644 --- a/haiku-apps/slayer/slayer-0.9.recipe +++ b/haiku-apps/slayer/slayer-0.9.recipe @@ -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 " diff --git a/haiku-apps/snapshot/snapshot-1.0.recipe b/haiku-apps/snapshot/snapshot-1.0.recipe index a8a37db27..09c052431 100644 --- a/haiku-apps/snapshot/snapshot-1.0.recipe +++ b/haiku-apps/snapshot/snapshot-1.0.recipe @@ -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" diff --git a/haiku-apps/sum_it/sum_it-0.2beta.recipe b/haiku-apps/sum_it/sum_it-0.2beta.recipe index 83e5a5006..4d857091e 100644 --- a/haiku-apps/sum_it/sum_it-0.2beta.recipe +++ b/haiku-apps/sum_it/sum_it-0.2beta.recipe @@ -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 " diff --git a/haiku-apps/symetrie/symetrie-0.0.1.recipe b/haiku-apps/symetrie/symetrie-0.0.1.recipe index 91810362b..1ea337dad 100644 --- a/haiku-apps/symetrie/symetrie-0.0.1.recipe +++ b/haiku-apps/symetrie/symetrie-0.0.1.recipe @@ -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 diff --git a/haiku-apps/systeminfo/systeminfo-2.recipe b/haiku-apps/systeminfo/systeminfo-2.recipe index 35b08c84f..e94e720b0 100644 --- a/haiku-apps/systeminfo/systeminfo-2.recipe +++ b/haiku-apps/systeminfo/systeminfo-2.recipe @@ -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" diff --git a/haiku-apps/takenotes/takenotes-1.0.0.recipe b/haiku-apps/takenotes/takenotes-1.0.0.recipe index 79312a62a..9d8d84db1 100644 --- a/haiku-apps/takenotes/takenotes-1.0.0.recipe +++ b/haiku-apps/takenotes/takenotes-1.0.0.recipe @@ -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 -} \ No newline at end of file +}