Date: Fri, 22 Jun 2007 03:07:11 +0000 (UTC) From: liu_yinghong@yahoo.com.cn To: FreeBSD-gnats-submit@FreeBSD.org Cc: liu_yinghong@yahoo.com.cn Subject: ports/113931: New port:deskutils/qtm Blog management application based on Qt 4 Message-ID: <20070622030711.B569B13C465@mx1.freebsd.org> Resent-Message-ID: <200706220310.l5M3A4UV064479@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 113931 >Category: ports >Synopsis: New port:deskutils/qtm Blog management application based on Qt 4 >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: Fri Jun 22 03:10:04 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: QTM allows the user to compose, format and submit entries to MT and Wordpress blogs (and possibly other content management systems using the same interfaces; your mileage may vary). It uses the standard Blogger, MetaWeblog and Movable Type APIs. It requires Qt 4.1. WWW: http://qtm.blogistan.co.uk/ >How-To-Repeat: >Fix: --- qtm.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: # # qtm # qtm/Makefile # qtm/distinfo # qtm/pkg-descr # echo c - qtm mkdir -p qtm > /dev/null 2>&1 echo x - qtm/Makefile sed 's/^X//' >qtm/Makefile << 'END-of-qtm/Makefile' X# New ports collection makefile for: qtm X# Date created: 22 Jun 2007 X# Whom: Yinghong.Liu <liu_yinghong@yahoo.com.cn> X# X# $FreeBSD$ X# X XPORTNAME= qtm XPORTVERSION= 0.5.3 XCATEGORIES= deskutils XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR=catkin X XMAINTAINER= liu_yinghong@yahoo.com.cn XCOMMENT= Blog management application based on Qt 4 X XUSE_QT_VER= 4 XQT_COMPONENTS= gui network corelib qmake uic XPLIST_FILES= bin/QTM X XPORTDOCS= COPYING Changelog INSTALL README X XDESKTOP_ENTRIES= "QTM" \ X "Weblog management application" \ X "" \ X "QTM" \ X "Application;Network;" \ X "false" X Xpre-build: X @cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} ${QMAKE} -unix QTM.pro X Xdo-install: X @${MKDIR} ${PREFIX}/share/applications X @${INSTALL_PROGRAM} ${WRKSRC}/QTM ${PREFIX}/bin/ 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-qtm/Makefile echo x - qtm/distinfo sed 's/^X//' >qtm/distinfo << 'END-of-qtm/distinfo' XMD5 (qtm-0.5.3.tar.gz) = ce83370da65cc12ce4318f5a032217b7 XSHA256 (qtm-0.5.3.tar.gz) = b9409c9832ed2b4e3c8483912486ccba69e107d23cf86e33723899b2e16d4cba XSIZE (qtm-0.5.3.tar.gz) = 67140 END-of-qtm/distinfo echo x - qtm/pkg-descr sed 's/^X//' >qtm/pkg-descr << 'END-of-qtm/pkg-descr' XQTM allows the user to compose, format and submit entries to MT and XWordpress blogs (and possibly other content management systems using the Xsame interfaces; your mileage may vary). It uses the standard Blogger, XMetaWeblog and Movable Type APIs. It requires Qt 4.1. X XWWW: http://qtm.blogistan.co.uk/ END-of-qtm/pkg-descr exit --- qtm.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?20070622030711.B569B13C465>