[csw-devel] SF.net SVN: gar:[8910] csw/mgar/pkg
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Mon Mar 1 12:09:49 CET 2010
Revision: 8910
http://gar.svn.sourceforge.net/gar/?rev=8910&view=rev
Author: dmichelsen
Date: 2010-03-01 11:09:48 +0000 (Mon, 01 Mar 2010)
Log Message:
-----------
gdmap: Initial commit
Added Paths:
-----------
csw/mgar/pkg/gdmap/
csw/mgar/pkg/gdmap/branches/
csw/mgar/pkg/gdmap/tags/
csw/mgar/pkg/gdmap/trunk/
csw/mgar/pkg/gdmap/trunk/Makefile
csw/mgar/pkg/gdmap/trunk/checksums
csw/mgar/pkg/gdmap/trunk/files/
Property changes on: csw/mgar/pkg/gdmap/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/gdmap/trunk/Makefile
===================================================================
--- csw/mgar/pkg/gdmap/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/gdmap/trunk/Makefile 2010-03-01 11:09:48 UTC (rev 8910)
@@ -0,0 +1,38 @@
+GARNAME = gdmap
+GARVERSION = 0.8.1
+CATEGORIES = utils
+
+DESCRIPTION = GdMap is a tool which allows to visualize disk space
+define BLURB
+ GdMap is a tool which allows to visualize disk space. Ever wondered why your
+ hard disk is full or what directory and files take up most of the space?
+ With GdMap these questions can be answered quickly. To display directory
+ structures cushion treemaps are used which visualize a complete folder or
+ even the whole hard drive with one picture.
+endef
+
+MASTER_SITES = $(SF_MIRROR)
+DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
+
+# We define upstream file regex so we can be notifed of new upstream software release
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
+
+RUNTIME_DEP_PKGS = CSWfconfig CSWftype2 CSWggettextrt CSWglib2 CSWgtk2 CSWlibatk CSWlibcairo CSWlibxml2 CSWpango
+BUILD_DEP_PKGS = $(RUNTIME_DEP_PKGS)
+BUILD_DEP_PKGS += CSWglib2devel CSWgtk2devel CSWlibcairodevel CSWlibxml2devel CSWpangodevel
+
+EXTRA_INC = $(prefix)X11/include
+EXTRA_LIB = $(prefix)/X11/lib
+EXTRA_PKG_CONFIG_DIRS = $(prefix)/X11/lib
+
+# Needed for sqrt(3m)
+EXTRA_LDFLAGS = -lm
+
+CONFIGURE_ARGS = $(DIRPATHS)
+
+TEST_TARGET = check
+
+include gar/category.mk
+
+# For GNU gettext
+PATH := /opt/csw/gnu:$(PATH)
Added: csw/mgar/pkg/gdmap/trunk/checksums
===================================================================
--- csw/mgar/pkg/gdmap/trunk/checksums (rev 0)
+++ csw/mgar/pkg/gdmap/trunk/checksums 2010-03-01 11:09:48 UTC (rev 8910)
@@ -0,0 +1 @@
+54b43354dbe774810104607ad1eaaed3 gdmap-0.8.1.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