View | Details | Raw Unified | Return to bug 129828
Collapse All | Expand All

(-)xps/Makefile (-2 / +2 lines)
Lines 5-16 Link Here
5
# $FreeBSD: ports/ports-mgmt/xps/Makefile,v 1.2 2008/12/14 13:29:45 miwi Exp $
5
# $FreeBSD: ports/ports-mgmt/xps/Makefile,v 1.2 2008/12/14 13:29:45 miwi Exp $
6
6
7
PORTNAME=	xps
7
PORTNAME=	xps
8
PORTVERSION=	0.2
8
PORTVERSION=	0.3
9
CATEGORIES=	ports-mgmt
9
CATEGORIES=	ports-mgmt
10
MASTER_SITES=	http://www.crucible.gr:5555/
10
MASTER_SITES=	http://www.crucible.gr:5555/
11
11
12
MAINTAINER=	antonakis@gmail.com
12
MAINTAINER=	antonakis@gmail.com
13
COMMENT=	A tool that searches the ports tree
13
COMMENT=	A tool that searches the ports tree by various criteria.
14
14
15
USE_PYTHON=	yes
15
USE_PYTHON=	yes
16
NO_BUILD=	yes
16
NO_BUILD=	yes
(-)xps/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (xps-0.2.tar.gz) = 7f6f4a1479c2b6de535d93dbbc80c666
1
MD5 (xps-0.3.tar.gz) = a11effd8937761c149f7b3897fdf6afa
2
SHA256 (xps-0.2.tar.gz) = 6b6215b016e71ea0197e28cc514903a30d0d339585077e2685f744045a53bf80
2
SHA256 (xps-0.3.tar.gz) = 3d7c559774885284f87c50678f8cf4b3c046a381b111feb377bc0b5ccf6c34ee
3
SIZE (xps-0.2.tar.gz) = 7705
3
SIZE (xps-0.3.tar.gz) = 7788
(-)xps/pkg-descr (-2 / +5 lines)
Lines 1-4 Link Here
1
xps (eXquisite Port Seeker) is a tool that searches the ports
1
XPS (eXquisite Port Seeker) is a tool that searches the ports
2
INDEX file and shows the ports that match the given criteria.
2
tree and pretty-prints the ports that match the given criteria.
3
4
The criteria can be the port's name, categories, maintainer,
5
and if it's installed or not.
3
6
4
WWW:	http://www.crucible.gr:5555/
7
WWW:	http://www.crucible.gr:5555/

Return to bug 129828