Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F159938237
D11899.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
9 KB
Referenced Files
None
Subscribers
None
D11899.diff
View Options
Index: head/MOVED
===================================================================
--- head/MOVED
+++ head/MOVED
@@ -9546,3 +9546,4 @@
security/clambc||2017-09-14|Has expired: Practically unmaintained, featuring issues elsewhere solved 6 years ago
devel/cmake-modules||2017-09-14|Merged with devel/cmake
devel/cargo|lang/rust|2017-09-15|Merged with lang/rust
+sysutils/filelight-kde4|sysutils/filelight|2017-09-16|Renamed to sysutils/filelight
Index: head/sysutils/Makefile
===================================================================
--- head/sysutils/Makefile
+++ head/sysutils/Makefile
@@ -312,7 +312,7 @@
SUBDIR += ffs2recov
SUBDIR += file
SUBDIR += filedupe
- SUBDIR += filelight-kde4
+ SUBDIR += filelight
SUBDIR += fileprune
SUBDIR += fileschanged
SUBDIR += filetype
Index: head/sysutils/filelight-kde4/Makefile
===================================================================
--- head/sysutils/filelight-kde4/Makefile
+++ head/sysutils/filelight-kde4/Makefile
@@ -1,16 +0,0 @@
-# Created by: Rusty Nejdl <rnejdl@ringofsaturn.com>
-# $FreeBSD$
-
-PORTNAME= filelight
-PORTVERSION= ${KDE4_VERSION}
-PORTREVISION= 1
-CATEGORIES= sysutils kde kde-kde4
-
-MAINTAINER= kde@FreeBSD.org
-COMMENT= Map of concentric segmented-rings representing file system
-
-USES= cmake:outsource kde:4 tar:xz
-USE_KDE= kdelibs automoc4
-USE_QT4= qmake_build moc_build rcc_build uic_build
-
-.include <bsd.port.mk>
Index: head/sysutils/filelight-kde4/distinfo
===================================================================
--- head/sysutils/filelight-kde4/distinfo
+++ head/sysutils/filelight-kde4/distinfo
@@ -1,2 +0,0 @@
-SHA256 (KDE/4.14.3/filelight-4.14.3.tar.xz) = 81d59038b6d748bb874ece861943e6cf0576ebde0c48ee953214d5ddbe09f79a
-SIZE (KDE/4.14.3/filelight-4.14.3.tar.xz) = 286976
Index: head/sysutils/filelight-kde4/pkg-descr
===================================================================
--- head/sysutils/filelight-kde4/pkg-descr
+++ head/sysutils/filelight-kde4/pkg-descr
@@ -1,7 +0,0 @@
-Filelight allows you to quickly understand exactly where your
-diskspace is being used by graphically representing your file system
-as a set of concentric segmented-rings. You can use it to locate
-hotspots of disk usage and then manipulate those areas using a file
-manager.
-
-WWW: http://utils.kde.org/projects/filelight
Index: head/sysutils/filelight-kde4/pkg-plist
===================================================================
--- head/sysutils/filelight-kde4/pkg-plist
+++ head/sysutils/filelight-kde4/pkg-plist
@@ -1,21 +0,0 @@
-bin/filelight
-lib/kde4/filelightpart.so
-share/applications/kde4/filelight.desktop
-share/apps/filelight/filelightui.rc
-share/apps/filelightpart/filelightpartui.rc
-share/config/filelightrc
-share/doc/HTML/en/filelight/common
-share/doc/HTML/en/filelight/config_appear.png
-share/doc/HTML/en/filelight/config_scan.png
-share/doc/HTML/en/filelight/index.cache.bz2
-share/doc/HTML/en/filelight/index.docbook
-share/doc/HTML/en/filelight/radial_map.png
-share/doc/HTML/en/filelight/radial_map_context_menu.png
-share/icons/hicolor/16x16/apps/filelight.png
-share/icons/hicolor/22x22/apps/filelight.png
-share/icons/hicolor/32x32/actions/view_filelight.png
-share/icons/hicolor/32x32/apps/filelight.png
-share/icons/hicolor/48x48/apps/filelight.png
-share/icons/hicolor/64x64/apps/filelight.png
-share/icons/hicolor/scalable/apps/filelight.svgz
-share/kde4/services/filelightpart.desktop
Index: head/sysutils/filelight/Makefile
===================================================================
--- head/sysutils/filelight/Makefile
+++ head/sysutils/filelight/Makefile
@@ -0,0 +1,26 @@
+# Created by: Rusty Nejdl <rnejdl@ringofsaturn.com>
+# $FreeBSD$
+
+PORTNAME= filelight
+PORTVERSION= ${KDE_APPLICATIONS_VERSION}
+CATEGORIES= sysutils kde kde-applications
+
+MAINTAINER= kde@FreeBSD.org
+COMMENT= Map of concentric segmented-rings representing file system
+
+BUILD_DEPENDS= ${LOCALBASE}/share/xsl/docbook/html/docbook.xsl:textproc/docbook-xsl \
+ docbook-xml>0:textproc/docbook-xml
+
+USES= cmake:outsource desktop-file-utils gettext kde:5 tar:xz
+USE_KDE= auth codecs completion config configwidgets coreaddons doctools \
+ ecm i18n jobwidgets kio parts service solid sonnet textwidgets \
+ widgetsaddons xmlgui
+USE_QT5= core dbus gui network script widgets xml \
+ buildtools_build qmake_build
+
+# Override KDE_APPLICATIONS_VERSION -- 16.12.3 which is the current one in kde.mk
+# does not yet ship the localization as part of their distfiles. As we did not import
+# kde-l10n 16.12.3, the localization of this port would be broken otherwise.
+KDE_APPLICATIONS_VERSION= 17.04.3
+
+.include <bsd.port.mk>
Index: head/sysutils/filelight/distinfo
===================================================================
--- head/sysutils/filelight/distinfo
+++ head/sysutils/filelight/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1505545501
+SHA256 (KDE/applications/17.04.3/filelight-17.04.3.tar.xz) = efd5abd3bdb53dc77dbcc0947f28c9a9f004ce7cc905d16244fb8df847843c6b
+SIZE (KDE/applications/17.04.3/filelight-17.04.3.tar.xz) = 652892
Index: head/sysutils/filelight/pkg-descr
===================================================================
--- head/sysutils/filelight/pkg-descr
+++ head/sysutils/filelight/pkg-descr
@@ -0,0 +1,7 @@
+Filelight allows you to quickly understand exactly where your
+diskspace is being used by graphically representing your file system
+as a set of concentric segmented-rings. You can use it to locate
+hotspots of disk usage and then manipulate those areas using a file
+manager.
+
+WWW: http://utils.kde.org/projects/filelight
Index: head/sysutils/filelight/pkg-plist
===================================================================
--- head/sysutils/filelight/pkg-plist
+++ head/sysutils/filelight/pkg-plist
@@ -0,0 +1,96 @@
+bin/filelight
+etc/xdg/filelightrc
+%%QT_PLUGINDIR%%/filelightpart.so
+share/applications/org.kde.filelight.desktop
+share/doc/HTML/de/filelight/config_appear.png
+share/doc/HTML/de/filelight/config_scan.png
+share/doc/HTML/de/filelight/index.cache.bz2
+share/doc/HTML/de/filelight/index.docbook
+share/doc/HTML/de/filelight/radial_map.png
+share/doc/HTML/de/filelight/radial_map_context_menu.png
+share/doc/HTML/en/filelight/config_appear.png
+share/doc/HTML/en/filelight/config_scan.png
+share/doc/HTML/en/filelight/index.cache.bz2
+share/doc/HTML/en/filelight/index.docbook
+share/doc/HTML/en/filelight/radial_map.png
+share/doc/HTML/en/filelight/radial_map_context_menu.png
+share/doc/HTML/es/filelight/index.cache.bz2
+share/doc/HTML/es/filelight/index.docbook
+share/doc/HTML/et/filelight/index.cache.bz2
+share/doc/HTML/et/filelight/index.docbook
+share/doc/HTML/fr/filelight/index.cache.bz2
+share/doc/HTML/fr/filelight/index.docbook
+share/doc/HTML/it/filelight/index.cache.bz2
+share/doc/HTML/it/filelight/index.docbook
+share/doc/HTML/nl/filelight/index.cache.bz2
+share/doc/HTML/nl/filelight/index.docbook
+share/doc/HTML/pt/filelight/index.cache.bz2
+share/doc/HTML/pt/filelight/index.docbook
+share/doc/HTML/pt_BR/filelight/config_appear.png
+share/doc/HTML/pt_BR/filelight/config_scan.png
+share/doc/HTML/pt_BR/filelight/index.cache.bz2
+share/doc/HTML/pt_BR/filelight/index.docbook
+share/doc/HTML/pt_BR/filelight/radial_map.png
+share/doc/HTML/pt_BR/filelight/radial_map_context_menu.png
+share/doc/HTML/sv/filelight/index.cache.bz2
+share/doc/HTML/sv/filelight/index.docbook
+share/doc/HTML/uk/filelight/config_appear.png
+share/doc/HTML/uk/filelight/config_scan.png
+share/doc/HTML/uk/filelight/index.cache.bz2
+share/doc/HTML/uk/filelight/index.docbook
+share/doc/HTML/uk/filelight/radial_map.png
+share/doc/HTML/uk/filelight/radial_map_context_menu.png
+share/kservices5/filelightpart.desktop
+share/kxmlgui5/filelightpart/filelightpartui.rc
+share/icons/hicolor/16x16/apps/filelight.png
+share/icons/hicolor/22x22/apps/filelight.png
+share/icons/hicolor/32x32/actions/views_filelight.png
+share/icons/hicolor/32x32/apps/filelight.png
+share/icons/hicolor/48x48/apps/filelight.png
+share/icons/hicolor/64x64/apps/filelight.png
+share/kxmlgui5/filelight/filelightui.rc
+share/locale/ast/LC_MESSAGES/filelight.mo
+share/locale/bg/LC_MESSAGES/filelight.mo
+share/locale/bs/LC_MESSAGES/filelight.mo
+share/locale/ca/LC_MESSAGES/filelight.mo
+share/locale/ca@valencia/LC_MESSAGES/filelight.mo
+share/locale/cs/LC_MESSAGES/filelight.mo
+share/locale/da/LC_MESSAGES/filelight.mo
+share/locale/de/LC_MESSAGES/filelight.mo
+share/locale/el/LC_MESSAGES/filelight.mo
+share/locale/en_GB/LC_MESSAGES/filelight.mo
+share/locale/eo/LC_MESSAGES/filelight.mo
+share/locale/es/LC_MESSAGES/filelight.mo
+share/locale/et/LC_MESSAGES/filelight.mo
+share/locale/eu/LC_MESSAGES/filelight.mo
+share/locale/fi/LC_MESSAGES/filelight.mo
+share/locale/fr/LC_MESSAGES/filelight.mo
+share/locale/ga/LC_MESSAGES/filelight.mo
+share/locale/gl/LC_MESSAGES/filelight.mo
+share/locale/hu/LC_MESSAGES/filelight.mo
+share/locale/ia/LC_MESSAGES/filelight.mo
+share/locale/it/LC_MESSAGES/filelight.mo
+share/locale/ja/LC_MESSAGES/filelight.mo
+share/locale/kk/LC_MESSAGES/filelight.mo
+share/locale/ko/LC_MESSAGES/filelight.mo
+share/locale/lt/LC_MESSAGES/filelight.mo
+share/locale/mr/LC_MESSAGES/filelight.mo
+share/locale/nb/LC_MESSAGES/filelight.mo
+share/locale/nds/LC_MESSAGES/filelight.mo
+share/locale/nl/LC_MESSAGES/filelight.mo
+share/locale/nn/LC_MESSAGES/filelight.mo
+share/locale/pa/LC_MESSAGES/filelight.mo
+share/locale/pl/LC_MESSAGES/filelight.mo
+share/locale/pt/LC_MESSAGES/filelight.mo
+share/locale/pt_BR/LC_MESSAGES/filelight.mo
+share/locale/ro/LC_MESSAGES/filelight.mo
+share/locale/ru/LC_MESSAGES/filelight.mo
+share/locale/sk/LC_MESSAGES/filelight.mo
+share/locale/sl/LC_MESSAGES/filelight.mo
+share/locale/sr/LC_MESSAGES/filelight.mo
+share/locale/sv/LC_MESSAGES/filelight.mo
+share/locale/tr/LC_MESSAGES/filelight.mo
+share/locale/ug/LC_MESSAGES/filelight.mo
+share/locale/uk/LC_MESSAGES/filelight.mo
+share/locale/zh_CN/LC_MESSAGES/filelight.mo
+share/locale/zh_TW/LC_MESSAGES/filelight.mo
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Jun 20, 6:11 PM (10 h, 54 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34124167
Default Alt Text
D11899.diff (9 KB)
Attached To
Mode
D11899: Update sysutils/filelight-kde4 to 17.04.3 and rename it in the process
Attached
Detach File
Event Timeline
Log In to Comment