diff options
author | adam <adam@pkgsrc.org> | 2005-01-19 09:32:40 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2005-01-19 09:32:40 +0000 |
commit | a68ee36cb7dbd1d5c69f3beedc420d4edcb243d3 (patch) | |
tree | 2b6f56e356b45421a3a155ff6ffa35259334b379 /textproc/gdome2 | |
parent | 6f3d1442a38c9c40c4b70a039c83022fdd15f53e (diff) | |
download | pkgsrc-a68ee36cb7dbd1d5c69f3beedc420d4edcb243d3.tar.gz |
Gnome DOM (Document Object Model) engine
Diffstat (limited to 'textproc/gdome2')
-rw-r--r-- | textproc/gdome2/DESCR | 19 | ||||
-rw-r--r-- | textproc/gdome2/Makefile | 18 | ||||
-rw-r--r-- | textproc/gdome2/PLIST | 52 | ||||
-rw-r--r-- | textproc/gdome2/buildlink3.mk | 21 | ||||
-rw-r--r-- | textproc/gdome2/distinfo | 4 |
5 files changed, 114 insertions, 0 deletions
diff --git a/textproc/gdome2/DESCR b/textproc/gdome2/DESCR new file mode 100644 index 00000000000..1175aab21df --- /dev/null +++ b/textproc/gdome2/DESCR @@ -0,0 +1,19 @@ +The Document Object Model is a platform and language-neutral interface that +will allow programs and scripts to dynamically access and update the content, +structure and style of documents. + +A DOM implementation (also called a host implementation) is that piece of +software which takes a parsed XML or HTML document and makes it available for +processing via the DOM interfaces. A browser contains a host implementation, +for example. + +Here some key points about libgdome: +* Libgdome is a DOM level2 Implementation. +* Libgdome supports "Core" and "XML" modules (DOM level2 Core Recommendation). +* Libgdome supports "Events" and "MutationEvents" modules (DOM level2 Events + Recommendation). +* Libgdome is based on libxml2. +* Libgdome is written in C. +* The internal document representation is that libxml except for DocumentType, + Entity and Notations interfaces. +* Libgdome is released under the GNU LGPL. diff --git a/textproc/gdome2/Makefile b/textproc/gdome2/Makefile new file mode 100644 index 00000000000..2d6fc9a5d9b --- /dev/null +++ b/textproc/gdome2/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/01/19 09:32:40 adam Exp $ + +DISTNAME= gdome2-0.8.1 +CATEGORIES= games +MASTER_SITES= http://gdome2.cs.unibo.it/tarball/ + +MAINTAINER= adam@NetBSD.org +HOMEPAGE= http://gdome2.cs.unibo.it/ +COMMENT= Gnome DOM (Document Object Model) engine + +USE_BUILDLINK3= yes +GNU_CONFIGURE= yes +PKGCONFIG_OVERRIDE= ${WRKSRC}/gdome2.pc.in + +.include "../../devel/glib2/buildlink3.mk" +.include "../../textproc/libxml2/buildlink3.mk" + +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/gdome2/PLIST b/textproc/gdome2/PLIST new file mode 100644 index 00000000000..3956eeeb0e5 --- /dev/null +++ b/textproc/gdome2/PLIST @@ -0,0 +1,52 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2005/01/19 09:32:40 adam Exp $ +bin/gdome-config +include/libgdome/gdome-events.h +include/libgdome/gdome-libxml-util.h +include/libgdome/gdome-private-list.h +include/libgdome/gdome-refdebug.h +include/libgdome/gdome-treegc.h +include/libgdome/gdome-util.h +include/libgdome/gdome-xpath.h +include/libgdome/gdome.h +lib/gdomeConf.sh +lib/libgdome.la +lib/pkgconfig/gdome2.pc +man/man1/gdome-config.1 +share/aclocal/gdome2.m4 +share/gtk-doc/html/gdome2-0.8.1/book1.html +share/gtk-doc/html/gdome2-0.8.1/gdome2-basic-types-and-enumerations.html +share/gtk-doc/html/gdome2-0.8.1/gdome2-core.html +share/gtk-doc/html/gdome2-0.8.1/gdome2-events-basic-types-and-enumerations.html +share/gtk-doc/html/gdome2-0.8.1/gdome2-events.html +share/gtk-doc/html/gdome2-0.8.1/gdome2-gdomeattr.html +share/gtk-doc/html/gdome2-0.8.1/gdome2-gdomecdatasection.html +share/gtk-doc/html/gdome2-0.8.1/gdome2-gdomecharacterdata.html +share/gtk-doc/html/gdome2-0.8.1/gdome2-gdomecomment.html +share/gtk-doc/html/gdome2-0.8.1/gdome2-gdomedocument.html +share/gtk-doc/html/gdome2-0.8.1/gdome2-gdomedocumentfragment.html +share/gtk-doc/html/gdome2-0.8.1/gdome2-gdomedocumenttype.html +share/gtk-doc/html/gdome2-0.8.1/gdome2-gdomedomimplementation.html +share/gtk-doc/html/gdome2-0.8.1/gdome2-gdomeelement.html +share/gtk-doc/html/gdome2-0.8.1/gdome2-gdomeentity.html +share/gtk-doc/html/gdome2-0.8.1/gdome2-gdomeentityreference.html +share/gtk-doc/html/gdome2-0.8.1/gdome2-gdomeevent.html +share/gtk-doc/html/gdome2-0.8.1/gdome2-gdomeeventlistener.html +share/gtk-doc/html/gdome2-0.8.1/gdome2-gdomemutationevent.html +share/gtk-doc/html/gdome2-0.8.1/gdome2-gdomenamednodemap.html +share/gtk-doc/html/gdome2-0.8.1/gdome2-gdomenode.html +share/gtk-doc/html/gdome2-0.8.1/gdome2-gdomenodelist.html +share/gtk-doc/html/gdome2-0.8.1/gdome2-gdomenotation.html +share/gtk-doc/html/gdome2-0.8.1/gdome2-gdomeprocessinginstruction.html +share/gtk-doc/html/gdome2-0.8.1/gdome2-gdometext.html +share/gtk-doc/html/gdome2-0.8.1/gdome2-gdomexpathevaluator.html +share/gtk-doc/html/gdome2-0.8.1/gdome2-gdomexpathnamespace.html +share/gtk-doc/html/gdome2-0.8.1/gdome2-gdomexpathnsresolver.html +share/gtk-doc/html/gdome2-0.8.1/gdome2-gdomexpathresult.html +share/gtk-doc/html/gdome2-0.8.1/gdome2-memory.html +share/gtk-doc/html/gdome2-0.8.1/gdome2-module-private-list.html +share/gtk-doc/html/gdome2-0.8.1/gdome2-module-tree-garbage-collector.html +share/gtk-doc/html/gdome2-0.8.1/gdome2-xpath-basic-types-and-enumerations.html +share/gtk-doc/html/gdome2-0.8.1/gdome2-xpath.html +share/gtk-doc/html/gdome2-0.8.1/index.sgml +@dirrm share/gtk-doc/html/gdome2-0.8.1 +@dirrm include/libgdome diff --git a/textproc/gdome2/buildlink3.mk b/textproc/gdome2/buildlink3.mk new file mode 100644 index 00000000000..8381324c2a3 --- /dev/null +++ b/textproc/gdome2/buildlink3.mk @@ -0,0 +1,21 @@ +# $NetBSD: buildlink3.mk,v 1.1.1.1 2005/01/19 09:32:40 adam Exp $ + +BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ +GDOME2_BUILDLINK3_MK:= ${GDOME2_BUILDLINK3_MK}+ + +.if !empty(BUILDLINK_DEPTH:M+) +BUILDLINK_DEPENDS+= gdome2 +.endif + +BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Ngdome2} +BUILDLINK_PACKAGES+= gdome2 + +.if !empty(GDOME2_BUILDLINK3_MK:M+) +BUILDLINK_DEPENDS.gdome2+= gdome2>=0.8.1 +BUILDLINK_PKGSRCDIR.gdome2?= ../../textproc/gdome2 +.endif # GDOME2_BUILDLINK3_MK + +.include "../../devel/glib2/buildlink3.mk" +.include "../../textproc/libxml2/buildlink3.mk" + +BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//} diff --git a/textproc/gdome2/distinfo b/textproc/gdome2/distinfo new file mode 100644 index 00000000000..b1b3e9b47e1 --- /dev/null +++ b/textproc/gdome2/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2005/01/19 09:32:40 adam Exp $ + +SHA1 (gdome2-0.8.1.tar.gz) = e9a3e4140c873d8232635ad10bb135ef7803c408 +Size (gdome2-0.8.1.tar.gz) = 518965 bytes |