Import webkit-sharp-0.2 as wip/webkit-sharp.
WebKit is a web content engine, derived from KHTML and KJS from KDE and used primarily in Apple's Safari browser. It is made to be embedded in other applications, such as mail readers, or web browsers. This package provides the webkit-sharp assembly that allows CLI programs to use WebKit library
This commit is contained in:
parent
979b0ca3ea
commit
74a7c380cc
4 changed files with 55 additions and 0 deletions
5
webkit-sharp/DESCR
Normal file
5
webkit-sharp/DESCR
Normal file
|
@ -0,0 +1,5 @@
|
|||
WebKit is a web content engine, derived from KHTML and KJS from KDE
|
||||
and used primarily in Apple's Safari browser. It is made to be embedded in
|
||||
other applications, such as mail readers, or web browsers.
|
||||
This package provides the webkit-sharp assembly that allows CLI programs
|
||||
to use WebKit library
|
30
webkit-sharp/Makefile
Normal file
30
webkit-sharp/Makefile
Normal file
|
@ -0,0 +1,30 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2009/03/15 00:25:56 jihbed Exp $
|
||||
#
|
||||
|
||||
DISTNAME= webkit-sharp-0.2
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://ftp.novell.com/pub/mono/sources/webkit-sharp/
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
MAINTAINER= kamel.derouiche@gmail.com
|
||||
# could not find real homepage
|
||||
#HOMEPAGE= http://ftp.novell.com/pub/mono/sources/webkit-sharp/
|
||||
COMMENT= Webkit-sharp Bindings webkit-gtk under C\#
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_TOOLS+= pkg-config
|
||||
USE_LANGUAGES= # none
|
||||
|
||||
PKGCONFIG_OVERRIDE+= sources/webkit-sharp.pc.in
|
||||
|
||||
CONFIGURE_ARGS+= --disable-monodoc
|
||||
|
||||
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
|
||||
.include "../../lang/mono/buildlink3.mk"
|
||||
BUILDLINK_API_DEPENDS.webkit-gtk= webkit-gtk>=0.2
|
||||
.include "../../www/webkit-gtk/buildlink3.mk"
|
||||
BUILDLINK_API_DEPENDS.gtk-sharp+= gtk-sharp>=2.0
|
||||
.include "../../x11/gtk-sharp/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
15
webkit-sharp/PLIST
Normal file
15
webkit-sharp/PLIST
Normal file
|
@ -0,0 +1,15 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2009/03/15 00:25:56 jihbed Exp $
|
||||
lib/mono/gac/webkit-sharp/1.0.0.0__eaa1d335d2e19745/webkit-sharp.dll
|
||||
lib/mono/gac/webkit-sharp/1.0.0.0__eaa1d335d2e19745/webkit-sharp.dll.config
|
||||
lib/mono/webkit-sharp/webkit-sharp.dll
|
||||
lib/monodoc/sources/webkit-sharp-docs.source
|
||||
lib/monodoc/sources/webkit-sharp-docs.tree
|
||||
lib/monodoc/sources/webkit-sharp-docs.zip
|
||||
lib/pkgconfig/webkit-sharp-1.0.pc
|
||||
@comment in hicolor-icon-theme: @dirrm share/icons/hicolor
|
||||
@dirrm lib/monodoc/sources
|
||||
@dirrm lib/mono/webkit-sharp
|
||||
@dirrm lib/mono/gac/webkit-sharp/1.0.0.0__eaa1d335d2e19745
|
||||
@dirrm lib/mono/gac/webkit-sharp
|
||||
@comment in mono: @dirrm lib/mono/gac
|
||||
@comment in mono: @dirrm lib/mono
|
5
webkit-sharp/distinfo
Normal file
5
webkit-sharp/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2009/03/15 00:25:56 jihbed Exp $
|
||||
|
||||
SHA1 (webkit-sharp-0.2.tar.bz2) = 751a5f352d3a03b8a0a37c9a8d98c5fd934f68a6
|
||||
RMD160 (webkit-sharp-0.2.tar.bz2) = 80543ae5b7bd88dd6828c2cceda36497a4526e66
|
||||
Size (webkit-sharp-0.2.tar.bz2) = 81853 bytes
|
Loading…
Reference in a new issue