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

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Sat Jan 16 09:14:46 CET 2010


Revision: 8029
          http://gar.svn.sourceforge.net/gar/?rev=8029&view=rev
Author:   wahwah
Date:     2010-01-16 08:14:46 +0000 (Sat, 16 Jan 2010)

Log Message:
-----------
iotop: Initial commit (DTrace? What DTrace?)

Modified Paths:
--------------
    csw/mgar/pkg/iotop/trunk/Makefile
    csw/mgar/pkg/iotop/trunk/checksums

Added Paths:
-----------
    csw/mgar/pkg/iotop/

Modified: csw/mgar/pkg/iotop/trunk/Makefile
===================================================================
--- csw/mgar/pkg/template/trunk/Makefile	2010-01-15 22:54:38 UTC (rev 8028)
+++ csw/mgar/pkg/iotop/trunk/Makefile	2010-01-16 08:14:46 UTC (rev 8029)
@@ -11,8 +11,8 @@
 ## For more information about GAR variables, please see:
 ## https://sourceforge.net/apps/trac/gar/wiki/GAR%20Variable%20Reference
 ##
-GARNAME = mypkg
-GARVERSION = 1.0
+GARNAME = iotop
+GARVERSION = 0.4
 ##
 ## The category that your software fits in. This is not a descriptive field, but
 ## influences the build process. Depending on the CATEGORIES setting, different
@@ -22,10 +22,10 @@
 ## Possible settings are:
 ## apps, cpan, devel, gnome, java, kde, lang, lib, meta, net, python, server,
 ## utils, x11, xfce, xorg, xtra
-CATEGORIES = lib
+CATEGORIES = python
 ##
 ## A one-line description of the package, which will appear in the pkginfo.
-DESCRIPTION = <please fill in>
+DESCRIPTION = shows of behalf of which process is the I/O going on
 ##
 ## A longer description of the package. This is only for descriptive purposes
 ## inside the Makefile and is not used elsewhere.
@@ -39,7 +39,7 @@
 ##
 ## Whitespace-separated list of URLs to download the source package from.
 ## There are presets: $(SF_MIRRORS), $(GNU_MIRRORS) and $(GOOGLE_MIRROR).
-MASTER_SITES =
+MASTER_SITES = http://guichaz.free.fr/iotop/files/
 ##
 ## SF_PROJ is required if you set $(MASTER_SITES) to $(SF_MIRRORS) and the
 ## Sourceforge project name differs from $(GARNAME). Specifies the Sourceforge
@@ -54,10 +54,10 @@
 ## Whitespace-separated list of files which comprise this build. mGAR will look
 ## for the files in the $(FILEDIR) (trunk/files) directory and on the
 ## $(MASTER_SITES).
-DISTFILES  = $(GARNAME)-$(GARVERSION).tar.gz
+DISTFILES  = $(GARNAME)-$(GARVERSION).tar.bz2
 ##
 ## We define upstream file regex so we can be notifed of new upstream software release
-UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2
 ##
 ## Catalog name is the name to be used with pkg{-get,util} -i <pkgname>.
 ## It is different from the system package name, which by convention is CSWpkgname.
@@ -148,7 +148,7 @@
 ## CONFIGURE_SCRIPTS =
 ## BUILD_SCRIPTS =
 ## INSTALL_SCRIPTS =
-## TEST_SCRIPTS =
+TEST_SCRIPTS =
 ##
 ## Compilation settings
 ##
@@ -160,7 +160,7 @@
 ## BUILD_ARGS =
 ##
 ## Arguments passed to the ./configure script.
-CONFIGURE_ARGS = $(DIRPATHS)
+## CONFIGURE_ARGS = $(DIRPATHS)
 ##
 ## BUILD64 =
 ## CONFIGURE_ENV =
@@ -176,10 +176,4 @@
 ## The compiler to use. Defaults to SOS11, can be also: SOS12, GCC3, GCC4.
 ## GARCOMPILER = SOS11
 ##
-# Remove the following rules and uncomment the
-# include before building.
-all: .DEFAULT
-.DEFAULT:
-	@true
-
-#include gar/category.mk
+include gar/category.mk

Modified: csw/mgar/pkg/iotop/trunk/checksums
===================================================================
--- csw/mgar/pkg/template/trunk/checksums	2010-01-15 22:54:38 UTC (rev 8028)
+++ csw/mgar/pkg/iotop/trunk/checksums	2010-01-16 08:14:46 UTC (rev 8029)
@@ -0,0 +1 @@
+3607f8b77ed6686efd9a4a7e6c135ceb  iotop-0.4.tar.bz2


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