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

skayser at users.sourceforge.net skayser at users.sourceforge.net
Thu Dec 18 10:27:24 CET 2008


Revision: 2654
          http://gar.svn.sourceforge.net/gar/?rev=2654&view=rev
Author:   skayser
Date:     2008-12-18 09:27:24 +0000 (Thu, 18 Dec 2008)

Log Message:
-----------
mbuffer: Initial commit

Added Paths:
-----------
    csw/mgar/pkg/mbuffer/
    csw/mgar/pkg/mbuffer/branches/
    csw/mgar/pkg/mbuffer/tags/
    csw/mgar/pkg/mbuffer/trunk/
    csw/mgar/pkg/mbuffer/trunk/Makefile
    csw/mgar/pkg/mbuffer/trunk/checksums
    csw/mgar/pkg/mbuffer/trunk/files/
    csw/mgar/pkg/mbuffer/trunk/files/CSWpackage.gspec


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


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


Added: csw/mgar/pkg/mbuffer/trunk/Makefile
===================================================================
--- csw/mgar/pkg/mbuffer/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/mbuffer/trunk/Makefile	2008-12-18 09:27:24 UTC (rev 2654)
@@ -0,0 +1,32 @@
+GARNAME = mbuffer
+GARVERSION = 20081207
+CATEGORIES = utils
+
+DESCRIPTION = A tool for buffering data streams
+define BLURB
+  mbuffer is a tool for buffering data streams. Its special feature is to show
+  the I/O rate and summary to the user. It is especially useful, if you are
+  writing backups to fast tape drives or libraries. Those drives tend to stop
+  and rewind if they have a buffer underrun. This so called tape screwing
+  reduces the lifetime of the motors. mbuffer can prevent buffer underruns,
+  if used correctly and speed up the whole backup process.
+endef
+
+MASTER_SITES = http://www.maier-komor.de/software/mbuffer/
+DISTFILES  = $(GARNAME)-$(GARVERSION).tgz
+DISTFILES += $(call admfiles,CSWpackage,)
+
+# We define upstream file regex so we can be notifed of new upstream software 
+# release
+UFILES_REGEX = -(\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 = 
+
+CONFIGURE_ARGS = $(DIRPATHS)
+
+TEST_TARGET = check
+
+include gar/category.mk

Added: csw/mgar/pkg/mbuffer/trunk/checksums
===================================================================
--- csw/mgar/pkg/mbuffer/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/mbuffer/trunk/checksums	2008-12-18 09:27:24 UTC (rev 2654)
@@ -0,0 +1,2 @@
+640dab1531246f4e93ba5f0ccccff65b  download/mbuffer-20081207.tgz
+6607910097dc7478838eed424c4ef45e  download/CSWpackage.gspec

Added: csw/mgar/pkg/mbuffer/trunk/files/CSWpackage.gspec
===================================================================
--- csw/mgar/pkg/mbuffer/trunk/files/CSWpackage.gspec	                        (rev 0)
+++ csw/mgar/pkg/mbuffer/trunk/files/CSWpackage.gspec	2008-12-18 09:27:24 UTC (rev 2654)
@@ -0,0 +1,4 @@
+%var            bitname mbuffer
+%var            pkgname CSWmbuffer
+%include        url file://%{PKGLIB}/csw_dyndepend.gspec
+%copyright      url file://%{WORKSRC}/LICENSE


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