Revision: 25020 http://sourceforge.net/p/gar/code/25020 Author: dmichelsen Date: 2015-05-26 09:23:08 +0000 (Tue, 26 May 2015) Log Message: ----------- svc-graphite/trunk: Initial commit
Added Paths: ----------- csw/mgar/pkg/svc-graphite/ csw/mgar/pkg/svc-graphite/Makefile csw/mgar/pkg/svc-graphite/branches/ csw/mgar/pkg/svc-graphite/tags/ csw/mgar/pkg/svc-graphite/trunk/ csw/mgar/pkg/svc-graphite/trunk/Makefile csw/mgar/pkg/svc-graphite/trunk/checksums csw/mgar/pkg/svc-graphite/trunk/files/ csw/mgar/pkg/svc-graphite/trunk/files/svc-graphite Added: csw/mgar/pkg/svc-graphite/Makefile =================================================================== --- csw/mgar/pkg/svc-graphite/Makefile (rev 0) +++ csw/mgar/pkg/svc-graphite/Makefile 2015-05-26 09:23:08 UTC (rev 25020) @@ -0,0 +1,2 @@ +%: + $(MAKE) -C trunk $* Index: csw/mgar/pkg/svc-graphite/trunk =================================================================== --- csw/mgar/pkg/svc-graphite/trunk 2015-05-23 20:49:59 UTC (rev 25019) +++ csw/mgar/pkg/svc-graphite/trunk 2015-05-26 09:23:08 UTC (rev 25020) Property changes on: csw/mgar/pkg/svc-graphite/trunk ___________________________________________________________________ Added: svn:ignore ## -0,0 +1 ## +work Added: csw/mgar/pkg/svc-graphite/trunk/Makefile =================================================================== --- csw/mgar/pkg/svc-graphite/trunk/Makefile (rev 0) +++ csw/mgar/pkg/svc-graphite/trunk/Makefile 2015-05-26 09:23:08 UTC (rev 25020) @@ -0,0 +1,34 @@ +# $Id$ +# TODO (release-critical prefixed with !, non release-critical with *) +# +NAME = svc-graphite +VERSION = 0.1.0 +GARTYPE = v2 + +DESCRIPTION = A program to send performance data of IBM SVC to Graphite + +MASTER_SITES = https://github.com/ivoronin/svc-graphite/releases/download/v$(VERSION)/ +DISTFILES += $(DISTNAME)-standalone.jar +DISTFILES += svc-graphite + +VENDOR_URL = https://github.com/ivoronin/svc-graphite + +PACKAGES += CSWsvc-graphite +SPKG_DESC_CSWsvc-graphite = A program to send performance data of IBM SVC to Graphite +# PKGFILES is catchall +ARCHALL_CSWsvc-graphite = 1 +RUNTIME_DEP_PKGS_CSWsvc-graphite += CSWjre8 +CHECKPKG_OVERRIDES_CSWsvc-graphite += surplus-dependency|CSWjre8 + +CONFIGURE_SCRIPTS = +BUILD_SCRIPTS = +TEST_SCRIPTS = +INSTALL_SCRIPTS = custom + +include gar/category.mk + +install-custom: + ginstall -D -m 0644 $(WORKDIR)/$(DISTNAME)-standalone.jar $(DESTDIR)$(sharedstatedir)/java/$(DISTNAME).jar + ln -s $(DISTNAME).jar $(DESTDIR)$(sharedstatedir)/java/$(NAME).jar + ginstall -D -m 0755 $(WORKDIR)/svc-graphite $(DESTDIR)$(bindir)/svc-graphite + @$(MAKECOOKIE) Property changes on: csw/mgar/pkg/svc-graphite/trunk/Makefile ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property Added: csw/mgar/pkg/svc-graphite/trunk/checksums =================================================================== --- csw/mgar/pkg/svc-graphite/trunk/checksums (rev 0) +++ csw/mgar/pkg/svc-graphite/trunk/checksums 2015-05-26 09:23:08 UTC (rev 25020) @@ -0,0 +1 @@ +de7b92e3a568302137d4acb6aa623838 svc-graphite-0.1.0-standalone.jar Added: csw/mgar/pkg/svc-graphite/trunk/files/svc-graphite =================================================================== --- csw/mgar/pkg/svc-graphite/trunk/files/svc-graphite (rev 0) +++ csw/mgar/pkg/svc-graphite/trunk/files/svc-graphite 2015-05-26 09:23:08 UTC (rev 25020) @@ -0,0 +1,3 @@ +#!/bin/sh + +exec /opt/csw/java/jre/jre8/bin/java -jar /opt/csw/share/java/svc-graphite.jar "$@" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.