Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Oct 2009 00:59:16 -0300 (BRT)
From:      Sylvio Cesar <scjamorim@bsd.com.br>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/139469: [PATCH] devel/tclxml: update to 3.2. Take maintainership.
Message-ID:  <20091010035916.2E33E244F68@fbsd9i386.scjamorim.org>
Resent-Message-ID: <200910100400.n9A40HiD051730@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         139469
>Category:       ports
>Synopsis:       [PATCH] devel/tclxml: update to 3.2. Take maintainership.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Oct 10 04:00:16 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Sylvio Cesar
>Release:        FreeBSD 9.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD fbsd9i386.scjamorim.org 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Fri Oct  2 01:38:34 BRT
>Description:
- Update to 3.2
- Added support to xml-config and xslt-config
- Changed file pkg-plist
- Take maintainership.

Removed file(s):
- files/patch-library-pkgIndex.tcl.in

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- tclxml-3.2.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/tclxml/Makefile,v
retrieving revision 1.14
diff -u -u -r1.14 Makefile
--- Makefile	22 Aug 2009 00:18:38 -0000	1.14
+++ Makefile	10 Oct 2009 03:57:17 -0000
@@ -6,24 +6,27 @@
 #
 
 PORTNAME=	tclxml
-PORTVERSION=	3.1
-PORTREVISION=	1
+PORTVERSION=	3.2
 CATEGORIES=	devel tcl
 MASTER_SITES=	SF/tclxml/TclXML/${PORTVERSION}
 
-MAINTAINER?=	ports@FreeBSD.org
+MAINTAINER=	scjamorim@bsd.com.br
 COMMENT=	API for parsing XML documents using Tcl
 
+BUILD_DEPENDS=	${LOCALBASE}/bin/xslt-config:${PORTSDIR}/textproc/libxslt
 RUN_DEPENDS?=	dtplite:${PORTSDIR}/devel/tcllib
 
-PORTDOCS=	README.html html.xsl nroff.xsl tclxml.html tclxml.xml \
-		README.xml man.macros tcldoc-1.0.dtd tclxml.n txt.xsl
+PORTDOCS=	README.xml html.xsl man.macros nroff.xsl tcldoc-1.0.dtd \
+		tcldom.html tcldom.xml tclxml.css tclxml.html tclxml.xml \
+		tclxslt.html tclxslt.xml transform.tcl txt.xsl
 
 USE_TCL=	82+
+XML_CONFIG?=	${LOCALBASE}/bin/xml2-config
 GNU_CONFIGURE=	yes
 USE_LDCONFIG?=	${PREFIX}/lib/Tclxml${PORTVERSION}
 CONFIGURE_ARGS=	--with-tcl=${TCL_LIBDIR} \
-		--with-tclinclude=${TCL_INCLUDEDIR}
+		--with-tclinclude=${TCL_INCLUDEDIR} \
+		XML_CONFIG="${XML_CONFIG}"
 PLIST=		${PKGDIR}${PKGNAMESUFFIX}/pkg-plist
 PATCHDIR=	${PKGDIR}${PKGNAMESUFFIX}/files/
 PLIST_SUB=	VER=${PORTVERSION}
@@ -33,7 +36,7 @@
 pre-install:
 
 .if !defined(NOPORTDOCS)
-	@${INSTALL} -d ${DOCSDIR}	
+	@${INSTALL} -d ${DOCSDIR}
 	@cd ${WRKSRC}/doc && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
 .endif
 
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/devel/tclxml/distinfo,v
retrieving revision 1.4
diff -u -u -r1.4 distinfo
--- distinfo	5 May 2008 14:54:25 -0000	1.4
+++ distinfo	10 Oct 2009 03:57:17 -0000
@@ -1,3 +1,3 @@
-MD5 (tclxml-3.1.tar.gz) = 35de63a4ceba7a6fdb85dd1a62f2e881
-SHA256 (tclxml-3.1.tar.gz) = 9b017f29c7a06fa1a57d1658bd1d3867297c26013604bdcc4d7b0ca2333552c9
-SIZE (tclxml-3.1.tar.gz) = 489568
+MD5 (tclxml-3.2.tar.gz) = 9d1605246c899eff7db591bca3c23200
+SHA256 (tclxml-3.2.tar.gz) = f4116b6680b249ce74b856a121762361ca09e6256f0c8ad578d1c661b822cb39
+SIZE (tclxml-3.2.tar.gz) = 757594
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/devel/tclxml/pkg-plist,v
retrieving revision 1.2
diff -u -u -r1.2 pkg-plist
--- pkg-plist	5 May 2008 14:54:25 -0000	1.2
+++ pkg-plist	10 Oct 2009 03:57:17 -0000
@@ -1,17 +1,28 @@
-include/tclxml/tclxml.h
-include/tclxml/tclxmlDecls.h
-lib/TclxmlConfig.sh
+include/tclxml/docObj.h
+include/tclxml/tcldom-libxml2.h
+include/tclxml/tcldom.h
+include/tclxml/tclxml-libxml2.h
+include/tclxml/tclxslt.h
 lib/Tclxml%%VER%%/libTclxml%%VER%%.so
 lib/Tclxml%%VER%%/libTclxmlstub%%VER%%.a
 lib/Tclxml%%VER%%/pkgIndex.tcl
+lib/Tclxml%%VER%%/process.tcl
+lib/Tclxml%%VER%%/resources.tcl
 lib/Tclxml%%VER%%/sgml-8.0.tcl
 lib/Tclxml%%VER%%/sgml-8.1.tcl
 lib/Tclxml%%VER%%/sgmlparser.tcl
+lib/Tclxml%%VER%%/tcldom-libxml2.tcl
 lib/Tclxml%%VER%%/tclparser-8.0.tcl
 lib/Tclxml%%VER%%/tclparser-8.1.tcl
-lib/Tclxml%%VER%%/xml__tcl.tcl
+lib/Tclxml%%VER%%/tclxslt-libxslt.tcl
+lib/Tclxml%%VER%%/utilities.tcl
 lib/Tclxml%%VER%%/xml-8.0.tcl
 lib/Tclxml%%VER%%/xml-8.1.tcl
+lib/Tclxml%%VER%%/xml__tcl.tcl
+lib/Tclxml%%VER%%/xmldep.tcl
+lib/Tclxml%%VER%%/xmlswitch.tcl
 lib/Tclxml%%VER%%/xpath.tcl
+lib/Tclxml%%VER%%/xsltcache.tcl
+lib/TclxmlConfig.sh
 @dirrm lib/Tclxml%%VER%%
 @dirrm include/tclxml
Index: files/patch-configure
===================================================================
RCS file: /home/ncvs/ports/devel/tclxml/files/patch-configure,v
retrieving revision 1.1
diff -u -u -r1.1 patch-configure
--- files/patch-configure	5 May 2008 14:54:25 -0000	1.1
+++ files/patch-configure	10 Oct 2009 03:57:17 -0000
@@ -1,15 +1,11 @@
-Due to the portbuildmechanism, the original TCL_SRC_DIR is not available
-at buildtime of this port, but the private headers that we are actually
-looking for can also be found in the include directory.
-
---- configure.orig	2005-11-04 07:26:33.000000000 +0100
-+++ configure	2008-04-27 23:30:44.000000000 +0200
-@@ -3183,7 +3183,7 @@
+--- configure.orig	2008-12-02 08:55:06.000000000 -0200
++++ configure	2009-10-09 19:10:25.000000000 -0300
+@@ -6770,6 +6770,8 @@
  
      TCL_INCLUDES=-I\"${INCLUDE_DIR_NATIVE}\"
  
--    
 +    TCL_SRC_DIR=${with_tclinclude}
++
+ 
  
  
-     echo $ac_n "checking for Tcl private include files""... $ac_c" 1>&6
Index: files/patch-library-pkgIndex.tcl.in
===================================================================
RCS file: files/patch-library-pkgIndex.tcl.in
diff -N files/patch-library-pkgIndex.tcl.in
--- files/patch-library-pkgIndex.tcl.in	5 May 2008 14:54:25 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,14 +0,0 @@
-No clue what went wrong here..
-This patch just avoids the warning message, it would work without it aswell.
-
---- library/pkgIndex.tcl.in.orig	2008-04-27 23:48:07.000000000 +0200
-+++ library/pkgIndex.tcl.in	2008-04-27 23:48:13.000000000 +0200
-@@ -4,7 +4,7 @@
- 
- package ifneeded xml::c       @VERSION@ [list load   [file join $dir @Tclxml_LIB_FILE@]]
- package ifneeded xml::tcl     @VERSION@ [list source [file join $dir xml__tcl.tcl]]
--package ifneeded sgmlparser   1.1       [list source [file join $dir sgmlparser.tcl]]
-+package ifneeded sgmlparser   1.0       [list source [file join $dir sgmlparser.tcl]]
- package ifneeded xpath        1.0       [list source [file join $dir xpath.tcl]]
- package ifneeded xmldep       1.0       [list source [file join $dir xmldep.tcl]]
- 
--- tclxml-3.2.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20091010035916.2E33E244F68>