From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 31 21:50:03 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A5B531065670 for ; Wed, 31 Dec 2008 21:50:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 812C48FC0C for ; Wed, 31 Dec 2008 21:50:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id mBVLo3fX096265 for ; Wed, 31 Dec 2008 21:50:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id mBVLo3fN096264; Wed, 31 Dec 2008 21:50:03 GMT (envelope-from gnats) Resent-Date: Wed, 31 Dec 2008 21:50:03 GMT Resent-Message-Id: <200812312150.mBVLo3fN096264@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Hannes Hauswedell Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2F4931065670 for ; Wed, 31 Dec 2008 21:46:57 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 1D61A8FC17 for ; Wed, 31 Dec 2008 21:46:57 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id mBVLktko019868 for ; Wed, 31 Dec 2008 21:46:55 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id mBVLkt8J019867; Wed, 31 Dec 2008 21:46:55 GMT (envelope-from nobody) Message-Id: <200812312146.mBVLkt8J019867@www.freebsd.org> Date: Wed, 31 Dec 2008 21:46:55 GMT From: Hannes Hauswedell To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/130085: New Port: ports-mgmt/kports-qt4 Qt4-Version of KPorts X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Dec 2008 21:50:03 -0000 >Number: 130085 >Category: ports >Synopsis: New Port: ports-mgmt/kports-qt4 Qt4-Version of KPorts >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 Dec 31 21:50:03 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Hannes Hauswedell >Release: >Organization: >Environment: >Description: KPorts is Qt-based frontend to the FreeBSD-Ports. Support for the OpenBSD-Ports and PkgSrc is planned for a future release. It is designed to make managing your applications easier and more pleasent. This is the Port based on the new Qt4-only codebase. You cannot use this to actually install and remove packages. If you need that use the version based on KDE3: ports-mgmt/kports. >How-To-Repeat: >Fix: # 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: # # /usr/ports/ports-mgmt/kports-qt4 # /usr/ports/ports-mgmt/kports-qt4/Makefile # /usr/ports/ports-mgmt/kports-qt4/pkg-plist # /usr/ports/ports-mgmt/kports-qt4/pkg-descr # /usr/ports/ports-mgmt/kports-qt4/distinfo # echo c - /usr/ports/ports-mgmt/kports-qt4 mkdir -p /usr/ports/ports-mgmt/kports-qt4 > /dev/null 2>&1 echo x - /usr/ports/ports-mgmt/kports-qt4/Makefile sed 's/^X//' >/usr/ports/ports-mgmt/kports-qt4/Makefile << 'f865cdc4e5283e33595bf54985d31157' X X XPORTNAME= kports XPORTVERSION= 0.8.0 XPORTREVISION= 0 XCATEGORIES= ports-mgmt kde XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= ${PORTNAME} X XMAINTAINER= kports@soulrebel.in-berlin.de XCOMMENT= Qt4-Version of your favorite frontend to the Ports X XUSE_BZIP2= yes X XUSE_QT_VER= 4 XUSE_GMAKE= yes XQT_COMPONENTS= corelib gui network qmake_build moc_build uic_build rcc_build X XRUN_DEPENDS+= portaudit:${PORTSDIR}/ports-mgmt/portaudit X X XQMAKE_ARGS+= PREFIX=${PREFIX} XHAS_CONFIGURE= yes X XLATEST_LINK= kports-qt4 X X X.include X Xdo-configure: X @cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \ X ${QMAKE} -unix ${QMAKE_ARGS} kports.pro X X X X.include f865cdc4e5283e33595bf54985d31157 echo x - /usr/ports/ports-mgmt/kports-qt4/pkg-plist sed 's/^X//' >/usr/ports/ports-mgmt/kports-qt4/pkg-plist << '05a2e244184429d17182c2e4b1bd5f39' Xbin/kports Xshare/applications/kports.desktop Xshare/icons/hicolor/16x16/apps/kports.png Xshare/icons/hicolor/32x32/apps/kports.png Xshare/icons/hicolor/256x256/apps/kports.png X 05a2e244184429d17182c2e4b1bd5f39 echo x - /usr/ports/ports-mgmt/kports-qt4/pkg-descr sed 's/^X//' >/usr/ports/ports-mgmt/kports-qt4/pkg-descr << 'a4e0dab7e46fbad2b8c31fbbe701ee0a' XKPorts is Qt-based frontend to the FreeBSD-Ports. XSupport for the OpenBSD-Ports and PkgSrc is planned for a future release. X XIt is designed to make managing your applications easier and more pleasent. X XThis is the Port based on the new Qt4-only codebase. You cannot use this to Xactually install and remove packages. If you need that use the version based Xon KDE3: ports-mgmt/kports. X XWWW: http://kports.sf.net a4e0dab7e46fbad2b8c31fbbe701ee0a echo x - /usr/ports/ports-mgmt/kports-qt4/distinfo sed 's/^X//' >/usr/ports/ports-mgmt/kports-qt4/distinfo << 'b46c91e9c96797656b17c282569d81a6' XMD5 (kports-0.8.0.tar.bz2) = dbe948214cf297492f9889f550830946 XSHA256 (kports-0.8.0.tar.bz2) = 75b13361834e425ad9656bb2bcaeb6dab28dbf405fd2f8ce00429ccd902020f0 XSIZE (kports-0.8.0.tar.bz2) = 238346 b46c91e9c96797656b17c282569d81a6 exit >Release-Note: >Audit-Trail: >Unformatted: