Revision: 24981 http://sourceforge.net/p/gar/code/24981 Author: dmichelsen Date: 2015-05-16 10:55:21 +0000 (Sat, 16 May 2015) Log Message: ----------- logstash-contrib: Initial commit
Added Paths: ----------- csw/mgar/pkg/logstash-contrib/ csw/mgar/pkg/logstash-contrib/Makefile csw/mgar/pkg/logstash-contrib/branches/ csw/mgar/pkg/logstash-contrib/tags/ csw/mgar/pkg/logstash-contrib/trunk/ csw/mgar/pkg/logstash-contrib/trunk/Makefile csw/mgar/pkg/logstash-contrib/trunk/checksums csw/mgar/pkg/logstash-contrib/trunk/files/ csw/mgar/pkg/logstash-contrib/trunk/files/LICENSE csw/mgar/pkg/logstash-contrib/trunk/files/logstash Added: csw/mgar/pkg/logstash-contrib/Makefile =================================================================== --- csw/mgar/pkg/logstash-contrib/Makefile (rev 0) +++ csw/mgar/pkg/logstash-contrib/Makefile 2015-05-16 10:55:21 UTC (rev 24981) @@ -0,0 +1,2 @@ +%: + $(MAKE) -C trunk $* Index: csw/mgar/pkg/logstash-contrib/trunk =================================================================== --- csw/mgar/pkg/logstash-contrib/trunk 2015-05-15 21:13:34 UTC (rev 24980) +++ csw/mgar/pkg/logstash-contrib/trunk 2015-05-16 10:55:21 UTC (rev 24981) Property changes on: csw/mgar/pkg/logstash-contrib/trunk ___________________________________________________________________ Added: svn:ignore ## -0,0 +1 ## +work Added: csw/mgar/pkg/logstash-contrib/trunk/Makefile =================================================================== --- csw/mgar/pkg/logstash-contrib/trunk/Makefile (rev 0) +++ csw/mgar/pkg/logstash-contrib/trunk/Makefile 2015-05-16 10:55:21 UTC (rev 24981) @@ -0,0 +1,45 @@ +# $Id$ +# TODO (release-critical prefixed with !, non release-critical with *) +# +NAME = logstash-contrib +VERSION = 1.4.2 +GARTYPE = v2 + +DESCRIPTION = A tool for managing events and logs + +MASTER_SITES = https://download.elasticsearch.org/logstash/logstash/ +DISTFILES += $(DISTNAME).tar.gz +# Taken from logstash +DISTFILES += LICENSE + +NOGITPATCH = 1 + +VENDOR_URL = http://www.logstash.net + +PACKAGES += CSWlogstash-contrib +SPKG_DESC_CSWlogstash = A tool for managing events and logs, contributed plugins +# PKGFILES is catchall +RUNTIME_DEP_PKGS_CSWlogstash-contrib += CSWlogstash + +# Reorganizing is difficult, delay for now +CHECKPKG_OVERRIDES_CSWlogstash-contrib += discouraged-path-in-pkgmap + +# We use JRuby, so this is ok +CHECKPKG_OVERRIDES_CSWlogstash-contrib += missing-dependency|CSWlibruby1-9-1-1|or|CSWruby|or|CSWruby18|or|CSWruby191 + +# This can not be tracked with checkpkg +CHECKPKG_OVERRIDES_CSWlogstash-contrib += surplus-dependency|CSWlogstash + +LICENSE = LICENSE + +CONFIGURE_SCRIPTS = +BUILD_SCRIPTS = +TEST_SCRIPTS = +INSTALL_SCRIPTS = custom + +include gar/category.mk + +install-custom: + ginstall -d -m 0755 $(DESTDIR)$(sharedstatedir)/logstash + cd $(WORKSRC) && tar cf - . | (cd $(DESTDIR)$(sharedstatedir)/logstash; tar xf -) + @$(MAKECOOKIE) Property changes on: csw/mgar/pkg/logstash-contrib/trunk/Makefile ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property Added: csw/mgar/pkg/logstash-contrib/trunk/checksums =================================================================== --- csw/mgar/pkg/logstash-contrib/trunk/checksums (rev 0) +++ csw/mgar/pkg/logstash-contrib/trunk/checksums 2015-05-16 10:55:21 UTC (rev 24981) @@ -0,0 +1 @@ +712b1a6286a9e8c2bc24a2734137e42c logstash-contrib-1.4.2.tar.gz Added: csw/mgar/pkg/logstash-contrib/trunk/files/LICENSE =================================================================== --- csw/mgar/pkg/logstash-contrib/trunk/files/LICENSE (rev 0) +++ csw/mgar/pkg/logstash-contrib/trunk/files/LICENSE 2015-05-16 10:55:21 UTC (rev 24981) @@ -0,0 +1,14 @@ +Copyright 2009-2013 Jordan Sissel, Pete Fritchman, and contributors. + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + Added: csw/mgar/pkg/logstash-contrib/trunk/files/logstash =================================================================== --- csw/mgar/pkg/logstash-contrib/trunk/files/logstash (rev 0) +++ csw/mgar/pkg/logstash-contrib/trunk/files/logstash 2015-05-16 10:55:21 UTC (rev 24981) @@ -0,0 +1,7 @@ +#!/bin/sh + +JAVA_HOME=/opt/csw/java/jre/jre8 +export JAVA_HOME + +cd /opt/csw/share/logstash +exec bin/logstash "$@" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.