diff options
author | tcberner <tcberner@FreeBSD.org> | 2018-02-23 03:03:17 +0800 |
---|---|---|
committer | tcberner <tcberner@FreeBSD.org> | 2018-02-23 03:03:17 +0800 |
commit | ac5d54d2ae0d4bdb1d91507a4de47bc726e1c019 (patch) | |
tree | 3aad51132f546ad79059b32784badc3f6a42c8ff /math/rocs | |
parent | c5cfcc04963e6321cc90d144cb3bc9adbff4cf0f (diff) | |
download | freebsd-ports-gnome-ac5d54d2ae0d4bdb1d91507a4de47bc726e1c019.tar.gz freebsd-ports-gnome-ac5d54d2ae0d4bdb1d91507a4de47bc726e1c019.tar.zst freebsd-ports-gnome-ac5d54d2ae0d4bdb1d91507a4de47bc726e1c019.zip |
Give the KDE SC4 applications ports a -kde4 suffix
In order to make room for the up-to-date version of the KDE Desktop and its
applications move the KDE Application ports based on Qt4.
PR: 225992
Exp-run by: antoine
Reviewed by: rakuco, adridg
Differential Revision: https://reviews.freebsd.org/D14413
Diffstat (limited to 'math/rocs')
-rw-r--r-- | math/rocs/Makefile | 24 | ||||
-rw-r--r-- | math/rocs/distinfo | 2 | ||||
-rw-r--r-- | math/rocs/pkg-descr | 12 | ||||
-rw-r--r-- | math/rocs/pkg-plist | 176 |
4 files changed, 0 insertions, 214 deletions
diff --git a/math/rocs/Makefile b/math/rocs/Makefile deleted file mode 100644 index 5fdf61051dbd..000000000000 --- a/math/rocs/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# $FreeBSD$ - -PORTNAME= rocs -PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 9 -CATEGORIES= math kde kde-kde4 - -MAINTAINER= kde@FreeBSD.org -COMMENT= KDE Graph theory IDE - -LIB_DEPENDS= libboost_thread.so:devel/boost-libs - -USES= cmake:outsource grantlee:4 kde:4 tar:xz -USE_KDE= kdelibs automoc4 -USE_QT4= gui qtestlib script scripttools webkit xml \ - moc_build qmake_build rcc_build uic_build -USE_LDCONFIG= yes - -# clang 6.0 defaults to -std=gnu++14, which breaks the build: -# /wrkdirs/usr/ports/math/rocs/work/rocs-4.14.3/VisualEditor/Actions/SelectMoveHandAction.cpp:86:52: error: no viable conversion from 'int' to 'QPainter::RenderHints' (aka 'QFlags<QPainter::RenderHint>') -# _graphScene->views().at(0)->setRenderHints(QPainter::Antialiasing -USE_CXXSTD= gnu++98 - -.include <bsd.port.mk> diff --git a/math/rocs/distinfo b/math/rocs/distinfo deleted file mode 100644 index f686e944c95a..000000000000 --- a/math/rocs/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (KDE/4.14.3/rocs-4.14.3.tar.xz) = c1dc2ea6b7e1ab0128a28df1f4e09d9bf83c2a1d0d22ff022a86e7f5fb98d4fc -SIZE (KDE/4.14.3/rocs-4.14.3.tar.xz) = 1146328 diff --git a/math/rocs/pkg-descr b/math/rocs/pkg-descr deleted file mode 100644 index eefccd1a79ff..000000000000 --- a/math/rocs/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -Rocs aims to be a graph theory IDE for helping professors to show the -results of a graph algorithm and also helping students to do the -algorithms. - -FEATURES -- Canvas for graph drawing. -- IDE for graph related programming, using JavaScript as its main - language, plus the graph library. -- Nodes, graphs and edges are extensible from the scripting interface, - so you can do anything you want. - -WWW: http://www.kde.org/applications/education/rocs diff --git a/math/rocs/pkg-plist b/math/rocs/pkg-plist deleted file mode 100644 index 073bd5a88836..000000000000 --- a/math/rocs/pkg-plist +++ /dev/null @@ -1,176 +0,0 @@ -bin/rocs -include/kde4/rocs/ConsoleModule.h -include/kde4/rocs/CoreTypes.h -include/kde4/rocs/Data.h -include/kde4/rocs/DataItem.h -include/kde4/rocs/DataStructure.h -include/kde4/rocs/DataStructureBackendInterface.h -include/kde4/rocs/DataStructureBackendManager.h -include/kde4/rocs/Document.h -include/kde4/rocs/GraphFileBackendManager.h -include/kde4/rocs/GraphFilePluginInterface.h -include/kde4/rocs/GraphVisualEditor.h -include/kde4/rocs/Pointer.h -include/kde4/rocs/PointerItem.h -include/kde4/rocs/RocsCoreExport.h -include/kde4/rocs/Topology.h -lib/kde4/rocs_GraphStructure.so -lib/kde4/rocs_ListStructure.so -lib/kde4/rocs_RootedTreeStructure.so -lib/kde4/rocs_assignvaluesplugin.so -lib/kde4/rocs_dotfileformat.so -lib/kde4/rocs_generategraphplugin.so -lib/kde4/rocs_gmlfileformat.so -lib/kde4/rocs_kmlfileformat.so -lib/kde4/rocs_tgffileformat.so -lib/kde4/rocs_tikzfileformat.so -lib/kde4/rocs_transformedgesplugin.so -lib/librocscore.so -lib/librocscore.so.4 -lib/librocscore.so.%%KDE4_GENERIC_LIB_VERSION%% -lib/librocsvisualeditor.so -lib/librocsvisualeditor.so.4 -lib/librocsvisualeditor.so.%%KDE4_GENERIC_LIB_VERSION%% -share/appdata/rocs.appdata.xml -share/applications/kde4/rocs.desktop -share/apps/rocs/engineapi/Console.xml -share/apps/rocs/engineapi/Data.xml -share/apps/rocs/engineapi/DataStructure.xml -share/apps/rocs/engineapi/GraphEdge.xml -share/apps/rocs/engineapi/GraphNode.xml -share/apps/rocs/engineapi/GraphStructure.xml -share/apps/rocs/engineapi/ListNode.xml -share/apps/rocs/engineapi/ListStructure.xml -share/apps/rocs/engineapi/Pointer.xml -share/apps/rocs/examples/AdjustProjection.js -share/apps/rocs/examples/NameAndNodes.js -share/apps/rocs/examples/NamesValues.js -share/apps/rocs/examples/arrangeNodes.js -share/apps/rocs/examples/broadWalk.js -share/apps/rocs/examples/coloring.js -share/apps/rocs/iconpacks/default.svg -share/apps/rocs/icons/hicolor/16x16/actions/rocsaddedge.png -share/apps/rocs/icons/hicolor/16x16/actions/rocsalignbottom.png -share/apps/rocs/icons/hicolor/16x16/actions/rocsaligncircle.png -share/apps/rocs/icons/hicolor/16x16/actions/rocsalignhmiddle.png -share/apps/rocs/icons/hicolor/16x16/actions/rocsalignleft.png -share/apps/rocs/icons/hicolor/16x16/actions/rocsalignright.png -share/apps/rocs/icons/hicolor/16x16/actions/rocsaligntop.png -share/apps/rocs/icons/hicolor/16x16/actions/rocsaligntree.png -share/apps/rocs/icons/hicolor/16x16/actions/rocsalignvmiddle.png -share/apps/rocs/icons/hicolor/16x16/actions/rocsselect.png -share/apps/rocs/icons/hicolor/16x16/actions/rocsselectmove.png -share/apps/rocs/icons/hicolor/22x22/actions/rocsaddedge.png -share/apps/rocs/icons/hicolor/22x22/actions/rocsaddnode.png -share/apps/rocs/icons/hicolor/22x22/actions/rocsalignbottom.png -share/apps/rocs/icons/hicolor/22x22/actions/rocsaligncircle.png -share/apps/rocs/icons/hicolor/22x22/actions/rocsalignhmiddle.png -share/apps/rocs/icons/hicolor/22x22/actions/rocsalignleft.png -share/apps/rocs/icons/hicolor/22x22/actions/rocsalignright.png -share/apps/rocs/icons/hicolor/22x22/actions/rocsaligntop.png -share/apps/rocs/icons/hicolor/22x22/actions/rocsaligntree.png -share/apps/rocs/icons/hicolor/22x22/actions/rocsalignvmiddle.png -share/apps/rocs/icons/hicolor/22x22/actions/rocsselectmove.png -share/apps/rocs/icons/hicolor/32x32/actions/rocsaddedge.png -share/apps/rocs/icons/hicolor/32x32/actions/rocsalignbottom.png -share/apps/rocs/icons/hicolor/32x32/actions/rocsaligncircle.png -share/apps/rocs/icons/hicolor/32x32/actions/rocsalignhmiddle.png -share/apps/rocs/icons/hicolor/32x32/actions/rocsalignleft.png -share/apps/rocs/icons/hicolor/32x32/actions/rocsalignright.png -share/apps/rocs/icons/hicolor/32x32/actions/rocsaligntop.png -share/apps/rocs/icons/hicolor/32x32/actions/rocsaligntree.png -share/apps/rocs/icons/hicolor/32x32/actions/rocsalignvmiddle.png -share/apps/rocs/icons/hicolor/32x32/actions/rocsselect.png -share/apps/rocs/icons/hicolor/32x32/actions/rocsselectmove.png -share/apps/rocs/icons/hicolor/48x48/actions/rocsaddedge.png -share/apps/rocs/icons/hicolor/48x48/actions/rocsalignbottom.png -share/apps/rocs/icons/hicolor/48x48/actions/rocsaligncircle.png -share/apps/rocs/icons/hicolor/48x48/actions/rocsalignhmiddle.png -share/apps/rocs/icons/hicolor/48x48/actions/rocsalignleft.png -share/apps/rocs/icons/hicolor/48x48/actions/rocsalignright.png -share/apps/rocs/icons/hicolor/48x48/actions/rocsaligntop.png -share/apps/rocs/icons/hicolor/48x48/actions/rocsaligntree.png -share/apps/rocs/icons/hicolor/48x48/actions/rocsalignvmiddle.png -share/apps/rocs/icons/hicolor/48x48/actions/rocsselectmove.png -share/apps/rocs/icons/hicolor/64x64/actions/rocsaddedge.png -share/apps/rocs/icons/hicolor/64x64/actions/rocsalignbottom.png -share/apps/rocs/icons/hicolor/64x64/actions/rocsaligncircle.png -share/apps/rocs/icons/hicolor/64x64/actions/rocsalignhmiddle.png -share/apps/rocs/icons/hicolor/64x64/actions/rocsalignleft.png -share/apps/rocs/icons/hicolor/64x64/actions/rocsalignright.png -share/apps/rocs/icons/hicolor/64x64/actions/rocsaligntop.png -share/apps/rocs/icons/hicolor/64x64/actions/rocsaligntree.png -share/apps/rocs/icons/hicolor/64x64/actions/rocsalignvmiddle.png -share/apps/rocs/icons/hicolor/64x64/actions/rocsselect.png -share/apps/rocs/icons/hicolor/64x64/actions/rocsselectmove.png -share/apps/rocs/icons/hicolor/scalable/actions/rocsadddata.svgz -share/apps/rocs/icons/hicolor/scalable/actions/rocsadvancedsetup.svgz -share/apps/rocs/icons/hicolor/scalable/actions/rocsdelete.svgz -share/apps/rocs/icons/hicolor/scalable/actions/rocsdeletedata.svgz -share/apps/rocs/icons/hicolor/scalable/actions/rocsdeletegrey.svgz -share/apps/rocs/icons/hicolor/scalable/actions/rocseyeblack.svgz -share/apps/rocs/icons/hicolor/scalable/actions/rocsnew.svgz -share/apps/rocs/icons/hicolor/scalable/actions/rocstexticon.svgz -share/apps/rocs/icons/hicolor/scalable/actions/rocsvalueicon.svgz -share/apps/rocs/plugin/apidoc/bootstrap-apiview.css -share/apps/rocs/plugin/apidoc/bootstrap.css -share/apps/rocs/plugin/apidoc/objectApi.html -share/apps/rocs/plugin/apidoc/overview.html -share/apps/rocs/rocsui.rc -share/apps/rocs/schemes/engineApi.xsd -share/apps/rocs_rootedtree/RootedTreeui.rc -share/config.kcfg/rocs.kcfg -share/config/rocs.knsrc -share/doc/HTML/en/rocs/apiConsole.docbook -share/doc/HTML/en/rocs/apiDatastructure.docbook -share/doc/HTML/en/rocs/apiGraphstructure.docbook -share/doc/HTML/en/rocs/apiLinkedListstructure.docbook -share/doc/HTML/en/rocs/apiRootedTreestructure.docbook -share/doc/HTML/en/rocs/chapterImportExport.docbook -share/doc/HTML/en/rocs/common -share/doc/HTML/en/rocs/document-selector.png -share/doc/HTML/en/rocs/hi22-action-rocsadddata.png -share/doc/HTML/en/rocs/hi22-action-rocsaddedge.png -share/doc/HTML/en/rocs/hi22-action-rocsalignbottom.png -share/doc/HTML/en/rocs/hi22-action-rocsaligncircle.png -share/doc/HTML/en/rocs/hi22-action-rocsalignhmiddle.png -share/doc/HTML/en/rocs/hi22-action-rocsalignleft.png -share/doc/HTML/en/rocs/hi22-action-rocsalignright.png -share/doc/HTML/en/rocs/hi22-action-rocsaligntop.png -share/doc/HTML/en/rocs/hi22-action-rocsaligntree.png -share/doc/HTML/en/rocs/hi22-action-rocsalignvmiddle.png -share/doc/HTML/en/rocs/hi22-action-rocsdelete.png -share/doc/HTML/en/rocs/hi22-action-rocsdeletedata.png -share/doc/HTML/en/rocs/hi22-action-rocsnew.png -share/doc/HTML/en/rocs/hi22-action-rocsproperties.png -share/doc/HTML/en/rocs/hi22-action-rocsselectmove.png -share/doc/HTML/en/rocs/hi22-action-rocszoom.png -share/doc/HTML/en/rocs/index.cache.bz2 -share/doc/HTML/en/rocs/index.docbook -share/doc/HTML/en/rocs/rocs-control-engine-debug.png -share/doc/HTML/en/rocs/rocs-control-engine-run.png -share/doc/HTML/en/rocs/rocs-control-engine-step.png -share/doc/HTML/en/rocs/rocs-control-engine-stop.png -share/doc/HTML/en/rocs/rocs-interfaces.png -share/doc/HTML/en/rocs/rocs-screenshot.png -share/doc/HTML/en/rocs/rocs-toolbar-alignment.png -share/doc/HTML/en/rocs/rocs-toolbar-main.png -share/icons/hicolor/16x16/apps/rocs.png -share/icons/hicolor/32x32/apps/rocs.png -share/icons/hicolor/48x48/apps/rocs.png -share/icons/hicolor/64x64/apps/rocs.png -share/icons/hicolor/scalable/apps/rocs.svgz -share/kde4/services/rocs_GraphStructure.desktop -share/kde4/services/rocs_ListStructure.desktop -share/kde4/services/rocs_RootedTreeStructure.desktop -share/kde4/services/rocs_assignvaluesplugin.desktop -share/kde4/services/rocs_dotfileformatplugin.desktop -share/kde4/services/rocs_generategraphplugin.desktop -share/kde4/services/rocs_gmlfileformatplugin.desktop -share/kde4/services/rocs_kmlfileformatplugin.desktop -share/kde4/services/rocs_tgffileformatplugin.desktop -share/kde4/services/rocs_tikzfileformatplugin.desktop -share/kde4/services/rocs_transformedgesplugin.desktop -share/kde4/servicetypes/RocsDataStructurePlugin.desktop -share/kde4/servicetypes/RocsGraphFilePlugin.desktop -share/kde4/servicetypes/RocsToolsPlugin.desktop |