- Update to 1.37
- delete some verticle whitepace in pkg-descr to silent portlint
This commit is contained in:
parent
47908559b3
commit
f574db7d2a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=236247
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= Filter
|
||||
PORTVERSION= 1.36
|
||||
PORTVERSION= 1.37
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (Filter-1.36.tar.gz) = ab01dbbf0179c15f39caff392e524b11
|
||||
SHA256 (Filter-1.36.tar.gz) = decea3da83f14baf93215acea01fe66531de78ef5d4b98af7ac82c60d8ba5fe0
|
||||
SIZE (Filter-1.36.tar.gz) = 81114
|
||||
MD5 (Filter-1.37.tar.gz) = 953d397b42f21960c267e4ce5cb6ee36
|
||||
SHA256 (Filter-1.37.tar.gz) = bcc08b554db9e9d904ba573a381858f7beee4f46ca228741c14935fe6718df4c
|
||||
SIZE (Filter-1.37.tar.gz) = 81056
|
||||
|
@ -1,8 +1,6 @@
|
||||
Contents of p5-Filter
|
||||
=====================
|
||||
|
||||
Filter::sh
|
||||
|
||||
use Filter::sh 'command' ;
|
||||
|
||||
This filter pipes the current source file through the
|
||||
@ -10,14 +8,12 @@ Filter::sh
|
||||
the Bourne shell.
|
||||
|
||||
Filter::exec
|
||||
|
||||
use Filter::exec qw(command parameters) ;
|
||||
|
||||
This filter pipes the current source file through the
|
||||
program which corresponds to the command parameter.
|
||||
|
||||
Filter::cpp
|
||||
|
||||
use Filter::cpp ;
|
||||
|
||||
This source filter pipes the current source file through
|
||||
|
Loading…
Reference in New Issue
Block a user