Date: Thu, 6 Mar 2014 02:51:09 +0900 From: KATO Tsuguru <tkato432@yahoo.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/187292: sysutils/gdmap: Update to version 0.8.1 Message-ID: <20140306025109.599b1f7a507ec92a40d83bcf@yahoo.com> Resent-Message-ID: <201403051810.s25IA1fP095410@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 187292 >Category: ports >Synopsis: sysutils/gdmap: Update to version 0.8.1 >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: Wed Mar 05 18:10:01 UTC 2014 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 8.4-RELEASE-p7 i386 >Organization: >Environment: >Description: - Update to version 0.8.1 >How-To-Repeat: >Fix: diff -urN /usr/ports/sysutils/gdmap/Makefile sysutils/gdmap/Makefile --- /usr/ports/sysutils/gdmap/Makefile 2014-03-01 06:21:12.000000000 +0900 +++ sysutils/gdmap/Makefile 2014-03-06 00:00:00.000000000 +0900 @@ -2,27 +2,34 @@ # $FreeBSD: head/sysutils/gdmap/Makefile 346559 2014-02-28 17:52:04Z antoine $ PORTNAME= gdmap -PORTVERSION= 0.7.5 -PORTREVISION= 7 +PORTVERSION= 0.8.1 CATEGORIES= sysutils gnome MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Graphical disk map Utility +LICENSE= GPLv2 + BUILD_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser -USE_GNOME= gnomeprefix gnomehack gtk20 -USES= gmake perl5 pkgconfig +USES= gettext gmake pathfix perl5 pkgconfig +USE_PERL5= build +USE_GNOME= gtk20 GNU_CONFIGURE= yes -MAN1= gdmap.1 +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib -NO_STAGE= yes post-patch: - @${REINPLACE_CMD} -e 's,<sys/vfs.h>,<sys/statvfs.h>,' \ - ${WRKSRC}/src/gui_main.c - @${REINPLACE_CMD} -e 's|-D.*_DISABLE_DEPRECATED||g' \ + @${REINPLACE_CMD} -e \ + 's|-D.*_DISABLE_DEPRECATED||g' \ ${WRKSRC}/configure + @${REINPLACE_CMD} -e \ + 's|<sys/vfs.h>|<sys/statvfs.h>|' \ + ${WRKSRC}/src/gui_main.c + @${REINPLACE_CMD} -e \ + 's|=\(gdmap_icon.png\)|=${PREFIX}/share/pixmaps/\1|' \ + ${WRKSRC}/data/gdmap.desktop.in .include <bsd.port.mk> diff -urN /usr/ports/sysutils/gdmap/distinfo sysutils/gdmap/distinfo --- /usr/ports/sysutils/gdmap/distinfo 2014-01-23 04:25:10.000000000 +0900 +++ sysutils/gdmap/distinfo 2014-03-06 00:00:00.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (gdmap-0.7.5.tar.gz) = 466cd3bac08bec655af18419bf7aa6d7143ac5fbb31ddf8cb75b02bcc27fae6f -SIZE (gdmap-0.7.5.tar.gz) = 175869 +SHA256 (gdmap-0.8.1.tar.gz) = a200c98004b349443f853bf611e49941403fce46f2335850913f85c710a2285b +SIZE (gdmap-0.8.1.tar.gz) = 190823 diff -urN /usr/ports/sysutils/gdmap/pkg-descr sysutils/gdmap/pkg-descr --- /usr/ports/sysutils/gdmap/pkg-descr 2014-01-23 04:25:10.000000000 +0900 +++ sysutils/gdmap/pkg-descr 2014-03-06 00:00:00.000000000 +0900 @@ -1,12 +1,5 @@ -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. +GdMap is a tool to inspect the used space of folders. Files are +displayed in a cushioned tree map. Useful if you wonder where all your +free space went to. WWW: http://gdmap.sourceforge.net/ diff -urN /usr/ports/sysutils/gdmap/pkg-plist sysutils/gdmap/pkg-plist --- /usr/ports/sysutils/gdmap/pkg-plist 2014-01-23 04:25:10.000000000 +0900 +++ sysutils/gdmap/pkg-plist 2014-03-06 00:00:00.000000000 +0900 @@ -1,6 +1,20 @@ bin/gdmap +man/man1/gdmap.1.gz share/applications/gdmap.desktop -share/gdmap/pixmaps/gdmap_icon.png +%%DATADIR%%/pixmaps/gdmap_icon.png +share/locale/bg/LC_MESSAGES/GdMap.mo +share/locale/de/LC_MESSAGES/GdMap.mo +share/locale/dk/LC_MESSAGES/GdMap.mo +share/locale/es/LC_MESSAGES/GdMap.mo +share/locale/fr/LC_MESSAGES/GdMap.mo +share/locale/he/LC_MESSAGES/GdMap.mo +share/locale/hr/LC_MESSAGES/GdMap.mo +share/locale/it/LC_MESSAGES/GdMap.mo +share/locale/nb/LC_MESSAGES/GdMap.mo +share/locale/no/LC_MESSAGES/GdMap.mo +share/locale/ru/LC_MESSAGES/GdMap.mo +share/locale/sv/LC_MESSAGES/GdMap.mo +share/locale/tr/LC_MESSAGES/GdMap.mo share/pixmaps/gdmap_icon.png -@dirrm share/gdmap/pixmaps -@dirrm share/gdmap +@dirrm %%DATADIR%%/pixmaps +@dirrm %%DATADIR%% >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140306025109.599b1f7a507ec92a40d83bcf>