Skip site navigation (1)Skip section navigation (2)
Date:      Wed,  4 Jul 2007 14:22:25 +0000 (UTC)
From:      liu_yinghong@yahoo.com.cn
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        liu_yinghong@yahoo.com.cn
Subject:   ports/114288: New port:devel/qdevelop A development environment entirely dedicated to Qt4
Message-ID:  <20070704142226.0F3BF13C45A@mx1.freebsd.org>
Resent-Message-ID: <200707041430.l64EU3R1066282@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         114288
>Category:       ports
>Synopsis:       New port:devel/qdevelop A development environment entirely dedicated to Qt4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 04 14:30:03 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Yinghong.Liu
>Release:        FreeBSD 6.2-STABLE i386
>Organization:
>Environment:
System: FreeBSD relaxbsd.org 6.2-STABLE FreeBSD 6.2-STABLE #0: Thu May 10 21:42:19 CST 2007 hamigua@relaxbsd.org:/usr/src/sys/i386/compile/LYH i386


	
>Description:
QDevelop is a development environment entirely dedicated to Qt4.
QDevelop is not a Kdevelop like or reduced. It's an independent IDE dedicated
to Qt and is totally independent of KDevelop. Less complete, but faster,
light and especially multi-platforms. QDevelop and KDevelop have different
code sources.

WWW: http://qdevelop.org/
	
>How-To-Repeat:
Note:gmake isn't BUILD_DEPENDS but RUN_DEPENDS qdevelop.
	
>Fix:

	

--- qdevelop.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	qdevelop/
#	qdevelop/Makefile
#	qdevelop/distinfo
#	qdevelop/pkg-descr
#	qdevelop/pkg-plist
#
echo c - qdevelop/
mkdir -p qdevelop/ > /dev/null 2>&1
echo x - qdevelop/Makefile
sed 's/^X//' >qdevelop/Makefile << 'END-of-qdevelop/Makefile'
X# New ports collection makefile for:	qdevelop
X# Date created:				4 Jul 2007
X# Whom:					Yinghong.Liu <liu_yinghong@yahoo.com.cn>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	qdevelop
XPORTVERSION=	0.23.1
XCATEGORIES=	devel kde
XMASTER_SITES=	http://qdevelop.org/download/ \
X		ftp://local-distfiles.freebsd.org.cn/pub/china-ports/hamigua/
XDISTNAME=	QDevelop-${PORTVERSION:C/.([0-9])$/-\1/}
X
XMAINTAINER=	liu_yinghong@yahoo.com.cn
XCOMMENT=	A development environment entirely dedicated to Qt4
X
XBUILD_DEPENDS=	cmake:${PORTSDIR}/devel/cmake
XRUN_DEPENDS=	exctags:${PORTSDIR}/devel/ctags \
X		gmake:${PORTSDIR}/devel/gmake
X
XWRKSRC=		${WRKDIR}/${DISTNAME}
X
XCMAKE_ARGS=	-DCMAKE_BUILD_TYPE:STRING=Release \
X		-DCMAKE_C_COMPILER:STRING='${CC}' \
X		-DCMAKE_CXX_COMPILER:STRING=${CXX} \
X		-DCMAKE_CXX_FLAGS:STRING="${CXXFLAGS} -pthread" \
X		-DCMAKE_INSTALL_PREFIX=${PREFIX}
X
XUSE_ZIP=	yes
XUSE_QT_VER=	4
XQT_COMPONENTS=	qmake moc uic rcc sql network xml gui corelib assistant linguist designer
X
XPORTDOCS=	ChangeLog.txt README.txt README.cmake copying
X
XDESKTOP_ENTRIES=	"QDevelop" \
X			"A development environment entirely dedicated to Qt4" \
X			"QDevelop" \
X			"QDevelop" \
X			"Application;Development;" \
X			"false"
X
X.if !defined(WITHOUT_NLS)
XPLIST_SUB+=	NLS=""
X.else
XPLIST_SUB+=	NLS="@comment "
X.endif
X
Xpost-patch:
X	@${REINPLACE_CMD} -e "s|\"qmake\"|\"qmake-qt4\"|g" \
X		-e "s|\"linguist\"|\"linguist-qt4\"|g" \
X		-e "s|\"lupdate\"|\"lupdate-qt4\"|g" \
X		-e "s|\"lrelease\"|\"lrelease-qt4\"|g" \
X		-e "s|\"designer\"|\"designer-qt4\"|g" \
X		-e "s|\"assistant\"|\"assistant-qt4\"|g" \
X		-e "s|\"/usr/bin/make\"|\"${LOCALBASE}/bin/gmake\"|g" \
X		-e "s|\"/usr/bin/ctags\"|\"${LOCALBASE}/bin/exctags\"|g" \
X		${WRKSRC}/src/toolscontrolimpl.cpp
X
Xdo-configure:
X	@(cd ${WRKSRC}; \
X	${SETENV} ${CONFIGURE_ENV} ${LOCALBASE}/bin/cmake ${CMAKE_ARGS} ${WRKSRC})
X
Xdo-install:
X	@${INSTALL_PROGRAM} ${WRKSRC}/QDevelop ${PREFIX}/bin
X	@${INSTALL_DATA} ${WRKSRC}/resources/images/logo.png ${PREFIX}/share/pixmaps/QDevelop.png
X.if !defined(WITHOUT_NLS)
X	@${MKDIR} ${DATADIR}
X	(cd ${WRKSRC}/resources/translations/ && ${COPYTREE_SHARE} '*.qm' ${DATADIR}/translations)
X.endif
X.if !defined(NOPORTDOCS)
X	@${MKDIR} ${DOCSDIR}
X.for doc in ${PORTDOCS}
X	@${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR}
X.endfor
X.endif
X
X.include <bsd.port.mk>
END-of-qdevelop/Makefile
echo x - qdevelop/distinfo
sed 's/^X//' >qdevelop/distinfo << 'END-of-qdevelop/distinfo'
XMD5 (QDevelop-0.23-1.zip) = ccfb64ecd1ad27879551402b0cc53e3e
XSHA256 (QDevelop-0.23-1.zip) = 67893e1a3a4e7d34d22a855eec5bae843ca18840dabebef1844536237d0138f4
XSIZE (QDevelop-0.23-1.zip) = 983412
END-of-qdevelop/distinfo
echo x - qdevelop/pkg-descr
sed 's/^X//' >qdevelop/pkg-descr << 'END-of-qdevelop/pkg-descr'
XQDevelop is a development environment entirely dedicated to Qt4.
XQDevelop is not a Kdevelop like or reduced. It's an independent IDE dedicated
Xto Qt and is totally independent of KDevelop. Less complete, but faster,
Xlight and especially multi-platforms. QDevelop and KDevelop have different
Xcode sources.
X
XWWW: http://qdevelop.org/
END-of-qdevelop/pkg-descr
echo x - qdevelop/pkg-plist
sed 's/^X//' >qdevelop/pkg-plist << 'END-of-qdevelop/pkg-plist'
Xbin/QDevelop
Xshare/pixmaps/QDevelop.png
X%%NLS%%%%DATADIR%%/translations/QDevelop_Chinese.qm
X%%NLS%%%%DATADIR%%/translations/QDevelop_Czech.qm
X%%NLS%%%%DATADIR%%/translations/QDevelop_Dutch.qm
X%%NLS%%%%DATADIR%%/translations/QDevelop_French.qm
X%%NLS%%%%DATADIR%%/translations/QDevelop_German.qm
X%%NLS%%%%DATADIR%%/translations/QDevelop_Italian.qm
X%%NLS%%%%DATADIR%%/translations/QDevelop_Polish.qm
X%%NLS%%%%DATADIR%%/translations/QDevelop_Portuguese.qm
X%%NLS%%%%DATADIR%%/translations/QDevelop_Russian.qm
X%%NLS%%%%DATADIR%%/translations/QDevelop_Spanish.qm
X%%NLS%%%%DATADIR%%/translations/QDevelop_Ukrainian.qm
X%%NLS%%%%DATADIR%%/translations/QDevelop_Vietnamese.qm
X%%NLS%%@dirrm %%DATADIR%%/translations
X%%NLS%%@dirrm %%DATADIR%%
END-of-qdevelop/pkg-plist
exit
--- qdevelop.shar ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070704142226.0F3BF13C45A>