Merged in puckipedia/haikuports/osdrawer-haikuware (pull request #343)

Replace HOMEPAGE + SRC_URI that point to Haikuware / OSDrawer with links that point to Github
This commit is contained in:
Scott McCreary
2014-12-14 09:53:11 -08:00
3 changed files with 6 additions and 30 deletions

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"