diff options
author | miwi <miwi@FreeBSD.org> | 2008-12-23 06:30:33 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-12-23 06:30:33 +0800 |
commit | 3460b3638d60ea9bf21ba289017e2c579f171922 (patch) | |
tree | e8d250b5a7694f0bd3367970e23726e0d985f68c /ports-mgmt | |
parent | bf379edc6c3e1253b201dbb39f73a9826af90bc3 (diff) | |
download | freebsd-ports-gnome-3460b3638d60ea9bf21ba289017e2c579f171922.tar.gz freebsd-ports-gnome-3460b3638d60ea9bf21ba289017e2c579f171922.tar.zst freebsd-ports-gnome-3460b3638d60ea9bf21ba289017e2c579f171922.zip |
- Update to 0.3
- Fix pkg-descr
PR: 129828
Submitted by: Antonios Anastasiadis <antonakis@gmail.com> (maintainer)
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/xps/Makefile | 4 | ||||
-rw-r--r-- | ports-mgmt/xps/distinfo | 6 | ||||
-rw-r--r-- | ports-mgmt/xps/pkg-descr | 7 |
3 files changed, 10 insertions, 7 deletions
diff --git a/ports-mgmt/xps/Makefile b/ports-mgmt/xps/Makefile index b43bde69824b..21b89e45b696 100644 --- a/ports-mgmt/xps/Makefile +++ b/ports-mgmt/xps/Makefile @@ -5,12 +5,12 @@ # $FreeBSD$ PORTNAME= xps -PORTVERSION= 0.2 +PORTVERSION= 0.3 CATEGORIES= ports-mgmt MASTER_SITES= http://www.crucible.gr:5555/ MAINTAINER= antonakis@gmail.com -COMMENT= A tool that searches the ports tree +COMMENT= A tool that searches the ports tree by various criteria. USE_PYTHON= yes NO_BUILD= yes diff --git a/ports-mgmt/xps/distinfo b/ports-mgmt/xps/distinfo index f9af58dfc633..5eac52be2bfb 100644 --- a/ports-mgmt/xps/distinfo +++ b/ports-mgmt/xps/distinfo @@ -1,3 +1,3 @@ -MD5 (xps-0.2.tar.gz) = 7f6f4a1479c2b6de535d93dbbc80c666 -SHA256 (xps-0.2.tar.gz) = 6b6215b016e71ea0197e28cc514903a30d0d339585077e2685f744045a53bf80 -SIZE (xps-0.2.tar.gz) = 7705 +MD5 (xps-0.3.tar.gz) = a11effd8937761c149f7b3897fdf6afa +SHA256 (xps-0.3.tar.gz) = 3d7c559774885284f87c50678f8cf4b3c046a381b111feb377bc0b5ccf6c34ee +SIZE (xps-0.3.tar.gz) = 7788 diff --git a/ports-mgmt/xps/pkg-descr b/ports-mgmt/xps/pkg-descr index 0bb46d9accf0..d09babf3c5ae 100644 --- a/ports-mgmt/xps/pkg-descr +++ b/ports-mgmt/xps/pkg-descr @@ -1,4 +1,7 @@ -xps (eXquisite Port Seeker) is a tool that searches the ports -INDEX file and shows the ports that match the given criteria. +XPS (eXquisite Port Seeker) is a tool that searches the ports +tree and pretty-prints the ports that match the given criteria. + +The criteria can be the port's name, categories, maintainer, +and if it's installed or not. WWW: http://www.crucible.gr:5555/ |