* gnash
Don't start SUMMARY with app name
Re-ordered blocks
* gophernicus
Don't start SUMMARY with app name
Re-ordered blocks
* harfbuzz
Don't start SUMMARY with app name
Re-ordered blocks
* inconsolata
Don't start SUMMARY with app name
Re-ordered blocks
* indent
Don't start SUMMARY with app name
Re-ordered blocks
Fixed (SECONDARY_)ARCHITECTURES and PROVIDES
* inputproto
Don't start SUMMARY with app name
Improved SUMMARY and DESCRIPTION
Re-ordered blocks
* jamvm
Don't start SUMMARY with app name
Removed "DEPEND"
Re-ordered blocks
* jpeg
Don't start SUMMARY with app name
Re-ordered blocks
* jgmod
Don't start SUMMARY with app name
Re-ordered blocks
* kbproto
Don't start SUMMARY with app name
Re-ordered blocks
* kdiff3
Don't start SUMMARY with app name
Re-ordered blocks
* libdom
Don't start SUMMARY with app name
Re-ordered blocks
Removed $secondaryArchSuffix as there are no 2nd archs declared
* libdvdcss
Don't start SUMMARY with app name
Re-ordered blocks
* libdwarf
Don't start SUMMARY with app name
Re-ordered blocks
* libevent
Minor cosmetics
Re-ordered blocks
* fossil
Improved SUMMARY, thanks waddlesplash for noticing the error.
* gcc
Shortened SUMMARY (at least removing the "\" linebreak that seems to
trigger the lint warning)
Minor cosmetics.
* gd
Renamed recipe to correct version.
Added license.
Corrected copyright.
Added autoconf, aclocal, libtoolize to BUILD_PREREQUIRES.
Added SOURCE_DIR.
Now it almost builds, failing with:
configure.ac:79: warning: macro 'AM_ICONV' not found in library
configure.ac:130: error: possibly undefined macro: AC_MSG_ERROR
* global
Removed "." from SUMMARY.
Minor cosmetics.
* gnupg
Removed "." from SUMMARY.
Minor cosmetics.
* gnutls
Added PATCHES="gnutls-2.8.6.patch" to fix the lint warning.
Moved haiku_devel to BUILD_REQUIRES.
Sorted the _devel blocks to the top.
Minor cosmetics.
Build fails...
* golang
Removed "." from SUMMARY.
Minor cosmetics.
* gptfdisk
Removed "." from SUMMARY.
Minor cosmetics.
* graphviz
Minor cosmetics.
* gri
Removed "." from SUMMARY.
Minor cosmetics.
* ha
Slightly improved SUMMARY/DESCRIPTION
Minor cosmetics.
* handbreak
Removed "." from SUMMARY.
Minor cosmetics.
* harfbuzz
Removed "." from SUMMARY.
Minor cosmetics.
Sorted the _devel blocks to the top.
* hdialog
Removed "." from SUMMARY.
Use g++ instead of gcc.
Minor cosmetics.
* help2man
Removed "." from SUMMARY.
Minor cosmetics.
* heroes
Removed "." from SUMMARY.
Minor cosmetics.
* homeworld
Removed "." from SUMMARY.
Minor cosmetics.
* htmldoc
Remove outdated patch file
Minor cosmetics.
* htmltidy
Removed "." from SUMMARY.
Minor cosmetics.
Sorted the _devel blocks to the top.
* hyperstudio
Removed "." from SUMMARY.
Minor cosmetics.
* bdh-calc
License is Zlib.
Improved SUMMARY.
Minor cosmetics.
* daa2iso
Removed "." from SUMMARY.
Minor cosmetics.
* dash
Removed "." from SUMMARY.
Moved some things into BUILD_PREREQUIRES.
* ddrescue
Shortened SUMMARY.
Added cmd:lzip to BUILD_PREREQUIRES.
Minor cosmetics.
* diffutils
Removed "." from SUMMARY.
Moved haiku_devel into BUILD_REQUIRES.
Minor cosmetics.
* discount
Shortened SUMMARY.
Moved haiku_devel into BUILD_REQUIRES.
Minor cosmetics.
* doctranslator
Shortened SUMMARY.
Corrected checksum.
Added SECONDARY_ARCHITECTURES.
* dos2unix
Removed "." from SUMMARY.
Moved haiku_devel into BUILD_REQUIRES.
Minor cosmetics.
* dtc
Improved DESCRIPTION
Moved haiku_devel into BUILD_REQUIRES.
Minor cosmetics.
* dulwich
Removed "." from SUMMARY.
Moved haiku_devel into BUILD_REQUIRES.
Minor cosmetics.
* ed
Improved SUMMARY.
Took DESCRIPTION from http://www.gnu.org/software/ed/
Moved haiku_devel into BUILD_REQUIRES.
Minor cosmetics.
* edgar
Removed "." from SUMMARY.
Minor cosmetics.
* eepp
Shortened SUMMARY.
Minor cosmetics.
* enca
Removed "." from SUMMARY.
Minor cosmetics.
* enet
Removed "." from SUMMARY.
Minor cosmetics.
* exiv2
Removed "." and improved SUMMARY.
Moved haiku_devel into BUILD_REQUIRES.
Minor cosmetics.
Removed the full-stop and repeating package name in SUMMARY.
Removed hard line breaks, broke up some very long paragraphs and
use bullet lists where possible.
All done by browsing through HaikuDepot. There may be (many) more left
in the whole haikuports repo...
Included 10 extended desriptions done by soyoye14 for GCI 2014
(https://www.google-melange.com/gci/task/view/google/gci2014/5240373098053632)
Removed/insert whitespace where it seems to be the custom in recipes.
Sometimes rearranged elements of a recipe (moving license and copyright
up, for example).
They are not actually used upstream, although a configure check is in
place.
This commit warrants a rev bump but it should be in the same push as the
previous commit which updates the package, so I skipped over it.
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
Also addresses Adrien's request of using the full Git commit hash, which
unfortunately is still needed although in the Git history it seems the
version has already been released.
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* Referring the current haiku version explicitly is not needed, since
the RequiresUpdater takes care of setting the version of Haiku used
for building a package.
Unfortunately it's broken. The start page will not draw anything, and
trying to access any other URL triggers an assert. I don't even
understand why NetSurf is building in DEBUG mode, the assert shouldn't
be active...
* fix dependencies and build system
* check doesn't build correctly with haikuporter on x86_64 beause
of a Python bug (hard link extraction in tar files)