From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 4 14:40:02 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 3B3761065680 for ; Thu, 4 Dec 2008 14:40:02 +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 184028FC25 for ; Thu, 4 Dec 2008 14:40:02 +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 mB4Ee1Vg074980 for ; Thu, 4 Dec 2008 14:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id mB4Ee1vc074979; Thu, 4 Dec 2008 14:40:01 GMT (envelope-from gnats) Resent-Date: Thu, 4 Dec 2008 14:40:01 GMT Resent-Message-Id: <200812041440.mB4Ee1vc074979@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, Antonios Anastasiadis Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 62007106567A for ; Thu, 4 Dec 2008 14:31:38 +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 51ABC8FC2A for ; Thu, 4 Dec 2008 14:31:38 +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 mB4EVbTK054107 for ; Thu, 4 Dec 2008 14:31:37 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id mB4EVbwi054106; Thu, 4 Dec 2008 14:31:37 GMT (envelope-from nobody) Message-Id: <200812041431.mB4EVbwi054106@www.freebsd.org> Date: Thu, 4 Dec 2008 14:31:37 GMT From: Antonios Anastasiadis To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/129420: New port: ports-mgmt/xps 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: Thu, 04 Dec 2008 14:40:02 -0000 >Number: 129420 >Category: ports >Synopsis: New port: ports-mgmt/xps >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Dec 04 14:40:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Antonios Anastasiadis >Release: 7.1-PRERELEASE >Organization: >Environment: FreeBSD mithril.crucible.gr 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE #15 r185471: Sun Nov 30 14:12:27 EET 2008 root@mithril.crucible.gr:/usr/obj/usr/src/sys/MITHRIL i386 >Description: xps is a command-line tool made in python to search ports with various criteria and display them in a nice and colorful way. >How-To-Repeat: >Fix: Patch attached with submission follows: # 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: # # ./xps # ./xps/Makefile # ./xps/distinfo # ./xps/pkg-descr # echo c - ./xps mkdir -p ./xps > /dev/null 2>&1 echo x - ./xps/Makefile sed 's/^X//' >./xps/Makefile << 'END-of-./xps/Makefile' X# New ports collection makefile for: xps X# Date created: 4 December 2008 X# Whom: antonakis@gmail.com X# X# $FreeBSD$ X XPORTNAME= xps XPORTVERSION= 0.1 XCATEGORIES= ports-mgmt XMASTER_SITES= http://www.crucible.gr:5555/ X XMAINTAINER= antonakis@gmail.com XCOMMENT= A tool that searches the ports tree. X XUSE_PYTHON= yes XNO_BUILD= yes X XPLIST_FILES= bin/xps X XMAN1 = xps.1 X Xdo-install: X ${INSTALL_SCRIPT} ${WRKDIR}/xps.1 ${PREFIX}/man/man1/xps.1 X ${INSTALL_SCRIPT} ${WRKDIR}/xps ${PREFIX}/bin/xps X X.include END-of-./xps/Makefile echo x - ./xps/distinfo sed 's/^X//' >./xps/distinfo << 'END-of-./xps/distinfo' XMD5 (xps-0.1.tar.gz) = b1f14b1b5fcb8d67e36ad0a8527715f0 XSHA256 (xps-0.1.tar.gz) = f19bd4bcd1069b7a588fee9147894cc7869f463b36d66821b2add85ef1e5ecf8 XSIZE (xps-0.1.tar.gz) = 7674 END-of-./xps/distinfo echo x - ./xps/pkg-descr sed 's/^X//' >./xps/pkg-descr << 'END-of-./xps/pkg-descr' Xxps (eXquisite Port Seeker) is a tool that searches the ports XINDEX file and shows the ports that match the given criteria. END-of-./xps/pkg-descr exit >Release-Note: >Audit-Trail: >Unformatted: