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

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Mon Sep 26 17:29:00 CEST 2011


Revision: 15760
          http://gar.svn.sourceforge.net/gar/?rev=15760&view=rev
Author:   dmichelsen
Date:     2011-09-26 15:28:59 +0000 (Mon, 26 Sep 2011)
Log Message:
-----------
rbgems/hpricot: Initial commit

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

Copied: csw/mgar/pkg/rbgems/hpricot/Makefile (from rev 15455, csw/mgar/pkg/template/Makefile)
===================================================================
--- csw/mgar/pkg/rbgems/hpricot/Makefile	                        (rev 0)
+++ csw/mgar/pkg/rbgems/hpricot/Makefile	2011-09-26 15:28:59 UTC (rev 15760)
@@ -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/rbgems/hpricot/trunk
___________________________________________________________________
Added: svn:ignore
   + work


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


Added: csw/mgar/pkg/rbgems/hpricot/trunk/Makefile
===================================================================
--- csw/mgar/pkg/rbgems/hpricot/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/rbgems/hpricot/trunk/Makefile	2011-09-26 15:28:59 UTC (rev 15760)
@@ -0,0 +1,15 @@
+NAME = hpricot
+VERSION = 0.8.4
+CATEGORIES = rbgems
+
+DESCRIPTION = A swift, liberal HTML parser with a fantastic library
+
+define BLURB
+  A swift, liberal HTML parser with a fantastic library
+endef
+
+LICENSE = COPYING
+
+RUNTIME_DEP_PKGS_CSWrb18-hpricot-0-8-4 += CSWlibruby18-1
+
+include gar/category.mk

Added: csw/mgar/pkg/rbgems/hpricot/trunk/checksums
===================================================================
--- csw/mgar/pkg/rbgems/hpricot/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/rbgems/hpricot/trunk/checksums	2011-09-26 15:28:59 UTC (rev 15760)
@@ -0,0 +1 @@
+24c342baa2426bc6c4cd01877219bab0  hpricot-0.8.4.gem

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