summaryrefslogtreecommitdiff
path: root/devel/qdevelop
diff options
context:
space:
mode:
Diffstat (limited to 'devel/qdevelop')
-rw-r--r--devel/qdevelop/Makefile73
-rw-r--r--devel/qdevelop/distinfo2
-rw-r--r--devel/qdevelop/files/patch-QDevelop.pro9
-rw-r--r--devel/qdevelop/files/patch-fix_qt4722
-rw-r--r--devel/qdevelop/files/patch-src_mainimpl.cpp15
-rw-r--r--devel/qdevelop/pkg-descr7
-rw-r--r--devel/qdevelop/pkg-plist19
7 files changed, 0 insertions, 147 deletions
diff --git a/devel/qdevelop/Makefile b/devel/qdevelop/Makefile
deleted file mode 100644
index 5f1214484580..000000000000
--- a/devel/qdevelop/Makefile
+++ /dev/null
@@ -1,73 +0,0 @@
-# Created by: Yinghong.Liu <liu_yinghong@yahoo.com.cn>
-# $FreeBSD$
-
-PORTNAME= qdevelop
-PORTVERSION= 0.28
-PORTREVISION= 3
-CATEGORIES= devel kde
-MASTER_SITES= http://biord-software.org/downloads/
-DISTNAME= ${PORTNAME}-v${PORTVERSION}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Development environment entirely dedicated to Qt 4
-
-LICENSE= GPLv2+
-LICENSE_FILE= ${WRKSRC}/copying
-
-DEPRECATED= Qt4 has been EOL since december 2015
-EXPIRATION_DATE= 2019-03-15
-
-RUN_DEPENDS= exctags:devel/ctags
-
-USE_QT= corelib gui sql network xml designer sql-sqlite3_run \
- moc_build uic_build rcc_build
-USES= qmake qt:4
-
-DESKTOP_ENTRIES= "QDevelop" \
- "Qt 4 development environment" \
- "${PREFIX}/share/pixmaps/qdevelop.png" \
- "qdevelop" \
- "Development;IDE;Qt;" \
- true
-
-OPTIONS_DEFINE= TOOLS DOCS NLS
-OPTIONS_DEFAULT:= ${OPTIONS_DEFINE}
-OPTIONS_SUB= yes
-NLS_USES= qt:4
-NLS_USE= QT=linguisttools_build
-TOOLS_DESC= Install Qt 4 development tools (qmake, moc, etc.)
-TOOLS_USE= ${_TOOLS:C|.*|QT=&_run|}
-_TOOLS= assistant linguisttools moc qmake rcc uic
-
-post-patch:
- @${REINPLACE_CMD} -e "s|\"qmake\"|\"qmake-qt4\"|g" \
- -e "s|\"linguist\"|\"linguist-qt4\"|g" \
- -e "s|\"lupdate\"|\"lupdate-qt4\"|g" \
- -e "s|\"lrelease\"|\"lrelease-qt4\"|g" \
- -e "s|\"designer\"|\"designer-qt4\"|g" \
- -e "s|\"assistant\"|\"assistant-qt4\"|g" \
- -e "s|\"/usr/bin/make\"|\"${LOCALBASE}/bin/gmake\"|g" \
- -e "s|\"/usr/bin/ctags\"|\"${LOCALBASE}/bin/exctags\"|g" \
- ${WRKSRC}/src/toolscontrolimpl.cpp
- @${REINPLACE_CMD} -e "/target.path/s|/usr/bin/|${PREFIX}/bin|g" \
- ${WRKSRC}/QDevelop.pro
- @${REINPLACE_CMD} -e "s,lib/qdevelop/translations,${DATADIR_REL}/translations,g" \
- ${WRKSRC}/src/main.cpp \
- ${WRKSRC}/plugins/tools-regexp-planner/replugin.cpp \
- ${WRKSRC}/plugins/formatting-astyle/astyleplugin.cpp
-
-post-configure-NLS-on:
- ${LRELEASE} ${WRKSRC}/QDevelop.pro
-
-post-install:
- ${INSTALL_DATA} ${WRKSRC}/resources/images/logo.png ${STAGEDIR}${PREFIX}/share/pixmaps/qdevelop.png
-
-post-install-NLS-on:
- @${MKDIR} ${STAGEDIR}${DATADIR}/translations
- ${INSTALL_DATA} ${WRKSRC}/resources/translations/*.qm ${STAGEDIR}${DATADIR}/translations
-
-post-install-DOCS-on:
- @${MKDIR} ${STAGEDIR}${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/ChangeLog.txt ${WRKSRC}/README.txt ${STAGEDIR}${DOCSDIR}
-
-.include <bsd.port.mk>
diff --git a/devel/qdevelop/distinfo b/devel/qdevelop/distinfo
deleted file mode 100644
index dcdada483575..000000000000
--- a/devel/qdevelop/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (qdevelop-v0.28.tar.gz) = d9772358078f62edb6591d3d7ca7515c52f256eb6becf82cc5fcde4228ac7d9e
-SIZE (qdevelop-v0.28.tar.gz) = 1660363
diff --git a/devel/qdevelop/files/patch-QDevelop.pro b/devel/qdevelop/files/patch-QDevelop.pro
deleted file mode 100644
index 777e9a48f44d..000000000000
--- a/devel/qdevelop/files/patch-QDevelop.pro
+++ /dev/null
@@ -1,9 +0,0 @@
---- ./QDevelop.pro.orig 2010-04-17 11:24:40.000000000 +0400
-+++ ./QDevelop.pro 2010-08-01 18:22:09.489810565 +0400
-@@ -146,6 +146,3 @@
- OBJECTS_DIR += build/o/win32
- CONFIG -= debug_and_release
- }
--!exists(resources/translations/QDevelop_Russian.qm) {
-- error(Please run \"lrelease QDevelop.pro\" before building the project)
--}
diff --git a/devel/qdevelop/files/patch-fix_qt47 b/devel/qdevelop/files/patch-fix_qt47
deleted file mode 100644
index f1afbf0d892a..000000000000
--- a/devel/qdevelop/files/patch-fix_qt47
+++ /dev/null
@@ -1,22 +0,0 @@
---- ./src/build.h
-+++ ./src/build.h
-@@ -56,7 +56,7 @@ private:
- int m_warnings;
- QString m_forceMode;
- signals:
-- void message(QString, QString=0);
-+ void message(QString, QString=QString());
- protected slots:
- void slotBuildMessages();
- void slotStopBuild();
---- ./src/textEdit.h
-+++ ./textEdit.h
-@@ -142,7 +142,7 @@ public:
- void setMouseHidden( bool hidden );
- public slots:
- void gotoLine( int line, bool moveTop );
-- void slotFind(Ui::FindWidget uiFind, Ui::ReplaceWidget uiReplace, QString ttf=0, QTextDocument::FindFlags options=0, bool fromButton=false);
-+ void slotFind(Ui::FindWidget uiFind, Ui::ReplaceWidget uiReplace, QString ttf=QString(), QTextDocument::FindFlags options=0, bool fromButton=false);
- void slotIndent(bool indent=true);
- void slotUnindent();
- void comment(ActionComment action);
diff --git a/devel/qdevelop/files/patch-src_mainimpl.cpp b/devel/qdevelop/files/patch-src_mainimpl.cpp
deleted file mode 100644
index 0630ce30f695..000000000000
--- a/devel/qdevelop/files/patch-src_mainimpl.cpp
+++ /dev/null
@@ -1,15 +0,0 @@
-src/mainimpl.cpp:82:19: error: cannot initialize a parameter of type 'QStatusBar *' with an rvalue of type 'bool'
- setStatusBar( false );
- ^~~~~
-
---- src/mainimpl.cpp.orig 2018-07-28 10:47:16 UTC
-+++ src/mainimpl.cpp
-@@ -79,7 +79,7 @@ MainImpl::MainImpl(QWidget * parent)
- : QMainWindow(parent)
- {
- setupUi(this);
-- setStatusBar( false );
-+ setStatusBar( NULL );
- m_saveBeforeBuild = true;
- m_restoreOnStart = true;
- m_projectManager = 0;
diff --git a/devel/qdevelop/pkg-descr b/devel/qdevelop/pkg-descr
deleted file mode 100644
index b46a7206d335..000000000000
--- a/devel/qdevelop/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-QDevelop is a development environment entirely dedicated to Qt4.
-QDevelop is not a Kdevelop like or reduced. It's an independent IDE dedicated
-to Qt and is totally independent of KDevelop. Less complete, but faster,
-light and especially multi-platforms. QDevelop and KDevelop have different
-code sources.
-
-WWW: http://code.google.com/p/qdevelop/
diff --git a/devel/qdevelop/pkg-plist b/devel/qdevelop/pkg-plist
deleted file mode 100644
index 9c2530c9a70f..000000000000
--- a/devel/qdevelop/pkg-plist
+++ /dev/null
@@ -1,19 +0,0 @@
-bin/qdevelop
-%%PORTDOCS%%%%DOCSDIR%%/ChangeLog.txt
-%%PORTDOCS%%%%DOCSDIR%%/README.txt
-share/pixmaps/qdevelop.png
-%%NLS%%%%DATADIR%%/translations/QDevelop_Chinese.qm
-%%NLS%%%%DATADIR%%/translations/QDevelop_Czech.qm
-%%NLS%%%%DATADIR%%/translations/QDevelop_Dutch.qm
-%%NLS%%%%DATADIR%%/translations/QDevelop_French.qm
-%%NLS%%%%DATADIR%%/translations/QDevelop_German.qm
-%%NLS%%%%DATADIR%%/translations/QDevelop_Hungarian.qm
-%%NLS%%%%DATADIR%%/translations/QDevelop_Italian.qm
-%%NLS%%%%DATADIR%%/translations/QDevelop_Japanese.qm
-%%NLS%%%%DATADIR%%/translations/QDevelop_Polish.qm
-%%NLS%%%%DATADIR%%/translations/QDevelop_Portuguese.qm
-%%NLS%%%%DATADIR%%/translations/QDevelop_Russian.qm
-%%NLS%%%%DATADIR%%/translations/QDevelop_Spanish.qm
-%%NLS%%%%DATADIR%%/translations/QDevelop_Turkish.qm
-%%NLS%%%%DATADIR%%/translations/QDevelop_Ukrainian.qm
-%%NLS%%%%DATADIR%%/translations/QDevelop_Vietnamese.qm