Date: Sun, 11 Aug 2019 11:28:22 +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: r508609 - head/devel/p5-Coro Message-ID: <201908111128.x7BBSMZf031294@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun Aug 11 11:28:21 2019 New Revision: 508609 URL: https://svnweb.freebsd.org/changeset/ports/508609 Log: Convert PORTDOCS and PORTEXAMPLES to PLIST entries Modified: head/devel/p5-Coro/Makefile head/devel/p5-Coro/pkg-plist Modified: head/devel/p5-Coro/Makefile ============================================================================== --- head/devel/p5-Coro/Makefile Sun Aug 11 11:28:16 2019 (r508608) +++ head/devel/p5-Coro/Makefile Sun Aug 11 11:28:21 2019 (r508609) @@ -6,7 +6,7 @@ PORTEPOCH= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -DISTNAME= ${PORTNAME}-${PORTVERSION:C|0$||} +DISTNAME= ${PORTNAME}-${PORTVERSION:S|0$||} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Coroutine process abstraction for perl @@ -24,13 +24,10 @@ RUN_DEPENDS= p5-AnyEvent>=7:devel/p5-AnyEvent \ p5-IO-AIO>=3.1:devel/p5-IO-AIO \ p5-common-sense>=0:devel/p5-common-sense -OPTIONS_DEFINE= DOCS EXAMPLES - USES= perl5 shebangfix USE_PERL5= configure -PORTDOCS= * -PORTEXAMPLES= * +OPTIONS_DEFINE= DOCS EXAMPLES SHEBANG_FILES= Coro/*.pl eg/* perl_OLD_CMD= /.*/bin/perl Modified: head/devel/p5-Coro/pkg-plist ============================================================================== --- head/devel/p5-Coro/pkg-plist Sun Aug 11 11:28:16 2019 (r508608) +++ head/devel/p5-Coro/pkg-plist Sun Aug 11 11:28:21 2019 (r508609) @@ -50,3 +50,13 @@ %%PERL5_MAN3%%/Coro::Storable.3.gz %%PERL5_MAN3%%/Coro::Timer.3.gz %%PERL5_MAN3%%/Coro::Util.3.gz +%%PORTDOCS%%%%DOCSDIR%%/cede-vs-schedule +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bench +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dns +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/event +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lwp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/myhttpd +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/prodcons1 +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/prodcons2 +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/prodcons3 +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/readline
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908111128.x7BBSMZf031294>