diff options
author | danfe <danfe@FreeBSD.org> | 2013-01-29 12:03:29 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2013-01-29 12:03:29 +0800 |
commit | 5d89b548008a8d4b0ff177b628589ac30f8e974a (patch) | |
tree | 393ecbc20a6ea5f5ecb280422a99c61e098898df /ports-mgmt | |
parent | d20c88cc732c171cd6861472a521720c20b3c6df (diff) | |
download | freebsd-ports-gnome-5d89b548008a8d4b0ff177b628589ac30f8e974a.tar.gz freebsd-ports-gnome-5d89b548008a8d4b0ff177b628589ac30f8e974a.tar.zst freebsd-ports-gnome-5d89b548008a8d4b0ff177b628589ac30f8e974a.zip |
- Update to version 0.4.1 [*]
- Convert to USE_GITHUB, define LICENSE (MIT)
- Clean up the Makefile and port description
PR: ports/175354 [*]
Submitted by: maintainer
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/xps/Makefile | 27 | ||||
-rw-r--r-- | ports-mgmt/xps/distinfo | 4 | ||||
-rw-r--r-- | ports-mgmt/xps/pkg-descr | 10 |
3 files changed, 20 insertions, 21 deletions
diff --git a/ports-mgmt/xps/Makefile b/ports-mgmt/xps/Makefile index b119e6a5bdfc..f35d89de8eca 100644 --- a/ports-mgmt/xps/Makefile +++ b/ports-mgmt/xps/Makefile @@ -1,28 +1,27 @@ -# New ports collection makefile for: xps -# Date created: 4 December 2008 -# Whom: antonakis@gmail.com -# +# Created by: Antonios Anastasiadis <antonakis@gmail.com> # $FreeBSD$ PORTNAME= xps -PORTVERSION= 0.4 +PORTVERSION= 0.4.1 CATEGORIES= ports-mgmt -MASTER_SITES= https://github.com/antanst/xps/archive/ -DISTFILES= v0.4.tar.gz -FETCH_ARGS= -Fpr - + MAINTAINER= anastasiadis@datalive.gr -COMMENT= A tool that searches the ports tree by various criteria +COMMENT= Tool that searches the ports tree by various criteria + +LICENSE= MIT + +USE_GITHUB= yes +GH_ACCOUNT= antanst +GH_COMMIT= 997c66f USE_PYTHON= yes NO_BUILD= yes PLIST_FILES= bin/xps - -MAN1= xps.1 +MAN1= xps.1 do-install: - ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}-${PORTVERSION}/xps.1 ${PREFIX}/man/man1/xps.1 - ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}-${PORTVERSION}/xps ${PREFIX}/bin/xps + ${INSTALL_SCRIPT} ${WRKSRC}/xps ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MANPREFIX}/man/man1 .include <bsd.port.mk> diff --git a/ports-mgmt/xps/distinfo b/ports-mgmt/xps/distinfo index b9df43370dfa..2b158ab68769 100644 --- a/ports-mgmt/xps/distinfo +++ b/ports-mgmt/xps/distinfo @@ -1,2 +1,2 @@ -SHA256 (v0.4.tar.gz) = ac66fc244bf568789452e65c24c7af8c8acf1ac77ecc7ba080a16c73b0b3c235 -SIZE (v0.4.tar.gz) = 8658 +SHA256 (xps-0.4.1.tar.gz) = 1da358b2e5cf3739b4e062abc1e23c1ad7c66ba4714bd7a0654a0749b210513f +SIZE (xps-0.4.1.tar.gz) = 8762 diff --git a/ports-mgmt/xps/pkg-descr b/ports-mgmt/xps/pkg-descr index 301dbbb98c81..1384bf94caf2 100644 --- a/ports-mgmt/xps/pkg-descr +++ b/ports-mgmt/xps/pkg-descr @@ -1,7 +1,7 @@ -XPS (eXquisite Port Seeker) is a tool that searches the ports -tree and pretty-prints 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. +The criteria can be the port's name, categories, maintainer, and if it is +installed or not. -WWW: https://github.com/antanst/xps +WWW: https://github.com/antanst/xps |