Date: 13 Oct 2005 18:38:52 -0000 From: Rodrigo Graeff <delphus@gmail.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/87399: [NEW PORT] sysutils/gdmap: Graphical disk map Utility Message-ID: <20051013183852.42210.qmail@mail.efaxnet.com> Resent-Message-ID: <200510131840.j9DIeJn5038862@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 87399 >Category: ports >Synopsis: [NEW PORT] sysutils/gdmap: Graphical disk map Utility >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Oct 13 18:40:19 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Rodrigo Graeff >Release: FreeBSD 5.4-RELEASE-p2 i386 >Organization: >Environment: System: FreeBSD idaho.localnet 5.4-RELEASE-p2 FreeBSD 5.4-RELEASE-p2 #0: Wed Jul 6 11:57:21 BRT >Description: 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/ Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- gdmap-0.5.0.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # gdmap # gdmap/Makefile # gdmap/distinfo # gdmap/pkg-descr # gdmap/files # gdmap/files/patch-src_gui_main.c # gdmap/pkg-plist # echo c - gdmap mkdir -p gdmap > /dev/null 2>&1 echo x - gdmap/Makefile sed 's/^X//' >gdmap/Makefile << 'END-of-gdmap/Makefile' X# New ports collection makefile for: gdmap X# Date created: 13 Oct 2005 X# Whom: Rodrigo Graeff (delphus@gmail.com) X# X# $FreeBSD$ X# X XPORTNAME= gdmap XPORTVERSION= 0.5.0 XCATEGORIES= sysutils gnome XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= gdmap X XMAINTAINER= delphus@gmail.com XCOMMENT= Graphical disk map Utility X XUSE_X_PREFIX= yes XUSE_GNOME= gnomeprefix gnomehack XUSE_GMAKE= yes XGNU_CONFIGURE= yes X XMAN1= gdmap.1 X X.include <bsd.port.mk> END-of-gdmap/Makefile echo x - gdmap/distinfo sed 's/^X//' >gdmap/distinfo << 'END-of-gdmap/distinfo' XMD5 (gdmap-0.5.0.tar.gz) = 3630f8de748c5f3b2f0a957eddfb76a6 XSIZE (gdmap-0.5.0.tar.gz) = 155508 END-of-gdmap/distinfo echo x - gdmap/pkg-descr sed 's/^X//' >gdmap/pkg-descr << 'END-of-gdmap/pkg-descr' XGdMap is a tool which allows to visualize disk space. XEver wondered why your hard disk is full or what directory and Xfiles take up most of the space? With GdMap these questions can Xbe answered quickly. To display directory structures cushion Xtreemaps are used which visualize a complete folder or even the Xwhole hard drive with one picture. X XCushion treemaps display directories and files in rectangular areas. XThe larger a file is the larger is the rectangle which represents it. XAll files in one directory are painted within the rectangle of that directory. X XWWW: http://gdmap.sourceforge.net/ END-of-gdmap/pkg-descr echo c - gdmap/files mkdir -p gdmap/files > /dev/null 2>&1 echo x - gdmap/files/patch-src_gui_main.c sed 's/^X//' >gdmap/files/patch-src_gui_main.c << 'END-of-gdmap/files/patch-src_gui_main.c' X--- src/gui_main.c.orig Sat Oct 8 21:52:10 2005 X+++ src/gui_main.c Thu Oct 13 11:45:03 2005 X@@ -11,7 +11,7 @@ X # include <config.h> X #endif X X-#include <sys/vfs.h> X+#include <sys/statvfs.h> X #include <stdlib.h> X #include <math.h> X #include <string.h> END-of-gdmap/files/patch-src_gui_main.c echo x - gdmap/pkg-plist sed 's/^X//' >gdmap/pkg-plist << 'END-of-gdmap/pkg-plist' Xbin/gdmap Xshare/gnome/applications/gdmap.desktop Xshare/gnome/pixmaps/gdmap_icon.png Xshare/gnome/pixmaps/gdmap_icon.png END-of-gdmap/pkg-plist exit --- gdmap-0.5.0.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051013183852.42210.qmail>