[csw-devel] SF.net SVN: gar:[2540] csw/mgar/pkg/xmlto/trunk
bdwalton at users.sourceforge.net
bdwalton at users.sourceforge.net
Thu Dec 11 18:33:40 CET 2008
Revision: 2540
http://gar.svn.sourceforge.net/gar/?rev=2540&view=rev
Author: bdwalton
Date: 2008-12-11 17:33:39 +0000 (Thu, 11 Dec 2008)
Log Message:
-----------
commit in prep for building on host with new libxml2
Modified Paths:
--------------
csw/mgar/pkg/xmlto/trunk/Makefile
csw/mgar/pkg/xmlto/trunk/checksums
csw/mgar/pkg/xmlto/trunk/files/CSWxmlto.gspec
Added Paths:
-----------
csw/mgar/pkg/xmlto/trunk/files/CSWxmlto.depend
Modified: csw/mgar/pkg/xmlto/trunk/Makefile
===================================================================
--- csw/mgar/pkg/xmlto/trunk/Makefile 2008-12-11 15:34:10 UTC (rev 2539)
+++ csw/mgar/pkg/xmlto/trunk/Makefile 2008-12-11 17:33:39 UTC (rev 2540)
@@ -1,18 +1,30 @@
GARNAME = xmlto
-GARVERSION = 0.0.20
+GARVERSION = 0.0.21
CATEGORIES = utils
-DESCRIPTION =
+PREREQUISITES = CSWmktemp CSWfindutils CSWdocbookxsl CSWlibxslt CSWflex
+
+DESCRIPTION = An XSL toolchain front end.
define BLURB
+xmlto is a front-end to an XSL toolchain. It chooses an appropriate stylesheet
+for the conversion you want and applies it using an external XSL-T processor.
+It also performs any necessary post-processing.
endef
-MASTER_SITES = http://cyberelk.net/tim/data/$(GARNAME)/stable/
+MASTER_SITES = https://fedorahosted.org/$(GARNAME)/export/1/
DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2
-DISTFILES += $(call admfiles,CSWxmlto)
+DISTFILES += $(call admfiles,CSWxmlto,depend)
+TEST_ARGS = check
+
# We define upstream file regex so we can be notifed of new upstream software release
UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2
+pre-configure:
+ @(cd $(WORKSRC); \
+ touch doc/xmlto.xml doc/xmlif.xml )
+ @$(MAKECOOKIE)
+
CONFIGURE_ARGS = $(DIRPATHS)
CONFIGURE_ARGS += --with-mktemp=/opt/csw/bin/mktemp
CONFIGURE_ARGS += --with-find=/opt/csw/bin/gfind
Modified: csw/mgar/pkg/xmlto/trunk/checksums
===================================================================
--- csw/mgar/pkg/xmlto/trunk/checksums 2008-12-11 15:34:10 UTC (rev 2539)
+++ csw/mgar/pkg/xmlto/trunk/checksums 2008-12-11 17:33:39 UTC (rev 2540)
@@ -1,2 +1,3 @@
-ab814ae352fc028862cbea9d676ab93b download/xmlto-0.0.20.tar.bz2
-a93561a21c4b94bf0b53dd2bfeb876bc download/CSWxmlto.gspec
+cc2039dedc81f1a56b06e5fdac6f7570 download/xmlto-0.0.21.tar.bz2
+07a55001f7ff0b35e22d45772ff66a57 download/CSWxmlto.gspec
+492cea1bbf25f9ab97f43582e6bd429a download/CSWxmlto.depend
Added: csw/mgar/pkg/xmlto/trunk/files/CSWxmlto.depend
===================================================================
--- csw/mgar/pkg/xmlto/trunk/files/CSWxmlto.depend (rev 0)
+++ csw/mgar/pkg/xmlto/trunk/files/CSWxmlto.depend 2008-12-11 17:33:39 UTC (rev 2540)
@@ -0,0 +1,12 @@
+P CSWcommon common - common files and dirs for CSW packages
+P CSWsgmlcommon sgmlcommon - A collection of entities and DTDs
+P CSWxmlcommon xmlcommon - A collection of entities and DTDs
+P CSWlibxml2 libxml2 - A library providing XML and HTML support
+P CSWdocbookdtds docbookdtds - SGML and XML document type definitions for DocBook.
+P CSWdocbookxsl docbookxsl - Norman Walsh's XSL stylesheets for DocBook XML.
+P CSWlibxslt libxslt - XSLT engine for the XML Toolkit
+P CSWflex flex - A tool for generating text-scanning programs.
+P CSWw3m w3m - Text-based web browser
+
+
+
Modified: csw/mgar/pkg/xmlto/trunk/files/CSWxmlto.gspec
===================================================================
--- csw/mgar/pkg/xmlto/trunk/files/CSWxmlto.gspec 2008-12-11 15:34:10 UTC (rev 2539)
+++ csw/mgar/pkg/xmlto/trunk/files/CSWxmlto.gspec 2008-12-11 17:33:39 UTC (rev 2540)
@@ -1,5 +1,4 @@
%var bitname xmlto
%var pkgname CSWxmlto
-%var arch all
%include url file://%{PKGLIB}/csw_dyndepend.gspec
%copyright url file://%{WORKSRC}/COPYRIGHT
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list