svn commit: r347833 - head/sysutils/gdmap
Martin Wilke
miwi at FreeBSD.org
Tue Mar 11 02:39:08 UTC 2014
Author: miwi
Date: Tue Mar 11 02:39:07 2014
New Revision: 347833
URL: http://svnweb.freebsd.org/changeset/ports/347833
QAT: https://qat.redports.org/buildarchive/r347833/
Log:
- Update License
- Update to 0.8.1
- Update pkg-descr
- pet portlint
PR: 187291
Submitted by: ports fury
Modified:
head/sysutils/gdmap/Makefile
head/sysutils/gdmap/distinfo
head/sysutils/gdmap/pkg-descr
head/sysutils/gdmap/pkg-plist
Modified: head/sysutils/gdmap/Makefile
==============================================================================
--- head/sysutils/gdmap/Makefile Tue Mar 11 02:37:33 2014 (r347832)
+++ head/sysutils/gdmap/Makefile Tue Mar 11 02:39:07 2014 (r347833)
@@ -2,27 +2,34 @@
# $FreeBSD$
PORTNAME= gdmap
-PORTVERSION= 0.7.5
-PORTREVISION= 7
+PORTVERSION= 0.8.1
CATEGORIES= sysutils gnome
MASTER_SITES= SF
MAINTAINER= ports at 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>
Modified: head/sysutils/gdmap/distinfo
==============================================================================
--- head/sysutils/gdmap/distinfo Tue Mar 11 02:37:33 2014 (r347832)
+++ head/sysutils/gdmap/distinfo Tue Mar 11 02:39:07 2014 (r347833)
@@ -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
Modified: head/sysutils/gdmap/pkg-descr
==============================================================================
--- head/sysutils/gdmap/pkg-descr Tue Mar 11 02:37:33 2014 (r347832)
+++ head/sysutils/gdmap/pkg-descr Tue Mar 11 02:39:07 2014 (r347833)
@@ -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/
Modified: head/sysutils/gdmap/pkg-plist
==============================================================================
--- head/sysutils/gdmap/pkg-plist Tue Mar 11 02:37:33 2014 (r347832)
+++ head/sysutils/gdmap/pkg-plist Tue Mar 11 02:39:07 2014 (r347833)
@@ -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
- at dirrm share/gdmap/pixmaps
- at dirrm share/gdmap
+ at dirrm %%DATADIR%%/pixmaps
+ at dirrm %%DATADIR%%
More information about the svn-ports-head
mailing list