svn commit: r481389 - head/devel/okteta

Tobias C. Berner tcberner at FreeBSD.org
Sat Oct 6 19:41:00 UTC 2018


Author: tcberner
Date: Sat Oct  6 19:40:58 2018
New Revision: 481389
URL: https://svnweb.freebsd.org/changeset/ports/481389

Log:
  devel/okteta: update to 0.25.3
  
  - while here, fix up pkg-descr

Modified:
  head/devel/okteta/Makefile
  head/devel/okteta/distinfo
  head/devel/okteta/pkg-descr
  head/devel/okteta/pkg-plist

Modified: head/devel/okteta/Makefile
==============================================================================
--- head/devel/okteta/Makefile	Sat Oct  6 19:37:37 2018	(r481388)
+++ head/devel/okteta/Makefile	Sat Oct  6 19:40:58 2018	(r481389)
@@ -1,8 +1,10 @@
 # $FreeBSD$
 
 PORTNAME=	okteta
-DISTVERSION=	${KDE_APPLICATIONS_VERSION}
-CATEGORIES=	devel kde kde-applications
+DISTVERSION=	0.25.3
+PORTEPOCH=	1
+CATEGORIES=	devel kde
+MASTER_SITES=	KDE/stable/${PORTNAME}/${DISTVERSION}/src
 
 MAINTAINER=	kde at FreeBSD.org
 COMMENT=	KDE hex editor
@@ -15,13 +17,9 @@ USE_KDE=	attica auth bookmarks codecs completion crash
 		ecm i18n iconthemes itemviews jobwidgets kcmutils kio \
 		newstuff parts service solid sonnet textwidgets \
 		widgetsaddons xmlgui
-USE_QT=		core dbus designer gui network printsupport script scripttools \
-		widgets xml \
+USE_QT=		concurrent core dbus designer gui network printsupport qml \
+		script scripttools widgets xml \
 		buildtools_build qmake_build
 USE_LDCONFIG=	yes
-
-# okteta is no longer released as part of KDE Appplications past 17.12.3
-# Until there is a new release, use the last one
-KDE_APPLICATIONS_VERSION=	17.12.3
 
 .include <bsd.port.mk>

Modified: head/devel/okteta/distinfo
==============================================================================
--- head/devel/okteta/distinfo	Sat Oct  6 19:37:37 2018	(r481388)
+++ head/devel/okteta/distinfo	Sat Oct  6 19:40:58 2018	(r481389)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1520519224
-SHA256 (KDE/applications/17.12.3/okteta-17.12.3.tar.xz) = 64b2d5264ac3b2e8010cbcf58fe03c567d4e44684a4fcd6e135eb14007da9a0f
-SIZE (KDE/applications/17.12.3/okteta-17.12.3.tar.xz) = 962772
+TIMESTAMP = 1538851059
+SHA256 (okteta-0.25.3.tar.xz) = 51d9983c0e692c317af24cd7efaaf7bb29e815a07c2811564085a57966bda656
+SIZE (okteta-0.25.3.tar.xz) = 950956

Modified: head/devel/okteta/pkg-descr
==============================================================================
--- head/devel/okteta/pkg-descr	Sat Oct  6 19:37:37 2018	(r481388)
+++ head/devel/okteta/pkg-descr	Sat Oct  6 19:40:58 2018	(r481389)
@@ -1 +1,30 @@
-KDE hex editor.
+Okteta is a simple editor for the raw data of files.
+
+Features
+ *  Values and characters shown either in two columns (the traditional display
+    in hex editors) or in rows with the value on top of the character
+ *  Editing and navigating similar to a text editor
+ *  Customizable data views
+ *  Data view profiles
+ *  Tools dockable on all sides or floating
+ *  Numerical encodings: Hexadecimal, Decimal, Octal, Binary
+ *  Character encodings: All 8-bit encodings as supplied by Qt, EBCDIC
+ *  Fast data rendering on screen
+ *  Multiple open files
+ *  Support for remote files, by http, ftp, fish & other protocols supported by
+    KDE Platform
+ *  Export of data to text, both file and clipboard.
+ *  Checksum/Hashsum calculator: Modular sum (8/16/32/64 bit), Adler-32, CRC-32
+    and Hashsums by the QCA2 library, can be SHA-0/1/224/256/384/512, MD2/4/5,
+    RIPEMD-160, Whirlpool
+ *  Structures tool for analyzing and editing based on user-creatable structure
+    definitions
+ *  Statistic tool
+ *  String extraction tool
+ *  8-bit charset conversion tool
+ *  Decoding table listing common simple data types.
+ *  Bookmarks
+ *  Printing
+ *  Table with complete list of all byte values
+
+WWW: https://www.kde.org/applications/utilities/okteta/

Modified: head/devel/okteta/pkg-plist
==============================================================================
--- head/devel/okteta/pkg-plist	Sat Oct  6 19:37:37 2018	(r481388)
+++ head/devel/okteta/pkg-plist	Sat Oct  6 19:40:58 2018	(r481389)
@@ -81,11 +81,14 @@ include/Kasten/ModifiedBarController
 include/Kasten/MultiDocumentStrategy
 include/Kasten/MultiViewAreas
 include/Kasten/Okteta/AbstractByteArrayStreamEncoder
+include/Kasten/Okteta/AddressComboBox
+include/Kasten/Okteta/AddressValidator
 include/Kasten/Okteta/BookmarksController
 include/Kasten/Okteta/BookmarksTool
 include/Kasten/Okteta/BookmarksToolFactory
 include/Kasten/Okteta/BookmarksToolView
 include/Kasten/Okteta/BookmarksToolViewFactory
+include/Kasten/Okteta/ByteArrayComboBox
 include/Kasten/Okteta/ByteArrayDataGeneratorConfigEditorFactoryFactory
 include/Kasten/Okteta/ByteArrayDataGeneratorFactory
 include/Kasten/Okteta/ByteArrayDocument
@@ -322,11 +325,14 @@ include/kasten/modifiedbarcontroller.h
 include/kasten/multidocumentstrategy.h
 include/kasten/multiviewareas.h
 include/kasten/okteta/abstractbytearraystreamencoder.h
+include/kasten/okteta/addresscombobox.h
+include/kasten/okteta/addressvalidator.h
 include/kasten/okteta/bookmarkscontroller.h
 include/kasten/okteta/bookmarkstool.h
 include/kasten/okteta/bookmarkstoolfactory.h
 include/kasten/okteta/bookmarkstoolview.h
 include/kasten/okteta/bookmarkstoolviewfactory.h
+include/kasten/okteta/bytearraycombobox.h
 include/kasten/okteta/bytearraydatageneratorconfigeditorfactoryfactory.h
 include/kasten/okteta/bytearraydatageneratorfactory.h
 include/kasten/okteta/bytearraydocument.h
@@ -545,14 +551,32 @@ lib/libokteta2gui.so.2
 %%QT_PLUGINDIR%%/designer/oktetawidgets.so
 %%QT_PLUGINDIR%%/oktetapart.so
 share/applications/org.kde.okteta.desktop
-share/config.kcfg/structviewpreferences.kcfg
+share/config.kcfg/structureviewpreferences.kcfg
+share/doc/HTML/de/okteta/index.cache.bz2
+share/doc/HTML/de/okteta/index.docbook
+share/doc/HTML/en/okteta/index.cache.bz2
+share/doc/HTML/en/okteta/index.docbook
+share/doc/HTML/es/okteta/index.cache.bz2
+share/doc/HTML/es/okteta/index.docbook
+share/doc/HTML/it/okteta/index.cache.bz2
+share/doc/HTML/it/okteta/index.docbook
+share/doc/HTML/nl/okteta/index.cache.bz2
+share/doc/HTML/nl/okteta/index.docbook
+share/doc/HTML/pt/okteta/index.cache.bz2
+share/doc/HTML/pt/okteta/index.docbook
+share/doc/HTML/pt_BR/okteta/index.cache.bz2
+share/doc/HTML/pt_BR/okteta/index.docbook
+share/doc/HTML/sr/okteta/index.cache.bz2
+share/doc/HTML/sr/okteta/index.docbook
+share/doc/HTML/sr at latin/okteta/index.cache.bz2
+share/doc/HTML/sr at latin/okteta/index.docbook
+share/doc/HTML/sv/okteta/index.cache.bz2
+share/doc/HTML/sv/okteta/index.docbook
+share/doc/HTML/uk/okteta/index.cache.bz2
+share/doc/HTML/uk/okteta/index.docbook
 share/icons/hicolor/16x16/apps/okteta.png
 share/icons/hicolor/32x32/apps/okteta.png
 share/icons/hicolor/48x48/apps/okteta.png
-share/kxmlgui5/okteta/oktetaui.rc
-share/kxmlgui5/oktetapart/oktetapartbrowserui.rc
-share/kxmlgui5/oktetapart/oktetapartreadonlyui.rc
-share/kxmlgui5/oktetapart/oktetapartreadwriteui.rc
 share/locale/ar/LC_MESSAGES/libkasten.mo
 share/locale/ar/LC_MESSAGES/liboktetacore.mo
 share/locale/ar/LC_MESSAGES/liboktetakasten.mo
@@ -564,9 +588,14 @@ share/locale/ast/LC_MESSAGES/liboktetagui.mo
 share/locale/ast/LC_MESSAGES/liboktetakasten.mo
 share/locale/ast/LC_MESSAGES/okteta.mo
 share/locale/ast/LC_MESSAGES/oktetapart.mo
+share/locale/be/LC_MESSAGES/libkasten.mo
+share/locale/be/LC_MESSAGES/liboktetakasten.mo
+share/locale/be/LC_MESSAGES/okteta.mo
+share/locale/be/LC_MESSAGES/oktetapart.mo
 share/locale/bg/LC_MESSAGES/liboktetacore.mo
 share/locale/bg/LC_MESSAGES/liboktetagui.mo
 share/locale/bg/LC_MESSAGES/oktetapart.mo
+share/locale/br/LC_MESSAGES/oktetapart.mo
 share/locale/bs/LC_MESSAGES/libkasten.mo
 share/locale/bs/LC_MESSAGES/liboktetacore.mo
 share/locale/bs/LC_MESSAGES/liboktetagui.mo
@@ -591,6 +620,7 @@ share/locale/cs/LC_MESSAGES/liboktetagui.mo
 share/locale/cs/LC_MESSAGES/liboktetakasten.mo
 share/locale/cs/LC_MESSAGES/okteta.mo
 share/locale/cs/LC_MESSAGES/oktetapart.mo
+share/locale/cy/LC_MESSAGES/oktetapart.mo
 share/locale/da/LC_MESSAGES/libkasten.mo
 share/locale/da/LC_MESSAGES/liboktetacore.mo
 share/locale/da/LC_MESSAGES/liboktetagui.mo
@@ -664,6 +694,7 @@ share/locale/gl/LC_MESSAGES/liboktetakasten.mo
 share/locale/gl/LC_MESSAGES/okteta.mo
 share/locale/gl/LC_MESSAGES/oktetapart.mo
 share/locale/hi/LC_MESSAGES/oktetapart.mo
+share/locale/hne/LC_MESSAGES/oktetapart.mo
 share/locale/hr/LC_MESSAGES/libkasten.mo
 share/locale/hr/LC_MESSAGES/liboktetacore.mo
 share/locale/hr/LC_MESSAGES/liboktetakasten.mo
@@ -677,8 +708,8 @@ share/locale/hu/LC_MESSAGES/okteta.mo
 share/locale/hu/LC_MESSAGES/oktetapart.mo
 share/locale/id/LC_MESSAGES/libkasten.mo
 share/locale/id/LC_MESSAGES/liboktetacore.mo
-share/locale/id/LC_MESSAGES/okteta.mo
 share/locale/id/LC_MESSAGES/liboktetagui.mo
+share/locale/id/LC_MESSAGES/okteta.mo
 share/locale/id/LC_MESSAGES/oktetapart.mo
 share/locale/is/LC_MESSAGES/libkasten.mo
 share/locale/is/LC_MESSAGES/liboktetacore.mo
@@ -724,12 +755,16 @@ share/locale/lv/LC_MESSAGES/liboktetacore.mo
 share/locale/lv/LC_MESSAGES/liboktetakasten.mo
 share/locale/lv/LC_MESSAGES/okteta.mo
 share/locale/lv/LC_MESSAGES/oktetapart.mo
+share/locale/mai/LC_MESSAGES/libkasten.mo
+share/locale/mai/LC_MESSAGES/liboktetakasten.mo
+share/locale/mk/LC_MESSAGES/oktetapart.mo
 share/locale/mr/LC_MESSAGES/libkasten.mo
 share/locale/mr/LC_MESSAGES/liboktetacore.mo
 share/locale/mr/LC_MESSAGES/liboktetagui.mo
 share/locale/mr/LC_MESSAGES/liboktetakasten.mo
 share/locale/mr/LC_MESSAGES/okteta.mo
 share/locale/mr/LC_MESSAGES/oktetapart.mo
+share/locale/ms/LC_MESSAGES/oktetapart.mo
 share/locale/nb/LC_MESSAGES/libkasten.mo
 share/locale/nb/LC_MESSAGES/liboktetacore.mo
 share/locale/nb/LC_MESSAGES/liboktetagui.mo
@@ -742,6 +777,7 @@ share/locale/nds/LC_MESSAGES/liboktetagui.mo
 share/locale/nds/LC_MESSAGES/liboktetakasten.mo
 share/locale/nds/LC_MESSAGES/okteta.mo
 share/locale/nds/LC_MESSAGES/oktetapart.mo
+share/locale/ne/LC_MESSAGES/oktetapart.mo
 share/locale/nl/LC_MESSAGES/libkasten.mo
 share/locale/nl/LC_MESSAGES/liboktetacore.mo
 share/locale/nl/LC_MESSAGES/liboktetagui.mo
@@ -754,6 +790,10 @@ share/locale/nn/LC_MESSAGES/liboktetagui.mo
 share/locale/nn/LC_MESSAGES/liboktetakasten.mo
 share/locale/nn/LC_MESSAGES/okteta.mo
 share/locale/nn/LC_MESSAGES/oktetapart.mo
+share/locale/oc/LC_MESSAGES/libkasten.mo
+share/locale/oc/LC_MESSAGES/liboktetakasten.mo
+share/locale/oc/LC_MESSAGES/okteta.mo
+share/locale/oc/LC_MESSAGES/oktetapart.mo
 share/locale/pa/LC_MESSAGES/liboktetacore.mo
 share/locale/pa/LC_MESSAGES/okteta.mo
 share/locale/pa/LC_MESSAGES/oktetapart.mo
@@ -787,6 +827,7 @@ share/locale/ru/LC_MESSAGES/liboktetagui.mo
 share/locale/ru/LC_MESSAGES/liboktetakasten.mo
 share/locale/ru/LC_MESSAGES/okteta.mo
 share/locale/ru/LC_MESSAGES/oktetapart.mo
+share/locale/se/LC_MESSAGES/oktetapart.mo
 share/locale/sk/LC_MESSAGES/libkasten.mo
 share/locale/sk/LC_MESSAGES/liboktetacore.mo
 share/locale/sk/LC_MESSAGES/liboktetagui.mo
@@ -799,18 +840,42 @@ share/locale/sl/LC_MESSAGES/liboktetagui.mo
 share/locale/sl/LC_MESSAGES/liboktetakasten.mo
 share/locale/sl/LC_MESSAGES/okteta.mo
 share/locale/sl/LC_MESSAGES/oktetapart.mo
+share/locale/sq/LC_MESSAGES/liboktetacore.mo
+share/locale/sq/LC_MESSAGES/okteta.mo
+share/locale/sq/LC_MESSAGES/oktetapart.mo
 share/locale/sr/LC_MESSAGES/libkasten.mo
 share/locale/sr/LC_MESSAGES/liboktetacore.mo
 share/locale/sr/LC_MESSAGES/liboktetagui.mo
 share/locale/sr/LC_MESSAGES/liboktetakasten.mo
 share/locale/sr/LC_MESSAGES/okteta.mo
 share/locale/sr/LC_MESSAGES/oktetapart.mo
+share/locale/sr at ijekavian/LC_MESSAGES/libkasten.mo
+share/locale/sr at ijekavian/LC_MESSAGES/liboktetacore.mo
+share/locale/sr at ijekavian/LC_MESSAGES/liboktetagui.mo
+share/locale/sr at ijekavian/LC_MESSAGES/liboktetakasten.mo
+share/locale/sr at ijekavian/LC_MESSAGES/okteta.mo
+share/locale/sr at ijekavian/LC_MESSAGES/oktetapart.mo
+share/locale/sr at ijekavianlatin/LC_MESSAGES/libkasten.mo
+share/locale/sr at ijekavianlatin/LC_MESSAGES/liboktetacore.mo
+share/locale/sr at ijekavianlatin/LC_MESSAGES/liboktetagui.mo
+share/locale/sr at ijekavianlatin/LC_MESSAGES/liboktetakasten.mo
+share/locale/sr at ijekavianlatin/LC_MESSAGES/okteta.mo
+share/locale/sr at ijekavianlatin/LC_MESSAGES/oktetapart.mo
+share/locale/sr at latin/LC_MESSAGES/libkasten.mo
+share/locale/sr at latin/LC_MESSAGES/liboktetacore.mo
+share/locale/sr at latin/LC_MESSAGES/liboktetagui.mo
+share/locale/sr at latin/LC_MESSAGES/liboktetakasten.mo
+share/locale/sr at latin/LC_MESSAGES/okteta.mo
+share/locale/sr at latin/LC_MESSAGES/oktetapart.mo
 share/locale/sv/LC_MESSAGES/libkasten.mo
 share/locale/sv/LC_MESSAGES/liboktetacore.mo
 share/locale/sv/LC_MESSAGES/liboktetagui.mo
 share/locale/sv/LC_MESSAGES/liboktetakasten.mo
 share/locale/sv/LC_MESSAGES/okteta.mo
 share/locale/sv/LC_MESSAGES/oktetapart.mo
+share/locale/ta/LC_MESSAGES/oktetapart.mo
+share/locale/th/LC_MESSAGES/liboktetakasten.mo
+share/locale/th/LC_MESSAGES/oktetapart.mo
 share/locale/tr/LC_MESSAGES/libkasten.mo
 share/locale/tr/LC_MESSAGES/liboktetacore.mo
 share/locale/tr/LC_MESSAGES/liboktetagui.mo


More information about the svn-ports-all mailing list