aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2004-07-23 14:34:56 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2004-07-23 14:34:56 +0000
commit3e23ad2ac9f1e3019b86f96715fc456df5080588 (patch)
tree696a113c4ea8ec31cab968d3457a56e637806352 /devel
parent28edb9d0eba949500132406d4a2bc85d33a841d6 (diff)
downloadports-3e23ad2ac9f1e3019b86f96715fc456df5080588.tar.gz
ports-3e23ad2ac9f1e3019b86f96715fc456df5080588.zip
Notes
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile2
-rw-r--r--devel/moonshine/Makefile45
-rw-r--r--devel/moonshine/distinfo2
-rw-r--r--devel/moonshine/files/patch-aa82
-rw-r--r--devel/moonshine/files/patch-ab11
-rw-r--r--devel/moonshine/pkg-descr9
-rw-r--r--devel/moonshine/pkg-plist64
-rw-r--r--devel/qtez/Makefile57
-rw-r--r--devel/qtez/distinfo2
-rw-r--r--devel/qtez/files/patch-ae22
-rw-r--r--devel/qtez/files/patch-af21
-rw-r--r--devel/qtez/pkg-descr6
-rw-r--r--devel/qtez/pkg-plist71
13 files changed, 0 insertions, 394 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 055276551cfa..bd6685097c5c 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -525,7 +525,6 @@
SUBDIR += mm
SUBDIR += mob
SUBDIR += monotone
- SUBDIR += moonshine
SUBDIR += motor
SUBDIR += mpatrol
SUBDIR += mprof
@@ -1156,7 +1155,6 @@
SUBDIR += qextmdi
SUBDIR += qmake
SUBDIR += qssl
- SUBDIR += qtez
SUBDIR += qtk
SUBDIR += ragel
SUBDIR += re2c
diff --git a/devel/moonshine/Makefile b/devel/moonshine/Makefile
deleted file mode 100644
index cbc38d55651c..000000000000
--- a/devel/moonshine/Makefile
+++ /dev/null
@@ -1,45 +0,0 @@
-# New ports collection makefile for: moonshine
-# Date created: 26 April 2000
-# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= moonshine
-PORTVERSION= 1.1.5
-CATEGORIES= devel
-MASTER_SITES= ftp://planetmirror.com/pub/moonshine/1.1/src/
-DISTNAME= ${PORTNAME}-${PORTVERSION}-src
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= A customizable IDE that supports a wide variety of languages
-
-DEPRECATED= "QT2 is obsolete"
-EXPIRATION_DATE=2004-07-14
-
-USE_QT_VER= 2
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
-USE_XLIB= yes
-USE_REINPLACE= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ENV= QTDIR="${X11BASE}"
-QTCPPFLAGS+= -I${X11BASE}/include
-
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 500113
-BROKEN= "Does not compile"
-.endif
-
-.if ${ARCH} == "alpha"
-CFLAGS+= -O0
-.endif
-
-pre-configure:
- @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
- 's|\$${prefix}/moonshine|$${prefix}/share/moonshine| ; \
- s|@INSTBIN@|${PREFIX}/bin| ; s|moc -o|$$(MOC) -o|'
- @${REINPLACE_CMD} -e 's|/usr/share/moonshine|${PREFIX}/share/moonshine|' \
- ${WRKSRC}/include/tags.h
-
-.include <bsd.port.post.mk>
diff --git a/devel/moonshine/distinfo b/devel/moonshine/distinfo
deleted file mode 100644
index e020f1e5a97f..000000000000
--- a/devel/moonshine/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (moonshine-1.1.5-src.tar.gz) = 3da0f0e27522c2b1d9fe609c1ac0afa5
-SIZE (moonshine-1.1.5-src.tar.gz) = 411868
diff --git a/devel/moonshine/files/patch-aa b/devel/moonshine/files/patch-aa
deleted file mode 100644
index a3fa9fdcf1b7..000000000000
--- a/devel/moonshine/files/patch-aa
+++ /dev/null
@@ -1,82 +0,0 @@
-
-$FreeBSD$
-
---- configure.orig Fri Dec 1 19:51:43 2000
-+++ configure Thu Apr 5 17:17:27 2001
-@@ -1056,8 +1056,8 @@
- SET_MAKE="MAKE=${MAKE-make}"
- fi
-
--# Extract the first word of "moc", so it can be a program name with args.
--set dummy moc; ac_word=$2
-+# Extract the first word of "moc2", so it can be a program name with args.
-+set dummy moc2; ac_word=$2
- echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
- echo "configure:1063: checking for $ac_word" >&5
- if eval "test \"`echo '$''{'ac_cv_path_MOC'+set}'`\" = set"; then
-@@ -1213,10 +1213,10 @@
-
- if test "${link_type}" = "static"; then
- echo " Static link"
-- libqt="libqt.a"
-+ libqt="libqt2.a"
- else
- echo " Dynamic link"
-- libqt="libqt.so.2"
-+ libqt="libqt2.so"
- fi
- echo $ac_n "checking "for a qt 2.0 or newer library"""... $ac_c" 1>&6
- echo "configure:1223: checking "for a qt 2.0 or newer library"" >&5
-@@ -1238,7 +1238,7 @@
- if test -r "$qtlib/$libqt"; then
- if test "${link_type}" = "static"; then
- ok="false"
-- checkversion=$(ar -t $qtlib/libqt.a qstringlist.o 2>&1)
-+ checkversion=$(ar -t $qtlib/libqt2.a qstringlist.o 2>&1)
- if test "${checkversion}" = "qstringlist.o"; then
- ok="true"
- fi
-@@ -1250,9 +1250,9 @@
- echo "$ac_t"""yes"" 1>&6
- qt_lib_found=true
- if test "${link_type}" = "static"; then
-- QTLIB="-L${qt_lib_dir} -lqt -L/usr/X11R6/lib -lX11 -lXext -lpng -static"
-+ QTLIB="-L${qt_lib_dir} -lqt2 -L/usr/X11R6/lib -lX11 -lXext -lpng -static"
- else
-- QTLIB="-L${qt_lib_dir} -lqt"
-+ QTLIB="-L${qt_lib_dir} -lqt2"
- fi
- break
- fi
-@@ -1270,15 +1270,15 @@
- for qtinc in \
- $qt_dir/include \
- $QTDIR/include \
-- /usr/include/qt \
-- /usr/local/include/qt \
-+ /usr/include/qt2 \
-+ /usr/local/include/qt2 \
- /usr/share/qt/include \
-- /usr/share/include/qt \
-+ /usr/share/include/qt2 \
- /usr/qt/include \
-- /usr/X11R6/include/qt \
-- /usr/include/X11/qt \
-- /usr/local/X11R6/include/qt \
-- /usr/local/X11/include/qt \
-+ /usr/X11R6/include/qt2 \
-+ /usr/include/X11/qt2 \
-+ /usr/local/X11R6/include/qt2 \
-+ /usr/local/X11/include/qt2 \
- /usr/local/qt/include \
- /usr/lib/qt/include \
- /usr/share/qt/include \
-@@ -1304,7 +1304,7 @@
- CXXFLAGS="-g -pipe"
- echo "will compile with debug symbols"
- else
-- CXXFLAGS="-O2 -pipe"
-+# CXXFLAGS="-O2 -pipe"
- echo "will compile without debug symbols"
- fi
- if test -d ${qt_dir}; then
diff --git a/devel/moonshine/files/patch-ab b/devel/moonshine/files/patch-ab
deleted file mode 100644
index 8cd4d163a696..000000000000
--- a/devel/moonshine/files/patch-ab
+++ /dev/null
@@ -1,11 +0,0 @@
---- docs/Makefile.in.orig Fri Apr 28 18:12:08 2000
-+++ docs/Makefile.in Fri Apr 28 18:12:46 2000
-@@ -73,7 +73,7 @@
-
- subdistdir = ${distdir}
-
--instdir = ${prefix}/moonshine/docs
-+instdir = ${prefix}/share/doc/moonshine
- mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
- CONFIG_HEADER = ../config.h
- CONFIG_CLEAN_FILES =
diff --git a/devel/moonshine/pkg-descr b/devel/moonshine/pkg-descr
deleted file mode 100644
index 35a4fd86e41a..000000000000
--- a/devel/moonshine/pkg-descr
+++ /dev/null
@@ -1,9 +0,0 @@
-Moonshine Open Source Edition is a customizable integrated software development
-enviropment that supports a wide variety of languages. It is designed in a
-modular fashion so that specific language support is not built directly into
-the application but into plug-ins or modules. The application provides a source
-tree browser, a configurable text editor, and a captured commands interface.
-The individual modules provide icons, menus, help files, context highlighting
-rules for text, and utilities specific to the module.
-
-WWW: http://public.planetmirror.com/pub/moonshine/
diff --git a/devel/moonshine/pkg-plist b/devel/moonshine/pkg-plist
deleted file mode 100644
index 42a34e684aa9..000000000000
--- a/devel/moonshine/pkg-plist
+++ /dev/null
@@ -1,64 +0,0 @@
-bin/moonshine
-share/doc/moonshine/bugs.txt
-share/doc/moonshine/changeLog.txt
-share/doc/moonshine/doxyapi.cfg
-share/doc/moonshine/ideas.txt
-share/doc/moonshine/macroLanguageSpecs.txt
-share/doc/moonshine/module.html
-share/doc/moonshine/roadmap.txt
-share/doc/moonshine/syntax.html
-share/moonshine/INSTALL
-share/moonshine/LICENCE
-share/moonshine/README
-share/moonshine/README.html
-share/moonshine/convert-module-to-0.9.7-format.sh
-share/moonshine/modules/Qt.module
-share/moonshine/modules/Qt2.module
-share/moonshine/modules/c++.module
-share/moonshine/modules/default.module
-share/moonshine/modules/pix/cvs.xpm
-share/moonshine/modules/pix/debug.xpm
-share/moonshine/modules/pix/folder-closed.xpm
-share/moonshine/modules/pix/folder-closed2.xpm
-share/moonshine/modules/pix/folder-opened.xpm
-share/moonshine/modules/pix/folder-opened2.xpm
-share/moonshine/modules/pix/header.xpm
-share/moonshine/modules/pix/header2.xpm
-share/moonshine/modules/pix/imake.xpm
-share/moonshine/modules/pix/mini-about.xpm
-share/moonshine/modules/pix/mini-brew.xpm
-share/moonshine/modules/pix/mini-delete.xpm
-share/moonshine/modules/pix/mini-edit.xpm
-share/moonshine/modules/pix/mini-emacs.xpm
-share/moonshine/modules/pix/mini-file.xpm
-share/moonshine/modules/pix/mini-folder.xpm
-share/moonshine/modules/pix/mini-gimp.xpm
-share/moonshine/modules/pix/mini-hammer.xpm
-share/moonshine/modules/pix/mini-image.xpm
-share/moonshine/modules/pix/mini-import.xpm
-share/moonshine/modules/pix/mini-new-file.xpm
-share/moonshine/modules/pix/mini-new-folder.xpm
-share/moonshine/modules/pix/mini-nscape.xpm
-share/moonshine/modules/pix/mini-plain.xpm
-share/moonshine/modules/pix/mini-ray.xpm
-share/moonshine/modules/pix/mini-rename.xpm
-share/moonshine/modules/pix/mini-web.xpm
-share/moonshine/modules/pix/mini-xv.xpm
-share/moonshine/modules/pix/printer.xpm
-share/moonshine/modules/pix/qt.xpm
-share/moonshine/modules/pix/source.xpm
-share/moonshine/modules/pix/source2.xpm
-share/moonshine/modules/pix/verticle-folder.xpm
-share/moonshine/modules/syntax/Web.syntax
-share/moonshine/modules/syntax/c++.syntax
-share/moonshine/modules/syntax/captured-commands.syntax
-share/moonshine/modules/syntax/default.syntax
-share/moonshine/modules/syntax/gcc.syntax
-share/moonshine/modules/syntax/module.syntax
-share/moonshine/modules/syntax/qt.syntax
-share/moonshine/modules/web.module
-@dirrm share/moonshine/modules/syntax
-@dirrm share/moonshine/modules/pix
-@dirrm share/moonshine/modules
-@dirrm share/moonshine
-@dirrm share/doc/moonshine
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