Date: Mon, 14 Jul 2003 16:47:20 +0800 (CST) From: "Ying-Chieh Chen" <yinjieh@csie.nctu.edu.tw> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/54466: Upgrade ports/textproc/gmetadom to 0.1.8 and take over maintainership Message-ID: <200307140847.h6E8lKWi005957@alumni.csie.nctu.edu.tw> Resent-Message-ID: <200307140850.h6E8oK7K079348@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 54466 >Category: ports >Synopsis: Upgrade ports/textproc/gmetadom to 0.1.8 and take over maintainership >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Jul 14 01:50:17 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Ying-Chieh Chen >Release: FreeBSD 4.8-RELEASE i386 >Organization: yinjieh's own lab >Environment: System: FreeBSD stable.yinjieh.com 4.8-RELEASE FreeBSD 4.8-RELEASE #0: Thu Apr 3 10:53:38 GMT 2003 root@freebsd-stable.sentex.ca:/usr/obj/usr/src/sys/GENERIC i386 FreeBSD stable5.yinjieh.com 5.1-RELEASE FreeBSD 5.1-RELEASE #0: Thu Jun 5 02:18:06 CST 2003 root@stable5.yinjieh.com:/usr/obj/usr/src/sys/VMWARE i386 >Description: Upgrade ports/textproc/gmetadom to 0.1.8 and take over maintainership. Both tested on 4.8-RELEASE and 5.1-RELEASE. Please commit it, thanks. >How-To-Repeat: N/A >Fix: diff -ruN /usr/ports/textproc/gmetadom/Makefile gmetadom/Makefile --- /usr/ports/textproc/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 \ diff -ruN /usr/ports/textproc/gmetadom/distinfo gmetadom/distinfo --- /usr/ports/textproc/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 diff -ruN /usr/ports/textproc/gmetadom/files/patch-src::gdome_cpp_smart::Makefile.in gmetadom/files/patch-src::gdome_cpp_smart::Makefile.in --- /usr/ports/textproc/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 + diff -ruN /usr/ports/textproc/gmetadom/pkg-descr gmetadom/pkg-descr --- /usr/ports/textproc/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, >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200307140847.h6E8lKWi005957>