From 5ab7ea8f561bf116f314a885febd822981806b7f Mon Sep 17 00:00:00 2001 From: Puck Meerburg Date: Sun, 14 Dec 2014 18:28:38 +0100 Subject: [PATCH 1/3] Point BDH Calc website towards github page --- haiku-apps/bdhcalc/bdhcalc-1.1.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/haiku-apps/bdhcalc/bdhcalc-1.1.recipe b/haiku-apps/bdhcalc/bdhcalc-1.1.recipe index 552321b93..3d2fab87a 100644 --- a/haiku-apps/bdhcalc/bdhcalc-1.1.recipe +++ b/haiku-apps/bdhcalc/bdhcalc-1.1.recipe @@ -6,7 +6,7 @@ bitwise operators. You can choose the word size and whether the sign is \ considered to simulate any integral data type. Moreover the calculator \ supports binary, decimal and hexadecimal conversion. " -HOMEPAGE="http://haikuware.com/directory/view-details/science-math/calculators/bdh-calc-for-haiku" +HOMEPAGE="http://github.com/ThomasCompix/BDH-Calc" SRC_URI="git://github.com/ThomasCompix/BDH-Calc.git#4a6865932ae0e95244ed0149b6e8c4f437ea742a" REVISION="1" LICENSE="Undetermined" From b90ac0b740c40750a5c673fb782d6486168782e5 Mon Sep 17 00:00:00 2001 From: Puck Meerburg Date: Sun, 14 Dec 2014 18:29:10 +0100 Subject: [PATCH 2/3] Remove clockwerk-80 recipe, as the SVN doesn't exist anymore and there is no exact mirror --- haiku-apps/clockwerk/clockwerk-80.recipe | 26 ------------------------ 1 file changed, 26 deletions(-) delete mode 100644 haiku-apps/clockwerk/clockwerk-80.recipe diff --git a/haiku-apps/clockwerk/clockwerk-80.recipe b/haiku-apps/clockwerk/clockwerk-80.recipe deleted file mode 100644 index f01c3cb30..000000000 --- a/haiku-apps/clockwerk/clockwerk-80.recipe +++ /dev/null @@ -1,26 +0,0 @@ -DESCRIPTION=" -Clockwerk is a multi-track audio/video compositing and animation software. -" -HOMEPAGE="http://dev.osdrawer.net/projects/clockwerk" -SRC_URI="svn+http://svn.osdrawer.net/clockwerk#80" -REVISION="1" -STATUS_HAIKU="stable" -DEPEND="" -#CHECKSUM_MD5="" -BUILD() -{ - cd clockwerk-80 - jam -} - -INSTALL() -{ - cd clockwerk-80 - mkdir -p ${DESTDIR}/`finddir B_APPS_DIRECTORY`/Clockwerk - cp generated/distro-haiku/* ${DESTDIR}/`finddir B_APPS_DIRECTORY`/Clockwerk -} - -LICENSE="GNU GPL v2" -COPYRIGHT="2002-2012 Stephan Aßmus - 2005-2006 Axel Dörfler - 2006-2009 Ingo Weinhold" From e7ee22485946384223d62c793e44e939634f2c91 Mon Sep 17 00:00:00 2001 From: Puck Meerburg Date: Sun, 14 Dec 2014 18:47:53 +0100 Subject: [PATCH 3/3] clockwerk: Reflow DESCRIPTION --- haiku-apps/clockwerk/clockwerk-git.recipe | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/haiku-apps/clockwerk/clockwerk-git.recipe b/haiku-apps/clockwerk/clockwerk-git.recipe index 42e439a01..c1921e6ff 100644 --- a/haiku-apps/clockwerk/clockwerk-git.recipe +++ b/haiku-apps/clockwerk/clockwerk-git.recipe @@ -1,7 +1,9 @@ SUMMARY="An open source media compositing tool for the Haiku platform" -DESCRIPTION="Clockwerk is an Open Source media compositing tool for the Haiku platform. - -It has been in development from Jan 2006 to July 2008 by Mindwork (www.mindwork.de) as one of the main in-house components of an application suit to realize distributed multimedia playback on Haiku client machines." +DESCRIPTION="Clockwerk is an Open Source media compositing tool for the +Haiku platform. It has been in development from Jan 2006 to July 2008 +by Mindwork (www.mindwork.de) as one of the main in-house components of +an application suit to realize distributed multimedia playback on +Haiku client machines." HOMEPAGE="https://github.com/stippi/Clockwerk" SRC_URI="git+https://github.com/stippi/Clockwerk.git#8c3a33e"