From 37404c8730a65d029489f63cbf7cd04fa48f96ed Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Sat, 30 Mar 2013 18:58:47 +0000 Subject: [PATCH] * fix all syntactical problems in recipe files --- app-benchmarks/bonnie++/bonnie++-1.03e.recipe | 2 +- app-text/enchant/enchant-1.6.0.recipe | 2 +- app-text/tree/tree-1.6.0.recipe | 5 ---- dev-db/redis/redis-2.2.11.recipe | 10 +++---- dev-db/redis/redis-2.9.0-git.recipe | 8 ++--- dev-libs/libiconv/libiconv-1.12.recipe | 3 +- dev-libs/libiconv/libiconv-1.13.1.recipe | 3 +- dev-libs/tinyxml/tinyxml-2.6.2.recipe | 30 +++++++++---------- dev-python/paramiko/paramiko-1.7.6.recipe | 4 +-- dev-python/pycrypto/pycrypto-2.3.recipe | 4 +-- .../pydispatcher/pydispatcher-2.0.1.recipe | 4 +-- dev-python/setuptools/setuptools-0.6.recipe | 2 +- dev-util/bakefile/bakefile-0.2.8.recipe | 2 +- dev-util/cppunit/cppunit-1.12.1.recipe | 2 +- dev-vcs/mercurial/mercurial-2.2.2.recipe | 2 +- dev-vcs/mercurial/mercurial-2.2.3.recipe | 2 +- dev-vcs/mercurial/mercurial-2.3.recipe | 2 +- dev-vcs/mercurial/mercurial-2.4.recipe | 2 +- dev-vcs/tig/tig-0.16.recipe | 4 +-- haiku-apps/bowser/bowser-1.1.1-cvs.recipe | 4 +-- .../farsi-fonts/farsi-fonts-0.4.recipe | 3 +- media-libs/libmodplug/libmodplug-0.8.7.recipe | 2 +- sci-libs/gsl/gsl-1.14.recipe | 2 +- 23 files changed, 50 insertions(+), 54 deletions(-) diff --git a/app-benchmarks/bonnie++/bonnie++-1.03e.recipe b/app-benchmarks/bonnie++/bonnie++-1.03e.recipe index 0f26cfcf9..d6ecb6b1a 100644 --- a/app-benchmarks/bonnie++/bonnie++-1.03e.recipe +++ b/app-benchmarks/bonnie++/bonnie++-1.03e.recipe @@ -1,7 +1,7 @@ DESCRIPTION="Multi-producer-multi-consumer signal dispatching mechanism in python" HOMEPAGE="http://www.coker.com.au/bonnie++/" SRC_URI="http://www.coker.com.au/bonnie++/bonnie++-1.03e.tgz" -REVISION= "1" +REVISION="1" STATUS_HAIKU="stable" DEPEND="" CHECKSUM_MD5="750aa5b5051263a99c6c195888c74968" diff --git a/app-text/enchant/enchant-1.6.0.recipe b/app-text/enchant/enchant-1.6.0.recipe index 3c88d288b..2cf91f8be 100644 --- a/app-text/enchant/enchant-1.6.0.recipe +++ b/app-text/enchant/enchant-1.6.0.recipe @@ -1,7 +1,7 @@ DESCRIPTION="Generic spell-checking dictionary library" HOMEPAGE="http://abisource.com/projects/enchant/" SRC_URI="http://www.abisource.com/downloads/enchant/1.6.0/enchant-1.6.0.tar.gz" -REVISION= "2" +REVISION="2" STATUS_HAIKU="broken" diff --git a/app-text/tree/tree-1.6.0.recipe b/app-text/tree/tree-1.6.0.recipe index b21079d37..4f1f9ab9e 100644 --- a/app-text/tree/tree-1.6.0.recipe +++ b/app-text/tree/tree-1.6.0.recipe @@ -19,10 +19,5 @@ INSTALL() MANDIR=${DESTDIR}`finddir B_COMMON_DOCUMENTATION_DIRECTORY`/man } -TEST() -{ - # none -} - LICENSE="GNU GPL v2" COPYRIGHT="1996-2011 Steve Baker" diff --git a/dev-db/redis/redis-2.2.11.recipe b/dev-db/redis/redis-2.2.11.recipe index 65e74444d..fb63186b5 100644 --- a/dev-db/redis/redis-2.2.11.recipe +++ b/dev-db/redis/redis-2.2.11.recipe @@ -1,9 +1,9 @@ -HOMEPAGE= "http://redis.io/" +HOMEPAGE="http://redis.io/" DESCRIPTION="Redis is an open source, advanced key-value store. It is often referred to as a data structure server since keys can contain strings, hashes, lists, sets and sorted sets." -SRC_URI= "http://redis.googlecode.com/files/redis-2.2.11.tar.gz" -REVISION = "1" +SRC_URI="http://redis.googlecode.com/files/redis-2.2.11.tar.gz" +REVISION="1" DEPEND="" -CHECKSUM_MD5= "5501c90ca02ae7ea93c34f067b3e0619" +CHECKSUM_MD5="5501c90ca02ae7ea93c34f067b3e0619" STATUS_HAIKU="broken" MESSAGE="This port only builds with gcc4. Use 'setgcc gcc4' before building." BUILD() @@ -19,4 +19,4 @@ INSTALL() } LICENSE="BSD (3-clause)" -COPYRIGHT="2006-2010 Salvatore Sanfilippo" \ No newline at end of file +COPYRIGHT="2006-2010 Salvatore Sanfilippo" diff --git a/dev-db/redis/redis-2.9.0-git.recipe b/dev-db/redis/redis-2.9.0-git.recipe index e6d5a43be..66322690b 100644 --- a/dev-db/redis/redis-2.9.0-git.recipe +++ b/dev-db/redis/redis-2.9.0-git.recipe @@ -1,7 +1,7 @@ -HOMEPAGE= "http://redis.io/" +HOMEPAGE="http://redis.io/" DESCRIPTION="Redis is an open source, advanced key-value store. It is often referred to as a data structure server since keys can contain strings, hashes, lists, sets and sorted sets." -SRC_URI= "git://github.com/antirez/redis.git" -REVISION = "1" +SRC_URI="git://github.com/antirez/redis.git" +REVISION="1" DEPEND="" STATUS_HAIKU="stable" # CHECKSUM_MD5= "5501c90ca02ae7ea93c34f067b3e0619" @@ -19,4 +19,4 @@ INSTALL() } LICENSE="BSD (3-clause)" -COPYRIGHT="2006-2010 Salvatore Sanfilippo" \ No newline at end of file +COPYRIGHT="2006-2010 Salvatore Sanfilippo" diff --git a/dev-libs/libiconv/libiconv-1.12.recipe b/dev-libs/libiconv/libiconv-1.12.recipe index 8f73b7a67..06ce5c699 100644 --- a/dev-libs/libiconv/libiconv-1.12.recipe +++ b/dev-libs/libiconv/libiconv-1.12.recipe @@ -43,7 +43,8 @@ INSTALL() make install } -TEST{ +TEST() +{ cd libiconv-1.12 make check } diff --git a/dev-libs/libiconv/libiconv-1.13.1.recipe b/dev-libs/libiconv/libiconv-1.13.1.recipe index 68a18ae83..af0719110 100644 --- a/dev-libs/libiconv/libiconv-1.13.1.recipe +++ b/dev-libs/libiconv/libiconv-1.13.1.recipe @@ -54,7 +54,8 @@ INSTALL() make install } -TEST{ +TEST() +{ make check } diff --git a/dev-libs/tinyxml/tinyxml-2.6.2.recipe b/dev-libs/tinyxml/tinyxml-2.6.2.recipe index 8e6deeabf..0bcaeec8b 100644 --- a/dev-libs/tinyxml/tinyxml-2.6.2.recipe +++ b/dev-libs/tinyxml/tinyxml-2.6.2.recipe @@ -1,11 +1,11 @@ -DESCRIPTION="TinyXML is a simple, small, C++ XML parser that can be easily integrating into other programs" -HOMEPAGE="http://www.grinninglizard.com/tinyxml/index.html" -SRC_URI="http://en.sourceforge.jp/frs/g_redir.php?m=jaist&f=%2Ftinyxml%2Ftinyxml%2F2.6.2%2Ftinyxml_2_6_2.tar.gz" -CHECKSUM_MD5="c1b864c96804a10526540c664ade67f0" -REVISION="1" -STATUS_HAIKU="untested" -DEPEND="" - +DESCRIPTION="TinyXML is a simple, small, C++ XML parser that can be easily integrating into other programs" +HOMEPAGE="http://www.grinninglizard.com/tinyxml/index.html" +SRC_URI="http://en.sourceforge.jp/frs/g_redir.php?m=jaist&f=%2Ftinyxml%2Ftinyxml%2F2.6.2%2Ftinyxml_2_6_2.tar.gz" +CHECKSUM_MD5="c1b864c96804a10526540c664ade67f0" +REVISION="1" +STATUS_HAIKU="untested" +DEPEND="" + BUILD() { cd tinyxml @@ -13,17 +13,17 @@ BUILD() wget http://libtinyxml.googlecode.com/svn/trunk/CMakeLists.txt cmake ./ make -} - +} + INSTALL() -{ +{ cd tinyxml make install mkdir -p ${DESTDIR}`finddir B_COMMON_DEVELOP_DIRECTORY`/tinyxml cp ./*.cpp ${DESTDIR}`finddir B_COMMON_DEVELOP_DIRECTORY`/tinyxml mkdir -p ${DESTDIR}`finddir B_COMMON_DOCUMENTATION_DIRECTORY`/doc/tinyxml cp ./docs/* ${DESTDIR}`finddir B_COMMON_DOCUMENTATION_DIRECTORY`/doc/tinyxml -} - -LICENSE="Zlib" -COPYRIGHT="2001-2010 Lee Thomason" +} + +LICENSE="Zlib" +COPYRIGHT="2001-2010 Lee Thomason" diff --git a/dev-python/paramiko/paramiko-1.7.6.recipe b/dev-python/paramiko/paramiko-1.7.6.recipe index a1c21fd8d..7dc55604a 100644 --- a/dev-python/paramiko/paramiko-1.7.6.recipe +++ b/dev-python/paramiko/paramiko-1.7.6.recipe @@ -1,7 +1,7 @@ DESCRIPTION="Pure python SSH implementation" HOMEPAGE="http://www.lag.net/paramiko/" SRC_URI="http://pypi.python.org/packages/source/p/paramiko/paramiko-1.7.6.zip" -REVISION= "1" +REVISION="1" STATUS_HAIKU="stable" DEPEND="pycrypto >= 1.9" CHECKSUM_MD5="b1cfe0cd55772115f808a11c1baba8a0" @@ -21,4 +21,4 @@ INSTALL() } LICENSE="GNU LGPL v2.1" -COPYRIGHT="2003-2009 Robey Pointer" \ No newline at end of file +COPYRIGHT="2003-2009 Robey Pointer" diff --git a/dev-python/pycrypto/pycrypto-2.3.recipe b/dev-python/pycrypto/pycrypto-2.3.recipe index 27c9dc0bb..70209d8cb 100644 --- a/dev-python/pycrypto/pycrypto-2.3.recipe +++ b/dev-python/pycrypto/pycrypto-2.3.recipe @@ -1,7 +1,7 @@ DESCRIPTION="Download, build, install, upgrade, and uninstall Python packages -- easily!" HOMEPAGE="http://pypi.python.org/pypi/pycrypto/2.3" SRC_URI="http://pypi.python.org/packages/source/p/pycrypto/pycrypto-2.3.tar.gz" -REVISION= "1" +REVISION="1" STATUS_HAIKU="unstable" DEPEND="" CHECKSUM_MD5="2b811cfbfc342d83ee614097effb8101" @@ -20,4 +20,4 @@ INSTALL() fi } LICENSE="pycrypto" -COPYRIGHT="2010 Dwayne C. Litzenberger" \ No newline at end of file +COPYRIGHT="2010 Dwayne C. Litzenberger" diff --git a/dev-python/pydispatcher/pydispatcher-2.0.1.recipe b/dev-python/pydispatcher/pydispatcher-2.0.1.recipe index 6b39e5a92..48c54d4f0 100644 --- a/dev-python/pydispatcher/pydispatcher-2.0.1.recipe +++ b/dev-python/pydispatcher/pydispatcher-2.0.1.recipe @@ -1,7 +1,7 @@ DESCRIPTION="Multi-producer-multi-consumer signal dispatching mechanism in python" HOMEPAGE="http://pydispatcher.sourceforge.net/" SRC_URI="http://downloads.sourceforge.net/project/pydispatcher/pydispatcher/2.0.1/PyDispatcher-2.0.1.tar.gz" -REVISION= "1" +REVISION="1" STATUS_HAIKU="stable" DEPEND="dev-python/setuptools >= 0.6" CHECKSUM_MD5="8b1695ed6f5bdbda8fbcde82b62d505c" @@ -20,4 +20,4 @@ INSTALL() } LICENSE="BSD (3-clause)" -COPYRIGHT="2001-2006, Patrick K. O'Brien and Contributors" \ No newline at end of file +COPYRIGHT="2001-2006, Patrick K. O'Brien and Contributors" diff --git a/dev-python/setuptools/setuptools-0.6.recipe b/dev-python/setuptools/setuptools-0.6.recipe index c57353d61..1f274cae1 100644 --- a/dev-python/setuptools/setuptools-0.6.recipe +++ b/dev-python/setuptools/setuptools-0.6.recipe @@ -1,7 +1,7 @@ DESCRIPTION="Download, build, install, upgrade, and uninstall Python packages -- easily!" HOMEPAGE="http://pypi.python.org/pypi/setuptools" SRC_URI="http://pypi.python.org/packages/source/s/setuptools/setuptools-0.6c11.tar.gz" -REVISION= "1" +REVISION="1" STATUS_HAIKU="stable" DEPEND="" CHECKSUM_MD5="7df2a529a074f613b509fb44feefe74e" diff --git a/dev-util/bakefile/bakefile-0.2.8.recipe b/dev-util/bakefile/bakefile-0.2.8.recipe index 562bee05f..3c075665b 100644 --- a/dev-util/bakefile/bakefile-0.2.8.recipe +++ b/dev-util/bakefile/bakefile-0.2.8.recipe @@ -1,7 +1,7 @@ DESCRIPTION="Native makefiles generator" HOMEPAGE="http://www.bakefile.org" SRC_URI="http://sourceforge.net/projects/bakefile/files/bakefile/0.2.8/bakefile-0.2.8.tar.gz/download" -CHECKSUM_MD5 = "874da5c9035514366b7723bc7657c71c" +CHECKSUM_MD5="874da5c9035514366b7723bc7657c71c" REVISION="1" STATUS_HAIKU="stable" DEPEND="" diff --git a/dev-util/cppunit/cppunit-1.12.1.recipe b/dev-util/cppunit/cppunit-1.12.1.recipe index f1d7044bf..ccad5254c 100644 --- a/dev-util/cppunit/cppunit-1.12.1.recipe +++ b/dev-util/cppunit/cppunit-1.12.1.recipe @@ -1,7 +1,7 @@ DESCRIPTION="C++ port of the famous JUnit framework for unit testing" HOMEPAGE="http://cppunit.sourceforge.net/" SRC_URI="http://sourceforge.net/projects/cppunit/files/cppunit/1.12.1/cppunit-1.12.1.tar.gz/download" -CHECKSUM_MD5 = "bd30e9cf5523cdfc019b94f5e1d7fd19" +CHECKSUM_MD5="bd30e9cf5523cdfc019b94f5e1d7fd19" REVISION="1" STATUS_HAIKU="stable" DEPEND="" diff --git a/dev-vcs/mercurial/mercurial-2.2.2.recipe b/dev-vcs/mercurial/mercurial-2.2.2.recipe index b63ab2c8f..fc13e661d 100644 --- a/dev-vcs/mercurial/mercurial-2.2.2.recipe +++ b/dev-vcs/mercurial/mercurial-2.2.2.recipe @@ -21,10 +21,10 @@ INSTALL() fi } +shopt -s extglob TEST() { cd mercurial-2.2.2/tests - shopt -s extglob sed -i 's,/usr/bin/env,/bin/env,' !(blacklists|bundles|gpg|svn) python run-tests.py } diff --git a/dev-vcs/mercurial/mercurial-2.2.3.recipe b/dev-vcs/mercurial/mercurial-2.2.3.recipe index 58b946897..c7d8c2dab 100644 --- a/dev-vcs/mercurial/mercurial-2.2.3.recipe +++ b/dev-vcs/mercurial/mercurial-2.2.3.recipe @@ -21,10 +21,10 @@ INSTALL() fi } +shopt -s extglob TEST() { cd mercurial-2.2.3/tests - shopt -s extglob sed -i 's,/usr/bin/env,/bin/env,' !(blacklists|bundles|gpg|svn) python run-tests.py } diff --git a/dev-vcs/mercurial/mercurial-2.3.recipe b/dev-vcs/mercurial/mercurial-2.3.recipe index e9b1f1743..d6e062095 100644 --- a/dev-vcs/mercurial/mercurial-2.3.recipe +++ b/dev-vcs/mercurial/mercurial-2.3.recipe @@ -21,10 +21,10 @@ INSTALL() fi } +shopt -s extglob TEST() { cd mercurial-2.3/tests - shopt -s extglob sed -i 's,/usr/bin/env,/bin/env,' !(blacklists|bundles|gpg|svn) python run-tests.py } diff --git a/dev-vcs/mercurial/mercurial-2.4.recipe b/dev-vcs/mercurial/mercurial-2.4.recipe index 7fc62876f..b3a628780 100644 --- a/dev-vcs/mercurial/mercurial-2.4.recipe +++ b/dev-vcs/mercurial/mercurial-2.4.recipe @@ -21,10 +21,10 @@ INSTALL() fi } +shopt -s extglob TEST() { cd mercurial-2.4/tests - shopt -s extglob sed -i 's,/usr/bin/env,/bin/env,' !(blacklists|bundles|gpg|svn) python run-tests.py } diff --git a/dev-vcs/tig/tig-0.16.recipe b/dev-vcs/tig/tig-0.16.recipe index 749d8fe8d..53e29959a 100644 --- a/dev-vcs/tig/tig-0.16.recipe +++ b/dev-vcs/tig/tig-0.16.recipe @@ -4,7 +4,7 @@ SRC_URI="http://jonas.nitro.dk/tig/releases/tig-0.16.tar.gz" CHECKSUM_MD5="684572d93033d6cbfc5ee71cffe02935" REVISION="1" STATUS_HAIKU="untested" -DEPEND="sys-libs/ncurses >= 5.7"" +DEPEND="sys-libs/ncurses >= 5.7" BUILD() { cd tig-0.16 @@ -20,4 +20,4 @@ INSTALL() make install } LICENSE="GNU GPL v2" -COPYRIGHT="2006-2010 Jonas Fonseca" \ No newline at end of file +COPYRIGHT="2006-2010 Jonas Fonseca" diff --git a/haiku-apps/bowser/bowser-1.1.1-cvs.recipe b/haiku-apps/bowser/bowser-1.1.1-cvs.recipe index 9d2af2a94..4a127a126 100644 --- a/haiku-apps/bowser/bowser-1.1.1-cvs.recipe +++ b/haiku-apps/bowser/bowser-1.1.1-cvs.recipe @@ -7,12 +7,12 @@ DEPEND="" BUILD() { - + true } INSTALL() { - + true } #COPYRIGHT="" diff --git a/media-fonts/farsi-fonts/farsi-fonts-0.4.recipe b/media-fonts/farsi-fonts/farsi-fonts-0.4.recipe index 33d8e94a8..0ad6033be 100644 --- a/media-fonts/farsi-fonts/farsi-fonts-0.4.recipe +++ b/media-fonts/farsi-fonts/farsi-fonts-0.4.recipe @@ -14,8 +14,7 @@ INSTALL() { FONTDIR=${DESTDIR}/`finddir B_COMMON_FONTS_DIRECTORY`/ mkdir -p ${FONTDIR} - cp -r *.ttf() -{FONTDIR} + cp -r *.ttf ${FONTDIR} } LICENSE="GNU GPL v2" diff --git a/media-libs/libmodplug/libmodplug-0.8.7.recipe b/media-libs/libmodplug/libmodplug-0.8.7.recipe index a2ff0c2b0..b42df20f2 100644 --- a/media-libs/libmodplug/libmodplug-0.8.7.recipe +++ b/media-libs/libmodplug/libmodplug-0.8.7.recipe @@ -27,4 +27,4 @@ INSTALL() make install } LICENSE="Public Domain" -COPYRIGHT=" +#COPYRIGHT="" diff --git a/sci-libs/gsl/gsl-1.14.recipe b/sci-libs/gsl/gsl-1.14.recipe index cd9d6e3ac..899dfb251 100644 --- a/sci-libs/gsl/gsl-1.14.recipe +++ b/sci-libs/gsl/gsl-1.14.recipe @@ -26,4 +26,4 @@ INSTALL() } LICENSE="GNU GPL v3" -COPYRIGHT="1996-2000, 2007 Brian Gough, Gerard Jungman, Mark Galassi, James Theiler, Reid Priedhorsky, Jim Davies and others. +COPYRIGHT="1996-2000, 2007 Brian Gough, Gerard Jungman, Mark Galassi, James Theiler, Reid Priedhorsky, Jim Davies and others."