Import libdom-0.0.1. Part of the netsurf-3.0 update.
This commit is contained in:
parent
f7f282701d
commit
5801b172e0
19
www/netsurf/libdom/Makefile
Normal file
19
www/netsurf/libdom/Makefile
Normal file
@ -0,0 +1,19 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2013/05/03 07:30:10 bentley Exp $
|
||||
|
||||
COMMENT = W3C DOM implementation
|
||||
|
||||
NETSURF_PROJECT = libdom
|
||||
NETSURF_VERSION = 0.0.1
|
||||
|
||||
CATEGORIES = www
|
||||
SHARED_LIBS = dom 0.0 #0.0.1
|
||||
|
||||
LIB_DEPENDS = www/netsurf/hubbub>=0.2.0 \
|
||||
www/netsurf/libwapcaplet>=0.2.0
|
||||
WANTLIB += expat hubbub iconv parserutils wapcaplet
|
||||
|
||||
TEST_DEPENDS = devel/p5-Switch \
|
||||
textproc/p5-Libxml \
|
||||
textproc/p5-XML-XPath
|
||||
|
||||
.include <bsd.port.mk>
|
2
www/netsurf/libdom/distinfo
Normal file
2
www/netsurf/libdom/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (libdom-0.0.1-src.tar.gz) = KqdYYcioKRtrPRo4VsZcphVnev7sZMz981oROiksNrE=
|
||||
SIZE (libdom-0.0.1-src.tar.gz) = 804517
|
1
www/netsurf/libdom/pkg/DESCR
Normal file
1
www/netsurf/libdom/pkg/DESCR
Normal file
@ -0,0 +1 @@
|
||||
LibDOM is an implementation of the W3C DOM API in C.
|
66
www/netsurf/libdom/pkg/PLIST
Normal file
66
www/netsurf/libdom/pkg/PLIST
Normal file
@ -0,0 +1,66 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2013/05/03 07:30:10 bentley Exp $
|
||||
include/dom/
|
||||
include/dom/bindings/
|
||||
include/dom/bindings/hubbub/
|
||||
include/dom/bindings/hubbub/errors.h
|
||||
include/dom/bindings/hubbub/parser.h
|
||||
include/dom/bindings/xml/
|
||||
include/dom/bindings/xml/xmlerror.h
|
||||
include/dom/bindings/xml/xmlparser.h
|
||||
include/dom/core/
|
||||
include/dom/core/attr.h
|
||||
include/dom/core/cdatasection.h
|
||||
include/dom/core/characterdata.h
|
||||
include/dom/core/comment.h
|
||||
include/dom/core/doc_fragment.h
|
||||
include/dom/core/document.h
|
||||
include/dom/core/document_type.h
|
||||
include/dom/core/element.h
|
||||
include/dom/core/entity_ref.h
|
||||
include/dom/core/exceptions.h
|
||||
include/dom/core/implementation.h
|
||||
include/dom/core/namednodemap.h
|
||||
include/dom/core/node.h
|
||||
include/dom/core/nodelist.h
|
||||
include/dom/core/pi.h
|
||||
include/dom/core/string.h
|
||||
include/dom/core/text.h
|
||||
include/dom/core/typeinfo.h
|
||||
include/dom/dom.h
|
||||
include/dom/events/
|
||||
include/dom/events/custom_event.h
|
||||
include/dom/events/document_event.h
|
||||
include/dom/events/event.h
|
||||
include/dom/events/event_listener.h
|
||||
include/dom/events/event_target.h
|
||||
include/dom/events/events.h
|
||||
include/dom/events/keyboard_event.h
|
||||
include/dom/events/mouse_event.h
|
||||
include/dom/events/mouse_multi_wheel_event.h
|
||||
include/dom/events/mouse_wheel_event.h
|
||||
include/dom/events/mutation_event.h
|
||||
include/dom/events/mutation_name_event.h
|
||||
include/dom/events/text_event.h
|
||||
include/dom/events/ui_event.h
|
||||
include/dom/functypes.h
|
||||
include/dom/html/
|
||||
include/dom/html/html_body_element.h
|
||||
include/dom/html/html_button_element.h
|
||||
include/dom/html/html_collection.h
|
||||
include/dom/html/html_document.h
|
||||
include/dom/html/html_element.h
|
||||
include/dom/html/html_form_element.h
|
||||
include/dom/html/html_head_element.h
|
||||
include/dom/html/html_html_element.h
|
||||
include/dom/html/html_input_element.h
|
||||
include/dom/html/html_link_element.h
|
||||
include/dom/html/html_meta_element.h
|
||||
include/dom/html/html_opt_group_element.h
|
||||
include/dom/html/html_option_element.h
|
||||
include/dom/html/html_options_collection.h
|
||||
include/dom/html/html_select_element.h
|
||||
include/dom/html/html_text_area_element.h
|
||||
include/dom/html/html_title_element.h
|
||||
@lib lib/libdom.so.${LIBdom_VERSION}
|
||||
lib/pkgconfig/
|
||||
lib/pkgconfig/libdom.pc
|
Loading…
Reference in New Issue
Block a user