From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Apr 26 02:30:16 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 531D616A4CE for ; Tue, 26 Apr 2005 02:30:16 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 10CD143D4C for ; Tue, 26 Apr 2005 02:30:16 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j3Q2UFVo073457 for ; Tue, 26 Apr 2005 02:30:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j3Q2UFtr073456; Tue, 26 Apr 2005 02:30:15 GMT (envelope-from gnats) Resent-Date: Tue, 26 Apr 2005 02:30:15 GMT Resent-Message-Id: <200504260230.j3Q2UFtr073456@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, Tim Welch Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E5D316A4CE for ; Tue, 26 Apr 2005 02:24:07 +0000 (GMT) Received: from mercury.thepentagon.org (adsl-065-007-255-129.sip.jan.bellsouth.net [65.7.255.129]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4DB2443D45 for ; Tue, 26 Apr 2005 02:24:06 +0000 (GMT) (envelope-from twelch@mercury.thepentagon.org) Received: from mercury.thepentagon.org (localhost.local [127.0.0.1]) j3Q2NXnf093025 for ; Mon, 25 Apr 2005 21:23:34 -0500 (CDT) (envelope-from twelch@mercury.thepentagon.org) Received: (from twelch@localhost) by mercury.thepentagon.org (8.13.3/8.13.1/Submit) id j3Q2NXrD093024; Mon, 25 Apr 2005 21:23:33 -0500 (CDT) (envelope-from twelch) Message-Id: <200504260223.j3Q2NXrD093024@mercury.thepentagon.org> Date: Mon, 25 Apr 2005 21:23:33 -0500 (CDT) From: Tim Welch To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/80351: Port Update: news/knzb X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Tim Welch List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Apr 2005 02:30:16 -0000 >Number: 80351 >Category: ports >Synopsis: Port Update: news/knzb >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Apr 26 02:30:15 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Tim Welch >Release: FreeBSD 5.4-PRERELEASE i386 >Organization: >Environment: System: FreeBSD mercury.thepentagon.org 5.4-PRERELEASE FreeBSD 5.4-PRERELEASE #3: Fri Mar 18 22:00:44 CST 2005 root@mercury.thepentagon.org:/usr/obj/usr/src/sys/mercury i386 >Description: - Update knzb to 0.5 - Take maintainership of this port - add dependency on converters/uudeview >How-To-Repeat: >Fix: --- knzb.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: # # knzb # knzb/distinfo # knzb/Makefile # knzb/pkg-descr # knzb/pkg-plist # echo c - knzb mkdir -p knzb > /dev/null 2>&1 echo x - knzb/distinfo sed 's/^X//' >knzb/distinfo << 'END-of-knzb/distinfo' XMD5 (knzb-0.5.tar.bz2) = 3c93216f9c6bfcf90fdc15c4a596906f XSIZE (knzb-0.5.tar.bz2) = 504618 END-of-knzb/distinfo echo x - knzb/Makefile sed 's/^X//' >knzb/Makefile << 'END-of-knzb/Makefile' X# New ports collection makefile for: knzb X# Date created: 15 January 2005 X# Whom: Tim Welch X# X# $FreeBSD$ X# X XPORTNAME= knzb XPORTVERSION= 0.5 XCATEGORIES= news XMASTER_SITES= http://dmp.org.uk/linux/knzb/download/ X XMAINTAINER= twelch@thepentagon.org XCOMMENT= KDE binary newsgroup download tool X XRUN_DEPENDS= ${LOCALBASE}/bin/uudeview:${PORTSDIR}/converters/uudeview X XUSE_BZIP2= yes XWRKSRC= ${WRKDIR}/knzb XGNU_CONFIGURE= yes XUSE_GMAKE= yes XCONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ X LDFLAGS="-L${LOCALBASE}/lib" XUSE_QT_VER= 3 XUSE_KDELIBS_VER= 3 XNO_INSTALL_MANPAGES= true X Xpre-configure: X @${FIND} ${WRKSRC} -type f | ${XARGS} ${TOUCH} -f X X.include END-of-knzb/Makefile echo x - knzb/pkg-descr sed 's/^X//' >knzb/pkg-descr << 'END-of-knzb/pkg-descr' XKnzb is a KDE binary newsgroup download tool. It parses and loads nzb files, Xsuch as those from Newzbin.com (An nzb file is an xml 'index' file, for Xnews posts). X XWWW: http://dmp.org.uk/linux/knzb/ END-of-knzb/pkg-descr echo x - knzb/pkg-plist sed 's/^X//' >knzb/pkg-plist << 'END-of-knzb/pkg-plist' Xbin/knzb Xshare/applnk/Applications/knzb.desktop Xshare/apps/knzb/knzbui.rc Xshare/icons/locolor/16x16/apps/knzb.png Xshare/icons/locolor/32x32/apps/knzb.png X@dirrm share/apps/knzb END-of-knzb/pkg-plist exit --- knzb.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: