diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-04-14 23:59:21 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-04-14 23:59:21 +0000 |
commit | b3e6db809d1141f6b57a8b1fd242a8732159304b (patch) | |
tree | a8c1de87c610d6cde2d813554ade5abefb961a90 | |
parent | 24af3413e2e88537709518e668dae7971119fa49 (diff) |
Notes
-rw-r--r-- | textproc/py-pss/Makefile | 6 | ||||
-rw-r--r-- | textproc/py-pss/pkg-descr | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/textproc/py-pss/Makefile b/textproc/py-pss/Makefile index 9a429004a12b..431607d50b6f 100644 --- a/textproc/py-pss/Makefile +++ b/textproc/py-pss/Makefile @@ -3,17 +3,19 @@ PORTNAME= pss PORTVERSION= 1.41 +PORTREVISION= 1 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Tool for grepping through source code LICENSE= PD LICENSE_FILE= ${WRKSRC}/LICENSE +NO_ARCH= yes USES= python -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist concurrent distutils .include <bsd.port.mk> diff --git a/textproc/py-pss/pkg-descr b/textproc/py-pss/pkg-descr index 070225898190..1ba58ff9925e 100644 --- a/textproc/py-pss/pkg-descr +++ b/textproc/py-pss/pkg-descr @@ -1,5 +1,5 @@ You can think of pss as an enhanced grep designed to search inside source code files. pss is very similar to the Perl ack -tool (see https://bitbucket.org/eliben/pss/wiki/PssAndAck). +tool (see https://github.com/eliben/pss/wiki/pss-and-ack). -WWW: https://bitbucket.org/eliben/pss +WWW: https://github.com/eliben/pss |