diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-10-27 04:21:15 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-10-29 13:25:04 +0200 |
commit | 0be4bb38e65d682e612205f5865a5529b42dc5f1 (patch) | |
tree | 9a67f67cdd05cbb6b67a396ba1d4293da17dd1fa /freebsd/applications/development | |
parent | b9d33de3622fcad3fdfdc9b1464b4bc160f205ba (diff) | |
download | tde-packaging-0be4bb38e65d682e612205f5865a5529b42dc5f1.tar.gz tde-packaging-0be4bb38e65d682e612205f5865a5529b42dc5f1.zip |
FreeBSD: Update for final release R14.0.11.r14.0.11
Adjusted to new a layout of applications folder.
Pinetry-tqt package is not built within the tree.
Switch several applications to CMake.
Add ports for several applications.
Add port for cmake-trinity.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'freebsd/applications/development')
17 files changed, 746 insertions, 0 deletions
diff --git a/freebsd/applications/development/Makefile b/freebsd/applications/development/Makefile new file mode 100644 index 000000000..96e4fcbe4 --- /dev/null +++ b/freebsd/applications/development/Makefile @@ -0,0 +1,8 @@ + + SUBDIR = + SUBDIR += kdbg + SUBDIR += kdiff3 + SUBDIR += kscope + SUBDIR += kxmleditor + +.include <bsd.port.subdir.mk> diff --git a/freebsd/applications/development/kdbg/Makefile b/freebsd/applications/development/kdbg/Makefile new file mode 100644 index 000000000..eddbb081d --- /dev/null +++ b/freebsd/applications/development/kdbg/Makefile @@ -0,0 +1,33 @@ +# -*-mode: makefile-*- +# Created by: slavek.banko@axis.cz +# $FreeBSD$ +# + +.include <../../../trinity.port.mk> + +PORTNAME= kdbg-trinity +COMMENT= Graphical debugger interface [Trinity] +TDE_PREVERSION= +MASTER_SITE_SUBDIR= k/${PORTNAME} +PORTREVISION= 0 +CATEGORIES= x11 +DIST_SUBDIR= TDE/applications/development + + +BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:${PORTSDIR}/x11/trinity/core/tdelibs + +LIB_DEPENDS+= libtqt.so:${PORTSDIR}/x11/trinity/dependencies/tqtinterface + +# Build +post-patch: tde-pathfix + +do-configure: tde-cmake-prepare + ${TDE_CMAKE_CONFIGURE} \ + -DBUILD_ALL="ON" \ + -DWITH_ALL_OPTIONS="ON" + +do-build: tde-cmake-build + +do-install: tde-cmake-install + +.include <bsd.port.mk> diff --git a/freebsd/applications/development/kdbg/distinfo b/freebsd/applications/development/kdbg/distinfo new file mode 100644 index 000000000..3faaa7ee3 --- /dev/null +++ b/freebsd/applications/development/kdbg/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1635129630 +SHA256 (TDE/applications/development/kdbg-trinity_14.0.11.orig.tar.xz) = 1adaecb31074f873e4ee4320f8b83cb4e5e85c6fa7ceb1afde9ecb43363153db +SIZE (TDE/applications/development/kdbg-trinity_14.0.11.orig.tar.xz) = 218156 diff --git a/freebsd/applications/development/kdbg/pkg-descr b/freebsd/applications/development/kdbg/pkg-descr new file mode 100644 index 000000000..1f3049906 --- /dev/null +++ b/freebsd/applications/development/kdbg/pkg-descr @@ -0,0 +1,24 @@ +Graphical debugger interface [Trinity] + +KDbg is a graphical user interface to gdb, the GNU debugger. It provides +an intuitive interface for setting breakpoints, inspecting variables, +stepping through code and much more. KDbg requires TDE but you can of +course debug any program. + +KDbg can also debug XSLT (XML stylesheet translation) scripts by +interfacing with xsldbg. For this the package kxsldbg must be installed. + +Features include the following: +* Inspection of variable values in a tree structure. +* Direct member: For certain compound data types the most important + member values are displayed next to the variable name, so that it is + not necessary to expand the subtree of that variable in order to see + the member value. KDbg can also display Qt's QString values, which + are Unicode strings. +* Debugger at your finger tips: The basic debugger functions (step, + next, run, finish, until, set/clear/enable/disable breakpoint) are + bound to function keys F5 through F10. Quick and easy. +* View source code, search text, set program arguments and environment + variables, display arbitrary expressions. +* Debugging of core dumps, attaching to running processes is possible. +* Conditional breakpoints. diff --git a/freebsd/applications/development/kdbg/pkg-plist b/freebsd/applications/development/kdbg/pkg-plist new file mode 100644 index 000000000..e37f0cda7 --- /dev/null +++ b/freebsd/applications/development/kdbg/pkg-plist @@ -0,0 +1,121 @@ +bin/kdbg +share/applications/tde/kdbg.desktop +share/apps/kdbg/icons/hicolor/16x16/actions/brkpt.png +share/apps/kdbg/icons/hicolor/16x16/actions/execopen.png +share/apps/kdbg/icons/hicolor/16x16/actions/pgmfinish.png +share/apps/kdbg/icons/hicolor/16x16/actions/pgmnext.png +share/apps/kdbg/icons/hicolor/16x16/actions/pgmnexti.png +share/apps/kdbg/icons/hicolor/16x16/actions/pgmrun.png +share/apps/kdbg/icons/hicolor/16x16/actions/pgmstep.png +share/apps/kdbg/icons/hicolor/16x16/actions/pgmstepi.png +share/apps/kdbg/icons/hicolor/22x22/actions/brkpt.png +share/apps/kdbg/icons/hicolor/22x22/actions/execopen.png +share/apps/kdbg/icons/hicolor/22x22/actions/pgmfinish.png +share/apps/kdbg/icons/hicolor/22x22/actions/pgmnext.png +share/apps/kdbg/icons/hicolor/22x22/actions/pgmnexti.png +share/apps/kdbg/icons/hicolor/22x22/actions/pgmrun.png +share/apps/kdbg/icons/hicolor/22x22/actions/pgmstep.png +share/apps/kdbg/icons/hicolor/22x22/actions/pgmstepi.png +share/apps/kdbg/icons/hicolor/22x22/actions/pulse.png +share/apps/kdbg/kdbgui.rc +share/apps/kdbg/pics/brkcond.xpm +share/apps/kdbg/pics/brkdis.xpm +share/apps/kdbg/pics/brkena.xpm +share/apps/kdbg/pics/brkorph.xpm +share/apps/kdbg/pics/brktmp.xpm +share/apps/kdbg/pics/kdbg.xpm +share/apps/kdbg/pics/pcinner.xpm +share/apps/kdbg/pics/pcup.xpm +share/apps/kdbg/pics/pointer.xpm +share/apps/kdbg/pics/regs.xpm +share/apps/kdbg/pics/watch.xpm +share/apps/kdbg/pics/watchcoded.xpm +share/apps/kdbg/pics/watchdis.xpm +share/apps/kdbg/pics/watchena.xpm +share/apps/kdbg/types/X11.kdbgtt +share/apps/kdbg/types/glib.kdbgtt +share/apps/kdbg/types/gtk+.kdbgtt +share/apps/kdbg/types/qt.kdbgtt +share/apps/kdbg/types/qt2.kdbgtt +share/apps/kdbg/types/qt3.kdbgtt +share/apps/kdbg/types/qt4core.kdbgtt +share/apps/kdbg/types/stdc++.kdbgtt +share/apps/kdbg/types/stdc++6.kdbgtt +share/apps/kdbg/types/tdecore.kdbgtt +share/apps/kdbg/types/tdecore3.kdbgtt +share/config/kdbgrc +share/doc/tde/HTML/de/kdbg/argspwdenv.html +share/doc/tde/HTML/de/kdbg/breakptlist.html +share/doc/tde/HTML/de/kdbg/globaloptions.html +share/doc/tde/HTML/de/kdbg/howdoi.html +share/doc/tde/HTML/de/kdbg/index.html +share/doc/tde/HTML/de/kdbg/localvars.html +share/doc/tde/HTML/de/kdbg/memory.html +share/doc/tde/HTML/de/kdbg/pgmoutput.html +share/doc/tde/HTML/de/kdbg/pgmsettings.html +share/doc/tde/HTML/de/kdbg/registers.html +share/doc/tde/HTML/de/kdbg/sourcecode.html +share/doc/tde/HTML/de/kdbg/stack.html +share/doc/tde/HTML/de/kdbg/threads.html +share/doc/tde/HTML/de/kdbg/tips.html +share/doc/tde/HTML/de/kdbg/watches.html +share/doc/tde/HTML/en/kdbg/argspwdenv.html +share/doc/tde/HTML/en/kdbg/breakptlist.html +share/doc/tde/HTML/en/kdbg/globaloptions.html +share/doc/tde/HTML/en/kdbg/howdoi.html +share/doc/tde/HTML/en/kdbg/index.html +share/doc/tde/HTML/en/kdbg/invocation.html +share/doc/tde/HTML/en/kdbg/localvars.html +share/doc/tde/HTML/en/kdbg/memory.html +share/doc/tde/HTML/en/kdbg/pgmoutput.html +share/doc/tde/HTML/en/kdbg/pgmsettings.html +share/doc/tde/HTML/en/kdbg/registers.html +share/doc/tde/HTML/en/kdbg/sourcecode.html +share/doc/tde/HTML/en/kdbg/stack.html +share/doc/tde/HTML/en/kdbg/threads.html +share/doc/tde/HTML/en/kdbg/tips.html +share/doc/tde/HTML/en/kdbg/types.html +share/doc/tde/HTML/en/kdbg/watches.html +share/doc/tde/HTML/en/kdbg/xslt.html +share/doc/tde/HTML/ru/kdbg/argspwdenv.html +share/doc/tde/HTML/ru/kdbg/breakptlist.html +share/doc/tde/HTML/ru/kdbg/globaloptions.html +share/doc/tde/HTML/ru/kdbg/howdoi.html +share/doc/tde/HTML/ru/kdbg/index.html +share/doc/tde/HTML/ru/kdbg/localvars.html +share/doc/tde/HTML/ru/kdbg/memory.html +share/doc/tde/HTML/ru/kdbg/pgmoutput.html +share/doc/tde/HTML/ru/kdbg/pgmsettings.html +share/doc/tde/HTML/ru/kdbg/registers.html +share/doc/tde/HTML/ru/kdbg/sourcecode.html +share/doc/tde/HTML/ru/kdbg/stack.html +share/doc/tde/HTML/ru/kdbg/threads.html +share/doc/tde/HTML/ru/kdbg/tips.html +share/doc/tde/HTML/ru/kdbg/types.html +share/doc/tde/HTML/ru/kdbg/watches.html +share/icons/hicolor/16x16/apps/kdbg.png +share/icons/hicolor/32x32/apps/kdbg.png +share/icons/hicolor/48x48/apps/kdbg.png +share/icons/locolor/16x16/apps/kdbg.png +share/icons/locolor/32x32/apps/kdbg.png +share/locale/cs/LC_MESSAGES/kdbg.mo +share/locale/da/LC_MESSAGES/kdbg.mo +share/locale/de/LC_MESSAGES/kdbg.mo +share/locale/es/LC_MESSAGES/kdbg.mo +share/locale/fr/LC_MESSAGES/kdbg.mo +share/locale/hr/LC_MESSAGES/kdbg.mo +share/locale/hu/LC_MESSAGES/kdbg.mo +share/locale/it/LC_MESSAGES/kdbg.mo +share/locale/ja/LC_MESSAGES/kdbg.mo +share/locale/nb/LC_MESSAGES/kdbg.mo +share/locale/nn/LC_MESSAGES/kdbg.mo +share/locale/pl/LC_MESSAGES/kdbg.mo +share/locale/pt/LC_MESSAGES/kdbg.mo +share/locale/ro/LC_MESSAGES/kdbg.mo +share/locale/ru/LC_MESSAGES/kdbg.mo +share/locale/sk/LC_MESSAGES/kdbg.mo +share/locale/sr/LC_MESSAGES/kdbg.mo +share/locale/sv/LC_MESSAGES/kdbg.mo +share/locale/tr/LC_MESSAGES/kdbg.mo +share/locale/zh_CN/LC_MESSAGES/kdbg.mo +share/man/man1/kdbg.1.gz diff --git a/freebsd/applications/development/kdiff3/Makefile b/freebsd/applications/development/kdiff3/Makefile new file mode 100644 index 000000000..6fffca5ce --- /dev/null +++ b/freebsd/applications/development/kdiff3/Makefile @@ -0,0 +1,33 @@ +# -*-mode: makefile-*- +# Created by: slavek.banko@axis.cz +# $FreeBSD$ +# + +.include <../../../trinity.port.mk> + +PORTNAME= kdiff3-trinity +COMMENT= Compares and merges 2 or 3 files or directories +TDE_PREVERSION= +MASTER_SITE_SUBDIR= k/${PORTNAME} +PORTREVISION= 0 +CATEGORIES= x11 +DIST_SUBDIR= TDE/applications/development + + +BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:${PORTSDIR}/x11/trinity/core/tdelibs + +LIB_DEPENDS+= libtqt.so:${PORTSDIR}/x11/trinity/dependencies/tqtinterface + +# Build +post-patch: tde-pathfix + +do-configure: tde-cmake-prepare + ${TDE_CMAKE_CONFIGURE} \ + -DBUILD_ALL="ON" \ + -DWITH_ALL_OPTIONS="ON" + +do-build: tde-cmake-build + +do-install: tde-cmake-install + +.include <bsd.port.mk> diff --git a/freebsd/applications/development/kdiff3/distinfo b/freebsd/applications/development/kdiff3/distinfo new file mode 100644 index 000000000..1f1ec94d3 --- /dev/null +++ b/freebsd/applications/development/kdiff3/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1635130564 +SHA256 (TDE/applications/development/kdiff3-trinity_14.0.11.orig.tar.xz) = 4d7e6e8dc80c244f1523f0ecc4c3386f2e8cffba3372cbf2a9424a045432e11b +SIZE (TDE/applications/development/kdiff3-trinity_14.0.11.orig.tar.xz) = 742508 diff --git a/freebsd/applications/development/kdiff3/pkg-descr b/freebsd/applications/development/kdiff3/pkg-descr new file mode 100644 index 000000000..844f83140 --- /dev/null +++ b/freebsd/applications/development/kdiff3/pkg-descr @@ -0,0 +1,7 @@ +Compares and merges 2 or 3 files or directories + +KDiff3 compares two or three input files and shows the differences +line by line and character by character. It provides an automatic +merge facility and an integrated editor for comfortable solving of +merge conflicts. KDiff3 allows recursive directory comparison and +merging as well. diff --git a/freebsd/applications/development/kdiff3/pkg-plist b/freebsd/applications/development/kdiff3/pkg-plist new file mode 100644 index 000000000..0361ec6bd --- /dev/null +++ b/freebsd/applications/development/kdiff3/pkg-plist @@ -0,0 +1,251 @@ +bin/kdiff3 +lib/trinity/libkdiff3part.la +lib/trinity/libkdiff3part.so +lib/trinity/libkdiff3plugin.la +lib/trinity/libkdiff3plugin.so +share/applications/tde/kdiff3.desktop +share/applnk/.hidden/kdiff3plugin.desktop +share/apps/kdiff3/kdiff3_shell.rc +share/apps/kdiff3part/kdiff3_part.rc +share/doc/kdiff3/html/compilation.html +share/doc/kdiff3/html/credits.html +share/doc/kdiff3/html/dirbrowser.png +share/doc/kdiff3/html/dirmerge.html +share/doc/kdiff3/html/dirmergebig.png +share/doc/kdiff3/html/dirmergeoptions.html +share/doc/kdiff3/html/dirmergevisible.html +share/doc/kdiff3/html/documentation.html +share/doc/kdiff3/html/dothemerge.html +share/doc/kdiff3/html/faq.html +share/doc/kdiff3/html/features.html +share/doc/kdiff3/html/find.html +share/doc/kdiff3/html/index.html +share/doc/kdiff3/html/installation.html +share/doc/kdiff3/html/interpretinginformation.html +share/doc/kdiff3/html/introduction.html +share/doc/kdiff3/html/iteminfo.png +share/doc/kdiff3/html/kpart.html +share/doc/kdiff3/html/letter_by_letter.png +share/doc/kdiff3/html/merge_current.png +share/doc/kdiff3/html/merging.html +share/doc/kdiff3/html/misc.html +share/doc/kdiff3/html/navigation.html +share/doc/kdiff3/html/new.png +share/doc/kdiff3/html/open_dialog.png +share/doc/kdiff3/html/opendialog.html +share/doc/kdiff3/html/options.html +share/doc/kdiff3/html/other.html +share/doc/kdiff3/html/pasteinput.html +share/doc/kdiff3/html/preprocessors.html +share/doc/kdiff3/html/printing.html +share/doc/kdiff3/html/requirements.html +share/doc/kdiff3/html/saving.html +share/doc/kdiff3/html/screenshot_diff.png +share/doc/kdiff3/html/screenshot_merge.png +share/doc/kdiff3/html/screenshots.html +share/doc/kdiff3/html/selections.html +share/doc/kdiff3/html/startingdirmerge.html +share/doc/kdiff3/html/triple_diff.png +share/doc/kdiff3/html/white_space.png +share/doc/tde/HTML/da/kdiff3/common +share/doc/tde/HTML/da/kdiff3/dirbrowser.png +share/doc/tde/HTML/da/kdiff3/dirmergebig.png +share/doc/tde/HTML/da/kdiff3/index.cache.bz2 +share/doc/tde/HTML/da/kdiff3/index.docbook +share/doc/tde/HTML/da/kdiff3/iteminfo.png +share/doc/tde/HTML/da/kdiff3/letter_by_letter.png +share/doc/tde/HTML/da/kdiff3/merge_current.png +share/doc/tde/HTML/da/kdiff3/new.png +share/doc/tde/HTML/da/kdiff3/open_dialog.png +share/doc/tde/HTML/da/kdiff3/screenshot_diff.png +share/doc/tde/HTML/da/kdiff3/screenshot_merge.png +share/doc/tde/HTML/da/kdiff3/triple_diff.png +share/doc/tde/HTML/da/kdiff3/white_space.png +share/doc/tde/HTML/de/kdiff3/common +share/doc/tde/HTML/de/kdiff3/dirbrowser.png +share/doc/tde/HTML/de/kdiff3/dirmergebig.png +share/doc/tde/HTML/de/kdiff3/index.cache.bz2 +share/doc/tde/HTML/de/kdiff3/index.docbook +share/doc/tde/HTML/de/kdiff3/iteminfo.png +share/doc/tde/HTML/de/kdiff3/letter_by_letter.png +share/doc/tde/HTML/de/kdiff3/merge_current.png +share/doc/tde/HTML/de/kdiff3/new.png +share/doc/tde/HTML/de/kdiff3/open_dialog.png +share/doc/tde/HTML/de/kdiff3/screenshot_diff.png +share/doc/tde/HTML/de/kdiff3/screenshot_merge.png +share/doc/tde/HTML/de/kdiff3/triple_diff.png +share/doc/tde/HTML/de/kdiff3/white_space.png +share/doc/tde/HTML/en/kdiff3/common +share/doc/tde/HTML/en/kdiff3/dirbrowser.png +share/doc/tde/HTML/en/kdiff3/dirmergebig.png +share/doc/tde/HTML/en/kdiff3/index.cache.bz2 +share/doc/tde/HTML/en/kdiff3/index.docbook +share/doc/tde/HTML/en/kdiff3/iteminfo.png +share/doc/tde/HTML/en/kdiff3/letter_by_letter.png +share/doc/tde/HTML/en/kdiff3/merge_current.png +share/doc/tde/HTML/en/kdiff3/new.png +share/doc/tde/HTML/en/kdiff3/open_dialog.png +share/doc/tde/HTML/en/kdiff3/screenshot_diff.png +share/doc/tde/HTML/en/kdiff3/screenshot_merge.png +share/doc/tde/HTML/en/kdiff3/triple_diff.png +share/doc/tde/HTML/en/kdiff3/white_space.png +share/doc/tde/HTML/es/kdiff3/common +share/doc/tde/HTML/es/kdiff3/dirbrowser.png +share/doc/tde/HTML/es/kdiff3/dirmergebig.png +share/doc/tde/HTML/es/kdiff3/index.cache.bz2 +share/doc/tde/HTML/es/kdiff3/index.docbook +share/doc/tde/HTML/es/kdiff3/iteminfo.png +share/doc/tde/HTML/es/kdiff3/letter_by_letter.png +share/doc/tde/HTML/es/kdiff3/merge_current.png +share/doc/tde/HTML/es/kdiff3/new.png +share/doc/tde/HTML/es/kdiff3/open_dialog.png +share/doc/tde/HTML/es/kdiff3/screenshot_diff.png +share/doc/tde/HTML/es/kdiff3/screenshot_merge.png +share/doc/tde/HTML/es/kdiff3/triple_diff.png +share/doc/tde/HTML/es/kdiff3/white_space.png +share/doc/tde/HTML/et/kdiff3/common +share/doc/tde/HTML/et/kdiff3/dirbrowser.png +share/doc/tde/HTML/et/kdiff3/dirmergebig.png +share/doc/tde/HTML/et/kdiff3/index.cache.bz2 +share/doc/tde/HTML/et/kdiff3/index.docbook +share/doc/tde/HTML/et/kdiff3/iteminfo.png +share/doc/tde/HTML/et/kdiff3/letter_by_letter.png +share/doc/tde/HTML/et/kdiff3/merge_current.png +share/doc/tde/HTML/et/kdiff3/new.png +share/doc/tde/HTML/et/kdiff3/open_dialog.png +share/doc/tde/HTML/et/kdiff3/screenshot_diff.png +share/doc/tde/HTML/et/kdiff3/screenshot_merge.png +share/doc/tde/HTML/et/kdiff3/triple_diff.png +share/doc/tde/HTML/et/kdiff3/white_space.png +share/doc/tde/HTML/fr/kdiff3/common +share/doc/tde/HTML/fr/kdiff3/dirbrowser.png +share/doc/tde/HTML/fr/kdiff3/dirmergebig.png +share/doc/tde/HTML/fr/kdiff3/index.cache.bz2 +share/doc/tde/HTML/fr/kdiff3/index.docbook +share/doc/tde/HTML/fr/kdiff3/iteminfo.png +share/doc/tde/HTML/fr/kdiff3/letter_by_letter.png +share/doc/tde/HTML/fr/kdiff3/merge_current.png +share/doc/tde/HTML/fr/kdiff3/new.png +share/doc/tde/HTML/fr/kdiff3/open_dialog.png +share/doc/tde/HTML/fr/kdiff3/screenshot_diff.png +share/doc/tde/HTML/fr/kdiff3/screenshot_merge.png +share/doc/tde/HTML/fr/kdiff3/triple_diff.png +share/doc/tde/HTML/fr/kdiff3/white_space.png +share/doc/tde/HTML/it/kdiff3/common +share/doc/tde/HTML/it/kdiff3/dirbrowser.png +share/doc/tde/HTML/it/kdiff3/dirmergebig.png +share/doc/tde/HTML/it/kdiff3/index.cache.bz2 +share/doc/tde/HTML/it/kdiff3/index.docbook +share/doc/tde/HTML/it/kdiff3/iteminfo.png +share/doc/tde/HTML/it/kdiff3/letter_by_letter.png +share/doc/tde/HTML/it/kdiff3/merge_current.png +share/doc/tde/HTML/it/kdiff3/new.png +share/doc/tde/HTML/it/kdiff3/open_dialog.png +share/doc/tde/HTML/it/kdiff3/screenshot_diff.png +share/doc/tde/HTML/it/kdiff3/screenshot_merge.png +share/doc/tde/HTML/it/kdiff3/triple_diff.png +share/doc/tde/HTML/it/kdiff3/white_space.png +share/doc/tde/HTML/nl/kdiff3/common +share/doc/tde/HTML/nl/kdiff3/dirbrowser.png +share/doc/tde/HTML/nl/kdiff3/dirmergebig.png +share/doc/tde/HTML/nl/kdiff3/index.cache.bz2 +share/doc/tde/HTML/nl/kdiff3/index.docbook +share/doc/tde/HTML/nl/kdiff3/iteminfo.png +share/doc/tde/HTML/nl/kdiff3/letter_by_letter.png +share/doc/tde/HTML/nl/kdiff3/merge_current.png +share/doc/tde/HTML/nl/kdiff3/new.png +share/doc/tde/HTML/nl/kdiff3/open_dialog.png +share/doc/tde/HTML/nl/kdiff3/screenshot_diff.png +share/doc/tde/HTML/nl/kdiff3/screenshot_merge.png +share/doc/tde/HTML/nl/kdiff3/triple_diff.png +share/doc/tde/HTML/nl/kdiff3/white_space.png +share/doc/tde/HTML/pt/kdiff3/common +share/doc/tde/HTML/pt/kdiff3/dirbrowser.png +share/doc/tde/HTML/pt/kdiff3/dirmergebig.png +share/doc/tde/HTML/pt/kdiff3/index.cache.bz2 +share/doc/tde/HTML/pt/kdiff3/index.docbook +share/doc/tde/HTML/pt/kdiff3/iteminfo.png +share/doc/tde/HTML/pt/kdiff3/letter_by_letter.png +share/doc/tde/HTML/pt/kdiff3/merge_current.png +share/doc/tde/HTML/pt/kdiff3/new.png +share/doc/tde/HTML/pt/kdiff3/open_dialog.png +share/doc/tde/HTML/pt/kdiff3/screenshot_diff.png +share/doc/tde/HTML/pt/kdiff3/screenshot_merge.png +share/doc/tde/HTML/pt/kdiff3/triple_diff.png +share/doc/tde/HTML/pt/kdiff3/white_space.png +share/doc/tde/HTML/sv/kdiff3/common +share/doc/tde/HTML/sv/kdiff3/dirbrowser.png +share/doc/tde/HTML/sv/kdiff3/dirmergebig.png +share/doc/tde/HTML/sv/kdiff3/index.cache.bz2 +share/doc/tde/HTML/sv/kdiff3/index.docbook +share/doc/tde/HTML/sv/kdiff3/iteminfo.png +share/doc/tde/HTML/sv/kdiff3/letter_by_letter.png +share/doc/tde/HTML/sv/kdiff3/merge_current.png +share/doc/tde/HTML/sv/kdiff3/new.png +share/doc/tde/HTML/sv/kdiff3/open_dialog.png +share/doc/tde/HTML/sv/kdiff3/screenshot_diff.png +share/doc/tde/HTML/sv/kdiff3/screenshot_merge.png +share/doc/tde/HTML/sv/kdiff3/triple_diff.png +share/doc/tde/HTML/sv/kdiff3/white_space.png +share/icons/hicolor/16x16/apps/kdiff3.png +share/icons/hicolor/32x32/apps/kdiff3.png +share/icons/locolor/16x16/apps/kdiff3.png +share/icons/locolor/32x32/apps/kdiff3.png +share/locale/ar/LC_MESSAGES/kdiff3.mo +share/locale/az/LC_MESSAGES/kdiff3.mo +share/locale/bg/LC_MESSAGES/kdiff3.mo +share/locale/bg/LC_MESSAGES/kdiff3_plugin.mo +share/locale/br/LC_MESSAGES/kdiff3.mo +share/locale/br/LC_MESSAGES/kdiff3_plugin.mo +share/locale/ca/LC_MESSAGES/kdiff3.mo +share/locale/cs/LC_MESSAGES/kdiff3.mo +share/locale/cs/LC_MESSAGES/kdiff3_plugin.mo +share/locale/cy/LC_MESSAGES/kdiff3.mo +share/locale/da/LC_MESSAGES/kdiff3.mo +share/locale/da/LC_MESSAGES/kdiff3_plugin.mo +share/locale/de/LC_MESSAGES/kdiff3.mo +share/locale/de/LC_MESSAGES/kdiff3_plugin.mo +share/locale/el/LC_MESSAGES/kdiff3.mo +share/locale/el/LC_MESSAGES/kdiff3_plugin.mo +share/locale/en_GB/LC_MESSAGES/kdiff3.mo +share/locale/es/LC_MESSAGES/kdiff3.mo +share/locale/et/LC_MESSAGES/kdiff3.mo +share/locale/et/LC_MESSAGES/kdiff3_plugin.mo +share/locale/fr/LC_MESSAGES/kdiff3.mo +share/locale/ga/LC_MESSAGES/kdiff3.mo +share/locale/ga/LC_MESSAGES/kdiff3_plugin.mo +share/locale/gl/LC_MESSAGES/kdiff3.mo +share/locale/hi/LC_MESSAGES/kdiff3.mo +share/locale/hu/LC_MESSAGES/kdiff3.mo +share/locale/is/LC_MESSAGES/kdiff3.mo +share/locale/it/LC_MESSAGES/kdiff3.mo +share/locale/it/LC_MESSAGES/kdiff3_plugin.mo +share/locale/ja/LC_MESSAGES/kdiff3.mo +share/locale/ka/LC_MESSAGES/kdiff3.mo +share/locale/lt/LC_MESSAGES/kdiff3.mo +share/locale/nb/LC_MESSAGES/kdiff3.mo +share/locale/nl/LC_MESSAGES/kdiff3.mo +share/locale/nl/LC_MESSAGES/kdiff3_plugin.mo +share/locale/pl/LC_MESSAGES/kdiff3.mo +share/locale/pt/LC_MESSAGES/kdiff3.mo +share/locale/pt/LC_MESSAGES/kdiff3_plugin.mo +share/locale/pt_BR/LC_MESSAGES/kdiff3.mo +share/locale/pt_BR/LC_MESSAGES/kdiff3_plugin.mo +share/locale/ro/LC_MESSAGES/kdiff3.mo +share/locale/ru/LC_MESSAGES/kdiff3.mo +share/locale/rw/LC_MESSAGES/kdiff3.mo +share/locale/sk/LC_MESSAGES/kdiff3.mo +share/locale/sk/LC_MESSAGES/kdiff3_plugin.mo +share/locale/sr/LC_MESSAGES/kdiff3.mo +share/locale/sr@Latn/LC_MESSAGES/kdiff3.mo +share/locale/sv/LC_MESSAGES/kdiff3.mo +share/locale/sv/LC_MESSAGES/kdiff3_plugin.mo +share/locale/ta/LC_MESSAGES/kdiff3.mo +share/locale/tg/LC_MESSAGES/kdiff3.mo +share/locale/tr/LC_MESSAGES/kdiff3.mo +share/locale/tr/LC_MESSAGES/kdiff3_plugin.mo +share/locale/uk/LC_MESSAGES/kdiff3.mo +share/locale/zh_CN/LC_MESSAGES/kdiff3.mo +share/man/man1/kdiff3.1.gz +share/services/kdiff3_plugin.desktop +share/services/kdiff3part.desktop diff --git a/freebsd/applications/development/kscope/Makefile b/freebsd/applications/development/kscope/Makefile new file mode 100644 index 000000000..b71da6abb --- /dev/null +++ b/freebsd/applications/development/kscope/Makefile @@ -0,0 +1,37 @@ +# -*-mode: makefile-*- +# Created by: slavek.banko@axis.cz +# $FreeBSD$ +# + +.include <../../../trinity.port.mk> + +PORTNAME= kscope-trinity +COMMENT= Source editing environment for TDE +TDE_PREVERSION= +MASTER_SITE_SUBDIR= k/${PORTNAME} +PORTREVISION= 0 +CATEGORIES= x11 +DIST_SUBDIR= TDE/applications/development + + +BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:${PORTSDIR}/x11/trinity/core/tdelibs \ + ${TDE_PREFIX}/share/cmake/kate.cmake:${PORTSDIR}/x11/trinity/core/tdebase + +BUILD_DEPENDS+= bison:${PORTSDIR}/devel/bison + +LIB_DEPENDS+= libtqt.so:${PORTSDIR}/x11/trinity/dependencies/tqtinterface + + +# Build +post-patch: tde-pathfix + +do-configure: tde-cmake-prepare + ${TDE_CMAKE_CONFIGURE} \ + -DBUILD_ALL="ON" \ + -DWITH_ALL_OPTIONS="ON" + +do-build: tde-cmake-build + +do-install: tde-cmake-install + +.include <bsd.port.mk> diff --git a/freebsd/applications/development/kscope/distinfo b/freebsd/applications/development/kscope/distinfo new file mode 100644 index 000000000..6b621468c --- /dev/null +++ b/freebsd/applications/development/kscope/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1635130693 +SHA256 (TDE/applications/development/kscope-trinity_14.0.11.orig.tar.xz) = 179ea45738f205a38df2b2f172ba5ec4242f591957d5d96896e9d52aeb163564 +SIZE (TDE/applications/development/kscope-trinity_14.0.11.orig.tar.xz) = 1059068 diff --git a/freebsd/applications/development/kscope/pkg-descr b/freebsd/applications/development/kscope/pkg-descr new file mode 100644 index 000000000..acac542ec --- /dev/null +++ b/freebsd/applications/development/kscope/pkg-descr @@ -0,0 +1,20 @@ +source editing environment for TDE + +KScope is a TDE front-end to Cscope. It provides a source-editing environment +for large C projects. KScope is focused on source editing and analysis. + +KScope is built around an efficient mechanism for code-navigation, which +allows the user to run queries on the code. + +The types of queries KScope can run include: + * Get all references to a symbol + * Find the definition of a symbol * Find all functions called by or calling to a function + * Find an EGrep pattern * Find all files #including some file + These queries are handled by an underlying Cscope process. KScope simply +serves as a front-end to this process, feeding it with queries, and parsing its output into result lists. The items in those lists can later be selected +to open an editor at the matching line. . +Main Features: * Multiple editor windows (using your favourite TDE editor) + * Project management * Front-end to most Cscope queries + * Tag list for every open editor * Call-tree window + * Session management, including saving and restoring queries + * Works with externally-built cscope.out files diff --git a/freebsd/applications/development/kscope/pkg-plist b/freebsd/applications/development/kscope/pkg-plist new file mode 100644 index 000000000..97a7ecbdf --- /dev/null +++ b/freebsd/applications/development/kscope/pkg-plist @@ -0,0 +1,52 @@ +bin/kscope +share/applications/tde/kscope.desktop +share/apps/kscope/kscope_config +share/apps/kscope/kscopeui.rc +share/apps/kscope/pics/bookmark.png +share/apps/kscope/pics/call_graph.png +share/apps/kscope/pics/called_tree.png +share/apps/kscope/pics/calling_tree.png +share/apps/kscope/pics/file_ro.png +share/apps/kscope/pics/file_rw.png +share/apps/kscope/pics/file_save.png +share/apps/kscope/pics/query_locked.png +share/apps/kscope/pics/query_unlocked.png +share/apps/kscope/pics/tab_list.png +share/doc/tde/HTML/en/kscope/about.docbook +share/doc/tde/HTML/en/kscope/autocomp_dlg.png +share/doc/tde/HTML/en/kscope/bookmarks.docbook +share/doc/tde/HTML/en/kscope/bookmarks.png +share/doc/tde/HTML/en/kscope/call_graph.png +share/doc/tde/HTML/en/kscope/call_tree.png +share/doc/tde/HTML/en/kscope/common +share/doc/tde/HTML/en/kscope/config_dlg.docbook +share/doc/tde/HTML/en/kscope/editing.docbook +share/doc/tde/HTML/en/kscope/index.cache.bz2 +share/doc/tde/HTML/en/kscope/index.docbook +share/doc/tde/HTML/en/kscope/main_menu.docbook +share/doc/tde/HTML/en/kscope/main_window.docbook +share/doc/tde/HTML/en/kscope/main_window.png +share/doc/tde/HTML/en/kscope/pos_history.docbook +share/doc/tde/HTML/en/kscope/pref_clrs.png +share/doc/tde/HTML/en/kscope/pref_fonts.png +share/doc/tde/HTML/en/kscope/pref_opts.png +share/doc/tde/HTML/en/kscope/pref_progs.png +share/doc/tde/HTML/en/kscope/project_details.png +share/doc/tde/HTML/en/kscope/project_files.png +share/doc/tde/HTML/en/kscope/project_make.png +share/doc/tde/HTML/en/kscope/project_open.png +share/doc/tde/HTML/en/kscope/project_opts.png +share/doc/tde/HTML/en/kscope/project_types.png +share/doc/tde/HTML/en/kscope/projects.docbook +share/doc/tde/HTML/en/kscope/query_dlg.png +share/doc/tde/HTML/en/kscope/query_filter.png +share/doc/tde/HTML/en/kscope/query_system.docbook +share/doc/tde/HTML/en/kscope/quick_start.docbook +share/icons/hicolor/16x16/apps/kscope.png +share/icons/hicolor/32x32/apps/kscope.png +share/icons/locolor/16x16/apps/kscope.png +share/icons/locolor/32x32/apps/kscope.png +share/locale/de/LC_MESSAGES/kscope.mo +share/locale/nl/LC_MESSAGES/kscope.mo +share/locale/zh_CN/LC_MESSAGES/kscope.mo +share/man/man1/kscope.1.gz diff --git a/freebsd/applications/development/kxmleditor/Makefile b/freebsd/applications/development/kxmleditor/Makefile new file mode 100644 index 000000000..fc1d8a816 --- /dev/null +++ b/freebsd/applications/development/kxmleditor/Makefile @@ -0,0 +1,34 @@ +# -*-mode: makefile-*- +# Created by: slavek.banko@axis.cz +# $FreeBSD$ +# + +.include <../../../trinity.port.mk> + +PORTNAME= kxmleditor-trinity +COMMENT= XML Editor for TDE +TDE_PREVERSION= +MASTER_SITE_SUBDIR= k/${PORTNAME} +PORTREVISION= 0 +CATEGORIES= x11 +DIST_SUBDIR= TDE/applications/development + + +BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:${PORTSDIR}/x11/trinity/core/tdelibs + +LIB_DEPENDS+= libtqt.so:${PORTSDIR}/x11/trinity/dependencies/tqtinterface + + +# Build +post-patch: tde-pathfix + +do-configure: tde-cmake-prepare + ${TDE_CMAKE_CONFIGURE} \ + -DBUILD_ALL="ON" \ + -DWITH_ALL_OPTIONS="ON" + +do-build: tde-cmake-build + +do-install: tde-cmake-install + +.include <bsd.port.mk> diff --git a/freebsd/applications/development/kxmleditor/distinfo b/freebsd/applications/development/kxmleditor/distinfo new file mode 100644 index 000000000..6716d389b --- /dev/null +++ b/freebsd/applications/development/kxmleditor/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1635130842 +SHA256 (TDE/applications/development/kxmleditor-trinity_14.0.11.orig.tar.xz) = c56e2baf94f18322330b3abfde5619f66d856463ae785ece0d820db98f462a49 +SIZE (TDE/applications/development/kxmleditor-trinity_14.0.11.orig.tar.xz) = 736172 diff --git a/freebsd/applications/development/kxmleditor/pkg-descr b/freebsd/applications/development/kxmleditor/pkg-descr new file mode 100644 index 000000000..397a0a65d --- /dev/null +++ b/freebsd/applications/development/kxmleditor/pkg-descr @@ -0,0 +1,8 @@ +XML Editor for TDE + +KXML Editor is a simple program, that displays and edits the contents of an +XML file. It can be embedded in Quanta, and used with DCOP. + +The left side contains a tree representing the XML document structure. The +right side contains a list of attributes for the selected XML element and its +contents. diff --git a/freebsd/applications/development/kxmleditor/pkg-plist b/freebsd/applications/development/kxmleditor/pkg-plist new file mode 100644 index 000000000..8cbd1a003 --- /dev/null +++ b/freebsd/applications/development/kxmleditor/pkg-plist @@ -0,0 +1,106 @@ +bin/kxmleditor +lib/libkxmleditorpart.la +lib/libkxmleditorpart.so +lib/libkxmleditorpart.so.1 +lib/libkxmleditorpart.so.1.0.0 +share/applnk/Applications/kxmleditor.desktop +share/apps/kxmleditor/icons/hicolor/16x16/actions/bookmark_next.png +share/apps/kxmleditor/icons/hicolor/16x16/actions/bookmark_prev.png +share/apps/kxmleditor/icons/hicolor/16x16/actions/collapse_node.png +share/apps/kxmleditor/icons/hicolor/16x16/actions/expand_node.png +share/apps/kxmleditor/icons/hicolor/16x16/actions/xml_cdata.png +share/apps/kxmleditor/icons/hicolor/16x16/actions/xml_comment.png +share/apps/kxmleditor/icons/hicolor/16x16/actions/xml_delete_attribute.png +share/apps/kxmleditor/icons/hicolor/16x16/actions/xml_delete_contents.png +share/apps/kxmleditor/icons/hicolor/16x16/actions/xml_delete_element.png +share/apps/kxmleditor/icons/hicolor/16x16/actions/xml_delete_procins.png +share/apps/kxmleditor/icons/hicolor/16x16/actions/xml_edit_attribute.png +share/apps/kxmleditor/icons/hicolor/16x16/actions/xml_edit_contents.png +share/apps/kxmleditor/icons/hicolor/16x16/actions/xml_edit_element.png +share/apps/kxmleditor/icons/hicolor/16x16/actions/xml_edit_procins.png +share/apps/kxmleditor/icons/hicolor/16x16/actions/xml_insert_attribute.png +share/apps/kxmleditor/icons/hicolor/16x16/actions/xml_insert_contents.png +share/apps/kxmleditor/icons/hicolor/16x16/actions/xml_insert_element.png +share/apps/kxmleditor/icons/hicolor/16x16/actions/xml_insert_procins.png +share/apps/kxmleditor/icons/hicolor/16x16/actions/xml_move_item_down.png +share/apps/kxmleditor/icons/hicolor/16x16/actions/xml_move_item_up.png +share/apps/kxmleditor/icons/hicolor/16x16/actions/xml_text.png +share/apps/kxmleditor/icons/hicolor/22x22/actions/bookmark_next.png +share/apps/kxmleditor/icons/hicolor/22x22/actions/bookmark_prev.png +share/apps/kxmleditor/icons/hicolor/22x22/actions/collapse_node.png +share/apps/kxmleditor/icons/hicolor/22x22/actions/expand_node.png +share/apps/kxmleditor/icons/hicolor/22x22/actions/xml_delete_attribute.png +share/apps/kxmleditor/icons/hicolor/22x22/actions/xml_delete_contents.png +share/apps/kxmleditor/icons/hicolor/22x22/actions/xml_delete_element.png +share/apps/kxmleditor/icons/hicolor/22x22/actions/xml_delete_procins.png +share/apps/kxmleditor/icons/hicolor/22x22/actions/xml_edit_attribute.png +share/apps/kxmleditor/icons/hicolor/22x22/actions/xml_edit_contents.png +share/apps/kxmleditor/icons/hicolor/22x22/actions/xml_edit_element.png +share/apps/kxmleditor/icons/hicolor/22x22/actions/xml_edit_procins.png +share/apps/kxmleditor/icons/hicolor/22x22/actions/xml_insert_attribute.png +share/apps/kxmleditor/icons/hicolor/22x22/actions/xml_insert_contents.png +share/apps/kxmleditor/icons/hicolor/22x22/actions/xml_insert_element.png +share/apps/kxmleditor/icons/hicolor/22x22/actions/xml_insert_procins.png +share/apps/kxmleditor/icons/hicolor/22x22/actions/xml_move_item_down.png +share/apps/kxmleditor/icons/hicolor/22x22/actions/xml_move_item_up.png +share/apps/kxmleditor/icons/hicolor/32x32/actions/bookmark_next.png +share/apps/kxmleditor/icons/hicolor/32x32/actions/bookmark_prev.png +share/apps/kxmleditor/icons/hicolor/32x32/actions/xml_move_item_down.png +share/apps/kxmleditor/icons/hicolor/32x32/actions/xml_move_item_up.png +share/apps/kxmleditor/icons/locolor/16x16/actions/bookmark_next.png +share/apps/kxmleditor/icons/locolor/16x16/actions/bookmark_prev.png +share/apps/kxmleditor/icons/locolor/16x16/actions/collapse_node.png +share/apps/kxmleditor/icons/locolor/16x16/actions/expand_node.png +share/apps/kxmleditor/icons/locolor/16x16/actions/xml_delete_attribute.png +share/apps/kxmleditor/icons/locolor/16x16/actions/xml_delete_contents.png +share/apps/kxmleditor/icons/locolor/16x16/actions/xml_delete_element.png +share/apps/kxmleditor/icons/locolor/16x16/actions/xml_delete_procins.png +share/apps/kxmleditor/icons/locolor/16x16/actions/xml_edit_attribute.png +share/apps/kxmleditor/icons/locolor/16x16/actions/xml_edit_contents.png +share/apps/kxmleditor/icons/locolor/16x16/actions/xml_edit_element.png +share/apps/kxmleditor/icons/locolor/16x16/actions/xml_edit_procins.png +share/apps/kxmleditor/icons/locolor/16x16/actions/xml_insert_attribute.png +share/apps/kxmleditor/icons/locolor/16x16/actions/xml_insert_contents.png +share/apps/kxmleditor/icons/locolor/16x16/actions/xml_insert_element.png +share/apps/kxmleditor/icons/locolor/16x16/actions/xml_insert_procins.png +share/apps/kxmleditor/icons/locolor/16x16/actions/xml_move_item_down.png +share/apps/kxmleditor/icons/locolor/16x16/actions/xml_move_item_up.png +share/apps/kxmleditor/kxedocument.rc +share/apps/kxmleditor/kxmleditorpartBrowseUI.rc +share/apps/kxmleditor/kxmleditorpartEditUI.rc +share/apps/kxmleditor/kxmleditorshell.rc +share/apps/kxmleditor/pics/xml_attribute.png +share/apps/kxmleditor/pics/xml_cdata.png +share/apps/kxmleditor/pics/xml_cdata_b.png +share/apps/kxmleditor/pics/xml_comment.png +share/apps/kxmleditor/pics/xml_comment_b.png +share/apps/kxmleditor/pics/xml_contents.png +share/apps/kxmleditor/pics/xml_contents_b.png +share/apps/kxmleditor/pics/xml_element.png +share/apps/kxmleditor/pics/xml_element_b.png +share/apps/kxmleditor/pics/xml_procinstr.png +share/apps/kxmleditor/pics/xml_procinstr_b.png +share/apps/kxmleditor/pics/xml_text.png +share/apps/kxmleditor/pics/xml_text_b.png +share/doc/tde/HTML/en/kxmleditor/common +share/doc/tde/HTML/en/kxmleditor/index.cache.bz2 +share/doc/tde/HTML/en/kxmleditor/index.docbook +share/doc/tde/HTML/en/kxmleditor/screenshot.png +share/doc/tde/HTML/en/kxmleditor/setuparchive.png +share/doc/tde/HTML/en/kxmleditor/setupnewfiles.png +share/doc/tde/HTML/en/kxmleditor/setupprinting.png +share/doc/tde/HTML/en/kxmleditor/setuptextview.png +share/doc/tde/HTML/en/kxmleditor/setuptreeview.png +share/doc/tde/HTML/en/kxmleditor/specprocinstrdlg.png +share/doc/tde/HTML/en/kxmleditor/tdeparts.png +share/doc/tde/HTML/en/kxmleditor/texteditor.png +share/doc/tde/HTML/en/kxmleditor/xml.png +share/icons/hicolor/32x32/apps/kxmleditor.png +share/icons/hicolor/48x48/apps/kxmleditor.png +share/icons/locolor/16x16/apps/kxmleditor.png +share/icons/locolor/32x32/apps/kxmleditor.png +share/locale/de/LC_MESSAGES/kxmleditor.mo +share/locale/fr/LC_MESSAGES/kxmleditor.mo +share/locale/pl/LC_MESSAGES/kxmleditor.mo +share/man/man1/kxmleditor.1.gz +share/services/kxmleditorpart.desktop |