Date: Thu, 4 Dec 2008 14:31:37 GMT From: Antonios Anastasiadis <antonakis@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/129420: New port: ports-mgmt/xps Message-ID: <200812041431.mB4EVbwi054106@www.freebsd.org> Resent-Message-ID: <200812041440.mB4Ee1vc074979@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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 <bsd.port.mk> 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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200812041431.mB4EVbwi054106>