Date: Mon, 19 Jan 2015 13:05:58 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r377409 - head/www/p5-HTML-Display Message-ID: <201501191305.t0JD5wvd011590@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Mon Jan 19 13:05:57 2015 New Revision: 377409 URL: https://svnweb.freebsd.org/changeset/ports/377409 QAT: https://qat.redports.org/buildarchive/r377409/ Log: - Add LICENSE - Fix *_DEPENDS: parent is already in all supported Perl releases - Use TEST_DEPENDS - Bump PORTREVISION for dependency change - Reformat pkg-descr - Take maintainership Modified: head/www/p5-HTML-Display/Makefile head/www/p5-HTML-Display/pkg-descr Modified: head/www/p5-HTML-Display/Makefile ============================================================================== --- head/www/p5-HTML-Display/Makefile Mon Jan 19 13:05:52 2015 (r377408) +++ head/www/p5-HTML-Display/Makefile Mon Jan 19 13:05:57 2015 (r377409) @@ -3,25 +3,24 @@ PORTNAME= HTML-Display PORTVERSION= 0.40 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Display HTML locally in a browser -RUN_DEPENDS= p5-HTML-TokeParser-Simple>=2:${PORTSDIR}/www/p5-HTML-TokeParser-Simple \ - p5-libwww>=5.69:${PORTSDIR}/www/p5-libwww \ - p5-parent>=0.218:${PORTSDIR}/devel/p5-parent \ - p5-URI>=0:${PORTSDIR}/net/p5-URI -BUILD_DEPENDS:= ${RUN_DEPENDS} \ - p5-Test-Harness>=2.30:${PORTSDIR}/devel/p5-Test-Harness +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-HTML-TokeParser-Simple>=2:${PORTSDIR}/www/p5-HTML-TokeParser-Simple \ + p5-URI>=0:${PORTSDIR}/net/p5-URI \ + p5-libwww>=5.69:${PORTSDIR}/www/p5-libwww +RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-Harness>=2.30:${PORTSDIR}/devel/p5-Test-Harness USES= perl5 USE_PERL5= configure -regression-test: - @${MAKE} test -C ${WRKSRC} - .include <bsd.port.mk> Modified: head/www/p5-HTML-Display/pkg-descr ============================================================================== --- head/www/p5-HTML-Display/pkg-descr Mon Jan 19 13:05:52 2015 (r377408) +++ head/www/p5-HTML-Display/pkg-descr Mon Jan 19 13:05:57 2015 (r377409) @@ -1,6 +1,6 @@ -This module abstracts the task of displaying HTML to the user. The -displaying is done by launching a browser and navigating it to either -a temporary file with the HTML stored in it, or, if possible, by -pushing the HTML directly into the browser window. +This module abstracts the task of displaying HTML to the user. The displaying is +done by launching a browser and navigating it to either a temporary file with +the HTML stored in it, or, if possible, by pushing the HTML directly into the +browser window. WWW: http://search.cpan.org/dist/HTML-Display/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501191305.t0JD5wvd011590>