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

skayser at users.sourceforge.net skayser at users.sourceforge.net
Fri Mar 27 23:43:39 CET 2009


Revision: 4001
          http://gar.svn.sourceforge.net/gar/?rev=4001&view=rev
Author:   skayser
Date:     2009-03-27 22:43:39 +0000 (Fri, 27 Mar 2009)

Log Message:
-----------
ncdu: Initial commit

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


Property changes on: csw/mgar/pkg/ncdu/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/ncdu/trunk/Makefile
===================================================================
--- csw/mgar/pkg/ncdu/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/ncdu/trunk/Makefile	2009-03-27 22:43:39 UTC (rev 4001)
@@ -0,0 +1,26 @@
+GARNAME = ncdu
+GARVERSION = 1.4
+CATEGORIES = utils
+
+DESCRIPTION = Ncurses version of the famous old 'du' unix
+define BLURB
+As the name already suggests, ncdu is an ncurses version of the famous old 'du'
+unix command. It provides a fast and easy interface to your harddrive. Where is
+your disk space going? Why is your home directory that large? ncdu can answer
+those questions for you in just a matter of seconds!
+endef
+
+SPKG_SOURCEURL = http://dev.yorhel.nl/ncdu/
+MASTER_SITES = http://dev.yorhel.nl/download/
+DISTFILES  = $(GARNAME)-$(GARVERSION).tar.gz
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
+
+REQUIRED_PKGS = CSWncurses
+
+TEST_SCRIPTS = 
+
+EXTRA_INC = /opt/csw/include/ncurses
+
+CONFIGURE_ARGS = $(DIRPATHS)
+
+include gar/category.mk

Added: csw/mgar/pkg/ncdu/trunk/checksums
===================================================================
--- csw/mgar/pkg/ncdu/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/ncdu/trunk/checksums	2009-03-27 22:43:39 UTC (rev 4001)
@@ -0,0 +1 @@
+07f01579f7c9852033139ae9fa2414c9  download/ncdu-1.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