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

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Tue Sep 8 14:15:56 CEST 2009


Revision: 6227
          http://gar.svn.sourceforge.net/gar/?rev=6227&view=rev
Author:   dmichelsen
Date:     2009-09-08 12:15:56 +0000 (Tue, 08 Sep 2009)

Log Message:
-----------
fping: Initial commit

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


Property changes on: csw/mgar/pkg/fping/trunk
___________________________________________________________________
Added: svn:ignore
   + cookies
download
work


Added: svn:externals
   + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2


Added: csw/mgar/pkg/fping/trunk/Makefile
===================================================================
--- csw/mgar/pkg/fping/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/fping/trunk/Makefile	2009-09-08 12:15:56 UTC (rev 6227)
@@ -0,0 +1,46 @@
+GARNAME = fping
+GARVERSION = 2.4
+REV = b2_to
+CATEGORIES = utils
+
+DESCRIPTION = A ping like program accepting any number of hosts
+define BLURB
+  fping is a ping(1) like program which uses the Internet Control
+  Message Protocol (ICMP) echo request to determine if a host is up.
+  fping is different from ping in that you can specify any number of
+  hosts on the command line, or specify a file containing the lists
+  of hosts to ping. Instead of trying one host until it timeouts or
+  replies, fping will send out a ping packet and move on to the next
+  host in a round-robin fashion. If a host replies, it is noted and
+  removed from the list of hosts to check. If a host does not respond
+  within a certain time limit and/or retry limit it will be considered
+  unreachable.
+endef
+
+MASTER_SITES = http://fping.sourceforge.net/download/
+MASTER_SITES += http://oss.oetiker.ch/smokeping/pub/
+DISTFILES  = $(GARNAME).tar.gz
+PATCHFILES = fping-2.4b2_to-sequence-fix.patch
+
+# We define upstream file regex so we can be notifed of new upstream software release
+#UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
+
+# If the url used to check for software update is different of MASTER_SITES, then 
+# uncomment the next line. Otherwise it is set by default to the value of MASTER_SITES
+#UPSTREAM_MASTER_SITES = http://fping.sourceforge.net/
+
+SPKG_SOURCEURL = http://fping.sourceforge.net/
+
+WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)$(REV)
+
+CONFIGURE_ARGS = $(DIRPATHS)
+
+TEST_TARGET = check
+
+include gar/category.mk
+
+SPKG_VERSION := $(SPKG_VERSION)_rev=$(REV)
+
+
+
+

Added: csw/mgar/pkg/fping/trunk/checksums
===================================================================
--- csw/mgar/pkg/fping/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/fping/trunk/checksums	2009-09-08 12:15:56 UTC (rev 6227)
@@ -0,0 +1,2 @@
+ee105906fc48b78f72866e121a7c179e  download/fping-2.4b2_to-sequence-fix.patch
+d5e8be59e307cef76bc479e1684df705  download/fping.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