--- gmetadom/Makefile Sat Jun 7 02:39:17 2003 +++ gmetadom/Makefile Thu Jun 12 22:16:57 2003 @@ -7,13 +7,12 @@ # PORTNAME= gmetadom -PORTVERSION= 0.1.7 -PORTREVISION= 1 +PORTVERSION= 0.1.8 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= yinjieh@csie.nctu.edu.tw COMMENT= A Collection of DOM Implementations BUILD_DEPENDS= ocamlfind:${PORTSDIR}/devel/ocaml-findlib \ --- gmetadom/distinfo Sat Jun 7 02:39:17 2003 +++ gmetadom/distinfo Thu Jun 12 22:27:09 2003 @@ -1, +1, @@ -MD5 (gmetadom-0.1.7.tar.gz) = 52571bb9e0490c8b67369381c9cf7a1e +MD5 (gmetadom-0.1.8.tar.gz) = 2799db817f67c872af14ae9497aa202f --- gmetadom/files/patch-src::gdome_cpp_smart::Makefile.in Thu Jan 1 08:00:00 1970 +++ gmetadom/files/patch-src::gdome_cpp_smart::Makefile.in Mon Jul 14 11:42:16 2003 @@ -0,0 +1,11 @@ +--- src/gdome_cpp_smart/Makefile.in.orig Mon Jul 14 11:41:04 2003 ++++ src/gdome_cpp_smart/Makefile.in Mon Jul 14 11:41:12 2003 +@@ -110,7 +110,7 @@ + VERSION = @VERSION@ + XSLTPROC = @XSLTPROC@ + +-SUBDIRS = xsl include basic core events . test ++SUBDIRS = xsl include basic core events . + + lib_LTLIBRARIES = libgmetadom_gdome_cpp_smart.la + --- gmetadom/pkg-descr Tue Oct 15 20:06:20 2002 +++ gmetadom/pkg-descr Fri Jun 13 06:28:31 2003 @@ -9,11 +9,6 @@ coded classes and a set of scripts for the automatic generation of the remaining ones. -Furthermore, since a XML description of the DOM interfaces is provided as -part of the documentation in the W3C DOM specification, GMetaDOM adopts XSLT -as the transformation language for the automatic generation of the interfaces, -and uses the xsltproc utility as the XSLT processor. - The advantages of such approach should be evident. In particular, for languages like C++ where a number of different alternative DOM implementations are feasible, each with different characteristics like easiness of use,