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

bdwalton at users.sourceforge.net bdwalton at users.sourceforge.net
Tue Mar 8 03:46:27 CET 2011


Revision: 13670
          http://gar.svn.sourceforge.net/gar/?rev=13670&view=rev
Author:   bdwalton
Date:     2011-03-08 02:46:26 +0000 (Tue, 08 Mar 2011)

Log Message:
-----------
xmltoman: initial commit

Added Paths:
-----------
    csw/mgar/pkg/xmltoman/
    csw/mgar/pkg/xmltoman/Makefile
    csw/mgar/pkg/xmltoman/branches/
    csw/mgar/pkg/xmltoman/tags/
    csw/mgar/pkg/xmltoman/trunk/
    csw/mgar/pkg/xmltoman/trunk/Makefile
    csw/mgar/pkg/xmltoman/trunk/checksums
    csw/mgar/pkg/xmltoman/trunk/files/

Copied: csw/mgar/pkg/xmltoman/Makefile (from rev 13546, csw/mgar/pkg/template/Makefile)
===================================================================
--- csw/mgar/pkg/xmltoman/Makefile	                        (rev 0)
+++ csw/mgar/pkg/xmltoman/Makefile	2011-03-08 02:46:26 UTC (rev 13670)
@@ -0,0 +1,15 @@
+# vim: ft=make ts=4 sw=4 noet
+
+default:
+	@echo "You are in the pkg/ directory."
+
+%:
+	$(MAKE) -C trunk $* 
+
+paranoid-%:
+	$(MAKE) -C trunk $* || exit 2 
+
+export BUILDLOG ?= $(shell pwd)/buildlog.txt
+
+report-%:
+	$(MAKE) -C trunk $* || echo "	*** make $* in $$i failed ***" >> $(BUILDLOG) 


Property changes on: csw/mgar/pkg/xmltoman/trunk
___________________________________________________________________
Added: svn:ignore
   + cookies
download
work


Added: svn:externals
   + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2


Added: csw/mgar/pkg/xmltoman/trunk/Makefile
===================================================================
--- csw/mgar/pkg/xmltoman/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/xmltoman/trunk/Makefile	2011-03-08 02:46:26 UTC (rev 13670)
@@ -0,0 +1,20 @@
+# $Id$
+NAME = xmltoman
+VERSION = 0.4
+CATEGORIES = utils
+
+DESCRIPTION = A man page creation tool
+define BLURB
+
+endef
+
+MASTER_SITES = $(SF_MIRROR)
+DISTFILES  = $(DISTNAME).tar.gz
+PATCHFILES += 0001-Override-default-hard-coded-prefix-with-opt-csw.patch
+PATCHFILES += 0002-Use-CSW-perl-instead-of-system-perl.patch
+PATCHFILES += 0003-Use-ginstall-not-system-install.patch
+
+CONFIGURE_SCRIPTS =
+TEST_SCRIPTS =
+
+include gar/category.mk


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

Added: csw/mgar/pkg/xmltoman/trunk/checksums
===================================================================
--- csw/mgar/pkg/xmltoman/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/xmltoman/trunk/checksums	2011-03-08 02:46:26 UTC (rev 13670)
@@ -0,0 +1 @@
+99be944b9fce40b3fe397049bf14a097  xmltoman-0.4.tar.gz


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