Initial import of qtscriptgenerator-0.1.0nb3 from wip, packaged by myself.
Qt Script Generator is a tool that generates Qt bindings for Qt Script. With the generated bindings you get access to substantial portions of the Qt API from within Qt Script.
This commit is contained in:
parent
681fde1497
commit
676de143d5
6 changed files with 641 additions and 0 deletions
3
devel/qtscriptgenerator/DESCR
Normal file
3
devel/qtscriptgenerator/DESCR
Normal file
|
@ -0,0 +1,3 @@
|
|||
Qt Script Generator is a tool that generates Qt bindings for Qt
|
||||
Script. With the generated bindings you get access to substantial
|
||||
portions of the Qt API from within Qt Script.
|
53
devel/qtscriptgenerator/Makefile
Normal file
53
devel/qtscriptgenerator/Makefile
Normal file
|
@ -0,0 +1,53 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2010/02/15 15:57:48 wiz Exp $
|
||||
#
|
||||
|
||||
DISTNAME= qtscriptgenerator-src-0.1.0
|
||||
PKGNAME= ${DISTNAME:S/-src//}
|
||||
PKGREVISION= 3
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://qtscriptgenerator.googlecode.com/files/
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://code.google.com/p/qtscriptgenerator/
|
||||
COMMENT= Tool that generates Qt bindings for Qt Script
|
||||
LICENSE= gnu-gpl-v2
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
USE_LANGUAGES= c++
|
||||
USE_LIBTOOL= yes
|
||||
MAKE_JOBS_SAFE= no
|
||||
INSTALLATION_DIRS= ${QTDIR}/bin ${QTDIR}/plugins/script
|
||||
INSTALLATION_DIRS+= share/doc/qtscriptgenerator
|
||||
INSTALLATION_DIRS+= share/doc/qtscriptgenerator/examples
|
||||
INSTALLATION_DIRS+= share/doc/qtscriptgenerator/examples/images
|
||||
|
||||
post-extract:
|
||||
${ECHO} "target.path = ${PREFIX}/lib" >> \
|
||||
${WRKSRC}/qtbindings/qtbindingsbase.pri
|
||||
|
||||
do-build:
|
||||
cd ${WRKSRC}/generator && ${QTDIR}/bin/qmake
|
||||
cd ${WRKSRC}/generator && ${SETENV} ${MAKE_ENV} ${MAKE}
|
||||
cd ${WRKSRC}/generator && ${SETENV} ${MAKE_ENV} ./generator
|
||||
cd ${WRKSRC}/qtbindings && ${QTDIR}/bin/qmake
|
||||
cd ${WRKSRC}/qtbindings && ${SETENV} ${MAKE_ENV} ${MAKE}
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/generator/generator ${DESTDIR}${QTDIR}/bin
|
||||
# ${INSTALL_PROGRAM} ${WRKSRC}/tools/qsexec/qsexec ${DESTDIR}${QTDIR}/bin
|
||||
cd ${WRKSRC}/plugins/script && \
|
||||
libtool --mode=install ${INSTALL_LIB} *.la \
|
||||
${DESTDIR}${QTDIR}/plugins/script
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/* \
|
||||
${DESTDIR}${PREFIX}/share/doc/qtscriptgenerator
|
||||
${INSTALL_DATA} ${WRKSRC}/examples/*.* \
|
||||
${DESTDIR}${PREFIX}/share/doc/qtscriptgenerator/examples
|
||||
${INSTALL_DATA} ${WRKSRC}/examples/images/*.* \
|
||||
${DESTDIR}${PREFIX}/share/doc/qtscriptgenerator/examples/images
|
||||
|
||||
.include "../../multimedia/phonon/buildlink3.mk"
|
||||
.include "../../www/webkit-gtk/buildlink3.mk"
|
||||
.include "../../x11/qt4-libs/buildlink3.mk"
|
||||
.include "../../x11/qt4-tools/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
551
devel/qtscriptgenerator/PLIST
Normal file
551
devel/qtscriptgenerator/PLIST
Normal file
|
@ -0,0 +1,551 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2010/02/15 15:57:49 wiz Exp $
|
||||
qt4/bin/generator
|
||||
qt4/plugins/script/libqtscript_core.la
|
||||
qt4/plugins/script/libqtscript_gui.la
|
||||
qt4/plugins/script/libqtscript_network.la
|
||||
qt4/plugins/script/libqtscript_opengl.la
|
||||
qt4/plugins/script/libqtscript_sql.la
|
||||
qt4/plugins/script/libqtscript_svg.la
|
||||
qt4/plugins/script/libqtscript_uitools.la
|
||||
qt4/plugins/script/libqtscript_webkit.la
|
||||
qt4/plugins/script/libqtscript_xml.la
|
||||
share/doc/qtscriptgenerator/classes.html
|
||||
share/doc/qtscriptgenerator/classic.css
|
||||
share/doc/qtscriptgenerator/com_trolltech_qt_core.html
|
||||
share/doc/qtscriptgenerator/com_trolltech_qt_gui.html
|
||||
share/doc/qtscriptgenerator/com_trolltech_qt_network.html
|
||||
share/doc/qtscriptgenerator/com_trolltech_qt_opengl.html
|
||||
share/doc/qtscriptgenerator/com_trolltech_qt_sql.html
|
||||
share/doc/qtscriptgenerator/com_trolltech_qt_svg.html
|
||||
share/doc/qtscriptgenerator/com_trolltech_qt_uitools.html
|
||||
share/doc/qtscriptgenerator/com_trolltech_qt_webkit.html
|
||||
share/doc/qtscriptgenerator/com_trolltech_qt_xml.html
|
||||
share/doc/qtscriptgenerator/com_trolltech_qt_xmlpatterns.html
|
||||
share/doc/qtscriptgenerator/examples/AnalogClock.qs
|
||||
share/doc/qtscriptgenerator/examples/BasicDrawing.qs
|
||||
share/doc/qtscriptgenerator/examples/CalendarWidget.qs
|
||||
share/doc/qtscriptgenerator/examples/CollidingMice.qs
|
||||
share/doc/qtscriptgenerator/examples/ConcentricCircles.qs
|
||||
share/doc/qtscriptgenerator/examples/DigitalClock.qs
|
||||
share/doc/qtscriptgenerator/examples/ImageComposition.qs
|
||||
share/doc/qtscriptgenerator/examples/LineEdits.qs
|
||||
share/doc/qtscriptgenerator/examples/PainterPaths.qs
|
||||
share/doc/qtscriptgenerator/examples/RSSListing.qs
|
||||
share/doc/qtscriptgenerator/examples/Screenshot.qs
|
||||
share/doc/qtscriptgenerator/examples/StandardDialogs.qs
|
||||
share/doc/qtscriptgenerator/examples/StreamBookmarks.qs
|
||||
share/doc/qtscriptgenerator/examples/Transformations.qs
|
||||
share/doc/qtscriptgenerator/examples/WebKitPlugins.html
|
||||
share/doc/qtscriptgenerator/examples/WebKitPlugins.qs
|
||||
share/doc/qtscriptgenerator/examples/Wiggly.qs
|
||||
share/doc/qtscriptgenerator/examples/frank.xbel
|
||||
share/doc/qtscriptgenerator/examples/images/brick.png
|
||||
share/doc/qtscriptgenerator/examples/images/butterfly.png
|
||||
share/doc/qtscriptgenerator/examples/images/checker.png
|
||||
share/doc/qtscriptgenerator/examples/images/cheese.png
|
||||
share/doc/qtscriptgenerator/examples/images/qt-logo.png
|
||||
share/doc/qtscriptgenerator/examples/jennifer.xbel
|
||||
share/doc/qtscriptgenerator/global.html
|
||||
share/doc/qtscriptgenerator/index.html
|
||||
share/doc/qtscriptgenerator/qabstractbutton.html
|
||||
share/doc/qtscriptgenerator/qabstractgraphicsshapeitem.html
|
||||
share/doc/qtscriptgenerator/qabstractitemdelegate.html
|
||||
share/doc/qtscriptgenerator/qabstractitemmodel.html
|
||||
share/doc/qtscriptgenerator/qabstractitemview.html
|
||||
share/doc/qtscriptgenerator/qabstractlistmodel.html
|
||||
share/doc/qtscriptgenerator/qabstractmessagehandler.html
|
||||
share/doc/qtscriptgenerator/qabstractnetworkcache.html
|
||||
share/doc/qtscriptgenerator/qabstractpagesetupdialog.html
|
||||
share/doc/qtscriptgenerator/qabstractprintdialog.html
|
||||
share/doc/qtscriptgenerator/qabstractscrollarea.html
|
||||
share/doc/qtscriptgenerator/qabstractslider.html
|
||||
share/doc/qtscriptgenerator/qabstractsocket.html
|
||||
share/doc/qtscriptgenerator/qabstractspinbox.html
|
||||
share/doc/qtscriptgenerator/qabstracttablemodel.html
|
||||
share/doc/qtscriptgenerator/qabstracturiresolver.html
|
||||
share/doc/qtscriptgenerator/qabstractxmlnodemodel.html
|
||||
share/doc/qtscriptgenerator/qabstractxmlreceiver.html
|
||||
share/doc/qtscriptgenerator/qaccessible.html
|
||||
share/doc/qtscriptgenerator/qaccessible2interface.html
|
||||
share/doc/qtscriptgenerator/qaccessiblebridge.html
|
||||
share/doc/qtscriptgenerator/qaccessibleevent.html
|
||||
share/doc/qtscriptgenerator/qaccessibleinterface.html
|
||||
share/doc/qtscriptgenerator/qaccessibleinterfaceex.html
|
||||
share/doc/qtscriptgenerator/qaccessibleobject.html
|
||||
share/doc/qtscriptgenerator/qaccessibleobjectex.html
|
||||
share/doc/qtscriptgenerator/qaccessibleplugin.html
|
||||
share/doc/qtscriptgenerator/qaccessibletableinterface.html
|
||||
share/doc/qtscriptgenerator/qaccessiblewidget.html
|
||||
share/doc/qtscriptgenerator/qaccessiblewidgetex.html
|
||||
share/doc/qtscriptgenerator/qaction.html
|
||||
share/doc/qtscriptgenerator/qactionevent.html
|
||||
share/doc/qtscriptgenerator/qactiongroup.html
|
||||
share/doc/qtscriptgenerator/qapplication.html
|
||||
share/doc/qtscriptgenerator/qauthenticator.html
|
||||
share/doc/qtscriptgenerator/qbasictimer.html
|
||||
share/doc/qtscriptgenerator/qbitarray.html
|
||||
share/doc/qtscriptgenerator/qbitmap.html
|
||||
share/doc/qtscriptgenerator/qboxlayout.html
|
||||
share/doc/qtscriptgenerator/qbrush.html
|
||||
share/doc/qtscriptgenerator/qbuffer.html
|
||||
share/doc/qtscriptgenerator/qbuttongroup.html
|
||||
share/doc/qtscriptgenerator/qbytearray.html
|
||||
share/doc/qtscriptgenerator/qbytearraymatcher.html
|
||||
share/doc/qtscriptgenerator/qcalendarwidget.html
|
||||
share/doc/qtscriptgenerator/qcdestyle.html
|
||||
share/doc/qtscriptgenerator/qcheckbox.html
|
||||
share/doc/qtscriptgenerator/qchildevent.html
|
||||
share/doc/qtscriptgenerator/qcleanlooksstyle.html
|
||||
share/doc/qtscriptgenerator/qclipboard.html
|
||||
share/doc/qtscriptgenerator/qclipboardevent.html
|
||||
share/doc/qtscriptgenerator/qcloseevent.html
|
||||
share/doc/qtscriptgenerator/qcolor.html
|
||||
share/doc/qtscriptgenerator/qcolordialog.html
|
||||
share/doc/qtscriptgenerator/qcolumnview.html
|
||||
share/doc/qtscriptgenerator/qcombobox.html
|
||||
share/doc/qtscriptgenerator/qcommandlinkbutton.html
|
||||
share/doc/qtscriptgenerator/qcommonstyle.html
|
||||
share/doc/qtscriptgenerator/qcompleter.html
|
||||
share/doc/qtscriptgenerator/qconicalgradient.html
|
||||
share/doc/qtscriptgenerator/qcontextmenuevent.html
|
||||
share/doc/qtscriptgenerator/qcoreapplication.html
|
||||
share/doc/qtscriptgenerator/qcryptographichash.html
|
||||
share/doc/qtscriptgenerator/qcursor.html
|
||||
share/doc/qtscriptgenerator/qdatastream.html
|
||||
share/doc/qtscriptgenerator/qdatawidgetmapper.html
|
||||
share/doc/qtscriptgenerator/qdateedit.html
|
||||
share/doc/qtscriptgenerator/qdatetimeedit.html
|
||||
share/doc/qtscriptgenerator/qdesktopservices.html
|
||||
share/doc/qtscriptgenerator/qdesktopwidget.html
|
||||
share/doc/qtscriptgenerator/qdial.html
|
||||
share/doc/qtscriptgenerator/qdialog.html
|
||||
share/doc/qtscriptgenerator/qdialogbuttonbox.html
|
||||
share/doc/qtscriptgenerator/qdir.html
|
||||
share/doc/qtscriptgenerator/qdiriterator.html
|
||||
share/doc/qtscriptgenerator/qdockwidget.html
|
||||
share/doc/qtscriptgenerator/qdomattr.html
|
||||
share/doc/qtscriptgenerator/qdomcdatasection.html
|
||||
share/doc/qtscriptgenerator/qdomcharacterdata.html
|
||||
share/doc/qtscriptgenerator/qdomcomment.html
|
||||
share/doc/qtscriptgenerator/qdomdocument.html
|
||||
share/doc/qtscriptgenerator/qdomdocumentfragment.html
|
||||
share/doc/qtscriptgenerator/qdomdocumenttype.html
|
||||
share/doc/qtscriptgenerator/qdomelement.html
|
||||
share/doc/qtscriptgenerator/qdomentity.html
|
||||
share/doc/qtscriptgenerator/qdomentityreference.html
|
||||
share/doc/qtscriptgenerator/qdomimplementation.html
|
||||
share/doc/qtscriptgenerator/qdomnamednodemap.html
|
||||
share/doc/qtscriptgenerator/qdomnode.html
|
||||
share/doc/qtscriptgenerator/qdomnodelist.html
|
||||
share/doc/qtscriptgenerator/qdomnotation.html
|
||||
share/doc/qtscriptgenerator/qdomprocessinginstruction.html
|
||||
share/doc/qtscriptgenerator/qdomtext.html
|
||||
share/doc/qtscriptgenerator/qdoublespinbox.html
|
||||
share/doc/qtscriptgenerator/qdoublevalidator.html
|
||||
share/doc/qtscriptgenerator/qdrag.html
|
||||
share/doc/qtscriptgenerator/qdragenterevent.html
|
||||
share/doc/qtscriptgenerator/qdragleaveevent.html
|
||||
share/doc/qtscriptgenerator/qdragmoveevent.html
|
||||
share/doc/qtscriptgenerator/qdragresponseevent.html
|
||||
share/doc/qtscriptgenerator/qdropevent.html
|
||||
share/doc/qtscriptgenerator/qdynamicpropertychangeevent.html
|
||||
share/doc/qtscriptgenerator/qerrormessage.html
|
||||
share/doc/qtscriptgenerator/qevent.html
|
||||
share/doc/qtscriptgenerator/qeventloop.html
|
||||
share/doc/qtscriptgenerator/qfile.html
|
||||
share/doc/qtscriptgenerator/qfiledialog.html
|
||||
share/doc/qtscriptgenerator/qfileiconprovider.html
|
||||
share/doc/qtscriptgenerator/qfileinfo.html
|
||||
share/doc/qtscriptgenerator/qfileopenevent.html
|
||||
share/doc/qtscriptgenerator/qfilesystemwatcher.html
|
||||
share/doc/qtscriptgenerator/qfocusevent.html
|
||||
share/doc/qtscriptgenerator/qfocusframe.html
|
||||
share/doc/qtscriptgenerator/qfont.html
|
||||
share/doc/qtscriptgenerator/qfontcombobox.html
|
||||
share/doc/qtscriptgenerator/qfontdialog.html
|
||||
share/doc/qtscriptgenerator/qfontinfo.html
|
||||
share/doc/qtscriptgenerator/qfontmetrics.html
|
||||
share/doc/qtscriptgenerator/qfontmetricsf.html
|
||||
share/doc/qtscriptgenerator/qformlayout.html
|
||||
share/doc/qtscriptgenerator/qframe.html
|
||||
share/doc/qtscriptgenerator/qftp.html
|
||||
share/doc/qtscriptgenerator/qfuture.html
|
||||
share/doc/qtscriptgenerator/qfutureiterator.html
|
||||
share/doc/qtscriptgenerator/qfuturesynchronizer.html
|
||||
share/doc/qtscriptgenerator/qfuturesynchronizervoid.html
|
||||
share/doc/qtscriptgenerator/qfuturevoid.html
|
||||
share/doc/qtscriptgenerator/qfuturewatcher.html
|
||||
share/doc/qtscriptgenerator/qfuturewatchervoid.html
|
||||
share/doc/qtscriptgenerator/qglcolormap.html
|
||||
share/doc/qtscriptgenerator/qglcontext.html
|
||||
share/doc/qtscriptgenerator/qglframebufferobject.html
|
||||
share/doc/qtscriptgenerator/qglpixelbuffer.html
|
||||
share/doc/qtscriptgenerator/qglwidget.html
|
||||
share/doc/qtscriptgenerator/qgradient.html
|
||||
share/doc/qtscriptgenerator/qgraphicsellipseitem.html
|
||||
share/doc/qtscriptgenerator/qgraphicsgridlayout.html
|
||||
share/doc/qtscriptgenerator/qgraphicsitem.html
|
||||
share/doc/qtscriptgenerator/qgraphicsitemanimation.html
|
||||
share/doc/qtscriptgenerator/qgraphicsitemgroup.html
|
||||
share/doc/qtscriptgenerator/qgraphicslayout.html
|
||||
share/doc/qtscriptgenerator/qgraphicslayoutitem.html
|
||||
share/doc/qtscriptgenerator/qgraphicslinearlayout.html
|
||||
share/doc/qtscriptgenerator/qgraphicslineitem.html
|
||||
share/doc/qtscriptgenerator/qgraphicspathitem.html
|
||||
share/doc/qtscriptgenerator/qgraphicspixmapitem.html
|
||||
share/doc/qtscriptgenerator/qgraphicspolygonitem.html
|
||||
share/doc/qtscriptgenerator/qgraphicsproxywidget.html
|
||||
share/doc/qtscriptgenerator/qgraphicsrectitem.html
|
||||
share/doc/qtscriptgenerator/qgraphicsscene.html
|
||||
share/doc/qtscriptgenerator/qgraphicsscenecontextmenuevent.html
|
||||
share/doc/qtscriptgenerator/qgraphicssceneevent.html
|
||||
share/doc/qtscriptgenerator/qgraphicsscenehelpevent.html
|
||||
share/doc/qtscriptgenerator/qgraphicsscenehoverevent.html
|
||||
share/doc/qtscriptgenerator/qgraphicsscenemouseevent.html
|
||||
share/doc/qtscriptgenerator/qgraphicsscenemoveevent.html
|
||||
share/doc/qtscriptgenerator/qgraphicssceneresizeevent.html
|
||||
share/doc/qtscriptgenerator/qgraphicsscenewheelevent.html
|
||||
share/doc/qtscriptgenerator/qgraphicssimpletextitem.html
|
||||
share/doc/qtscriptgenerator/qgraphicstextitem.html
|
||||
share/doc/qtscriptgenerator/qgraphicsview.html
|
||||
share/doc/qtscriptgenerator/qgraphicswidget.html
|
||||
share/doc/qtscriptgenerator/qgridlayout.html
|
||||
share/doc/qtscriptgenerator/qgroupbox.html
|
||||
share/doc/qtscriptgenerator/qhboxlayout.html
|
||||
share/doc/qtscriptgenerator/qheaderview.html
|
||||
share/doc/qtscriptgenerator/qhelpevent.html
|
||||
share/doc/qtscriptgenerator/qhideevent.html
|
||||
share/doc/qtscriptgenerator/qhostaddress.html
|
||||
share/doc/qtscriptgenerator/qhostinfo.html
|
||||
share/doc/qtscriptgenerator/qhoverevent.html
|
||||
share/doc/qtscriptgenerator/qhttp.html
|
||||
share/doc/qtscriptgenerator/qhttpheader.html
|
||||
share/doc/qtscriptgenerator/qhttprequestheader.html
|
||||
share/doc/qtscriptgenerator/qhttpresponseheader.html
|
||||
share/doc/qtscriptgenerator/qicon.html
|
||||
share/doc/qtscriptgenerator/qicondragevent.html
|
||||
share/doc/qtscriptgenerator/qiconengine.html
|
||||
share/doc/qtscriptgenerator/qiconenginepluginv2.html
|
||||
share/doc/qtscriptgenerator/qimage.html
|
||||
share/doc/qtscriptgenerator/qimageiohandler.html
|
||||
share/doc/qtscriptgenerator/qimageioplugin.html
|
||||
share/doc/qtscriptgenerator/qimagereader.html
|
||||
share/doc/qtscriptgenerator/qimagewriter.html
|
||||
share/doc/qtscriptgenerator/qinputcontext.html
|
||||
share/doc/qtscriptgenerator/qinputcontextfactory.html
|
||||
share/doc/qtscriptgenerator/qinputcontextplugin.html
|
||||
share/doc/qtscriptgenerator/qinputdialog.html
|
||||
share/doc/qtscriptgenerator/qinputevent.html
|
||||
share/doc/qtscriptgenerator/qintvalidator.html
|
||||
share/doc/qtscriptgenerator/qiodevice.html
|
||||
share/doc/qtscriptgenerator/qipv6address.html
|
||||
share/doc/qtscriptgenerator/qitemdelegate.html
|
||||
share/doc/qtscriptgenerator/qitemeditorcreatorbase.html
|
||||
share/doc/qtscriptgenerator/qitemeditorfactory.html
|
||||
share/doc/qtscriptgenerator/qitemselection.html
|
||||
share/doc/qtscriptgenerator/qitemselectionmodel.html
|
||||
share/doc/qtscriptgenerator/qitemselectionrange.html
|
||||
share/doc/qtscriptgenerator/qkeyevent.html
|
||||
share/doc/qtscriptgenerator/qkeysequence.html
|
||||
share/doc/qtscriptgenerator/qlabel.html
|
||||
share/doc/qtscriptgenerator/qlayout.html
|
||||
share/doc/qtscriptgenerator/qlayoutitem.html
|
||||
share/doc/qtscriptgenerator/qlcdnumber.html
|
||||
share/doc/qtscriptgenerator/qlibraryinfo.html
|
||||
share/doc/qtscriptgenerator/qline.html
|
||||
share/doc/qtscriptgenerator/qlineargradient.html
|
||||
share/doc/qtscriptgenerator/qlineedit.html
|
||||
share/doc/qtscriptgenerator/qlinef.html
|
||||
share/doc/qtscriptgenerator/qlistview.html
|
||||
share/doc/qtscriptgenerator/qlistwidget.html
|
||||
share/doc/qtscriptgenerator/qlistwidgetitem.html
|
||||
share/doc/qtscriptgenerator/qlocale.html
|
||||
share/doc/qtscriptgenerator/qlocalserver.html
|
||||
share/doc/qtscriptgenerator/qlocalsocket.html
|
||||
share/doc/qtscriptgenerator/qmainwindow.html
|
||||
share/doc/qtscriptgenerator/qmatrix.html
|
||||
share/doc/qtscriptgenerator/qmdiarea.html
|
||||
share/doc/qtscriptgenerator/qmdisubwindow.html
|
||||
share/doc/qtscriptgenerator/qmenu.html
|
||||
share/doc/qtscriptgenerator/qmenubar.html
|
||||
share/doc/qtscriptgenerator/qmessagebox.html
|
||||
share/doc/qtscriptgenerator/qmimedata.html
|
||||
share/doc/qtscriptgenerator/qmodelindex.html
|
||||
share/doc/qtscriptgenerator/qmotifstyle.html
|
||||
share/doc/qtscriptgenerator/qmouseevent.html
|
||||
share/doc/qtscriptgenerator/qmoveevent.html
|
||||
share/doc/qtscriptgenerator/qmovie.html
|
||||
share/doc/qtscriptgenerator/qmutex.html
|
||||
share/doc/qtscriptgenerator/qnetworkaccessmanager.html
|
||||
share/doc/qtscriptgenerator/qnetworkaddressentry.html
|
||||
share/doc/qtscriptgenerator/qnetworkcachemetadata.html
|
||||
share/doc/qtscriptgenerator/qnetworkcookie.html
|
||||
share/doc/qtscriptgenerator/qnetworkcookiejar.html
|
||||
share/doc/qtscriptgenerator/qnetworkinterface.html
|
||||
share/doc/qtscriptgenerator/qnetworkproxy.html
|
||||
share/doc/qtscriptgenerator/qnetworkproxyfactory.html
|
||||
share/doc/qtscriptgenerator/qnetworkproxyquery.html
|
||||
share/doc/qtscriptgenerator/qnetworkreply.html
|
||||
share/doc/qtscriptgenerator/qnetworkrequest.html
|
||||
share/doc/qtscriptgenerator/qobject.html
|
||||
share/doc/qtscriptgenerator/qpagesetupdialog.html
|
||||
share/doc/qtscriptgenerator/qpaintdevice.html
|
||||
share/doc/qtscriptgenerator/qpaintengine.html
|
||||
share/doc/qtscriptgenerator/qpaintenginestate.html
|
||||
share/doc/qtscriptgenerator/qpainter.html
|
||||
share/doc/qtscriptgenerator/qpainterpath.html
|
||||
share/doc/qtscriptgenerator/qpainterpathstroker.html
|
||||
share/doc/qtscriptgenerator/qpaintevent.html
|
||||
share/doc/qtscriptgenerator/qpalette.html
|
||||
share/doc/qtscriptgenerator/qpen.html
|
||||
share/doc/qtscriptgenerator/qpersistentmodelindex.html
|
||||
share/doc/qtscriptgenerator/qpicture.html
|
||||
share/doc/qtscriptgenerator/qpictureformatplugin.html
|
||||
share/doc/qtscriptgenerator/qpictureio.html
|
||||
share/doc/qtscriptgenerator/qpixmap.html
|
||||
share/doc/qtscriptgenerator/qpixmapcache.html
|
||||
share/doc/qtscriptgenerator/qplaintextdocumentlayout.html
|
||||
share/doc/qtscriptgenerator/qplaintextedit.html
|
||||
share/doc/qtscriptgenerator/qplastiquestyle.html
|
||||
share/doc/qtscriptgenerator/qpoint.html
|
||||
share/doc/qtscriptgenerator/qpointf.html
|
||||
share/doc/qtscriptgenerator/qpolygon.html
|
||||
share/doc/qtscriptgenerator/qpolygonf.html
|
||||
share/doc/qtscriptgenerator/qprintdialog.html
|
||||
share/doc/qtscriptgenerator/qprintengine.html
|
||||
share/doc/qtscriptgenerator/qprinter.html
|
||||
share/doc/qtscriptgenerator/qprintpreviewdialog.html
|
||||
share/doc/qtscriptgenerator/qprintpreviewwidget.html
|
||||
share/doc/qtscriptgenerator/qprocess.html
|
||||
share/doc/qtscriptgenerator/qprogressbar.html
|
||||
share/doc/qtscriptgenerator/qprogressdialog.html
|
||||
share/doc/qtscriptgenerator/qpushbutton.html
|
||||
share/doc/qtscriptgenerator/qradialgradient.html
|
||||
share/doc/qtscriptgenerator/qradiobutton.html
|
||||
share/doc/qtscriptgenerator/qreadwritelock.html
|
||||
share/doc/qtscriptgenerator/qrect.html
|
||||
share/doc/qtscriptgenerator/qrectf.html
|
||||
share/doc/qtscriptgenerator/qregexpvalidator.html
|
||||
share/doc/qtscriptgenerator/qregion.html
|
||||
share/doc/qtscriptgenerator/qresizeevent.html
|
||||
share/doc/qtscriptgenerator/qrubberband.html
|
||||
share/doc/qtscriptgenerator/qrunnable.html
|
||||
share/doc/qtscriptgenerator/qscrollarea.html
|
||||
share/doc/qtscriptgenerator/qscrollbar.html
|
||||
share/doc/qtscriptgenerator/qsemaphore.html
|
||||
share/doc/qtscriptgenerator/qsessionmanager.html
|
||||
share/doc/qtscriptgenerator/qsettings.html
|
||||
share/doc/qtscriptgenerator/qshortcut.html
|
||||
share/doc/qtscriptgenerator/qshortcutevent.html
|
||||
share/doc/qtscriptgenerator/qshowevent.html
|
||||
share/doc/qtscriptgenerator/qsignalmapper.html
|
||||
share/doc/qtscriptgenerator/qsimplexmlnodemodel.html
|
||||
share/doc/qtscriptgenerator/qsize.html
|
||||
share/doc/qtscriptgenerator/qsizef.html
|
||||
share/doc/qtscriptgenerator/qsizegrip.html
|
||||
share/doc/qtscriptgenerator/qsizepolicy.html
|
||||
share/doc/qtscriptgenerator/qslider.html
|
||||
share/doc/qtscriptgenerator/qsocketnotifier.html
|
||||
share/doc/qtscriptgenerator/qsound.html
|
||||
share/doc/qtscriptgenerator/qsourcelocation.html
|
||||
share/doc/qtscriptgenerator/qspaceritem.html
|
||||
share/doc/qtscriptgenerator/qspinbox.html
|
||||
share/doc/qtscriptgenerator/qsplashscreen.html
|
||||
share/doc/qtscriptgenerator/qsplitter.html
|
||||
share/doc/qtscriptgenerator/qsplitterhandle.html
|
||||
share/doc/qtscriptgenerator/qsql.html
|
||||
share/doc/qtscriptgenerator/qsqldatabase.html
|
||||
share/doc/qtscriptgenerator/qsqldriver.html
|
||||
share/doc/qtscriptgenerator/qsqldrivercreatorbase.html
|
||||
share/doc/qtscriptgenerator/qsqlerror.html
|
||||
share/doc/qtscriptgenerator/qsqlfield.html
|
||||
share/doc/qtscriptgenerator/qsqlindex.html
|
||||
share/doc/qtscriptgenerator/qsqlquery.html
|
||||
share/doc/qtscriptgenerator/qsqlquerymodel.html
|
||||
share/doc/qtscriptgenerator/qsqlrecord.html
|
||||
share/doc/qtscriptgenerator/qsqlrelation.html
|
||||
share/doc/qtscriptgenerator/qsqlrelationaltablemodel.html
|
||||
share/doc/qtscriptgenerator/qsqlresult.html
|
||||
share/doc/qtscriptgenerator/qsqltablemodel.html
|
||||
share/doc/qtscriptgenerator/qssl.html
|
||||
share/doc/qtscriptgenerator/qsslcertificate.html
|
||||
share/doc/qtscriptgenerator/qsslcipher.html
|
||||
share/doc/qtscriptgenerator/qsslconfiguration.html
|
||||
share/doc/qtscriptgenerator/qsslerror.html
|
||||
share/doc/qtscriptgenerator/qsslkey.html
|
||||
share/doc/qtscriptgenerator/qsslsocket.html
|
||||
share/doc/qtscriptgenerator/qstackedlayout.html
|
||||
share/doc/qtscriptgenerator/qstackedwidget.html
|
||||
share/doc/qtscriptgenerator/qstandarditem.html
|
||||
share/doc/qtscriptgenerator/qstandarditemmodel.html
|
||||
share/doc/qtscriptgenerator/qstatusbar.html
|
||||
share/doc/qtscriptgenerator/qstatustipevent.html
|
||||
share/doc/qtscriptgenerator/qstringlistmodel.html
|
||||
share/doc/qtscriptgenerator/qstringmatcher.html
|
||||
share/doc/qtscriptgenerator/qstyle.html
|
||||
share/doc/qtscriptgenerator/qstyleditemdelegate.html
|
||||
share/doc/qtscriptgenerator/qstylefactory.html
|
||||
share/doc/qtscriptgenerator/qstylehintreturn.html
|
||||
share/doc/qtscriptgenerator/qstylehintreturnmask.html
|
||||
share/doc/qtscriptgenerator/qstylehintreturnvariant.html
|
||||
share/doc/qtscriptgenerator/qstyleoption.html
|
||||
share/doc/qtscriptgenerator/qstyleoptionbutton.html
|
||||
share/doc/qtscriptgenerator/qstyleoptioncombobox.html
|
||||
share/doc/qtscriptgenerator/qstyleoptioncomplex.html
|
||||
share/doc/qtscriptgenerator/qstyleoptiondockwidget.html
|
||||
share/doc/qtscriptgenerator/qstyleoptiondockwidgetv2.html
|
||||
share/doc/qtscriptgenerator/qstyleoptionfocusrect.html
|
||||
share/doc/qtscriptgenerator/qstyleoptionframe.html
|
||||
share/doc/qtscriptgenerator/qstyleoptionframev2.html
|
||||
share/doc/qtscriptgenerator/qstyleoptiongraphicsitem.html
|
||||
share/doc/qtscriptgenerator/qstyleoptiongroupbox.html
|
||||
share/doc/qtscriptgenerator/qstyleoptionheader.html
|
||||
share/doc/qtscriptgenerator/qstyleoptionmenuitem.html
|
||||
share/doc/qtscriptgenerator/qstyleoptionprogressbar.html
|
||||
share/doc/qtscriptgenerator/qstyleoptionprogressbarv2.html
|
||||
share/doc/qtscriptgenerator/qstyleoptionrubberband.html
|
||||
share/doc/qtscriptgenerator/qstyleoptionsizegrip.html
|
||||
share/doc/qtscriptgenerator/qstyleoptionslider.html
|
||||
share/doc/qtscriptgenerator/qstyleoptionspinbox.html
|
||||
share/doc/qtscriptgenerator/qstyleoptiontab.html
|
||||
share/doc/qtscriptgenerator/qstyleoptiontabbarbase.html
|
||||
share/doc/qtscriptgenerator/qstyleoptiontabv2.html
|
||||
share/doc/qtscriptgenerator/qstyleoptiontabwidgetframe.html
|
||||
share/doc/qtscriptgenerator/qstyleoptiontitlebar.html
|
||||
share/doc/qtscriptgenerator/qstyleoptiontoolbar.html
|
||||
share/doc/qtscriptgenerator/qstyleoptiontoolbox.html
|
||||
share/doc/qtscriptgenerator/qstyleoptiontoolboxv2.html
|
||||
share/doc/qtscriptgenerator/qstyleoptiontoolbutton.html
|
||||
share/doc/qtscriptgenerator/qstyleoptionviewitem.html
|
||||
share/doc/qtscriptgenerator/qstyleoptionviewitemv2.html
|
||||
share/doc/qtscriptgenerator/qstyleoptionviewitemv3.html
|
||||
share/doc/qtscriptgenerator/qstyleoptionviewitemv4.html
|
||||
share/doc/qtscriptgenerator/qstylepainter.html
|
||||
share/doc/qtscriptgenerator/qstyleplugin.html
|
||||
share/doc/qtscriptgenerator/qsvggenerator.html
|
||||
share/doc/qtscriptgenerator/qsvgrenderer.html
|
||||
share/doc/qtscriptgenerator/qsvgwidget.html
|
||||
share/doc/qtscriptgenerator/qsyntaxhighlighter.html
|
||||
share/doc/qtscriptgenerator/qsystemsemaphore.html
|
||||
share/doc/qtscriptgenerator/qsystemtrayicon.html
|
||||
share/doc/qtscriptgenerator/qt.html
|
||||
share/doc/qtscriptgenerator/qtabbar.html
|
||||
share/doc/qtscriptgenerator/qtabletevent.html
|
||||
share/doc/qtscriptgenerator/qtableview.html
|
||||
share/doc/qtscriptgenerator/qtablewidget.html
|
||||
share/doc/qtscriptgenerator/qtablewidgetitem.html
|
||||
share/doc/qtscriptgenerator/qtablewidgetselectionrange.html
|
||||
share/doc/qtscriptgenerator/qtabwidget.html
|
||||
share/doc/qtscriptgenerator/qtconcurrent.html
|
||||
share/doc/qtscriptgenerator/qtcpserver.html
|
||||
share/doc/qtscriptgenerator/qtcpsocket.html
|
||||
share/doc/qtscriptgenerator/qtemporaryfile.html
|
||||
share/doc/qtscriptgenerator/qtextblock.html
|
||||
share/doc/qtscriptgenerator/qtextblockformat.html
|
||||
share/doc/qtscriptgenerator/qtextblockgroup.html
|
||||
share/doc/qtscriptgenerator/qtextblockuserdata.html
|
||||
share/doc/qtscriptgenerator/qtextboundaryfinder.html
|
||||
share/doc/qtscriptgenerator/qtextbrowser.html
|
||||
share/doc/qtscriptgenerator/qtextcharformat.html
|
||||
share/doc/qtscriptgenerator/qtextcodec.html
|
||||
share/doc/qtscriptgenerator/qtextcodecplugin.html
|
||||
share/doc/qtscriptgenerator/qtextcursor.html
|
||||
share/doc/qtscriptgenerator/qtextdecoder.html
|
||||
share/doc/qtscriptgenerator/qtextdocument.html
|
||||
share/doc/qtscriptgenerator/qtextdocumentfragment.html
|
||||
share/doc/qtscriptgenerator/qtextedit.html
|
||||
share/doc/qtscriptgenerator/qtextencoder.html
|
||||
share/doc/qtscriptgenerator/qtextformat.html
|
||||
share/doc/qtscriptgenerator/qtextfragment.html
|
||||
share/doc/qtscriptgenerator/qtextframe.html
|
||||
share/doc/qtscriptgenerator/qtextframeformat.html
|
||||
share/doc/qtscriptgenerator/qtextimageformat.html
|
||||
share/doc/qtscriptgenerator/qtextinlineobject.html
|
||||
share/doc/qtscriptgenerator/qtextitem.html
|
||||
share/doc/qtscriptgenerator/qtextlayout.html
|
||||
share/doc/qtscriptgenerator/qtextlength.html
|
||||
share/doc/qtscriptgenerator/qtextline.html
|
||||
share/doc/qtscriptgenerator/qtextlist.html
|
||||
share/doc/qtscriptgenerator/qtextlistformat.html
|
||||
share/doc/qtscriptgenerator/qtextobject.html
|
||||
share/doc/qtscriptgenerator/qtextobjectinterface.html
|
||||
share/doc/qtscriptgenerator/qtextstream.html
|
||||
share/doc/qtscriptgenerator/qtexttable.html
|
||||
share/doc/qtscriptgenerator/qtexttablecell.html
|
||||
share/doc/qtscriptgenerator/qtexttablecellformat.html
|
||||
share/doc/qtscriptgenerator/qtexttableformat.html
|
||||
share/doc/qtscriptgenerator/qthreadpool.html
|
||||
share/doc/qtscriptgenerator/qtime.html
|
||||
share/doc/qtscriptgenerator/qtimeedit.html
|
||||
share/doc/qtscriptgenerator/qtimeline.html
|
||||
share/doc/qtscriptgenerator/qtimer.html
|
||||
share/doc/qtscriptgenerator/qtimerevent.html
|
||||
share/doc/qtscriptgenerator/qtoolbar.html
|
||||
share/doc/qtscriptgenerator/qtoolbarchangeevent.html
|
||||
share/doc/qtscriptgenerator/qtoolbox.html
|
||||
share/doc/qtscriptgenerator/qtoolbutton.html
|
||||
share/doc/qtscriptgenerator/qtooltip.html
|
||||
share/doc/qtscriptgenerator/qtransform.html
|
||||
share/doc/qtscriptgenerator/qtranslator.html
|
||||
share/doc/qtscriptgenerator/qtreeview.html
|
||||
share/doc/qtscriptgenerator/qtreewidget.html
|
||||
share/doc/qtscriptgenerator/qtreewidgetitem.html
|
||||
share/doc/qtscriptgenerator/qudpsocket.html
|
||||
share/doc/qtscriptgenerator/quiloader.html
|
||||
share/doc/qtscriptgenerator/qundocommand.html
|
||||
share/doc/qtscriptgenerator/qundogroup.html
|
||||
share/doc/qtscriptgenerator/qundostack.html
|
||||
share/doc/qtscriptgenerator/qundoview.html
|
||||
share/doc/qtscriptgenerator/qurl.html
|
||||
share/doc/qtscriptgenerator/qurlinfo.html
|
||||
share/doc/qtscriptgenerator/quuid.html
|
||||
share/doc/qtscriptgenerator/qvalidator.html
|
||||
share/doc/qtscriptgenerator/qvboxlayout.html
|
||||
share/doc/qtscriptgenerator/qwaitcondition.html
|
||||
share/doc/qtscriptgenerator/qwebframe.html
|
||||
share/doc/qtscriptgenerator/qwebhistoryinterface.html
|
||||
share/doc/qtscriptgenerator/qwebhittestresult.html
|
||||
share/doc/qtscriptgenerator/qwebpage.html
|
||||
share/doc/qtscriptgenerator/qwebpluginfactory.html
|
||||
share/doc/qtscriptgenerator/qwebsettings.html
|
||||
share/doc/qtscriptgenerator/qwebview.html
|
||||
share/doc/qtscriptgenerator/qwhatsthis.html
|
||||
share/doc/qtscriptgenerator/qwhatsthisclickedevent.html
|
||||
share/doc/qtscriptgenerator/qwheelevent.html
|
||||
share/doc/qtscriptgenerator/qwidget.html
|
||||
share/doc/qtscriptgenerator/qwidgetaction.html
|
||||
share/doc/qtscriptgenerator/qwidgetitem.html
|
||||
share/doc/qtscriptgenerator/qwindowsstyle.html
|
||||
share/doc/qtscriptgenerator/qwindowstatechangeevent.html
|
||||
share/doc/qtscriptgenerator/qwizard.html
|
||||
share/doc/qtscriptgenerator/qwizardpage.html
|
||||
share/doc/qtscriptgenerator/qworkspace.html
|
||||
share/doc/qtscriptgenerator/qxmlattributes.html
|
||||
share/doc/qtscriptgenerator/qxmlcontenthandler.html
|
||||
share/doc/qtscriptgenerator/qxmldeclhandler.html
|
||||
share/doc/qtscriptgenerator/qxmldefaulthandler.html
|
||||
share/doc/qtscriptgenerator/qxmldtdhandler.html
|
||||
share/doc/qtscriptgenerator/qxmlentityresolver.html
|
||||
share/doc/qtscriptgenerator/qxmlerrorhandler.html
|
||||
share/doc/qtscriptgenerator/qxmlformatter.html
|
||||
share/doc/qtscriptgenerator/qxmlinputsource.html
|
||||
share/doc/qtscriptgenerator/qxmlitem.html
|
||||
share/doc/qtscriptgenerator/qxmllexicalhandler.html
|
||||
share/doc/qtscriptgenerator/qxmllocator.html
|
||||
share/doc/qtscriptgenerator/qxmlname.html
|
||||
share/doc/qtscriptgenerator/qxmlnamepool.html
|
||||
share/doc/qtscriptgenerator/qxmlnodemodelindex.html
|
||||
share/doc/qtscriptgenerator/qxmlparseexception.html
|
||||
share/doc/qtscriptgenerator/qxmlquery.html
|
||||
share/doc/qtscriptgenerator/qxmlreader.html
|
||||
share/doc/qtscriptgenerator/qxmlresultitems.html
|
||||
share/doc/qtscriptgenerator/qxmlserializer.html
|
||||
share/doc/qtscriptgenerator/qxmlsimplereader.html
|
||||
share/doc/qtscriptgenerator/qxmlstreamattribute.html
|
||||
share/doc/qtscriptgenerator/qxmlstreamattributes.html
|
||||
share/doc/qtscriptgenerator/qxmlstreamentitydeclaration.html
|
||||
share/doc/qtscriptgenerator/qxmlstreamentityresolver.html
|
||||
share/doc/qtscriptgenerator/qxmlstreamnamespacedeclaration.html
|
||||
share/doc/qtscriptgenerator/qxmlstreamnotationdeclaration.html
|
||||
share/doc/qtscriptgenerator/qxmlstreamreader.html
|
||||
share/doc/qtscriptgenerator/qxmlstreamwriter.html
|
15
devel/qtscriptgenerator/buildlink3.mk
Normal file
15
devel/qtscriptgenerator/buildlink3.mk
Normal file
|
@ -0,0 +1,15 @@
|
|||
# $NetBSD: buildlink3.mk,v 1.1.1.1 2010/02/15 15:57:49 wiz Exp $
|
||||
|
||||
BUILDLINK_TREE+= qtscriptgenerator
|
||||
|
||||
.if !defined(QTSCRIPTGENERATOR_BUILDLINK3_MK)
|
||||
QTSCRIPTGENERATOR_BUILDLINK3_MK:=
|
||||
|
||||
BUILDLINK_API_DEPENDS.qtscriptgenerator+= qtscriptgenerator>=0.1.0
|
||||
BUILDLINK_ABI_DEPENDS.qtscriptgenerator?= qtscriptgenerator>=0.1.0nb2
|
||||
BUILDLINK_PKGSRCDIR.qtscriptgenerator?= ../../devel/qtscriptgenerator
|
||||
|
||||
.include "../../x11/qt4-libs/buildlink3.mk"
|
||||
.endif # QTSCRIPTGENERATOR_BUILDLINK3_MK
|
||||
|
||||
BUILDLINK_TREE+= -qtscriptgenerator
|
6
devel/qtscriptgenerator/distinfo
Normal file
6
devel/qtscriptgenerator/distinfo
Normal file
|
@ -0,0 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2010/02/15 15:57:48 wiz Exp $
|
||||
|
||||
SHA1 (qtscriptgenerator-src-0.1.0.tar.gz) = eeae733106369e289f257b754822bc372fd6ba75
|
||||
RMD160 (qtscriptgenerator-src-0.1.0.tar.gz) = a02ce6fea2fbc3d3a6ae9e51c6b563ef4bcd51f3
|
||||
Size (qtscriptgenerator-src-0.1.0.tar.gz) = 374223 bytes
|
||||
SHA1 (patch-aa) = 6c44dc4f44345bf6349b0d678901f174c262f6a9
|
13
devel/qtscriptgenerator/patches/patch-aa
Normal file
13
devel/qtscriptgenerator/patches/patch-aa
Normal file
|
@ -0,0 +1,13 @@
|
|||
$NetBSD: patch-aa,v 1.1.1.1 2010/02/15 15:57:49 wiz Exp $
|
||||
|
||||
--- qtbindings/qtbindings.pro.orig 2009-02-20 11:42:24.000000000 +0000
|
||||
+++ qtbindings/qtbindings.pro
|
||||
@@ -6,8 +6,6 @@ SUBDIRS = qtscript_core \
|
||||
qtscript_sql \
|
||||
qtscript_svg \
|
||||
qtscript_xml \
|
||||
- qtscript_phonon \
|
||||
qtscript_webkit \
|
||||
- qtscript_xmlpatterns \
|
||||
qtscript_uitools \
|
||||
qs_eval
|
Loading…
Reference in a new issue