1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

update textproc/gmetadom: 0.1.7 -> 0.1.8

PR:		54466
Submitted by:	Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw>
This commit is contained in:
Daichi GOTO 2003-07-15 06:12:29 +00:00
parent 225a9bca38
commit e930e04657
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=84902
4 changed files with 14 additions and 9 deletions

View File

@ -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 \

View File

@ -1 +1 @@
MD5 (gmetadom-0.1.7.tar.gz) = 52571bb9e0490c8b67369381c9cf7a1e
MD5 (gmetadom-0.1.8.tar.gz) = 2799db817f67c872af14ae9497aa202f

View File

@ -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

View File

@ -9,11 +9,6 @@ implementation can be built automatically, providing a small number of hand-
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,