Initial import of kdirstat 2.0.0.
KDirStat (KDE Directory Statistics) is a small utility program that sums up disk usage for direcory trees, very much like the Unix 'du' command. It displays the disk space used up by a directory tree, both numerically and graphically.
This commit is contained in:
parent
6008f8b423
commit
2ce125b4f9
41
x11/kdirstat/Makefile
Normal file
41
x11/kdirstat/Makefile
Normal file
@ -0,0 +1,41 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2002/03/01 06:24:08 kevlo Exp $
|
||||
|
||||
COMMENT= "graphical disk usage utility"
|
||||
|
||||
DISTNAME= kdirstat-2.0.0
|
||||
CATEGORIES= x11
|
||||
NEED_VERSION= 1.505
|
||||
|
||||
HOMEPAGE= http://kdirstat.sourceforge.net/
|
||||
|
||||
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
||||
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM=Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${HOMEPAGE}/download/
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
BUILD_DEPENDS= ::x11/qt2-designer
|
||||
LIB_DEPENDS= kdecore.3,DCOP,kdesu,kdeui,kfile,kio,kssl,ksycoca::x11/kde/libs2
|
||||
|
||||
MODULES= qt2
|
||||
|
||||
MAKE_ENV= ${CONFIGURE_ENV}
|
||||
# Ensure qt2 will always be at the front
|
||||
MAKE_FLAGS= CXXLD='--tag CXX ${CXX} -L${MODQT_LIBDIR}'
|
||||
|
||||
USE_X11= Yes
|
||||
USE_GMAKE= Yes
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS= ${MODQT_CONFIGURE_ARGS}
|
||||
CONFIGURE_ARGS+= --with-extra-libs=${LOCALBASE}/lib
|
||||
CONFIGURE_ARGS+= --with-extra-includes=${LOCALBASE}/include
|
||||
CONFIGURE_ARGS+= --enable-static
|
||||
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
|
||||
CONFIGURE_ENV= KDEDIR=${LOCALBASE}
|
||||
MODGNU_CONFIG_GUESS_DIRS= ${WRKSRC}/admin
|
||||
|
||||
.include <bsd.port.mk>
|
3
x11/kdirstat/distinfo
Normal file
3
x11/kdirstat/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (kdirstat-2.0.0.tgz) = 9fb830bcb9192d2b8111b50ff74ec5dc
|
||||
RMD160 (kdirstat-2.0.0.tgz) = 04a8007a8c6a3d52098ff70c3816d216ad1ef9e7
|
||||
SHA1 (kdirstat-2.0.0.tgz) = 5294df115b11c029e6fa724afedb57f98aa1362f
|
6
x11/kdirstat/pkg/DESCR
Normal file
6
x11/kdirstat/pkg/DESCR
Normal file
@ -0,0 +1,6 @@
|
||||
KDirStat (KDE Directory Statistics) is a small utility program that sums
|
||||
up disk usage for direcory trees, very much like the Unix 'du' command.
|
||||
It displays the disk space used up by a directory tree, both numerically
|
||||
and graphically.
|
||||
|
||||
WWW: ${HOMEPAGE}
|
32
x11/kdirstat/pkg/PLIST
Normal file
32
x11/kdirstat/pkg/PLIST
Normal file
@ -0,0 +1,32 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2002/03/01 06:24:08 kevlo Exp $
|
||||
bin/kdirstat
|
||||
share/applnk/Utilities/kdirstat.desktop
|
||||
share/apps/kdirstat/icons/hicolor/16x16/actions/symlink.png
|
||||
share/apps/kdirstat/icons/hicolor/32x32/actions/symlink.png
|
||||
share/apps/kdirstat/icons/hicolor/48x48/actions/symlink.png
|
||||
share/apps/kdirstat/icons/locolor/16x16/actions/symlink.png
|
||||
share/apps/kdirstat/kdirstatui.rc
|
||||
share/doc/HTML/en/kdirstat/common
|
||||
share/doc/HTML/en/kdirstat/feedback-mail.png
|
||||
share/doc/HTML/en/kdirstat/index.cache.bz2
|
||||
share/doc/HTML/en/kdirstat/index.docbook
|
||||
share/doc/HTML/en/kdirstat/kdirstat-config-cleanups.png
|
||||
share/doc/HTML/en/kdirstat/kdirstat-config-tree-colors.png
|
||||
share/doc/HTML/en/kdirstat/kdirstat-main.png
|
||||
share/icons/hicolor/16x16/apps/kdirstat.png
|
||||
share/icons/hicolor/32x32/apps/kdirstat.png
|
||||
share/icons/locolor/16x16/apps/kdirstat.png
|
||||
share/icons/locolor/32x32/apps/kdirstat.png
|
||||
@dirrm share/doc/HTML/en/kdirstat
|
||||
@dirrm share/apps/kdirstat/icons/locolor/16x16/actions
|
||||
@dirrm share/apps/kdirstat/icons/locolor/16x16
|
||||
@dirrm share/apps/kdirstat/icons/locolor
|
||||
@dirrm share/apps/kdirstat/icons/hicolor/48x48/actions
|
||||
@dirrm share/apps/kdirstat/icons/hicolor/48x48
|
||||
@dirrm share/apps/kdirstat/icons/hicolor/32x32/actions
|
||||
@dirrm share/apps/kdirstat/icons/hicolor/32x32
|
||||
@dirrm share/apps/kdirstat/icons/hicolor/16x16/actions
|
||||
@dirrm share/apps/kdirstat/icons/hicolor/16x16
|
||||
@dirrm share/apps/kdirstat/icons/hicolor
|
||||
@dirrm share/apps/kdirstat/icons
|
||||
@dirrm share/apps/kdirstat
|
Loading…
x
Reference in New Issue
Block a user