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

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Thu Jul 30 16:46:10 CEST 2009


Revision: 5734
          http://gar.svn.sourceforge.net/gar/?rev=5734&view=rev
Author:   dmichelsen
Date:     2009-07-30 14:46:10 +0000 (Thu, 30 Jul 2009)

Log Message:
-----------
patchutils: Ported to GAR, tests still failing

Added Paths:
-----------
    csw/mgar/pkg/patchutils/Makefile
    csw/mgar/pkg/patchutils/branches/
    csw/mgar/pkg/patchutils/tags/
    csw/mgar/pkg/patchutils/tags/legacy/
    csw/mgar/pkg/patchutils/trunk/Makefile
    csw/mgar/pkg/patchutils/trunk/checksums

Removed Paths:
-------------
    csw/mgar/pkg/patchutils/trunk/legacy/

Property Changed:
----------------
    csw/mgar/pkg/patchutils/trunk/

Copied: csw/mgar/pkg/patchutils/Makefile (from rev 5603, csw/mgar/pkg/automake/Makefile)
===================================================================
--- csw/mgar/pkg/patchutils/Makefile	                        (rev 0)
+++ csw/mgar/pkg/patchutils/Makefile	2009-07-30 14:46:10 UTC (rev 5734)
@@ -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/patchutils/trunk
___________________________________________________________________
Added: svn:ignore
   + cookies
download
work


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


Copied: csw/mgar/pkg/patchutils/trunk/Makefile (from rev 5733, csw/mgar/pkg/gsasl/trunk/Makefile)
===================================================================
--- csw/mgar/pkg/patchutils/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/patchutils/trunk/Makefile	2009-07-30 14:46:10 UTC (rev 5734)
@@ -0,0 +1,30 @@
+GARNAME = patchutils
+GARVERSION = 0.3.1
+CATEGORIES = utils
+
+DESCRIPTION = Tools for manipulating patch files
+define BLURB
+  Patchutils is a small collection of programs that operate on patch files.
+endef
+
+MASTER_SITES = http://cyberelk.net/tim/data/patchutils/stable/
+DISTFILES  = $(GARNAME)-$(GARVERSION).tar.bz2
+
+# We define upstream file regex so we can be notifed of new upstream software release
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2
+
+PREREQUISITE_PKGS = CSWgnulinks CSWbash
+
+SPKG_SOURCEURL = http://cyberelk.net/tim/software/patchutils/
+
+CONFIGURE_ARGS = $(DIRPATHS)
+
+TEST_TARGET = check
+
+include gar/category.mk
+
+# /bin/bash is too old
+post-configure-modulated:
+	find . -type f | fgrep -v fgrep -v .in | \
+		xargs perl -pi -e 's,#!/bin/bash,#!/opt/csw/bin/bash,'
+	@$(MAKECOOKIE)

Added: csw/mgar/pkg/patchutils/trunk/checksums
===================================================================
--- csw/mgar/pkg/patchutils/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/patchutils/trunk/checksums	2009-07-30 14:46:10 UTC (rev 5734)
@@ -0,0 +1 @@
+3fd9bca58a429fbbb1c2126f1b72aa23  download/patchutils-0.3.1.tar.bz2


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