[csw-devel] SF.net SVN: gar:[17722] csw/mgar/pkg
wahwah at users.sourceforge.net
wahwah at users.sourceforge.net
Tue Apr 17 14:24:04 CEST 2012
Revision: 17722
http://gar.svn.sourceforge.net/gar/?rev=17722&view=rev
Author: wahwah
Date: 2012-04-17 12:24:04 +0000 (Tue, 17 Apr 2012)
Log Message:
-----------
dash/trunk: initial commit
Added Paths:
-----------
csw/mgar/pkg/dash/
csw/mgar/pkg/dash/Makefile
csw/mgar/pkg/dash/branches/
csw/mgar/pkg/dash/tags/
csw/mgar/pkg/dash/trunk/
csw/mgar/pkg/dash/trunk/Makefile
csw/mgar/pkg/dash/trunk/checksums
csw/mgar/pkg/dash/trunk/files/
Added: csw/mgar/pkg/dash/Makefile
===================================================================
--- csw/mgar/pkg/dash/Makefile (rev 0)
+++ csw/mgar/pkg/dash/Makefile 2012-04-17 12:24:04 UTC (rev 17722)
@@ -0,0 +1,2 @@
+%:
+ $(MAKE) -C trunk $*
Property changes on: csw/mgar/pkg/dash/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/dash/trunk/Makefile
===================================================================
--- csw/mgar/pkg/dash/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/dash/trunk/Makefile 2012-04-17 12:24:04 UTC (rev 17722)
@@ -0,0 +1,27 @@
+# $Id$
+#
+NAME = dash
+VERSION = 0.5.7
+GARTYPE = v2
+CATEGORIES = apps
+
+DESCRIPTION = POSIX-compliant implementation of /bin/sh that aims to be as small as possible
+define BLURB
+endef
+
+VENDOR_URL = http://gondor.apana.org.au/~herbert/dash/
+MASTER_SITES = http://gondor.apana.org.au/~herbert/dash/files/
+DISTFILES = $(DISTNAME).tar.gz
+
+# I'm too lazy to remove gcc-isms such as -Wall and -include.
+GARCOMPILER = GNU
+
+CONFIGURE_ARGS = $(DIRPATHS)
+
+CHECKPKG_OVERRIDES_CSWdash += file-with-bad-content|/usr/share|root/opt/csw/share/doc/dash/license
+CHECKPKG_OVERRIDES_CSWdash += file-with-bad-content|/usr/local|root/opt/csw/bin/dash
+
+include gar/category.mk
+
+# There are "sh foo" bits in the Makefile. Need to use a POSIX shell for that.
+PATH := /usr/xpg4/bin:$(PATH)
Property changes on: csw/mgar/pkg/dash/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: csw/mgar/pkg/dash/trunk/checksums
===================================================================
--- csw/mgar/pkg/dash/trunk/checksums (rev 0)
+++ csw/mgar/pkg/dash/trunk/checksums 2012-04-17 12:24:04 UTC (rev 17722)
@@ -0,0 +1 @@
+f6cedb10ae7258adb5ab17a10ae80d51 dash-0.5.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