[csw-devel] SF.net SVN: gar:[18935] csw/mgar/pkg

guillomovitch at users.sourceforge.net guillomovitch at users.sourceforge.net
Tue Aug 14 15:57:41 CEST 2012


Revision: 18935
          http://gar.svn.sourceforge.net/gar/?rev=18935&view=rev
Author:   guillomovitch
Date:     2012-08-14 13:57:41 +0000 (Tue, 14 Aug 2012)
Log Message:
-----------
fusioninventory-agent: initial import

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

Added: csw/mgar/pkg/fusioninventory-agent/Makefile
===================================================================
--- csw/mgar/pkg/fusioninventory-agent/Makefile	                        (rev 0)
+++ csw/mgar/pkg/fusioninventory-agent/Makefile	2012-08-14 13:57:41 UTC (rev 18935)
@@ -0,0 +1,2 @@
+%:
+	$(MAKE) -C trunk $*


Property changes on: csw/mgar/pkg/fusioninventory-agent/trunk
___________________________________________________________________
Added: svn:ignore
   + work


Added: csw/mgar/pkg/fusioninventory-agent/trunk/Makefile
===================================================================
--- csw/mgar/pkg/fusioninventory-agent/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/fusioninventory-agent/trunk/Makefile	2012-08-14 13:57:41 UTC (rev 18935)
@@ -0,0 +1,49 @@
+# $Id$
+# TODO (release-critical prefixed with !, non release-critical with *)
+#
+NAME = fusioninventory-agent
+VERSION = 2.2.4
+GARTYPE = v2
+CATEGORIES = cpan
+
+DESCRIPTION = FusionInventory agent
+define BLURB
+  The FusionInventory agent is a generic management agent. It can perform a
+  certain number of tasks, according to its own execution plan, or on behalf of
+  a GLPI server with fusioninventory plugin, acting as a control point.
+endef
+
+MASTER_SITES = $(CPAN_MIRRORS)
+AUTHOR = FUSINV
+DISTNAME = FusionInventory-Agent-$(VERSION)
+DISTFILES = $(DISTNAME).tar.gz
+
+PACKAGES = CSWfusioninventory-agent
+ARCHALL = 1
+
+RUNTIME_DEP_PKGS_CSWfusioninventory-agent  = CSWperl
+RUNTIME_DEP_PKGS_CSWfusioninventory-agent += CSWpm_compress_zlib
+RUNTIME_DEP_PKGS_CSWfusioninventory-agent += CSWpm_digest_md5
+RUNTIME_DEP_PKGS_CSWfusioninventory-agent += CSWpm_file_which
+RUNTIME_DEP_PKGS_CSWfusioninventory-agent += CSWpm_http_daemon
+RUNTIME_DEP_PKGS_CSWfusioninventory-agent += CSWpm_io_socket_ssl
+RUNTIME_DEP_PKGS_CSWfusioninventory-agent += CSWpm_libwww_perl
+RUNTIME_DEP_PKGS_CSWfusioninventory-agent += CSWpm_proc_daemon
+RUNTIME_DEP_PKGS_CSWfusioninventory-agent += CSWpm_proc_pid_file
+RUNTIME_DEP_PKGS_CSWfusioninventory-agent += CSWpm_net_cups
+RUNTIME_DEP_PKGS_CSWfusioninventory-agent += CSWpm_net_ip
+RUNTIME_DEP_PKGS_CSWfusioninventory-agent += CSWpm_text_template
+RUNTIME_DEP_PKGS_CSWfusioninventory-agent += CSWpm_universal_require
+RUNTIME_DEP_PKGS_CSWfusioninventory-agent += CSWpm_xml_treepp
+
+CONFIGURE_ARGS = PREFIX=/opt/csw SYSCONFDIR=/etc/opt/csw
+
+# skip tests
+SKIPTEST ?= 1
+
+# ensure usage of gnu coreutils install
+INSTALL_ENV_PATH = /opt/csw/gnu:$(PATH)
+
+DOCLIST = LICENSE Changes README THANKS
+
+include gar/category.mk


Property changes on: csw/mgar/pkg/fusioninventory-agent/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
   + Id

Added: csw/mgar/pkg/fusioninventory-agent/trunk/checksums
===================================================================
--- csw/mgar/pkg/fusioninventory-agent/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/fusioninventory-agent/trunk/checksums	2012-08-14 13:57:41 UTC (rev 18935)
@@ -0,0 +1 @@
+c3ce4ad7f2215d2aa4546b186c7c8926  FusionInventory-Agent-2.2.4.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