diff options
Diffstat (limited to 'devel/qtez')
-rw-r--r-- | devel/qtez/Makefile | 57 | ||||
-rw-r--r-- | devel/qtez/distinfo | 2 | ||||
-rw-r--r-- | devel/qtez/files/patch-ae | 22 | ||||
-rw-r--r-- | devel/qtez/files/patch-af | 21 | ||||
-rw-r--r-- | devel/qtez/pkg-descr | 6 | ||||
-rw-r--r-- | devel/qtez/pkg-plist | 71 |
6 files changed, 0 insertions, 179 deletions
diff --git a/devel/qtez/Makefile b/devel/qtez/Makefile deleted file mode 100644 index 456753011f05..000000000000 --- a/devel/qtez/Makefile +++ /dev/null @@ -1,57 +0,0 @@ -# New ports collection makefile for: qtez -# Date created: 14 May 1998 -# Whom: Andrey Zakhvatov -# -# $FreeBSD$ -# - -PORTNAME= qtez -PORTVERSION= 0.93.5 -CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ - http://qtez.ibl.sk/qtez/download/ -MASTER_SITE_SUBDIR= ${PORTNAME} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Qt Rapid Application Development Environment for X Window System - -DEPRECATED= "QT2 is obsolete" -EXPIRATION_DATE=2004-07-14 - -USE_PERL5= yes -USE_BZIP2= yes -USE_X_PREFIX= yes -USE_QT_VER= 2 -USE_INC_LIBTOOL_VER= 13 -CONFIGURE_ENV= QTDIR="${X11BASE}" QTEZ="${DATADIR}" MSG2QM="${MOC}" -MAKE_ENV= QTEZ="${DATADIR}" -INSTALLS_SHLIB= yes - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 500113 -BROKEN= "Does not compile" -.endif - -.if ${ARCH} == "alpha" -CFLAGS+= -O0 -.endif - -post-patch: - @${PERL} -pi -e 's|-O2 |\$$CXXFLAGS |g ; \ - s|include/qaction.h|include/${QTNAME}/qaction.h|g ; \ - s|qtdir/include$$|qtdir/include/${QTNAME}|g ; \ - s|-lqt|-l${QTNAME}|g' ${WRKSRC}/configure - @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${PERL} -pi -e \ - 's|doc po images|doc images|g ; \ - s|prefix\)/qtez/plugins|prefix\)/lib/qtez/plugins|g ; \ - s|prefix\)/qtez/img|QTEZ\)/img|g' - -pre-configure: - @cd ${WRKSRC} && ${PERL} automoc - @cd ${WRKSRC}/src && ${SH} ./autolinks.sh - -post-install: - @${SED} -e "s:/usr/X11R6:${PREFIX}:g" ${PKGMESSAGE} - -.include <bsd.port.post.mk> diff --git a/devel/qtez/distinfo b/devel/qtez/distinfo deleted file mode 100644 index 72ffc3db3e19..000000000000 --- a/devel/qtez/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (qtez-0.93.5.tar.bz2) = fc1a7445dcd24324b7cf6cdac3e39796 -SIZE (qtez-0.93.5.tar.bz2) = 633383 diff --git a/devel/qtez/files/patch-ae b/devel/qtez/files/patch-ae deleted file mode 100644 index 5449e5199452..000000000000 --- a/devel/qtez/files/patch-ae +++ /dev/null @@ -1,22 +0,0 @@ ---- src/attributes/DoubleItem.cpp.orig Thu Jun 22 15:56:42 2000 -+++ src/attributes/DoubleItem.cpp Thu Sep 14 01:02:17 2000 -@@ -6,16 +6,17 @@ - */ - - #include "DoubleItem.h" --#include "values.h" - #include <qlineedit.h> - #include <qvalidator.h> - - #ifdef SunOS_i86pc - #define MININT (-MAXINT - 1) --#elif defined(_OS_WIN32_) -+#elif defined(_OS_WIN32_) || defined(__FreeBSD__) - #include "limits.h" - #define MININT INT_MIN - #define MAXINT INT_MAX -+#else -+ #include "values.h" - #endif - - //********************************************************************* diff --git a/devel/qtez/files/patch-af b/devel/qtez/files/patch-af deleted file mode 100644 index 45870745cd9f..000000000000 --- a/devel/qtez/files/patch-af +++ /dev/null @@ -1,21 +0,0 @@ ---- src/attributes/IntItem.cpp.orig Thu Jun 22 15:56:42 2000 -+++ src/attributes/IntItem.cpp Thu Sep 14 01:03:16 2000 -@@ -6,15 +6,16 @@ - */ - - #include "IntItem.h" --#include "values.h" - #include <qspinbox.h> - - #ifdef SunOS_i86pc - #define MININT (-MAXINT - 1) --#elif defined(_OS_WIN32_) -+#elif defined(_OS_WIN32_) || defined(__FreeBSD__) - #include "limits.h" - #define MININT INT_MIN - #define MAXINT INT_MAX -+#else -+ #include "values.h" - #endif - - //********************************************************************* diff --git a/devel/qtez/pkg-descr b/devel/qtez/pkg-descr deleted file mode 100644 index 69cad01c823c..000000000000 --- a/devel/qtez/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -This is a beta release of a development environment for c++ -using and writing source code for the Qt library. The -environment is a gui dialog editor, as well as integrating -source code editor, and signals and slots connections. - -WWW: http://qtez.ibl.sk/ diff --git a/devel/qtez/pkg-plist b/devel/qtez/pkg-plist deleted file mode 100644 index c5cb9b2e0009..000000000000 --- a/devel/qtez/pkg-plist +++ /dev/null @@ -1,71 +0,0 @@ -bin/qtez -lib/libPluginManager.a -lib/libPluginManager.so -lib/libPluginManager.so.0 -lib/libQt2Dialogs.a -lib/libQt2Dialogs.so -lib/libQt2Dialogs.so.0 -lib/libQt2Geometry.a -lib/libQt2Geometry.so -lib/libQt2Geometry.so.0 -lib/libQt2Misc.a -lib/libQt2Misc.so -lib/libQt2Misc.so.0 -lib/libQt2Network.a -lib/libQt2Network.so -lib/libQt2Network.so.0 -lib/libQt2Widgets.a -lib/libQt2Widgets.so -lib/libQt2Widgets.so.0 -lib/libcomponents.so -lib/libcomponents.so.1 -lib/qtez/plugins/libbugreport.so -lib/qtez/plugins/sourceditor/libSyntaxEditor.so -share/qtez/acinclude.m4 -share/qtez/autogen.sh -share/qtez/automoc -share/qtez/doc/changes.html -share/qtez/doc/compcret.html -share/qtez/doc/index-1.html -share/qtez/doc/index-2.html -share/qtez/doc/index-3.html -share/qtez/doc/index-4.html -share/qtez/doc/index-5.html -share/qtez/doc/index-6.html -share/qtez/doc/index.html -share/qtez/doc/qtezlogo.png -share/qtez/doc/tutorial/attribs.html -share/qtez/doc/tutorial/compons.html -share/qtez/doc/tutorial/faq.html -share/qtez/doc/tutorial/images/AttributesEditor.png -share/qtez/doc/tutorial/images/FormsView.png -share/qtez/doc/tutorial/images/MainMenu.png -share/qtez/doc/tutorial/images/MenuEditor.png -share/qtez/doc/tutorial/images/Options.png -share/qtez/doc/tutorial/images/SigSlotEditor.png -share/qtez/doc/tutorial/images/SourceEditor.png -share/qtez/doc/tutorial/images/fndlgcap.png -share/qtez/doc/tutorial/menubar.html -share/qtez/doc/tutorial/mnuedit.html -share/qtez/doc/tutorial/projects.html -share/qtez/doc/tutorial/projview.html -share/qtez/doc/tutorial/sigslot.html -share/qtez/doc/tutorial/srcedit.html -share/qtez/doc_Makefile.am -share/qtez/icons/qtez-project.png -share/qtez/icons/qtez.png -share/qtez/icons/qtez48x48.png -share/qtez/img/bwiz.png -share/qtez/img/unstable.gif -share/qtez/po_Makefile.am -share/qtez/prepare.sh -share/qtez/qtez.udb -@dirrm share/qtez/img -@dirrm share/qtez/icons -@dirrm share/qtez/doc/tutorial/images -@dirrm share/qtez/doc/tutorial -@dirrm share/qtez/doc -@dirrm share/qtez -@dirrm lib/qtez/plugins/sourceditor -@dirrm lib/qtez/plugins -@dirrm lib/qtez |