mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
NetSurf 3.10 and dependencies.
This commit is contained in:
@@ -9,12 +9,12 @@ markup, both valid and invalid. As a result, Hubbub parses web content well.
|
||||
If you are looking for an HTML5 parser in Python or Ruby, you may wish to \
|
||||
look at html5lib."
|
||||
HOMEPAGE="https://www.netsurf-browser.org/projects/hubbub/"
|
||||
COPYRIGHT="2007-2019 J-M Bell"
|
||||
COPYRIGHT="2007-2020 J-M Bell"
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://download.netsurf-browser.org/libs/releases/libhubbub-$portVersion-src.tar.gz"
|
||||
SOURCE_DIR="libhubbub-$portVersion"
|
||||
CHECKSUM_SHA256="d756c795c1a0e08beec4acd68364ac4477960d62fffa3b60da05f5a7763f7bf4"
|
||||
CHECKSUM_SHA256="9e7ae253e6c9069e757eb9ad4e4846f38b4db52c0ca0151446a9fa4a977735b6"
|
||||
|
||||
ARCHITECTURES="?x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
@@ -46,7 +46,7 @@ BUILD_REQUIRES="
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
netsurf_buildsystem >= 1.8
|
||||
netsurf_buildsystem >= 1.9
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:make
|
||||
cmd:perl
|
||||
@@ -1,11 +1,11 @@
|
||||
SUMMARY="An implementation of the W3C DOM"
|
||||
DESCRIPTION="An implementation of the W3C DOM for NetSurf, written in C."
|
||||
HOMEPAGE="https://www.netsurf-browser.org/projects/libdom/"
|
||||
COPYRIGHT="2007-2019 J-M Bell"
|
||||
COPYRIGHT="2007-2020 J-M Bell"
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://download.netsurf-browser.org/libs/releases/libdom-$portVersion-src.tar.gz"
|
||||
CHECKSUM_SHA256="9eb9cd308136d5078fd9a342f391ef65071e8660a0ea29d50cb41d37a8c6b3c7"
|
||||
CHECKSUM_SHA256="98ee072471e55e208c9878e515c410ad462ca36f87b4afcbecad023f3a2cef4a"
|
||||
|
||||
ARCHITECTURES="?x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
@@ -36,16 +36,16 @@ REQUIRES_devel="
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libexpat$secondaryArchSuffix
|
||||
devel:libhubbub$secondaryArchSuffix >= 0.3.6
|
||||
devel:libhubbub$secondaryArchSuffix >= 0.3.7
|
||||
devel:libparserutils$secondaryArchSuffix >= 0.2.4
|
||||
devel:libwapcaplet$secondaryArchSuffix >= 0.4.2
|
||||
devel:libwapcaplet$secondaryArchSuffix >= 0.4.3
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:make
|
||||
cmd:perl
|
||||
cmd:pkg_config$secondaryArchSuffix
|
||||
netsurf_buildsystem >= 1.8
|
||||
netsurf_buildsystem >= 1.9
|
||||
xml_parser
|
||||
"
|
||||
|
||||
@@ -13,11 +13,11 @@ The principal use in a web browser is to restrict supercookies being set,
|
||||
although it can also serve secondary purposes in the UI such as domain
|
||||
highlighting"
|
||||
HOMEPAGE="https://source.netsurf-browser.org/libnspsl.git/"
|
||||
COPYRIGHT="2016-2019 Vincent Sanders"
|
||||
COPYRIGHT="2016-2020 Vincent Sanders"
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://download.netsurf-browser.org/libs/releases/libnspsl-$portVersion-src.tar.gz"
|
||||
CHECKSUM_SHA256="cdc54dacc20cfdadb799b8b4a9ffe0a1b62ba39ab060c35d8ae5eceee447386a"
|
||||
CHECKSUM_SHA256="d3c58205cb78d310bf81ca55347a2d098719cecac7046bc367983b138b45020b"
|
||||
|
||||
ARCHITECTURES="?x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="?x86_gcc2 x86"
|
||||
@@ -43,7 +43,7 @@ REQUIRES_devel="
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
netsurf_buildsystem >= 1.8
|
||||
netsurf_buildsystem >= 1.9
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:make
|
||||
cmd:pkg_config$secondaryArchSuffix
|
||||
Reference in New Issue
Block a user