SF.net SVN: gar:[23279] csw/mgar/pkg/lang-python

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Fri Mar 28 18:29:39 CET 2014


Revision: 23279
          http://sourceforge.net/p/gar/code/23279
Author:   dmichelsen
Date:     2014-03-28 17:29:38 +0000 (Fri, 28 Mar 2014)
Log Message:
-----------
lang-python/send_nsca: Initial commit

Added Paths:
-----------
    csw/mgar/pkg/lang-python/send_nsca/
    csw/mgar/pkg/lang-python/send_nsca/Makefile
    csw/mgar/pkg/lang-python/send_nsca/branches/
    csw/mgar/pkg/lang-python/send_nsca/tags/
    csw/mgar/pkg/lang-python/send_nsca/trunk/
    csw/mgar/pkg/lang-python/send_nsca/trunk/Makefile
    csw/mgar/pkg/lang-python/send_nsca/trunk/checksums
    csw/mgar/pkg/lang-python/send_nsca/trunk/files/

Copied: csw/mgar/pkg/lang-python/send_nsca/Makefile (from rev 23249, csw/mgar/pkg/template/Makefile)
===================================================================
--- csw/mgar/pkg/lang-python/send_nsca/Makefile	                        (rev 0)
+++ csw/mgar/pkg/lang-python/send_nsca/Makefile	2014-03-28 17:29:38 UTC (rev 23279)
@@ -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) 

Index: csw/mgar/pkg/lang-python/send_nsca/trunk
===================================================================
--- csw/mgar/pkg/lang-python/send_nsca/trunk	2014-03-27 07:49:11 UTC (rev 23278)
+++ csw/mgar/pkg/lang-python/send_nsca/trunk	2014-03-28 17:29:38 UTC (rev 23279)

Property changes on: csw/mgar/pkg/lang-python/send_nsca/trunk
___________________________________________________________________
Added: svn:ignore
## -0,0 +1 ##
+work
Added: csw/mgar/pkg/lang-python/send_nsca/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/send_nsca/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/lang-python/send_nsca/trunk/Makefile	2014-03-28 17:29:38 UTC (rev 23279)
@@ -0,0 +1,19 @@
+# Copyright 2009 OpenCSW
+# Distributed under the terms of the GNU General Public License v2
+# $Id: Makefile 22208 2013-10-14 12:42:44Z dmichelsen $
+
+NAME = send_nsca
+VERSION = 0.1.4.1
+CATEGORIES = python
+GARTYPE = v2
+
+MASTER_SITES += $(PYPI_MIRROR)
+DISTFILES += $(DISTNAME).tar.gz
+
+#LICENSE = LICENSE
+
+PACKAGES += CSWpy-send-nsca
+SPKG_DESC_CSWpy-send-nsca = Python implementation of Nagios send_nsca
+# PKGFILES is catchall
+
+include gar/category.mk

Added: csw/mgar/pkg/lang-python/send_nsca/trunk/checksums
===================================================================
--- csw/mgar/pkg/lang-python/send_nsca/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/lang-python/send_nsca/trunk/checksums	2014-03-28 17:29:38 UTC (rev 23279)
@@ -0,0 +1 @@
+9cd3b85c4d1968d7ca3d0405ed85bff7  send_nsca-0.1.4.1.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