pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/gdome2 Gnome DOM (Document Object Model) engine



details:   https://anonhg.NetBSD.org/pkgsrc/rev/66dbdf7fe6c8
branches:  trunk
changeset: 487720:66dbdf7fe6c8
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Jan 19 09:32:40 2005 +0000

description:
Gnome DOM (Document Object Model) engine

diffstat:

 textproc/gdome2/DESCR         |  19 +++++++++++++++
 textproc/gdome2/Makefile      |  18 ++++++++++++++
 textproc/gdome2/PLIST         |  52 +++++++++++++++++++++++++++++++++++++++++++
 textproc/gdome2/buildlink3.mk |  21 +++++++++++++++++
 textproc/gdome2/distinfo      |   4 +++
 5 files changed, 114 insertions(+), 0 deletions(-)

diffs (134 lines):

diff -r 7e564599b388 -r 66dbdf7fe6c8 textproc/gdome2/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/gdome2/DESCR     Wed Jan 19 09:32:40 2005 +0000
@@ -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 -r 7e564599b388 -r 66dbdf7fe6c8 textproc/gdome2/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/gdome2/Makefile  Wed Jan 19 09:32:40 2005 +0000
@@ -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@localhost
+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 -r 7e564599b388 -r 66dbdf7fe6c8 textproc/gdome2/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/gdome2/PLIST     Wed Jan 19 09:32:40 2005 +0000
@@ -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 -r 7e564599b388 -r 66dbdf7fe6c8 textproc/gdome2/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/gdome2/buildlink3.mk     Wed Jan 19 09:32:40 2005 +0000
@@ -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 -r 7e564599b388 -r 66dbdf7fe6c8 textproc/gdome2/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/gdome2/distinfo  Wed Jan 19 09:32:40 2005 +0000
@@ -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



Home | Main Index | Thread Index | Old Index