- New port: devel/qt4-qtsolutions-soap
The Qt SOAP project provides basic web service support with version 1.1 of the SOAP protocol. WWW: http://qt.gitorious.org/qt-solutions - Slightly modify qt4-qtsolutions-singleapplication for use as master port
This commit is contained in:
parent
eb2bedc4a8
commit
951dd628a4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=299994
@ -3596,6 +3596,7 @@
|
||||
SUBDIR += qt4-qt3support
|
||||
SUBDIR += qt4-qtestlib
|
||||
SUBDIR += qt4-qtsolutions-singleapplication
|
||||
SUBDIR += qt4-qtsolutions-soap
|
||||
SUBDIR += qt4-qvfb
|
||||
SUBDIR += qt4-rcc
|
||||
SUBDIR += qt4-script
|
||||
|
@ -16,7 +16,7 @@ DISTNAME= qt4-qtsolutions-singleinstance-${PORTVERSION}
|
||||
MAINTAINER= yurkis@gmail.com
|
||||
COMMENT= QT4 Solutions Single Application Framework
|
||||
|
||||
USE_QT4= qmake_build moc_build rcc_build uic_build gui network
|
||||
USE_QT4?= qmake_build moc_build rcc_build uic_build gui network
|
||||
HAS_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
|
36
devel/qt4-qtsolutions-soap/Makefile
Normal file
36
devel/qt4-qtsolutions-soap/Makefile
Normal file
@ -0,0 +1,36 @@
|
||||
# New ports collection Makefile for: qt4-qtsolutions-soap
|
||||
# Date created: 26 June 2012
|
||||
# Whom: gahr
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../qt4-qtsolutions-singleapplication
|
||||
|
||||
USE_QT4= qmake_build moc_build rcc_build uic_build network xml
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
|
||||
PORTNAME= qt4-qtsolutions-soap
|
||||
|
||||
MAINTAINER= gahr@FreeBSD.org
|
||||
COMMENT= QT4 Solutions SOAP Component
|
||||
|
||||
DESCR= ${.CURDIR}/pkg-descr
|
||||
|
||||
SUB_PROJECT_NAME= qtsoap
|
||||
LIBRARY_NAME= libQtSolutions_SOAP-head.so
|
||||
LIBRARY_HEADERS= qtsoap.h \
|
||||
QtSoapArray \
|
||||
QtSoapArrayIterator \
|
||||
QtSoapHttpTransport \
|
||||
QtSoapMessage \
|
||||
QtSoapNamespaces \
|
||||
QtSoapQName \
|
||||
QtSoapSimpleType \
|
||||
QtSoapStruct \
|
||||
QtSoapStructIterator \
|
||||
QtSoapType \
|
||||
QtSoapTypeConstructor \
|
||||
QtSoapTypeConstructorBase \
|
||||
QtSoapTypeFactory
|
4
devel/qt4-qtsolutions-soap/pkg-descr
Normal file
4
devel/qt4-qtsolutions-soap/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
The Qt SOAP project provides basic web service support with
|
||||
version 1.1 of the SOAP protocol.
|
||||
|
||||
WWW: http://qt.gitorious.org/qt-solutions
|
Loading…
Reference in New Issue
Block a user