pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/libdom
Module Name: pkgsrc
Committed By: pho
Date: Fri Feb 7 16:03:47 UTC 2025
Added Files:
pkgsrc/textproc/libdom: DESCR Makefile PLIST buildlink3.mk distinfo
Log Message:
textproc/libdom: import libdom-0.4.2
LibDOM is an implementation of the W3C DOM, written in C. It is currently
in development for use with NetSurf and is intended to be suitable for use
in other projects too.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/textproc/libdom/DESCR \
pkgsrc/textproc/libdom/Makefile pkgsrc/textproc/libdom/PLIST \
pkgsrc/textproc/libdom/buildlink3.mk pkgsrc/textproc/libdom/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/textproc/libdom/DESCR
diff -u /dev/null pkgsrc/textproc/libdom/DESCR:1.1
--- /dev/null Fri Feb 7 16:03:47 2025
+++ pkgsrc/textproc/libdom/DESCR Fri Feb 7 16:03:46 2025
@@ -0,0 +1,3 @@
+LibDOM is an implementation of the W3C DOM, written in C. It is currently
+in development for use with NetSurf and is intended to be suitable for use
+in other projects too.
Index: pkgsrc/textproc/libdom/Makefile
diff -u /dev/null pkgsrc/textproc/libdom/Makefile:1.1
--- /dev/null Fri Feb 7 16:03:47 2025
+++ pkgsrc/textproc/libdom/Makefile Fri Feb 7 16:03:46 2025
@@ -0,0 +1,28 @@
+# $NetBSD: Makefile,v 1.1 2025/02/07 16:03:46 pho Exp $
+
+DISTNAME= libdom-0.4.2-src
+PKGNAME= ${DISTNAME:S/-src$//}
+CATEGORIES= textproc
+MASTER_SITES= https://download.netsurf-browser.org/libs/releases/
+WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://www.netsurf-browser.org/projects/libdom/
+COMMENT= Implementation of the W3C DOM
+LICENSE= mit
+
+USE_LANGUAGES= c
+USE_CC_FEATURES= c99
+USE_TOOLS+= gmake pkg-config
+
+MAKE_ENV+= PREFIX=${PREFIX:Q}
+MAKE_ENV+= COMPONENT_TYPE=lib-shared
+MAKE_ENV+= PKGCONFIG=${TOOLS_CMD.pkg-config:Q}
+
+TOOL_DEPENDS+= netsurf-buildsystem-[0-9]*:../../devel/netsurf-buildsystem
+
+.include "../../devel/libwapcaplet/buildlink3.mk"
+.include "../../textproc/libparserutils/buildlink3.mk"
+.include "../../textproc/expat/buildlink3.mk"
+.include "../../www/libhubbub/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/textproc/libdom/PLIST
diff -u /dev/null pkgsrc/textproc/libdom/PLIST:1.1
--- /dev/null Fri Feb 7 16:03:47 2025
+++ pkgsrc/textproc/libdom/PLIST Fri Feb 7 16:03:46 2025
@@ -0,0 +1,104 @@
+@comment $NetBSD: PLIST,v 1.1 2025/02/07 16:03:46 pho Exp $
+include/dom/bindings/hubbub/errors.h
+include/dom/bindings/hubbub/parser.h
+include/dom/bindings/xml/xmlerror.h
+include/dom/bindings/xml/xmlparser.h
+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/tokenlist.h
+include/dom/core/typeinfo.h
+include/dom/dom.h
+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/html_anchor_element.h
+include/dom/html/html_applet_element.h
+include/dom/html/html_area_element.h
+include/dom/html/html_base_element.h
+include/dom/html/html_basefont_element.h
+include/dom/html/html_body_element.h
+include/dom/html/html_br_element.h
+include/dom/html/html_button_element.h
+include/dom/html/html_canvas_element.h
+include/dom/html/html_collection.h
+include/dom/html/html_directory_element.h
+include/dom/html/html_div_element.h
+include/dom/html/html_dlist_element.h
+include/dom/html/html_document.h
+include/dom/html/html_element.h
+include/dom/html/html_elements.h
+include/dom/html/html_fieldset_element.h
+include/dom/html/html_font_element.h
+include/dom/html/html_form_element.h
+include/dom/html/html_frame_element.h
+include/dom/html/html_frameset_element.h
+include/dom/html/html_head_element.h
+include/dom/html/html_heading_element.h
+include/dom/html/html_hr_element.h
+include/dom/html/html_html_element.h
+include/dom/html/html_iframe_element.h
+include/dom/html/html_image_element.h
+include/dom/html/html_input_element.h
+include/dom/html/html_isindex_element.h
+include/dom/html/html_label_element.h
+include/dom/html/html_legend_element.h
+include/dom/html/html_li_element.h
+include/dom/html/html_link_element.h
+include/dom/html/html_map_element.h
+include/dom/html/html_menu_element.h
+include/dom/html/html_meta_element.h
+include/dom/html/html_mod_element.h
+include/dom/html/html_object_element.h
+include/dom/html/html_olist_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_paragraph_element.h
+include/dom/html/html_param_element.h
+include/dom/html/html_pre_element.h
+include/dom/html/html_quote_element.h
+include/dom/html/html_script_element.h
+include/dom/html/html_select_element.h
+include/dom/html/html_style_element.h
+include/dom/html/html_table_element.h
+include/dom/html/html_tablecaption_element.h
+include/dom/html/html_tablecell_element.h
+include/dom/html/html_tablecol_element.h
+include/dom/html/html_tablerow_element.h
+include/dom/html/html_tablesection_element.h
+include/dom/html/html_text_area_element.h
+include/dom/html/html_title_element.h
+include/dom/html/html_ulist_element.h
+include/dom/inttypes.h
+include/dom/walk.h
+lib/libdom.so
+lib/libdom.so.0
+lib/libdom.so.${PKGVERSION}
+lib/pkgconfig/libdom.pc
Index: pkgsrc/textproc/libdom/buildlink3.mk
diff -u /dev/null pkgsrc/textproc/libdom/buildlink3.mk:1.1
--- /dev/null Fri Feb 7 16:03:47 2025
+++ pkgsrc/textproc/libdom/buildlink3.mk Fri Feb 7 16:03:47 2025
@@ -0,0 +1,17 @@
+# $NetBSD: buildlink3.mk,v 1.1 2025/02/07 16:03:47 pho Exp $
+
+BUILDLINK_TREE+= libdom
+
+.if !defined(LIBDOM_BUILDLINK3_MK)
+LIBDOM_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.libdom+= libdom>=0.4.2
+BUILDLINK_PKGSRCDIR.libdom?= ../../textproc/libdom
+
+.include "../../devel/libwapcaplet/buildlink3.mk"
+.include "../../textproc/libparserutils/buildlink3.mk"
+.include "../../textproc/expat/buildlink3.mk"
+.include "../../www/libhubbub/buildlink3.mk"
+.endif # LIBDOM_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -libdom
Index: pkgsrc/textproc/libdom/distinfo
diff -u /dev/null pkgsrc/textproc/libdom/distinfo:1.1
--- /dev/null Fri Feb 7 16:03:47 2025
+++ pkgsrc/textproc/libdom/distinfo Fri Feb 7 16:03:47 2025
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2025/02/07 16:03:47 pho Exp $
+
+BLAKE2s (libdom-0.4.2-src.tar.gz) = 64ffd7f5ed1b7f88e943ae7cc6872634cd2321b62340eb8f6a7a99dd363d9e29
+SHA512 (libdom-0.4.2-src.tar.gz) = 85ce95a545c48af2cc082896d8153f016f7452315c67390884181cde19c999c7122c913846d404e40957d07abedc22c5ef8342d69eee139309e7c221d0580bb6
+Size (libdom-0.4.2-src.tar.gz) = 878706 bytes
Home |
Main Index |
Thread Index |
Old Index