aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorDaichi GOTO <daichi@FreeBSD.org>2003-07-15 14:12:29 +0800
committerDaichi GOTO <daichi@FreeBSD.org>2003-07-15 14:12:29 +0800
commite930e046576d26022a1e221f16edb41720226365 (patch)
tree647d379bb6eb7933f336a3f671504934d5860039 /textproc
parent225a9bca38b4776feda35c828d94eb85955c9f0c (diff)
downloadfreebsd-ports-e930e046576d26022a1e221f16edb41720226365.tar.gz
freebsd-ports-e930e046576d26022a1e221f16edb41720226365.tar.zst
freebsd-ports-e930e046576d26022a1e221f16edb41720226365.zip
update textproc/gmetadom: 0.1.7 -> 0.1.8
PR: 54466 Submitted by: Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw>
Notes
Notes: svn path=/head/; revision=84902
Diffstat (limited to 'textproc')
-rw-r--r--textproc/gmetadom/Makefile5
-rw-r--r--textproc/gmetadom/distinfo2
-rw-r--r--textproc/gmetadom/files/patch-src::gdome_cpp_smart::Makefile.in11
-rw-r--r--textproc/gmetadom/pkg-descr5
4 files changed, 14 insertions, 9 deletions
diff --git a/textproc/gmetadom/Makefile b/textproc/gmetadom/Makefile
index d70f72230172..467f3ecc073f 100644
--- a/textproc/gmetadom/Makefile
+++ b/textproc/gmetadom/Makefile
@@ -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 \
diff --git a/textproc/gmetadom/distinfo b/textproc/gmetadom/distinfo
index ea4e4e907045..2251fa6f9c8a 100644
--- a/textproc/gmetadom/distinfo
+++ b/textproc/gmetadom/distinfo
@@ -1 +1 @@
-MD5 (gmetadom-0.1.7.tar.gz) = 52571bb9e0490c8b67369381c9cf7a1e
+MD5 (gmetadom-0.1.8.tar.gz) = 2799db817f67c872af14ae9497aa202f
diff --git a/textproc/gmetadom/files/patch-src::gdome_cpp_smart::Makefile.in b/textproc/gmetadom/files/patch-src::gdome_cpp_smart::Makefile.in
new file mode 100644
index 000000000000..cf7042784f37
--- /dev/null
+++ b/textproc/gmetadom/files/patch-src::gdome_cpp_smart::Makefile.in
@@ -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
+
diff --git a/textproc/gmetadom/pkg-descr b/textproc/gmetadom/pkg-descr
index 3e2913acbe90..08fe0d5658d0 100644
--- a/textproc/gmetadom/pkg-descr
+++ b/textproc/gmetadom/pkg-descr
@@ -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,