[csw-devel] SF.net SVN: gar:[20321] csw/mgar/pkg

pfelecan at users.sourceforge.net pfelecan at users.sourceforge.net
Wed Feb 20 14:28:07 CET 2013


Revision: 20321
          http://gar.svn.sourceforge.net/gar/?rev=20321&view=rev
Author:   pfelecan
Date:     2013-02-20 13:28:05 +0000 (Wed, 20 Feb 2013)
Log Message:
-----------
texi2html/trunk: instantiate

Added Paths:
-----------
    csw/mgar/pkg/texi2html/
    csw/mgar/pkg/texi2html/Makefile
    csw/mgar/pkg/texi2html/branches/
    csw/mgar/pkg/texi2html/tags/
    csw/mgar/pkg/texi2html/trunk/
    csw/mgar/pkg/texi2html/trunk/Makefile
    csw/mgar/pkg/texi2html/trunk/checksums
    csw/mgar/pkg/texi2html/trunk/files/
    csw/mgar/pkg/texi2html/trunk/files/0001-Use-environment-s-bash-in-test-scripts.patch

Added: csw/mgar/pkg/texi2html/Makefile
===================================================================
--- csw/mgar/pkg/texi2html/Makefile	                        (rev 0)
+++ csw/mgar/pkg/texi2html/Makefile	2013-02-20 13:28:05 UTC (rev 20321)
@@ -0,0 +1,2 @@
+%:
+	$(MAKE) -C trunk $*


Property changes on: csw/mgar/pkg/texi2html/trunk
___________________________________________________________________
Added: svn:ignore
   + work


Added: csw/mgar/pkg/texi2html/trunk/Makefile
===================================================================
--- csw/mgar/pkg/texi2html/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/texi2html/trunk/Makefile	2013-02-20 13:28:05 UTC (rev 20321)
@@ -0,0 +1,33 @@
+# $Id$
+
+NAME = texi2html
+VERSION = 5.0
+GARTYPE = v2
+
+DESCRIPTION = A Texinfo to HTML converter
+define BLURB
+	Texi2HTML is a Perl script which converts Texinfo source files to
+	HTML output; supports many features beyond those supported by
+	makeinfo.
+endef
+
+MASTER_SITES	=	http://download.savannah.gnu.org/releases/texi2html/
+
+DISTFILES	=	$(DISTNAME).tar.bz2
+PATCHFILES	+=	0001-Use-environment-s-bash-in-test-scripts.patch
+
+CONFIGURE_ARGS = $(DIRPATHS)
+
+TEST_SCRIPTS = custom
+
+include gar/category.mk
+
+PATH := /opt/csw/gnu:/opt/csw/libexec/flex-2.5.35/bin:$(PATH)
+
+# there are failing tests:
+#    formating: IMHO not real errors but probably due to different
+#               httex, l2h and TeX used to gather de references
+# and I choose to ignore them as the remaining ones pass.
+test-custom:
+	cd $(WORKSRC) && /usr/bin/env -i $(BUILD_ENV) && $(MAKE) -i -k -C $(OBJDIR) check
+	$(MAKECOOKIE)


Property changes on: csw/mgar/pkg/texi2html/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
   + Id

Added: csw/mgar/pkg/texi2html/trunk/checksums
===================================================================
--- csw/mgar/pkg/texi2html/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/texi2html/trunk/checksums	2013-02-20 13:28:05 UTC (rev 20321)
@@ -0,0 +1 @@
+f15ac876fcdc8be865b16535f480aa54  texi2html-5.0.tar.bz2

Added: csw/mgar/pkg/texi2html/trunk/files/0001-Use-environment-s-bash-in-test-scripts.patch
===================================================================
--- csw/mgar/pkg/texi2html/trunk/files/0001-Use-environment-s-bash-in-test-scripts.patch	                        (rev 0)
+++ csw/mgar/pkg/texi2html/trunk/files/0001-Use-environment-s-bash-in-test-scripts.patch	2013-02-20 13:28:05 UTC (rev 20321)
@@ -0,0 +1,66 @@
+From 7cf6e383b64420d0b7281302973d7f1eb308eb82 Mon Sep 17 00:00:00 2001
+From: Peter Felecan <pfelecan at opencsw.org>
+Date: Tue, 19 Feb 2013 16:23:33 +0100
+Subject: [PATCH] Use environment's bash in test scripts
+
+---
+ test/base_tests      | 2 +-
+ test/long_tests      | 2 +-
+ test/run_test.sh     | 2 +-
+ test/run_test_all.sh | 2 +-
+ test/tests.sh        | 2 +-
+ 5 files changed, 5 insertions(+), 5 deletions(-)
+
+diff --git a/test/base_tests b/test/base_tests
+index ef204d7..e19efbb 100755
+--- a/test/base_tests
++++ b/test/base_tests
+@@ -1,4 +1,4 @@
+-#! /bin/sh
++#! /usr/bin/env bash
+ 
+ if [ z"$srcdir" = 'z' ]; then
+   srcdir=.
+diff --git a/test/long_tests b/test/long_tests
+index 9b9764f..911d7cb 100755
+--- a/test/long_tests
++++ b/test/long_tests
+@@ -1,4 +1,4 @@
+-#! /bin/sh
++#! /usr/bin/env bash
+ 
+ if [ z"$srcdir" = 'z' ]; then
+   srcdir=.
+diff --git a/test/run_test.sh b/test/run_test.sh
+index 4553393..d352b3f 100755
+--- a/test/run_test.sh
++++ b/test/run_test.sh
+@@ -1,4 +1,4 @@
+-#! /bin/sh
++#! /usr/bin/env bash
+ 
+ #set -x
+ 
+diff --git a/test/run_test_all.sh b/test/run_test_all.sh
+index f0d0f93..886c69f 100755
+--- a/test/run_test_all.sh
++++ b/test/run_test_all.sh
+@@ -1,4 +1,4 @@
+-#! /bin/sh
++#! /usr/bin/env bash
+ 
+ #set -x
+ 
+diff --git a/test/tests.sh b/test/tests.sh
+index 99f87ca..8475894 100755
+--- a/test/tests.sh
++++ b/test/tests.sh
+@@ -1,4 +1,4 @@
+-#! /bin/sh
++#! /usr/bin/env bash
+ 
+ if [ z"$srcdir" = 'z' ]; then
+   srcdir=.
+-- 
+1.8.1
+

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