diff options
author | imura <imura@FreeBSD.org> | 1999-10-02 03:26:02 +0000 |
---|---|---|
committer | imura <imura@FreeBSD.org> | 1999-10-02 03:26:02 +0000 |
commit | d9e216f1a8c6ee676138d1413c5798b7e4d528f0 (patch) | |
tree | e28db4e3e861fb904f02cd975a3086b8d65e75ef /x11-toolkits | |
parent | 0d2c471bc40983da446f18af1853ba6dcc380049 (diff) | |
download | FreeBSD-ports-d9e216f1a8c6ee676138d1413c5798b7e4d528f0.zip FreeBSD-ports-d9e216f1a8c6ee676138d1413c5798b7e4d528f0.tar.gz |
Update to Qt-2.0.2
Diffstat (limited to 'x11-toolkits')
30 files changed, 186 insertions, 90 deletions
diff --git a/x11-toolkits/qt22/Makefile b/x11-toolkits/qt22/Makefile index 1b9f0ba..90bcbb6 100644 --- a/x11-toolkits/qt22/Makefile +++ b/x11-toolkits/qt22/Makefile @@ -1,16 +1,16 @@ -# New ports collection makefile for: qt201 -# Version required: 2.0.1 +# New ports collection makefile for: qt20 +# Version required: 2.0.2 # Date created: 17 Jul 1999 # Whom: imura@cs.titech.ac.jp # # $FreeBSD$ # -DISTNAME= qt-2.0.1 +DISTNAME= qt-2.0.2 CATEGORIES= x11-toolkits MASTER_SITES= ftp://ftp.troll.no/qt/source/ -MAINTAINER= imura@cs.titech.ac.jp +MAINTAINER= imura@FreeBSD.org LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png @@ -34,7 +34,7 @@ USE_NEWGCC= YES .if ${PORTOBJFORMAT} == "elf" VERSION= 2 .else -VERSION= 2.01 +VERSION= 2.02 .endif PLIST_SUB= VERSION=${VERSION} @@ -60,7 +60,9 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/LICENSE.QPL ${PREFIX}/share/doc/qt2 ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/qt2 ${INSTALL_DATA} ${WRKSRC}/README.QT ${PREFIX}/share/doc/qt2 - ${INSTALL_DATA} ${WRKSRC}/doc/* ${PREFIX}/share/doc/qt2/html + ${INSTALL_DATA} ${WRKSRC}/doc/[^q]* ${PREFIX}/share/doc/qt2/html + ${INSTALL_DATA} ${WRKSRC}/doc/q[a-m]* ${PREFIX}/share/doc/qt2/html + ${INSTALL_DATA} ${WRKSRC}/doc/q[n-z]* ${PREFIX}/share/doc/qt2/html .endif .include <bsd.port.post.mk> diff --git a/x11-toolkits/qt22/distinfo b/x11-toolkits/qt22/distinfo index e9746a2..27fdd45 100644 --- a/x11-toolkits/qt22/distinfo +++ b/x11-toolkits/qt22/distinfo @@ -1 +1 @@ -MD5 (qt-2.0.1.tar.gz) = 32fe2ccb734d019d1156667e1f303495 +MD5 (qt-2.0.2.tar.gz) = afeaf554f538b415a2f46ff6b36657f4 diff --git a/x11-toolkits/qt22/files/manpages b/x11-toolkits/qt22/files/manpages index 8af6723..6b77b5e 100644 --- a/x11-toolkits/qt22/files/manpages +++ b/x11-toolkits/qt22/files/manpages @@ -167,6 +167,7 @@ qresizeevent.3qt \ qscrollbar.3qt \ qscrollview.3qt \ qsemimodal.3qt \ +qserversocket.3qt \ qsessionmanager.3qt \ qshared.3qt \ qshowevent.3qt \ @@ -177,6 +178,8 @@ qsize.3qt \ qsizegrip.3qt \ qsizepolicy.3qt \ qslider.3qt \ +qsocket.3qt \ +qsocketaddress.3qt \ qsocketnotifier.3qt \ qsortedlist.3qt \ qspaceritem.3qt \ diff --git a/x11-toolkits/qt22/files/patch-aa b/x11-toolkits/qt22/files/patch-aa index 6b46648..4adebbf 100644 --- a/x11-toolkits/qt22/files/patch-aa +++ b/x11-toolkits/qt22/files/patch-aa @@ -1,5 +1,5 @@ ---- configs/freebsd-g++-shared.orig Tue Jul 20 11:45:01 1999 -+++ configs/freebsd-g++-shared Thu Aug 12 21:26:28 1999 +--- configs/freebsd-g++-shared.orig Fri Sep 24 18:21:55 1999 ++++ configs/freebsd-g++-shared Fri Oct 1 22:07:46 1999 @@ -1,33 +1,33 @@ # Compiling -SYSCONF_CXX = g++ @@ -81,10 +81,10 @@ SYSCONF_LINK_LIB_STATIC = rm -f $(DESTDIR)$(SYSCONF_LINK_TARGET_STATIC) ; \ $(SYSCONF_AR) $(DESTDIR)$(SYSCONF_LINK_TARGET_STATIC) $(OBJECTS) $(OBJMOC) # Compiling application source --SYSCONF_CXXFLAGS = -pipe -DNO_DEBUG -O2 --SYSCONF_CFLAGS = -pipe -DNO_DEBUG -O2 -+SYSCONF_CXXFLAGS = $(SYS_CXXFLAGS) -DNO_DEBUG -+SYSCONF_CFLAGS = $(SYS_CXXFLAGS) -DNO_DEBUG +-SYSCONF_CXXFLAGS = -pipe -O2 +-SYSCONF_CFLAGS = -pipe -O2 ++SYSCONF_CXXFLAGS = $(SYS_CXXFLAGS) ++SYSCONF_CFLAGS = $(SYS_CXXFLAGS) # Compiling library source SYSCONF_CXXFLAGS_LIB = -fPIC SYSCONF_CFLAGS_LIB = -fPIC diff --git a/x11-toolkits/qt22/pkg-plist b/x11-toolkits/qt22/pkg-plist index 80793e5..d3e52a9 100644 --- a/x11-toolkits/qt22/pkg-plist +++ b/x11-toolkits/qt22/pkg-plist @@ -183,6 +183,7 @@ include/qt2/qscrbar.h include/qt2/qscrollbar.h include/qt2/qscrollview.h include/qt2/qsemimodal.h +include/qt2/qserversocket.h include/qt2/qsession.h include/qt2/qsessionmanager.h include/qt2/qshared.h @@ -196,6 +197,8 @@ include/qt2/qsizepolicy.h include/qt2/qsjiscodec.h include/qt2/qslider.h include/qt2/qsmartptr.h +include/qt2/qsocket.h +include/qt2/qsocketdevice.h include/qt2/qsocketnotifier.h include/qt2/qsocknot.h include/qt2/qsortedlist.h @@ -282,7 +285,6 @@ share/doc/qt2/html/desktop-desktop-cpp.html share/doc/qt2/html/dialogs.html share/doc/qt2/html/dirview-main-cpp.html share/doc/qt2/html/dnd.html -share/doc/qt2/html/dochead.jpg share/doc/qt2/html/dochead.png share/doc/qt2/html/drawdemo-drawdemo-cpp.html share/doc/qt2/html/drawing.html @@ -846,6 +848,9 @@ share/doc/qt2/html/qscrollview.html share/doc/qt2/html/qsemimodal-h.html share/doc/qt2/html/qsemimodal-members.html share/doc/qt2/html/qsemimodal.html +share/doc/qt2/html/qserversocket-h.html +share/doc/qt2/html/qserversocket-members.html +share/doc/qt2/html/qserversocket.html share/doc/qt2/html/qsessionmanager-h.html share/doc/qt2/html/qsessionmanager-members.html share/doc/qt2/html/qsessionmanager.html @@ -877,6 +882,12 @@ share/doc/qt2/html/qslider-m.png share/doc/qt2/html/qslider-members.html share/doc/qt2/html/qslider-w.png share/doc/qt2/html/qslider.html +share/doc/qt2/html/qsocket-h.html +share/doc/qt2/html/qsocket-members.html +share/doc/qt2/html/qsocket.html +share/doc/qt2/html/qsocketaddress-members.html +share/doc/qt2/html/qsocketaddress.html +share/doc/qt2/html/qsocketdevice-h.html share/doc/qt2/html/qsocketnotifier-h.html share/doc/qt2/html/qsocketnotifier-members.html share/doc/qt2/html/qsocketnotifier.html @@ -1164,6 +1175,6 @@ share/doc/qt2/html/wizard-main-cpp.html share/doc/qt2/html/xform-xform-cpp.html share/doc/qt2/html/xt.html share/doc/qt2/html/y2k.html -@dirrm include/qt2 @dirrm share/doc/qt2/html @dirrm share/doc/qt2 +@dirrm include/qt2 diff --git a/x11-toolkits/qt23/Makefile b/x11-toolkits/qt23/Makefile index 1b9f0ba..90bcbb6 100644 --- a/x11-toolkits/qt23/Makefile +++ b/x11-toolkits/qt23/Makefile @@ -1,16 +1,16 @@ -# New ports collection makefile for: qt201 -# Version required: 2.0.1 +# New ports collection makefile for: qt20 +# Version required: 2.0.2 # Date created: 17 Jul 1999 # Whom: imura@cs.titech.ac.jp # # $FreeBSD$ # -DISTNAME= qt-2.0.1 +DISTNAME= qt-2.0.2 CATEGORIES= x11-toolkits MASTER_SITES= ftp://ftp.troll.no/qt/source/ -MAINTAINER= imura@cs.titech.ac.jp +MAINTAINER= imura@FreeBSD.org LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png @@ -34,7 +34,7 @@ USE_NEWGCC= YES .if ${PORTOBJFORMAT} == "elf" VERSION= 2 .else -VERSION= 2.01 +VERSION= 2.02 .endif PLIST_SUB= VERSION=${VERSION} @@ -60,7 +60,9 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/LICENSE.QPL ${PREFIX}/share/doc/qt2 ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/qt2 ${INSTALL_DATA} ${WRKSRC}/README.QT ${PREFIX}/share/doc/qt2 - ${INSTALL_DATA} ${WRKSRC}/doc/* ${PREFIX}/share/doc/qt2/html + ${INSTALL_DATA} ${WRKSRC}/doc/[^q]* ${PREFIX}/share/doc/qt2/html + ${INSTALL_DATA} ${WRKSRC}/doc/q[a-m]* ${PREFIX}/share/doc/qt2/html + ${INSTALL_DATA} ${WRKSRC}/doc/q[n-z]* ${PREFIX}/share/doc/qt2/html .endif .include <bsd.port.post.mk> diff --git a/x11-toolkits/qt23/distinfo b/x11-toolkits/qt23/distinfo index e9746a2..27fdd45 100644 --- a/x11-toolkits/qt23/distinfo +++ b/x11-toolkits/qt23/distinfo @@ -1 +1 @@ -MD5 (qt-2.0.1.tar.gz) = 32fe2ccb734d019d1156667e1f303495 +MD5 (qt-2.0.2.tar.gz) = afeaf554f538b415a2f46ff6b36657f4 diff --git a/x11-toolkits/qt23/files/manpages b/x11-toolkits/qt23/files/manpages index 8af6723..6b77b5e 100644 --- a/x11-toolkits/qt23/files/manpages +++ b/x11-toolkits/qt23/files/manpages @@ -167,6 +167,7 @@ qresizeevent.3qt \ qscrollbar.3qt \ qscrollview.3qt \ qsemimodal.3qt \ +qserversocket.3qt \ qsessionmanager.3qt \ qshared.3qt \ qshowevent.3qt \ @@ -177,6 +178,8 @@ qsize.3qt \ qsizegrip.3qt \ qsizepolicy.3qt \ qslider.3qt \ +qsocket.3qt \ +qsocketaddress.3qt \ qsocketnotifier.3qt \ qsortedlist.3qt \ qspaceritem.3qt \ diff --git a/x11-toolkits/qt23/files/patch-aa b/x11-toolkits/qt23/files/patch-aa index 6b46648..4adebbf 100644 --- a/x11-toolkits/qt23/files/patch-aa +++ b/x11-toolkits/qt23/files/patch-aa @@ -1,5 +1,5 @@ ---- configs/freebsd-g++-shared.orig Tue Jul 20 11:45:01 1999 -+++ configs/freebsd-g++-shared Thu Aug 12 21:26:28 1999 +--- configs/freebsd-g++-shared.orig Fri Sep 24 18:21:55 1999 ++++ configs/freebsd-g++-shared Fri Oct 1 22:07:46 1999 @@ -1,33 +1,33 @@ # Compiling -SYSCONF_CXX = g++ @@ -81,10 +81,10 @@ SYSCONF_LINK_LIB_STATIC = rm -f $(DESTDIR)$(SYSCONF_LINK_TARGET_STATIC) ; \ $(SYSCONF_AR) $(DESTDIR)$(SYSCONF_LINK_TARGET_STATIC) $(OBJECTS) $(OBJMOC) # Compiling application source --SYSCONF_CXXFLAGS = -pipe -DNO_DEBUG -O2 --SYSCONF_CFLAGS = -pipe -DNO_DEBUG -O2 -+SYSCONF_CXXFLAGS = $(SYS_CXXFLAGS) -DNO_DEBUG -+SYSCONF_CFLAGS = $(SYS_CXXFLAGS) -DNO_DEBUG +-SYSCONF_CXXFLAGS = -pipe -O2 +-SYSCONF_CFLAGS = -pipe -O2 ++SYSCONF_CXXFLAGS = $(SYS_CXXFLAGS) ++SYSCONF_CFLAGS = $(SYS_CXXFLAGS) # Compiling library source SYSCONF_CXXFLAGS_LIB = -fPIC SYSCONF_CFLAGS_LIB = -fPIC diff --git a/x11-toolkits/qt23/pkg-plist b/x11-toolkits/qt23/pkg-plist index 80793e5..d3e52a9 100644 --- a/x11-toolkits/qt23/pkg-plist +++ b/x11-toolkits/qt23/pkg-plist @@ -183,6 +183,7 @@ include/qt2/qscrbar.h include/qt2/qscrollbar.h include/qt2/qscrollview.h include/qt2/qsemimodal.h +include/qt2/qserversocket.h include/qt2/qsession.h include/qt2/qsessionmanager.h include/qt2/qshared.h @@ -196,6 +197,8 @@ include/qt2/qsizepolicy.h include/qt2/qsjiscodec.h include/qt2/qslider.h include/qt2/qsmartptr.h +include/qt2/qsocket.h +include/qt2/qsocketdevice.h include/qt2/qsocketnotifier.h include/qt2/qsocknot.h include/qt2/qsortedlist.h @@ -282,7 +285,6 @@ share/doc/qt2/html/desktop-desktop-cpp.html share/doc/qt2/html/dialogs.html share/doc/qt2/html/dirview-main-cpp.html share/doc/qt2/html/dnd.html -share/doc/qt2/html/dochead.jpg share/doc/qt2/html/dochead.png share/doc/qt2/html/drawdemo-drawdemo-cpp.html share/doc/qt2/html/drawing.html @@ -846,6 +848,9 @@ share/doc/qt2/html/qscrollview.html share/doc/qt2/html/qsemimodal-h.html share/doc/qt2/html/qsemimodal-members.html share/doc/qt2/html/qsemimodal.html +share/doc/qt2/html/qserversocket-h.html +share/doc/qt2/html/qserversocket-members.html +share/doc/qt2/html/qserversocket.html share/doc/qt2/html/qsessionmanager-h.html share/doc/qt2/html/qsessionmanager-members.html share/doc/qt2/html/qsessionmanager.html @@ -877,6 +882,12 @@ share/doc/qt2/html/qslider-m.png share/doc/qt2/html/qslider-members.html share/doc/qt2/html/qslider-w.png share/doc/qt2/html/qslider.html +share/doc/qt2/html/qsocket-h.html +share/doc/qt2/html/qsocket-members.html +share/doc/qt2/html/qsocket.html +share/doc/qt2/html/qsocketaddress-members.html +share/doc/qt2/html/qsocketaddress.html +share/doc/qt2/html/qsocketdevice-h.html share/doc/qt2/html/qsocketnotifier-h.html share/doc/qt2/html/qsocketnotifier-members.html share/doc/qt2/html/qsocketnotifier.html @@ -1164,6 +1175,6 @@ share/doc/qt2/html/wizard-main-cpp.html share/doc/qt2/html/xform-xform-cpp.html share/doc/qt2/html/xt.html share/doc/qt2/html/y2k.html -@dirrm include/qt2 @dirrm share/doc/qt2/html @dirrm share/doc/qt2 +@dirrm include/qt2 diff --git a/x11-toolkits/qt30/Makefile b/x11-toolkits/qt30/Makefile index 1b9f0ba..90bcbb6 100644 --- a/x11-toolkits/qt30/Makefile +++ b/x11-toolkits/qt30/Makefile @@ -1,16 +1,16 @@ -# New ports collection makefile for: qt201 -# Version required: 2.0.1 +# New ports collection makefile for: qt20 +# Version required: 2.0.2 # Date created: 17 Jul 1999 # Whom: imura@cs.titech.ac.jp # # $FreeBSD$ # -DISTNAME= qt-2.0.1 +DISTNAME= qt-2.0.2 CATEGORIES= x11-toolkits MASTER_SITES= ftp://ftp.troll.no/qt/source/ -MAINTAINER= imura@cs.titech.ac.jp +MAINTAINER= imura@FreeBSD.org LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png @@ -34,7 +34,7 @@ USE_NEWGCC= YES .if ${PORTOBJFORMAT} == "elf" VERSION= 2 .else -VERSION= 2.01 +VERSION= 2.02 .endif PLIST_SUB= VERSION=${VERSION} @@ -60,7 +60,9 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/LICENSE.QPL ${PREFIX}/share/doc/qt2 ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/qt2 ${INSTALL_DATA} ${WRKSRC}/README.QT ${PREFIX}/share/doc/qt2 - ${INSTALL_DATA} ${WRKSRC}/doc/* ${PREFIX}/share/doc/qt2/html + ${INSTALL_DATA} ${WRKSRC}/doc/[^q]* ${PREFIX}/share/doc/qt2/html + ${INSTALL_DATA} ${WRKSRC}/doc/q[a-m]* ${PREFIX}/share/doc/qt2/html + ${INSTALL_DATA} ${WRKSRC}/doc/q[n-z]* ${PREFIX}/share/doc/qt2/html .endif .include <bsd.port.post.mk> diff --git a/x11-toolkits/qt30/distinfo b/x11-toolkits/qt30/distinfo index e9746a2..27fdd45 100644 --- a/x11-toolkits/qt30/distinfo +++ b/x11-toolkits/qt30/distinfo @@ -1 +1 @@ -MD5 (qt-2.0.1.tar.gz) = 32fe2ccb734d019d1156667e1f303495 +MD5 (qt-2.0.2.tar.gz) = afeaf554f538b415a2f46ff6b36657f4 diff --git a/x11-toolkits/qt30/files/manpages b/x11-toolkits/qt30/files/manpages index 8af6723..6b77b5e 100644 --- a/x11-toolkits/qt30/files/manpages +++ b/x11-toolkits/qt30/files/manpages @@ -167,6 +167,7 @@ qresizeevent.3qt \ qscrollbar.3qt \ qscrollview.3qt \ qsemimodal.3qt \ +qserversocket.3qt \ qsessionmanager.3qt \ qshared.3qt \ qshowevent.3qt \ @@ -177,6 +178,8 @@ qsize.3qt \ qsizegrip.3qt \ qsizepolicy.3qt \ qslider.3qt \ +qsocket.3qt \ +qsocketaddress.3qt \ qsocketnotifier.3qt \ qsortedlist.3qt \ qspaceritem.3qt \ diff --git a/x11-toolkits/qt30/files/patch-aa b/x11-toolkits/qt30/files/patch-aa index 6b46648..4adebbf 100644 --- a/x11-toolkits/qt30/files/patch-aa +++ b/x11-toolkits/qt30/files/patch-aa @@ -1,5 +1,5 @@ ---- configs/freebsd-g++-shared.orig Tue Jul 20 11:45:01 1999 -+++ configs/freebsd-g++-shared Thu Aug 12 21:26:28 1999 +--- configs/freebsd-g++-shared.orig Fri Sep 24 18:21:55 1999 ++++ configs/freebsd-g++-shared Fri Oct 1 22:07:46 1999 @@ -1,33 +1,33 @@ # Compiling -SYSCONF_CXX = g++ @@ -81,10 +81,10 @@ SYSCONF_LINK_LIB_STATIC = rm -f $(DESTDIR)$(SYSCONF_LINK_TARGET_STATIC) ; \ $(SYSCONF_AR) $(DESTDIR)$(SYSCONF_LINK_TARGET_STATIC) $(OBJECTS) $(OBJMOC) # Compiling application source --SYSCONF_CXXFLAGS = -pipe -DNO_DEBUG -O2 --SYSCONF_CFLAGS = -pipe -DNO_DEBUG -O2 -+SYSCONF_CXXFLAGS = $(SYS_CXXFLAGS) -DNO_DEBUG -+SYSCONF_CFLAGS = $(SYS_CXXFLAGS) -DNO_DEBUG +-SYSCONF_CXXFLAGS = -pipe -O2 +-SYSCONF_CFLAGS = -pipe -O2 ++SYSCONF_CXXFLAGS = $(SYS_CXXFLAGS) ++SYSCONF_CFLAGS = $(SYS_CXXFLAGS) # Compiling library source SYSCONF_CXXFLAGS_LIB = -fPIC SYSCONF_CFLAGS_LIB = -fPIC diff --git a/x11-toolkits/qt30/pkg-plist b/x11-toolkits/qt30/pkg-plist index 80793e5..d3e52a9 100644 --- a/x11-toolkits/qt30/pkg-plist +++ b/x11-toolkits/qt30/pkg-plist @@ -183,6 +183,7 @@ include/qt2/qscrbar.h include/qt2/qscrollbar.h include/qt2/qscrollview.h include/qt2/qsemimodal.h +include/qt2/qserversocket.h include/qt2/qsession.h include/qt2/qsessionmanager.h include/qt2/qshared.h @@ -196,6 +197,8 @@ include/qt2/qsizepolicy.h include/qt2/qsjiscodec.h include/qt2/qslider.h include/qt2/qsmartptr.h +include/qt2/qsocket.h +include/qt2/qsocketdevice.h include/qt2/qsocketnotifier.h include/qt2/qsocknot.h include/qt2/qsortedlist.h @@ -282,7 +285,6 @@ share/doc/qt2/html/desktop-desktop-cpp.html share/doc/qt2/html/dialogs.html share/doc/qt2/html/dirview-main-cpp.html share/doc/qt2/html/dnd.html -share/doc/qt2/html/dochead.jpg share/doc/qt2/html/dochead.png share/doc/qt2/html/drawdemo-drawdemo-cpp.html share/doc/qt2/html/drawing.html @@ -846,6 +848,9 @@ share/doc/qt2/html/qscrollview.html share/doc/qt2/html/qsemimodal-h.html share/doc/qt2/html/qsemimodal-members.html share/doc/qt2/html/qsemimodal.html +share/doc/qt2/html/qserversocket-h.html +share/doc/qt2/html/qserversocket-members.html +share/doc/qt2/html/qserversocket.html share/doc/qt2/html/qsessionmanager-h.html share/doc/qt2/html/qsessionmanager-members.html share/doc/qt2/html/qsessionmanager.html @@ -877,6 +882,12 @@ share/doc/qt2/html/qslider-m.png share/doc/qt2/html/qslider-members.html share/doc/qt2/html/qslider-w.png share/doc/qt2/html/qslider.html +share/doc/qt2/html/qsocket-h.html +share/doc/qt2/html/qsocket-members.html +share/doc/qt2/html/qsocket.html +share/doc/qt2/html/qsocketaddress-members.html +share/doc/qt2/html/qsocketaddress.html +share/doc/qt2/html/qsocketdevice-h.html share/doc/qt2/html/qsocketnotifier-h.html share/doc/qt2/html/qsocketnotifier-members.html share/doc/qt2/html/qsocketnotifier.html @@ -1164,6 +1175,6 @@ share/doc/qt2/html/wizard-main-cpp.html share/doc/qt2/html/xform-xform-cpp.html share/doc/qt2/html/xt.html share/doc/qt2/html/y2k.html -@dirrm include/qt2 @dirrm share/doc/qt2/html @dirrm share/doc/qt2 +@dirrm include/qt2 diff --git a/x11-toolkits/qt31/Makefile b/x11-toolkits/qt31/Makefile index 1b9f0ba..90bcbb6 100644 --- a/x11-toolkits/qt31/Makefile +++ b/x11-toolkits/qt31/Makefile @@ -1,16 +1,16 @@ -# New ports collection makefile for: qt201 -# Version required: 2.0.1 +# New ports collection makefile for: qt20 +# Version required: 2.0.2 # Date created: 17 Jul 1999 # Whom: imura@cs.titech.ac.jp # # $FreeBSD$ # -DISTNAME= qt-2.0.1 +DISTNAME= qt-2.0.2 CATEGORIES= x11-toolkits MASTER_SITES= ftp://ftp.troll.no/qt/source/ -MAINTAINER= imura@cs.titech.ac.jp +MAINTAINER= imura@FreeBSD.org LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png @@ -34,7 +34,7 @@ USE_NEWGCC= YES .if ${PORTOBJFORMAT} == "elf" VERSION= 2 .else -VERSION= 2.01 +VERSION= 2.02 .endif PLIST_SUB= VERSION=${VERSION} @@ -60,7 +60,9 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/LICENSE.QPL ${PREFIX}/share/doc/qt2 ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/qt2 ${INSTALL_DATA} ${WRKSRC}/README.QT ${PREFIX}/share/doc/qt2 - ${INSTALL_DATA} ${WRKSRC}/doc/* ${PREFIX}/share/doc/qt2/html + ${INSTALL_DATA} ${WRKSRC}/doc/[^q]* ${PREFIX}/share/doc/qt2/html + ${INSTALL_DATA} ${WRKSRC}/doc/q[a-m]* ${PREFIX}/share/doc/qt2/html + ${INSTALL_DATA} ${WRKSRC}/doc/q[n-z]* ${PREFIX}/share/doc/qt2/html .endif .include <bsd.port.post.mk> diff --git a/x11-toolkits/qt31/distinfo b/x11-toolkits/qt31/distinfo index e9746a2..27fdd45 100644 --- a/x11-toolkits/qt31/distinfo +++ b/x11-toolkits/qt31/distinfo @@ -1 +1 @@ -MD5 (qt-2.0.1.tar.gz) = 32fe2ccb734d019d1156667e1f303495 +MD5 (qt-2.0.2.tar.gz) = afeaf554f538b415a2f46ff6b36657f4 diff --git a/x11-toolkits/qt31/files/manpages b/x11-toolkits/qt31/files/manpages index 8af6723..6b77b5e 100644 --- a/x11-toolkits/qt31/files/manpages +++ b/x11-toolkits/qt31/files/manpages @@ -167,6 +167,7 @@ qresizeevent.3qt \ qscrollbar.3qt \ qscrollview.3qt \ qsemimodal.3qt \ +qserversocket.3qt \ qsessionmanager.3qt \ qshared.3qt \ qshowevent.3qt \ @@ -177,6 +178,8 @@ qsize.3qt \ qsizegrip.3qt \ qsizepolicy.3qt \ qslider.3qt \ +qsocket.3qt \ +qsocketaddress.3qt \ qsocketnotifier.3qt \ qsortedlist.3qt \ qspaceritem.3qt \ diff --git a/x11-toolkits/qt31/files/patch-aa b/x11-toolkits/qt31/files/patch-aa index 6b46648..4adebbf 100644 --- a/x11-toolkits/qt31/files/patch-aa +++ b/x11-toolkits/qt31/files/patch-aa @@ -1,5 +1,5 @@ ---- configs/freebsd-g++-shared.orig Tue Jul 20 11:45:01 1999 -+++ configs/freebsd-g++-shared Thu Aug 12 21:26:28 1999 +--- configs/freebsd-g++-shared.orig Fri Sep 24 18:21:55 1999 ++++ configs/freebsd-g++-shared Fri Oct 1 22:07:46 1999 @@ -1,33 +1,33 @@ # Compiling -SYSCONF_CXX = g++ @@ -81,10 +81,10 @@ SYSCONF_LINK_LIB_STATIC = rm -f $(DESTDIR)$(SYSCONF_LINK_TARGET_STATIC) ; \ $(SYSCONF_AR) $(DESTDIR)$(SYSCONF_LINK_TARGET_STATIC) $(OBJECTS) $(OBJMOC) # Compiling application source --SYSCONF_CXXFLAGS = -pipe -DNO_DEBUG -O2 --SYSCONF_CFLAGS = -pipe -DNO_DEBUG -O2 -+SYSCONF_CXXFLAGS = $(SYS_CXXFLAGS) -DNO_DEBUG -+SYSCONF_CFLAGS = $(SYS_CXXFLAGS) -DNO_DEBUG +-SYSCONF_CXXFLAGS = -pipe -O2 +-SYSCONF_CFLAGS = -pipe -O2 ++SYSCONF_CXXFLAGS = $(SYS_CXXFLAGS) ++SYSCONF_CFLAGS = $(SYS_CXXFLAGS) # Compiling library source SYSCONF_CXXFLAGS_LIB = -fPIC SYSCONF_CFLAGS_LIB = -fPIC diff --git a/x11-toolkits/qt31/pkg-plist b/x11-toolkits/qt31/pkg-plist index 80793e5..d3e52a9 100644 --- a/x11-toolkits/qt31/pkg-plist +++ b/x11-toolkits/qt31/pkg-plist @@ -183,6 +183,7 @@ include/qt2/qscrbar.h include/qt2/qscrollbar.h include/qt2/qscrollview.h include/qt2/qsemimodal.h +include/qt2/qserversocket.h include/qt2/qsession.h include/qt2/qsessionmanager.h include/qt2/qshared.h @@ -196,6 +197,8 @@ include/qt2/qsizepolicy.h include/qt2/qsjiscodec.h include/qt2/qslider.h include/qt2/qsmartptr.h +include/qt2/qsocket.h +include/qt2/qsocketdevice.h include/qt2/qsocketnotifier.h include/qt2/qsocknot.h include/qt2/qsortedlist.h @@ -282,7 +285,6 @@ share/doc/qt2/html/desktop-desktop-cpp.html share/doc/qt2/html/dialogs.html share/doc/qt2/html/dirview-main-cpp.html share/doc/qt2/html/dnd.html -share/doc/qt2/html/dochead.jpg share/doc/qt2/html/dochead.png share/doc/qt2/html/drawdemo-drawdemo-cpp.html share/doc/qt2/html/drawing.html @@ -846,6 +848,9 @@ share/doc/qt2/html/qscrollview.html share/doc/qt2/html/qsemimodal-h.html share/doc/qt2/html/qsemimodal-members.html share/doc/qt2/html/qsemimodal.html +share/doc/qt2/html/qserversocket-h.html +share/doc/qt2/html/qserversocket-members.html +share/doc/qt2/html/qserversocket.html share/doc/qt2/html/qsessionmanager-h.html share/doc/qt2/html/qsessionmanager-members.html share/doc/qt2/html/qsessionmanager.html @@ -877,6 +882,12 @@ share/doc/qt2/html/qslider-m.png share/doc/qt2/html/qslider-members.html share/doc/qt2/html/qslider-w.png share/doc/qt2/html/qslider.html +share/doc/qt2/html/qsocket-h.html +share/doc/qt2/html/qsocket-members.html +share/doc/qt2/html/qsocket.html +share/doc/qt2/html/qsocketaddress-members.html +share/doc/qt2/html/qsocketaddress.html +share/doc/qt2/html/qsocketdevice-h.html share/doc/qt2/html/qsocketnotifier-h.html share/doc/qt2/html/qsocketnotifier-members.html share/doc/qt2/html/qsocketnotifier.html @@ -1164,6 +1175,6 @@ share/doc/qt2/html/wizard-main-cpp.html share/doc/qt2/html/xform-xform-cpp.html share/doc/qt2/html/xt.html share/doc/qt2/html/y2k.html -@dirrm include/qt2 @dirrm share/doc/qt2/html @dirrm share/doc/qt2 +@dirrm include/qt2 diff --git a/x11-toolkits/qt32/Makefile b/x11-toolkits/qt32/Makefile index 1b9f0ba..90bcbb6 100644 --- a/x11-toolkits/qt32/Makefile +++ b/x11-toolkits/qt32/Makefile @@ -1,16 +1,16 @@ -# New ports collection makefile for: qt201 -# Version required: 2.0.1 +# New ports collection makefile for: qt20 +# Version required: 2.0.2 # Date created: 17 Jul 1999 # Whom: imura@cs.titech.ac.jp # # $FreeBSD$ # -DISTNAME= qt-2.0.1 +DISTNAME= qt-2.0.2 CATEGORIES= x11-toolkits MASTER_SITES= ftp://ftp.troll.no/qt/source/ -MAINTAINER= imura@cs.titech.ac.jp +MAINTAINER= imura@FreeBSD.org LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png @@ -34,7 +34,7 @@ USE_NEWGCC= YES .if ${PORTOBJFORMAT} == "elf" VERSION= 2 .else -VERSION= 2.01 +VERSION= 2.02 .endif PLIST_SUB= VERSION=${VERSION} @@ -60,7 +60,9 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/LICENSE.QPL ${PREFIX}/share/doc/qt2 ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/qt2 ${INSTALL_DATA} ${WRKSRC}/README.QT ${PREFIX}/share/doc/qt2 - ${INSTALL_DATA} ${WRKSRC}/doc/* ${PREFIX}/share/doc/qt2/html + ${INSTALL_DATA} ${WRKSRC}/doc/[^q]* ${PREFIX}/share/doc/qt2/html + ${INSTALL_DATA} ${WRKSRC}/doc/q[a-m]* ${PREFIX}/share/doc/qt2/html + ${INSTALL_DATA} ${WRKSRC}/doc/q[n-z]* ${PREFIX}/share/doc/qt2/html .endif .include <bsd.port.post.mk> diff --git a/x11-toolkits/qt32/distinfo b/x11-toolkits/qt32/distinfo index e9746a2..27fdd45 100644 --- a/x11-toolkits/qt32/distinfo +++ b/x11-toolkits/qt32/distinfo @@ -1 +1 @@ -MD5 (qt-2.0.1.tar.gz) = 32fe2ccb734d019d1156667e1f303495 +MD5 (qt-2.0.2.tar.gz) = afeaf554f538b415a2f46ff6b36657f4 diff --git a/x11-toolkits/qt32/files/manpages b/x11-toolkits/qt32/files/manpages index 8af6723..6b77b5e 100644 --- a/x11-toolkits/qt32/files/manpages +++ b/x11-toolkits/qt32/files/manpages @@ -167,6 +167,7 @@ qresizeevent.3qt \ qscrollbar.3qt \ qscrollview.3qt \ qsemimodal.3qt \ +qserversocket.3qt \ qsessionmanager.3qt \ qshared.3qt \ qshowevent.3qt \ @@ -177,6 +178,8 @@ qsize.3qt \ qsizegrip.3qt \ qsizepolicy.3qt \ qslider.3qt \ +qsocket.3qt \ +qsocketaddress.3qt \ qsocketnotifier.3qt \ qsortedlist.3qt \ qspaceritem.3qt \ diff --git a/x11-toolkits/qt32/files/patch-aa b/x11-toolkits/qt32/files/patch-aa index 6b46648..4adebbf 100644 --- a/x11-toolkits/qt32/files/patch-aa +++ b/x11-toolkits/qt32/files/patch-aa @@ -1,5 +1,5 @@ ---- configs/freebsd-g++-shared.orig Tue Jul 20 11:45:01 1999 -+++ configs/freebsd-g++-shared Thu Aug 12 21:26:28 1999 +--- configs/freebsd-g++-shared.orig Fri Sep 24 18:21:55 1999 ++++ configs/freebsd-g++-shared Fri Oct 1 22:07:46 1999 @@ -1,33 +1,33 @@ # Compiling -SYSCONF_CXX = g++ @@ -81,10 +81,10 @@ SYSCONF_LINK_LIB_STATIC = rm -f $(DESTDIR)$(SYSCONF_LINK_TARGET_STATIC) ; \ $(SYSCONF_AR) $(DESTDIR)$(SYSCONF_LINK_TARGET_STATIC) $(OBJECTS) $(OBJMOC) # Compiling application source --SYSCONF_CXXFLAGS = -pipe -DNO_DEBUG -O2 --SYSCONF_CFLAGS = -pipe -DNO_DEBUG -O2 -+SYSCONF_CXXFLAGS = $(SYS_CXXFLAGS) -DNO_DEBUG -+SYSCONF_CFLAGS = $(SYS_CXXFLAGS) -DNO_DEBUG +-SYSCONF_CXXFLAGS = -pipe -O2 +-SYSCONF_CFLAGS = -pipe -O2 ++SYSCONF_CXXFLAGS = $(SYS_CXXFLAGS) ++SYSCONF_CFLAGS = $(SYS_CXXFLAGS) # Compiling library source SYSCONF_CXXFLAGS_LIB = -fPIC SYSCONF_CFLAGS_LIB = -fPIC diff --git a/x11-toolkits/qt32/pkg-plist b/x11-toolkits/qt32/pkg-plist index 80793e5..d3e52a9 100644 --- a/x11-toolkits/qt32/pkg-plist +++ b/x11-toolkits/qt32/pkg-plist @@ -183,6 +183,7 @@ include/qt2/qscrbar.h include/qt2/qscrollbar.h include/qt2/qscrollview.h include/qt2/qsemimodal.h +include/qt2/qserversocket.h include/qt2/qsession.h include/qt2/qsessionmanager.h include/qt2/qshared.h @@ -196,6 +197,8 @@ include/qt2/qsizepolicy.h include/qt2/qsjiscodec.h include/qt2/qslider.h include/qt2/qsmartptr.h +include/qt2/qsocket.h +include/qt2/qsocketdevice.h include/qt2/qsocketnotifier.h include/qt2/qsocknot.h include/qt2/qsortedlist.h @@ -282,7 +285,6 @@ share/doc/qt2/html/desktop-desktop-cpp.html share/doc/qt2/html/dialogs.html share/doc/qt2/html/dirview-main-cpp.html share/doc/qt2/html/dnd.html -share/doc/qt2/html/dochead.jpg share/doc/qt2/html/dochead.png share/doc/qt2/html/drawdemo-drawdemo-cpp.html share/doc/qt2/html/drawing.html @@ -846,6 +848,9 @@ share/doc/qt2/html/qscrollview.html share/doc/qt2/html/qsemimodal-h.html share/doc/qt2/html/qsemimodal-members.html share/doc/qt2/html/qsemimodal.html +share/doc/qt2/html/qserversocket-h.html +share/doc/qt2/html/qserversocket-members.html +share/doc/qt2/html/qserversocket.html share/doc/qt2/html/qsessionmanager-h.html share/doc/qt2/html/qsessionmanager-members.html share/doc/qt2/html/qsessionmanager.html @@ -877,6 +882,12 @@ share/doc/qt2/html/qslider-m.png share/doc/qt2/html/qslider-members.html share/doc/qt2/html/qslider-w.png share/doc/qt2/html/qslider.html +share/doc/qt2/html/qsocket-h.html +share/doc/qt2/html/qsocket-members.html +share/doc/qt2/html/qsocket.html +share/doc/qt2/html/qsocketaddress-members.html +share/doc/qt2/html/qsocketaddress.html +share/doc/qt2/html/qsocketdevice-h.html share/doc/qt2/html/qsocketnotifier-h.html share/doc/qt2/html/qsocketnotifier-members.html share/doc/qt2/html/qsocketnotifier.html @@ -1164,6 +1175,6 @@ share/doc/qt2/html/wizard-main-cpp.html share/doc/qt2/html/xform-xform-cpp.html share/doc/qt2/html/xt.html share/doc/qt2/html/y2k.html -@dirrm include/qt2 @dirrm share/doc/qt2/html @dirrm share/doc/qt2 +@dirrm include/qt2 diff --git a/x11-toolkits/qt33/Makefile b/x11-toolkits/qt33/Makefile index 1b9f0ba..90bcbb6 100644 --- a/x11-toolkits/qt33/Makefile +++ b/x11-toolkits/qt33/Makefile @@ -1,16 +1,16 @@ -# New ports collection makefile for: qt201 -# Version required: 2.0.1 +# New ports collection makefile for: qt20 +# Version required: 2.0.2 # Date created: 17 Jul 1999 # Whom: imura@cs.titech.ac.jp # # $FreeBSD$ # -DISTNAME= qt-2.0.1 +DISTNAME= qt-2.0.2 CATEGORIES= x11-toolkits MASTER_SITES= ftp://ftp.troll.no/qt/source/ -MAINTAINER= imura@cs.titech.ac.jp +MAINTAINER= imura@FreeBSD.org LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png @@ -34,7 +34,7 @@ USE_NEWGCC= YES .if ${PORTOBJFORMAT} == "elf" VERSION= 2 .else -VERSION= 2.01 +VERSION= 2.02 .endif PLIST_SUB= VERSION=${VERSION} @@ -60,7 +60,9 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/LICENSE.QPL ${PREFIX}/share/doc/qt2 ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/qt2 ${INSTALL_DATA} ${WRKSRC}/README.QT ${PREFIX}/share/doc/qt2 - ${INSTALL_DATA} ${WRKSRC}/doc/* ${PREFIX}/share/doc/qt2/html + ${INSTALL_DATA} ${WRKSRC}/doc/[^q]* ${PREFIX}/share/doc/qt2/html + ${INSTALL_DATA} ${WRKSRC}/doc/q[a-m]* ${PREFIX}/share/doc/qt2/html + ${INSTALL_DATA} ${WRKSRC}/doc/q[n-z]* ${PREFIX}/share/doc/qt2/html .endif .include <bsd.port.post.mk> diff --git a/x11-toolkits/qt33/distinfo b/x11-toolkits/qt33/distinfo index e9746a2..27fdd45 100644 --- a/x11-toolkits/qt33/distinfo +++ b/x11-toolkits/qt33/distinfo @@ -1 +1 @@ -MD5 (qt-2.0.1.tar.gz) = 32fe2ccb734d019d1156667e1f303495 +MD5 (qt-2.0.2.tar.gz) = afeaf554f538b415a2f46ff6b36657f4 diff --git a/x11-toolkits/qt33/files/manpages b/x11-toolkits/qt33/files/manpages index 8af6723..6b77b5e 100644 --- a/x11-toolkits/qt33/files/manpages +++ b/x11-toolkits/qt33/files/manpages @@ -167,6 +167,7 @@ qresizeevent.3qt \ qscrollbar.3qt \ qscrollview.3qt \ qsemimodal.3qt \ +qserversocket.3qt \ qsessionmanager.3qt \ qshared.3qt \ qshowevent.3qt \ @@ -177,6 +178,8 @@ qsize.3qt \ qsizegrip.3qt \ qsizepolicy.3qt \ qslider.3qt \ +qsocket.3qt \ +qsocketaddress.3qt \ qsocketnotifier.3qt \ qsortedlist.3qt \ qspaceritem.3qt \ diff --git a/x11-toolkits/qt33/files/patch-aa b/x11-toolkits/qt33/files/patch-aa index 6b46648..4adebbf 100644 --- a/x11-toolkits/qt33/files/patch-aa +++ b/x11-toolkits/qt33/files/patch-aa @@ -1,5 +1,5 @@ ---- configs/freebsd-g++-shared.orig Tue Jul 20 11:45:01 1999 -+++ configs/freebsd-g++-shared Thu Aug 12 21:26:28 1999 +--- configs/freebsd-g++-shared.orig Fri Sep 24 18:21:55 1999 ++++ configs/freebsd-g++-shared Fri Oct 1 22:07:46 1999 @@ -1,33 +1,33 @@ # Compiling -SYSCONF_CXX = g++ @@ -81,10 +81,10 @@ SYSCONF_LINK_LIB_STATIC = rm -f $(DESTDIR)$(SYSCONF_LINK_TARGET_STATIC) ; \ $(SYSCONF_AR) $(DESTDIR)$(SYSCONF_LINK_TARGET_STATIC) $(OBJECTS) $(OBJMOC) # Compiling application source --SYSCONF_CXXFLAGS = -pipe -DNO_DEBUG -O2 --SYSCONF_CFLAGS = -pipe -DNO_DEBUG -O2 -+SYSCONF_CXXFLAGS = $(SYS_CXXFLAGS) -DNO_DEBUG -+SYSCONF_CFLAGS = $(SYS_CXXFLAGS) -DNO_DEBUG +-SYSCONF_CXXFLAGS = -pipe -O2 +-SYSCONF_CFLAGS = -pipe -O2 ++SYSCONF_CXXFLAGS = $(SYS_CXXFLAGS) ++SYSCONF_CFLAGS = $(SYS_CXXFLAGS) # Compiling library source SYSCONF_CXXFLAGS_LIB = -fPIC SYSCONF_CFLAGS_LIB = -fPIC diff --git a/x11-toolkits/qt33/pkg-plist b/x11-toolkits/qt33/pkg-plist index 80793e5..d3e52a9 100644 --- a/x11-toolkits/qt33/pkg-plist +++ b/x11-toolkits/qt33/pkg-plist @@ -183,6 +183,7 @@ include/qt2/qscrbar.h include/qt2/qscrollbar.h include/qt2/qscrollview.h include/qt2/qsemimodal.h +include/qt2/qserversocket.h include/qt2/qsession.h include/qt2/qsessionmanager.h include/qt2/qshared.h @@ -196,6 +197,8 @@ include/qt2/qsizepolicy.h include/qt2/qsjiscodec.h include/qt2/qslider.h include/qt2/qsmartptr.h +include/qt2/qsocket.h +include/qt2/qsocketdevice.h include/qt2/qsocketnotifier.h include/qt2/qsocknot.h include/qt2/qsortedlist.h @@ -282,7 +285,6 @@ share/doc/qt2/html/desktop-desktop-cpp.html share/doc/qt2/html/dialogs.html share/doc/qt2/html/dirview-main-cpp.html share/doc/qt2/html/dnd.html -share/doc/qt2/html/dochead.jpg share/doc/qt2/html/dochead.png share/doc/qt2/html/drawdemo-drawdemo-cpp.html share/doc/qt2/html/drawing.html @@ -846,6 +848,9 @@ share/doc/qt2/html/qscrollview.html share/doc/qt2/html/qsemimodal-h.html share/doc/qt2/html/qsemimodal-members.html share/doc/qt2/html/qsemimodal.html +share/doc/qt2/html/qserversocket-h.html +share/doc/qt2/html/qserversocket-members.html +share/doc/qt2/html/qserversocket.html share/doc/qt2/html/qsessionmanager-h.html share/doc/qt2/html/qsessionmanager-members.html share/doc/qt2/html/qsessionmanager.html @@ -877,6 +882,12 @@ share/doc/qt2/html/qslider-m.png share/doc/qt2/html/qslider-members.html share/doc/qt2/html/qslider-w.png share/doc/qt2/html/qslider.html +share/doc/qt2/html/qsocket-h.html +share/doc/qt2/html/qsocket-members.html +share/doc/qt2/html/qsocket.html +share/doc/qt2/html/qsocketaddress-members.html +share/doc/qt2/html/qsocketaddress.html +share/doc/qt2/html/qsocketdevice-h.html share/doc/qt2/html/qsocketnotifier-h.html share/doc/qt2/html/qsocketnotifier-members.html share/doc/qt2/html/qsocketnotifier.html @@ -1164,6 +1175,6 @@ share/doc/qt2/html/wizard-main-cpp.html share/doc/qt2/html/xform-xform-cpp.html share/doc/qt2/html/xt.html share/doc/qt2/html/y2k.html -@dirrm include/qt2 @dirrm share/doc/qt2/html @dirrm share/doc/qt2 +@dirrm include/qt2 |