View | Details | Raw Unified | Return to bug 54466
Collapse All | Expand All

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

Return to bug 54466