mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
Update NetSurf following 3.0 release
* All the packages have changed version * Cleanup the dependencies to avoid repeating transitive ones * libxml is not required anymore (libdom replaces it everywhere) * on the other hand, NetSurf build uses perl html::entities. Added a bep for it. * Also adjusted the licences. While NetSurf is still GPL/MIT+OpenSSL exception, all the other libs are plain MIT, with various copyright holders.
This commit is contained in:
19
dev-libs/libcss/libcss-0.2.0-HEAD.bep
Normal file
19
dev-libs/libcss/libcss-0.2.0-HEAD.bep
Normal file
@@ -0,0 +1,19 @@
|
||||
DESCRIPTION="LibCSS is a CSS (Cascading Style Sheet) parser and selection engine"
|
||||
HOMEPAGE="http://www.netsurf-browser.org/projects/libcss/"
|
||||
SRC_URI="git://git.netsurf-browser.org/libcss.git"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND="dev-libs/libparserutils >= 0.1.1"
|
||||
|
||||
BUILD {
|
||||
cd libcss-0.2.0-HEAD
|
||||
make PREFIX=/boot/common
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
cd libcss-0.2.0-HEAD
|
||||
make install PREFIX=/boot/common
|
||||
}
|
||||
|
||||
LICENSE="MIT"
|
||||
COPYRIGHT="2007 - 2013 J-M Bell"
|
||||
19
dev-libs/libparserutils/libparserutils-0.1.2-HEAD.bep
Normal file
19
dev-libs/libparserutils/libparserutils-0.1.2-HEAD.bep
Normal file
@@ -0,0 +1,19 @@
|
||||
DESCRIPTION="LibParserUtils is a library for building efficient parsers"
|
||||
HOMEPAGE="http://www.netsurf-browser.org/projects/libparserutils/"
|
||||
SRC_URI="git://git.netsurf-browser.org/libparserutils.git"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND="dev-util/buildsystem >= 0.0.1"
|
||||
|
||||
BUILD {
|
||||
cd libparserutils-0.1.2-HEAD
|
||||
make PREFIX=/boot/common
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
cd libparserutils-0.1.2-HEAD
|
||||
make install PREFIX=/boot/common
|
||||
}
|
||||
|
||||
LICENSE="MIT"
|
||||
COPYRIGHT="2007 - 2013 J-M Bell"
|
||||
@@ -6,15 +6,14 @@ STATUS_HAIKU="stable"
|
||||
DEPEND="dev-util/buildsystem >= 0"
|
||||
|
||||
BUILD {
|
||||
cd libwapcaplet-0.1.1-HEAD
|
||||
cd libwapcaplet-0.2.0-HEAD
|
||||
make PREFIX=/boot/common
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
cd libwapcaplet-0.1.1-HEAD
|
||||
cd libwapcaplet-0.2.0-HEAD
|
||||
make install PREFIX=/boot/common
|
||||
}
|
||||
|
||||
LICENSE="MIT
|
||||
GNU GPL v2"
|
||||
COPYRIGHT="2003 - 2012 The NetSurf Developers"
|
||||
LICENSE="MIT"
|
||||
COPYRIGHT="2009 - 2012 The NetSurf Browser project"
|
||||
Reference in New Issue
Block a user