diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-02-27 01:46:18 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-02-27 01:46:18 +0800 |
commit | 339e03e6c7a69195a27e08009ed5f5352890499c (patch) | |
tree | 22aaedd5c65cb0393dd5dde2eda71c9f216b88ec /converters | |
parent | 6df59220234e141151a60d494316d0196c34fffd (diff) | |
download | freebsd-ports-graphics-339e03e6c7a69195a27e08009ed5f5352890499c.tar.gz freebsd-ports-graphics-339e03e6c7a69195a27e08009ed5f5352890499c.tar.zst freebsd-ports-graphics-339e03e6c7a69195a27e08009ed5f5352890499c.zip |
- Remove regression-test:
- Sort PLIST
- Reformat pkg-descr
- Take maintainership
Diffstat (limited to 'converters')
-rw-r--r-- | converters/p5-Encode/Makefile | 7 | ||||
-rw-r--r-- | converters/p5-Encode/pkg-descr | 8 | ||||
-rw-r--r-- | converters/p5-Encode/pkg-plist | 36 |
3 files changed, 23 insertions, 28 deletions
diff --git a/converters/p5-Encode/Makefile b/converters/p5-Encode/Makefile index b9f0e196593..3468fe162a3 100644 --- a/converters/p5-Encode/Makefile +++ b/converters/p5-Encode/Makefile @@ -8,19 +8,16 @@ MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:DANKOGAI PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Provides interfaces between strings and the rest of the system LICENSE= ART10 GPLv1 LICENSE_COMB= dual -USES= perl5 USE_PERL5= configure +USES= perl5 post-patch: @${REINPLACE_CMD} -e 's|bin/enc2xs||; s|bin/piconv||' ${WRKSRC}/Makefile.PL -regression-test: - cd ${WRKSRC} && ${MAKE} test - .include <bsd.port.mk> diff --git a/converters/p5-Encode/pkg-descr b/converters/p5-Encode/pkg-descr index a6f614c60a4..062170d209e 100644 --- a/converters/p5-Encode/pkg-descr +++ b/converters/p5-Encode/pkg-descr @@ -1,7 +1,5 @@ -The "Encode" module provides the interfaces between Perl's -strings and the rest of the system. Perl strings are -sequences of characters. - -See "perldoc Encode" for the rest of the story +The "Encode" module provides the interfaces between Perl's strings and the rest +of the system. Perl strings are sequences of characters. See "perldoc Encode" +for the rest of the story WWW: http://search.cpan.org/dist/Encode/ diff --git a/converters/p5-Encode/pkg-plist b/converters/p5-Encode/pkg-plist index b177a1443f7..1eaf5dfd2aa 100644 --- a/converters/p5-Encode/pkg-plist +++ b/converters/p5-Encode/pkg-plist @@ -1,22 +1,4 @@ bin/encguess -%%PERL5_MAN3%%/Encode.3.gz -%%PERL5_MAN3%%/Encode::Alias.3.gz -%%PERL5_MAN3%%/Encode::CJKConstants.3.gz -%%PERL5_MAN3%%/Encode::CN::HZ.3.gz -%%PERL5_MAN3%%/Encode::Config.3.gz -%%PERL5_MAN3%%/Encode::Encoder.3.gz -%%PERL5_MAN3%%/Encode::Encoding.3.gz -%%PERL5_MAN3%%/Encode::GSM0338.3.gz -%%PERL5_MAN3%%/Encode::Guess.3.gz -%%PERL5_MAN3%%/Encode::JP::H2Z.3.gz -%%PERL5_MAN3%%/Encode::JP::JIS7.3.gz -%%PERL5_MAN3%%/Encode::KR::2022_KR.3.gz -%%PERL5_MAN3%%/Encode::MIME::Header.3.gz -%%PERL5_MAN3%%/Encode::MIME::Name.3.gz -%%PERL5_MAN3%%/Encode::PerlIO.3.gz -%%PERL5_MAN3%%/Encode::Supported.3.gz -%%PERL5_MAN3%%/Encode::Unicode::UTF7.3.gz -%%PERL5_MAN3%%/encoding.3.gz %%SITE_ARCH%%/Encode.pm %%SITE_ARCH%%/Encode/Alias.pm %%SITE_ARCH%%/Encode/Byte.pm @@ -60,4 +42,22 @@ bin/encguess %%SITE_ARCH%%/auto/Encode/TW/TW.so %%SITE_ARCH%%/auto/Encode/Unicode/Unicode.so %%SITE_ARCH%%/encoding.pm +%%PERL5_MAN3%%/Encode.3.gz +%%PERL5_MAN3%%/Encode::Alias.3.gz +%%PERL5_MAN3%%/Encode::CJKConstants.3.gz +%%PERL5_MAN3%%/Encode::CN::HZ.3.gz +%%PERL5_MAN3%%/Encode::Config.3.gz +%%PERL5_MAN3%%/Encode::Encoder.3.gz +%%PERL5_MAN3%%/Encode::Encoding.3.gz +%%PERL5_MAN3%%/Encode::GSM0338.3.gz +%%PERL5_MAN3%%/Encode::Guess.3.gz +%%PERL5_MAN3%%/Encode::JP::H2Z.3.gz +%%PERL5_MAN3%%/Encode::JP::JIS7.3.gz +%%PERL5_MAN3%%/Encode::KR::2022_KR.3.gz +%%PERL5_MAN3%%/Encode::MIME::Header.3.gz +%%PERL5_MAN3%%/Encode::MIME::Name.3.gz +%%PERL5_MAN3%%/Encode::PerlIO.3.gz +%%PERL5_MAN3%%/Encode::Supported.3.gz +%%PERL5_MAN3%%/Encode::Unicode::UTF7.3.gz +%%PERL5_MAN3%%/encoding.3.gz man/man1/encguess.1.gz |