Revision: 25112
          http://sourceforge.net/p/gar/code/25112
Author:   dmichelsen
Date:     2015-06-22 14:09:59 +0000 (Mon, 22 Jun 2015)
Log Message:
-----------
spark/trunk: Initial commit

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

Added: csw/mgar/pkg/spark/Makefile
===================================================================
--- csw/mgar/pkg/spark/Makefile                         (rev 0)
+++ csw/mgar/pkg/spark/Makefile 2015-06-22 14:09:59 UTC (rev 25112)
@@ -0,0 +1,2 @@
+%:
+       $(MAKE) -C trunk $*

Index: csw/mgar/pkg/spark/trunk
===================================================================
--- csw/mgar/pkg/spark/trunk    2015-06-22 12:40:09 UTC (rev 25111)
+++ csw/mgar/pkg/spark/trunk    2015-06-22 14:09:59 UTC (rev 25112)

Property changes on: csw/mgar/pkg/spark/trunk
___________________________________________________________________
Added: svn:ignore
## -0,0 +1 ##
+work
Added: csw/mgar/pkg/spark/trunk/Makefile
===================================================================
--- csw/mgar/pkg/spark/trunk/Makefile                           (rev 0)
+++ csw/mgar/pkg/spark/trunk/Makefile   2015-06-22 14:09:59 UTC (rev 25112)
@@ -0,0 +1,30 @@
+# $Id$
+# TODO (release-critical prefixed with !, non release-critical with *)
+#
+NAME = spark
+VERSION = 1.0.1
+
+DESCRIPTION = Sparklines for your shell
+
+MASTER_SITES = $(GITHUB_MIRROR)
+DISTFILES += $(DISTNAME).tar.gz
+
+VENDOR_URL = https://github.com/holman/spark
+LICENSE = LICENSE.md
+
+PACKAGES += CSWspark
+SPKG_DESC_CSWspark = Sparklines for your shell
+# PKGFILES is catchall
+ARCHALL_CSWspark = 1
+
+CONFIGURE_SCRIPTS =
+BUILD_SCRIPTS =
+TEST_SCRIPTS =
+INSTALL_SCRIPTS = custom
+
+include gar/category.mk
+
+install-custom:
+       ginstall -D -m 0755 $(WORKSRC)/spark $(DESTDIR)$(bindir)/spark
+       @$(MAKECOOKIE)
+


Property changes on: csw/mgar/pkg/spark/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: csw/mgar/pkg/spark/trunk/checksums
===================================================================
--- csw/mgar/pkg/spark/trunk/checksums                          (rev 0)
+++ csw/mgar/pkg/spark/trunk/checksums  2015-06-22 14:09:59 UTC (rev 25112)
@@ -0,0 +1 @@
+386e029be02c2f7b92308aca5b9ef912  spark-1.0.1.tar.gz

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

Reply via email to