pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc qt4-creator: remove, replaced by editors/qtcreator
details: https://anonhg.NetBSD.org/pkgsrc/rev/4dc815634c87
branches: trunk
changeset: 443403:4dc815634c87
user: wiz <wiz%pkgsrc.org@localhost>
date: Fri Dec 11 17:43:17 2020 +0000
description:
qt4-creator: remove, replaced by editors/qtcreator
diffstat:
doc/CHANGES-2020 | 3 +-
x11/Makefile | 3 +-
x11/qt4-creator/DESCR | 10 -
x11/qt4-creator/Makefile | 75 -----
x11/qt4-creator/PLIST | 144 ----------
x11/qt4-creator/distinfo | 25 -
x11/qt4-creator/patches/patch-aa | 22 -
x11/qt4-creator/patches/patch-ab | 11 -
x11/qt4-creator/patches/patch-ac | 31 --
x11/qt4-creator/patches/patch-ad | 29 --
x11/qt4-creator/patches/patch-ae | 13 -
x11/qt4-creator/patches/patch-af | 13 -
x11/qt4-creator/patches/patch-ag | 11 -
x11/qt4-creator/patches/patch-ah | 13 -
x11/qt4-creator/patches/patch-ai | 22 -
x11/qt4-creator/patches/patch-aj | 13 -
x11/qt4-creator/patches/patch-ak | 13 -
x11/qt4-creator/patches/patch-al | 15 -
x11/qt4-creator/patches/patch-am | 13 -
x11/qt4-creator/patches/patch-an | 13 -
x11/qt4-creator/patches/patch-ao | 13 -
x11/qt4-creator/patches/patch-src_libs_3rdparty_3rdparty.pro | 11 -
x11/qt4-creator/patches/patch-src_libs_3rdparty_net7ssh_net7ssh__dependencies.pri | 7 -
x11/qt4-creator/patches/patch-src_libs_3rdparty_net7ssh_src_src.pro | 22 -
x11/qt4-creator/patches/patch-src_plugins_coreplugin_mimedatabase.h | 19 -
25 files changed, 3 insertions(+), 561 deletions(-)
diffs (truncated from 681 to 300 lines):
diff -r 37ae9146d28f -r 4dc815634c87 doc/CHANGES-2020
--- a/doc/CHANGES-2020 Fri Dec 11 15:56:15 2020 +0000
+++ b/doc/CHANGES-2020 Fri Dec 11 17:43:17 2020 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2020,v 1.6722 2020/12/11 15:12:56 nia Exp $
+$NetBSD: CHANGES-2020,v 1.6723 2020/12/11 17:43:17 wiz Exp $
Changes to the packages collection and infrastructure in 2020:
@@ -9748,3 +9748,4 @@
Added devel/py-kitchen version 1.2.6 [nia 2020-12-11]
Added www/tuir version 1.29.0 [nia 2020-12-11]
Added wm/tinywm version 1.3 [nia 2020-12-11]
+ Removed x11/qt4-creator successor editors/qtcreator [wiz 2020-12-11]
diff -r 37ae9146d28f -r 4dc815634c87 x11/Makefile
--- a/x11/Makefile Fri Dec 11 15:56:15 2020 +0000
+++ b/x11/Makefile Fri Dec 11 17:43:17 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.913 2020/11/29 18:40:46 pin Exp $
+# $NetBSD: Makefile,v 1.914 2020/12/11 17:43:18 wiz Exp $
#
COMMENT= Packages to support the X window system
@@ -342,7 +342,6 @@
SUBDIR+= py-xcbgen
SUBDIR+= qqc2-desktop-style
SUBDIR+= qt4
-SUBDIR+= qt4-creator
SUBDIR+= qt4-docs
SUBDIR+= qt4-libs
SUBDIR+= qt4-mng
diff -r 37ae9146d28f -r 4dc815634c87 x11/qt4-creator/DESCR
--- a/x11/qt4-creator/DESCR Fri Dec 11 15:56:15 2020 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,10 +0,0 @@
-Qt Creator is a new cross-platform integrated development environment (IDE)
-tailored to the needs of Qt developers. It includes:
-
- * An advanced C++ code editor
- * Integrated GUI layout and forms designer
- * Project and build management tools
- * Integrated, context-sensitive help system
- * Visual debugger
- * Rapid code navigation tools
- * Supports multiple platforms
diff -r 37ae9146d28f -r 4dc815634c87 x11/qt4-creator/Makefile
--- a/x11/qt4-creator/Makefile Fri Dec 11 15:56:15 2020 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,75 +0,0 @@
-# $NetBSD: Makefile,v 1.36 2020/08/17 20:20:33 leot Exp $
-
-DISTNAME= qt-creator-2.0.1-src
-PKGNAME= ${DISTNAME:S/qt-/qt4-/:S/-src//}
-PKGREVISION= 27
-CATEGORIES= devel
-MASTER_SITES= http://get.qt.nokia.com/qtcreator/
-EXTRACT_SUFX= .tgz
-
-MAINTAINER= fw%submerge.ch@localhost
-HOMEPAGE= http://www.qtsoftware.com/
-COMMENT= Cross-platform IDE for Qt and C++
-LICENSE= gnu-lgpl-v2.1
-
-USE_LANGUAGES= c c++
-USE_LIBTOOL= yes
-USE_TOOLS+= gmake
-
-INSTALLATION_DIRS= bin lib/qtcreator lib/qtcreator/plugins/Nokia \
- share/doc/qtcreator share/pixmaps share/qtcreator \
- share/qtcreator/translations
-
-BUILD_DEPENDS+= qt4-sqlite3>=4.7.0:../../x11/qt4-sqlite3
-
-BUILD_TARGET= make_default qch_docs
-MAKE_ENV+= PREFIX=${PREFIX}
-
-LDFLAGS.SunOS+= -lsocket -lnsl
-
-pre-configure:
- rm -rf ${WRKSRC}/src/libs/3rdparty/botan
-
-do-configure:
- cd ${WRKSRC} && env ${CONFIGURE_ENV} ${QTDIR}/bin/qmake
-
-do-install:
- ${LIBTOOL} --mode=install \
- ${INSTALL_PROGRAM} ${WRKSRC}/bin/qtcreator \
- ${DESTDIR}${PREFIX}/bin/qtcreator
- ${LIBTOOL} --mode=install \
- ${INSTALL_PROGRAM} ${WRKSRC}/bin/qtcreator_process_stub \
- ${DESTDIR}${PREFIX}/bin/
-.for lib in Utils Aggregation ExtensionSystem QtConcurrent CPlusPlus Net7ssh \
- DebuggingHelper QmlJS symbianutils
- ${LIBTOOL} --mode=install \
- ${INSTALL_LIB} ${WRKSRC}/lib/qtcreator/lib${lib}.la \
- ${DESTDIR}${PREFIX}/lib/qtcreator/
-.endfor
- ${LIBTOOL} --mode=install \
- ${INSTALL_LIB} ${WRKSRC}/lib/qtcreator/plugins/Nokia/*.la \
- ${DESTDIR}${PREFIX}/lib/qtcreator/plugins/Nokia/
- ${LIBTOOL} --mode=install \
- ${INSTALL_DATA} ${WRKSRC}/lib/qtcreator/plugins/Nokia/*.pluginspec \
- ${DESTDIR}${PREFIX}/lib/qtcreator/plugins/Nokia/
- ${INSTALL_DATA} \
- ${WRKSRC}/src/plugins/coreplugin/images/qtcreator_logo*.png \
- ${DESTDIR}${PREFIX}/share/pixmaps/
- ${INSTALL_DATA} ${WRKSRC}/share/doc/qtcreator/qtcreator.qch \
- ${DESTDIR}${PREFIX}/share/doc/qtcreator/
- ${INSTALL_DATA} ${WRKSRC}/share/qtcreator/translations/*.qm \
- ${DESTDIR}${PREFIX}/share/qtcreator/translations/
- cd ${WRKSRC}/share/qtcreator && ${FIND} designer gdbmacros \
- schemes snippets styles templates -type d -exec \
- ${INSTALL_DATA_DIR} "${WRKSRC}/share/qtcreator/{}" \
- "${DESTDIR}${PREFIX}/share/qtcreator/{}" ";"
- cd ${WRKSRC}/share/qtcreator && ${FIND} designer gdbmacros \
- schemes snippets styles templates -type f \! -name "*.orig" -exec \
- ${INSTALL_DATA} "${WRKSRC}/share/qtcreator/{}" \
- "${DESTDIR}${PREFIX}/share/qtcreator/{}" ";"
-
-BUILDLINK_DEPMETHOD.qt4-tools= full
-
-.include "../../security/botan/buildlink3.mk"
-.include "../../x11/qt4-tools/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 37ae9146d28f -r 4dc815634c87 x11/qt4-creator/PLIST
--- a/x11/qt4-creator/PLIST Fri Dec 11 15:56:15 2020 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,144 +0,0 @@
-@comment $NetBSD: PLIST,v 1.4 2013/09/19 10:25:44 joerg Exp $
-bin/qtcreator
-bin/qtcreator_process_stub
-lib/qtcreator/libAggregation.la
-lib/qtcreator/libCPlusPlus.la
-lib/qtcreator/libDebuggingHelper.la
-lib/qtcreator/libExtensionSystem.la
-lib/qtcreator/libNet7ssh.la
-lib/qtcreator/libQmlJS.la
-lib/qtcreator/libQtConcurrent.la
-lib/qtcreator/libUtils.la
-lib/qtcreator/libsymbianutils.la
-lib/qtcreator/plugins/Nokia/BinEditor.pluginspec
-lib/qtcreator/plugins/Nokia/Bookmarks.pluginspec
-lib/qtcreator/plugins/Nokia/CMakeProjectManager.pluginspec
-lib/qtcreator/plugins/Nokia/CVS.pluginspec
-lib/qtcreator/plugins/Nokia/CodePaster.pluginspec
-lib/qtcreator/plugins/Nokia/Core.pluginspec
-lib/qtcreator/plugins/Nokia/CppEditor.pluginspec
-lib/qtcreator/plugins/Nokia/CppTools.pluginspec
-lib/qtcreator/plugins/Nokia/Debugger.pluginspec
-lib/qtcreator/plugins/Nokia/Designer.pluginspec
-lib/qtcreator/plugins/Nokia/FakeVim.pluginspec
-lib/qtcreator/plugins/Nokia/Find.pluginspec
-lib/qtcreator/plugins/Nokia/GenericProjectManager.pluginspec
-lib/qtcreator/plugins/Nokia/Help.pluginspec
-lib/qtcreator/plugins/Nokia/Locator.pluginspec
-lib/qtcreator/plugins/Nokia/Mercurial.pluginspec
-lib/qtcreator/plugins/Nokia/Perforce.pluginspec
-lib/qtcreator/plugins/Nokia/ProjectExplorer.pluginspec
-lib/qtcreator/plugins/Nokia/QmlJSEditor.pluginspec
-lib/qtcreator/plugins/Nokia/QmlProjectManager.pluginspec
-lib/qtcreator/plugins/Nokia/Qt4ProjectManager.pluginspec
-lib/qtcreator/plugins/Nokia/ResourceEditor.pluginspec
-lib/qtcreator/plugins/Nokia/ScmGit.pluginspec
-lib/qtcreator/plugins/Nokia/Subversion.pluginspec
-lib/qtcreator/plugins/Nokia/TextEditor.pluginspec
-lib/qtcreator/plugins/Nokia/VCSBase.pluginspec
-lib/qtcreator/plugins/Nokia/Welcome.pluginspec
-lib/qtcreator/plugins/Nokia/libBinEditor.la
-lib/qtcreator/plugins/Nokia/libBookmarks.la
-lib/qtcreator/plugins/Nokia/libCMakeProjectManager.la
-lib/qtcreator/plugins/Nokia/libCVS.la
-lib/qtcreator/plugins/Nokia/libCodePaster.la
-lib/qtcreator/plugins/Nokia/libCore.la
-lib/qtcreator/plugins/Nokia/libCppEditor.la
-lib/qtcreator/plugins/Nokia/libCppTools.la
-lib/qtcreator/plugins/Nokia/libDebugger.la
-lib/qtcreator/plugins/Nokia/libDesigner.la
-lib/qtcreator/plugins/Nokia/libFakeVim.la
-lib/qtcreator/plugins/Nokia/libFind.la
-lib/qtcreator/plugins/Nokia/libGenericProjectManager.la
-lib/qtcreator/plugins/Nokia/libHelp.la
-lib/qtcreator/plugins/Nokia/libLocator.la
-lib/qtcreator/plugins/Nokia/libMercurial.la
-lib/qtcreator/plugins/Nokia/libPerforce.la
-lib/qtcreator/plugins/Nokia/libProjectExplorer.la
-lib/qtcreator/plugins/Nokia/libQmlJSEditor.la
-lib/qtcreator/plugins/Nokia/libQmlProjectManager.la
-lib/qtcreator/plugins/Nokia/libQt4ProjectManager.la
-lib/qtcreator/plugins/Nokia/libResourceEditor.la
-lib/qtcreator/plugins/Nokia/libScmGit.la
-lib/qtcreator/plugins/Nokia/libSubversion.la
-lib/qtcreator/plugins/Nokia/libTextEditor.la
-lib/qtcreator/plugins/Nokia/libVCSBase.la
-lib/qtcreator/plugins/Nokia/libWelcome.la
-share/doc/qtcreator/qtcreator.qch
-share/pixmaps/qtcreator_logo_128.png
-share/pixmaps/qtcreator_logo_16.png
-share/pixmaps/qtcreator_logo_24.png
-share/pixmaps/qtcreator_logo_256.png
-share/pixmaps/qtcreator_logo_32.png
-share/pixmaps/qtcreator_logo_48.png
-share/pixmaps/qtcreator_logo_512.png
-share/pixmaps/qtcreator_logo_64.png
-share/qtcreator/designer/templates.xml
-share/qtcreator/designer/templates/Dialog_with_Buttons_Bottom.ui
-share/qtcreator/designer/templates/Dialog_with_Buttons_Right.ui
-share/qtcreator/designer/templates/Dialog_without_Buttons.ui
-share/qtcreator/designer/templates/Main_Window.ui
-share/qtcreator/designer/templates/Widget.ui
-share/qtcreator/gdbmacros/LGPL_EXCEPTION.TXT
-share/qtcreator/gdbmacros/LICENSE.LGPL
-share/qtcreator/gdbmacros/dumper.py
-share/qtcreator/gdbmacros/gdbmacros.cpp
-share/qtcreator/gdbmacros/gdbmacros.h
-share/qtcreator/gdbmacros/gdbmacros.pro
-share/qtcreator/gdbmacros/gdbmacros.py
-share/qtcreator/gdbmacros/gdbmacros_p.h
-share/qtcreator/gdbmacros/pdumper.py
-share/qtcreator/gdbmacros/test/dumpertest.pro
-share/qtcreator/gdbmacros/test/main.cpp
-share/qtcreator/schemes/MS_Visual_C++.kms
-share/qtcreator/schemes/Xcode.kms
-share/qtcreator/snippets/class_generic.snp
-share/qtcreator/snippets/class_qobject.snp
-share/qtcreator/snippets/class_qwidget.snp
-share/qtcreator/snippets/comment.snp
-share/qtcreator/snippets/for.snp
-share/qtcreator/snippets/foreach.snp
-share/qtcreator/snippets/if.snp
-share/qtcreator/snippets/ifelse.snp
-share/qtcreator/snippets/qml.xml
-share/qtcreator/styles/darkvim.xml
-share/qtcreator/styles/default.xml
-share/qtcreator/styles/grayscale.xml
-share/qtcreator/templates/qt4project/customwidgetwizard/tpl_collection.cpp
-share/qtcreator/templates/qt4project/customwidgetwizard/tpl_collection.h
-share/qtcreator/templates/qt4project/customwidgetwizard/tpl_plugin.pro
-share/qtcreator/templates/qt4project/customwidgetwizard/tpl_resources.qrc
-share/qtcreator/templates/qt4project/customwidgetwizard/tpl_single.cpp
-share/qtcreator/templates/qt4project/customwidgetwizard/tpl_single.h
-share/qtcreator/templates/qt4project/customwidgetwizard/tpl_widget.cpp
-share/qtcreator/templates/qt4project/customwidgetwizard/tpl_widget.h
-share/qtcreator/templates/qt4project/customwidgetwizard/tpl_widget_include.pri
-share/qtcreator/templates/qt4project/customwidgetwizard/tpl_widget_lib.pro
-share/qtcreator/templates/qt4project/main.cpp
-share/qtcreator/templates/qt4project/mywidget.cpp
-share/qtcreator/templates/qt4project/mywidget.h
-share/qtcreator/templates/qt4project/mywidget_form.cpp
-share/qtcreator/templates/qt4project/mywidget_form.h
-share/qtcreator/templates/qt4project/widget.ui
-share/qtcreator/templates/wizards/README.txt
-share/qtcreator/templates/wizards/helloworld/console.png
-share/qtcreator/templates/wizards/helloworld/main.cpp
-share/qtcreator/templates/wizards/helloworld/project.pro
-share/qtcreator/templates/wizards/helloworld/wizard_sample.xml
-share/qtcreator/templates/wizards/listmodel/listmodel.cpp
-share/qtcreator/templates/wizards/listmodel/listmodel.h
-share/qtcreator/templates/wizards/listmodel/wizard_sample.xml
-share/qtcreator/templates/wizards/qml-extension/lib.png
-share/qtcreator/templates/wizards/qml-extension/object.cpp
-share/qtcreator/templates/wizards/qml-extension/object.h
-share/qtcreator/templates/wizards/qml-extension/plugin.cpp
-share/qtcreator/templates/wizards/qml-extension/plugin.h
-share/qtcreator/templates/wizards/qml-extension/project.pro
-share/qtcreator/templates/wizards/qml-extension/qmldir
-share/qtcreator/templates/wizards/qml-extension/wizard.xml
-share/qtcreator/translations/qtcreator_cs.qm
-share/qtcreator/translations/qtcreator_de.qm
-share/qtcreator/translations/qtcreator_fr.qm
-share/qtcreator/translations/qtcreator_ja.qm
-share/qtcreator/translations/qtcreator_pl.qm
-share/qtcreator/translations/qtcreator_ru.qm
diff -r 37ae9146d28f -r 4dc815634c87 x11/qt4-creator/distinfo
--- a/x11/qt4-creator/distinfo Fri Dec 11 15:56:15 2020 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,25 +0,0 @@
-$NetBSD: distinfo,v 1.7 2016/06/01 13:42:08 joerg Exp $
-
-SHA1 (qt-creator-2.0.1-src.tgz) = 605bfe7876c4fa322544bc2314b059767eae407f
-RMD160 (qt-creator-2.0.1-src.tgz) = f33a58c926bd710b4688bb5292fa66c417e78070
-SHA512 (qt-creator-2.0.1-src.tgz) = 13af6eab029903b23e23c8196c981823c15ca8b02a6d49a2cc412e9d59d81500cbf4deffb5c5ae2470f04f5e3f261151ae732b21eb126450953d38aa18c24791
-Size (qt-creator-2.0.1-src.tgz) = 18350214 bytes
-SHA1 (patch-aa) = 57b6fe2b9601aee03790c69e05004edcfd2c896f
-SHA1 (patch-ab) = f0acd533050e7f310dba5981eef0f51992d3a41c
-SHA1 (patch-ac) = 9f2427a642c5c4fb7204da2144bda1c04931e024
-SHA1 (patch-ad) = 2f3349e9e3ef5f1c784e3025ea0a520e4e452089
-SHA1 (patch-ae) = 8fa1abb214473b438926d5c0d8cec7671f5c8397
-SHA1 (patch-af) = 199ab3a05c40c9d171e553713ea560367952995e
-SHA1 (patch-ag) = bbfd6e80e323f0a1cf11bc5ef345d2a23edcffc5
-SHA1 (patch-ah) = cd8f1912a1b9d42122bfac0d24e5d8c1fe74c817
-SHA1 (patch-ai) = 05442266c37d57b0ca286806f028fa43975f3d18
-SHA1 (patch-aj) = 0db253a717050aed6ae79df3aa749804ae17befd
-SHA1 (patch-ak) = 5c33cd0733f84c850856bf7c178fdb0596e1592b
-SHA1 (patch-al) = b8e116a70ec00c4b5bb50f5c2181d438e81de54f
-SHA1 (patch-am) = 075cfbe1b642f1913976c0cbdf40041e912b308b
-SHA1 (patch-an) = 9b2183299919cea25216143ffdd283e10654fdb7
-SHA1 (patch-ao) = 4359debaebeb4686b8b6b4efefb1f7b480c0287c
-SHA1 (patch-src_libs_3rdparty_3rdparty.pro) = 975eeeeadd70dddeb99236a62e708e32bb8b4c8f
-SHA1 (patch-src_libs_3rdparty_net7ssh_net7ssh__dependencies.pri) = 911f894b0ed60bc13819d23cbd36e3f05675621f
-SHA1 (patch-src_libs_3rdparty_net7ssh_src_src.pro) = dcd8c7967a4c6fe81540be5b638ddeea4da9e101
Home |
Main Index |
Thread Index |
Old Index