[csw-devel] SF.net SVN: gar:[17163] csw/mgar/pkg
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Fri Feb 24 11:50:19 CET 2012
Revision: 17163
http://gar.svn.sourceforge.net/gar/?rev=17163&view=rev
Author: dmichelsen
Date: 2012-02-24 10:50:18 +0000 (Fri, 24 Feb 2012)
Log Message:
-----------
nodejs: Initial commit
Added Paths:
-----------
csw/mgar/pkg/nodejs/
csw/mgar/pkg/nodejs/Makefile
csw/mgar/pkg/nodejs/branches/
csw/mgar/pkg/nodejs/tags/
csw/mgar/pkg/nodejs/trunk/
csw/mgar/pkg/nodejs/trunk/Makefile
csw/mgar/pkg/nodejs/trunk/checksums
csw/mgar/pkg/nodejs/trunk/files/
Copied: csw/mgar/pkg/nodejs/Makefile (from rev 16833, csw/mgar/pkg/template/Makefile)
===================================================================
--- csw/mgar/pkg/nodejs/Makefile (rev 0)
+++ csw/mgar/pkg/nodejs/Makefile 2012-02-24 10:50:18 UTC (rev 17163)
@@ -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/nodejs/trunk
___________________________________________________________________
Added: svn:ignore
+ cookies
download
work
Added: csw/mgar/pkg/nodejs/trunk/Makefile
===================================================================
--- csw/mgar/pkg/nodejs/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/nodejs/trunk/Makefile 2012-02-24 10:50:18 UTC (rev 17163)
@@ -0,0 +1,33 @@
+# $Id$
+# TODO (release-critical prefixed with !, non release-critical with *)
+#
+NAME = nodejs
+VERSION = 0.6.7
+GARTYPE = v2
+CATEGORIES = lib
+
+DESCRIPTION = Node.js JavaScript interpreter
+define BLURB
+endef
+
+MASTER_SITES = http://nodejs.org/dist/v$(VERSION)/
+DISTNAME = node-v$(VERSION)
+DISTFILES += $(DISTNAME).tar.gz
+
+PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386
+
+CONFIGURE_ARGS = --prefix=$(prefix)
+CONFIGURE_ARGS += --openssl-includes=$(includedir)
+CONFIGURE_ARGS += --openssl-libpath=$(libdir)
+
+#CONFIGURE_SCRIPTS = custom
+TEST_TARGET = check
+
+EXTRA_CONFIGURE_EXPORTS += PWD
+CONFIGURE_ENV_PWD = $(abspath $(WORKSRC))
+
+include gar/category.mk
+
+configure-custom:
+ cd $(WORKSRC) && /usr/bin/env -i $(CONFIGURE_ENV) PWD=$(abspath $(WORKSRC)) ./configure $(CONFIGURE_ARGS)
+ @$(MAKECOOKIE)
Property changes on: csw/mgar/pkg/nodejs/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: csw/mgar/pkg/nodejs/trunk/checksums
===================================================================
--- csw/mgar/pkg/nodejs/trunk/checksums (rev 0)
+++ csw/mgar/pkg/nodejs/trunk/checksums 2012-02-24 10:50:18 UTC (rev 17163)
@@ -0,0 +1 @@
+e7b238356ea7fb230b956010931ca468 node-v0.6.7.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