From owner-cvs-all@FreeBSD.ORG  Fri Oct 14 14:36:58 2005
Return-Path: <owner-cvs-all@FreeBSD.ORG>
X-Original-To: cvs-all@FreeBSD.org
Delivered-To: cvs-all@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 4B04516A41F;
	Fri, 14 Oct 2005 14:36:58 +0000 (GMT)
	(envelope-from garga@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 1AC7743D49;
	Fri, 14 Oct 2005 14:36:58 +0000 (GMT)
	(envelope-from garga@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j9EEavPB058388;
	Fri, 14 Oct 2005 14:36:57 GMT
	(envelope-from garga@repoman.freebsd.org)
Received: (from garga@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j9EEavWd058387;
	Fri, 14 Oct 2005 14:36:57 GMT (envelope-from garga)
Message-Id: <200510141436.j9EEavWd058387@repoman.freebsd.org>
From: Renato Botelho <garga@FreeBSD.org>
Date: Fri, 14 Oct 2005 14:36:57 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Cc: 
Subject: cvs commit: ports/sysutils Makefile ports/sysutils/gdmap Makefile
 distinfo pkg-descr pkg-plist
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>,
	<mailto:cvs-all-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-all>
List-Post: <mailto:cvs-all@freebsd.org>
List-Help: <mailto:cvs-all-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>,
	<mailto:cvs-all-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 14 Oct 2005 14:36:58 -0000

garga       2005-10-14 14:36:57 UTC

  FreeBSD ports repository

  Modified files:
    sysutils             Makefile 
  Added files:
    sysutils/gdmap       Makefile distinfo pkg-descr pkg-plist 
  Log:
  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.
  
  Cushion treemaps display directories and files in rectangular areas.
  The larger a file is the larger is the rectangle which represents it.
  All files in one directory are painted within the rectangle of that directory.
  
  WWW: http://gdmap.sourceforge.net/
  
  PR:             ports/87399
  Submitted by:   Rodrigo Graeff <delphus@gmail.com>
  
  Revision  Changes    Path
  1.707     +1 -0      ports/sysutils/Makefile
  1.1       +37 -0     ports/sysutils/gdmap/Makefile (new)
  1.1       +2 -0      ports/sysutils/gdmap/distinfo (new)
  1.1       +12 -0     ports/sysutils/gdmap/pkg-descr (new)
  1.1       +6 -0      ports/sysutils/gdmap/pkg-plist (new)