svn commit: r567596 - in head/textproc: . p5-Pod-POM-View-Restructured

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Mar 7 22:08:42 UTC 2021


Author: sunpoet
Date: Sun Mar  7 22:08:39 2021
New Revision: 567596
URL: https://svnweb.freebsd.org/changeset/ports/567596

Log:
  Add p5-Pod-POM-View-Restructured 1.000003
  
  Pod::POM::View::Restructured outputs reStructuredText that is expected to be
  used with Sphinx. Verbatim sections (indented paragraphs) in the POD will be
  output with syntax highlighting for Perl code by default.
  
  WWW: https://metacpan.org/release/Pod-POM-View-Restructured

Added:
  head/textproc/p5-Pod-POM-View-Restructured/
  head/textproc/p5-Pod-POM-View-Restructured/Makefile   (contents, props changed)
  head/textproc/p5-Pod-POM-View-Restructured/distinfo   (contents, props changed)
  head/textproc/p5-Pod-POM-View-Restructured/pkg-descr   (contents, props changed)
  head/textproc/p5-Pod-POM-View-Restructured/pkg-plist   (contents, props changed)
Modified:
  head/textproc/Makefile

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Sun Mar  7 22:08:32 2021	(r567595)
+++ head/textproc/Makefile	Sun Mar  7 22:08:39 2021	(r567596)
@@ -691,6 +691,7 @@
     SUBDIR += p5-Pod-MinimumVersion
     SUBDIR += p5-Pod-POM
     SUBDIR += p5-Pod-POM-View-HTML-Filter
+    SUBDIR += p5-Pod-POM-View-Restructured
     SUBDIR += p5-Pod-Parser
     SUBDIR += p5-Pod-Perldoc
     SUBDIR += p5-Pod-ProjectDocs

Added: head/textproc/p5-Pod-POM-View-Restructured/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/p5-Pod-POM-View-Restructured/Makefile	Sun Mar  7 22:08:39 2021	(r567596)
@@ -0,0 +1,25 @@
+# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	Pod-POM-View-Restructured
+PORTVERSION=	1.000003
+CATEGORIES=	textproc perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	sunpoet at FreeBSD.org
+COMMENT=	View for Pod::POM that outputs reStructuredText
+
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+BUILD_DEPENDS=	${RUN_DEPENDS}
+RUN_DEPENDS=	p5-Pod-POM>=0:textproc/p5-Pod-POM
+
+USES=		perl5
+USE_PERL5=	configure
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/textproc/p5-Pod-POM-View-Restructured/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/p5-Pod-POM-View-Restructured/distinfo	Sun Mar  7 22:08:39 2021	(r567596)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1614794160
+SHA256 (Pod-POM-View-Restructured-1.000003.tar.gz) = b1a71f2f93ee8ecdd10bf875f8337f66b661a9478a55ec4d55aa6a92353d381a
+SIZE (Pod-POM-View-Restructured-1.000003.tar.gz) = 19340

Added: head/textproc/p5-Pod-POM-View-Restructured/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/p5-Pod-POM-View-Restructured/pkg-descr	Sun Mar  7 22:08:39 2021	(r567596)
@@ -0,0 +1,5 @@
+Pod::POM::View::Restructured outputs reStructuredText that is expected to be
+used with Sphinx. Verbatim sections (indented paragraphs) in the POD will be
+output with syntax highlighting for Perl code by default.
+
+WWW: https://metacpan.org/release/Pod-POM-View-Restructured

Added: head/textproc/p5-Pod-POM-View-Restructured/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/p5-Pod-POM-View-Restructured/pkg-plist	Sun Mar  7 22:08:39 2021	(r567596)
@@ -0,0 +1,4 @@
+bin/pod2rst
+%%SITE_PERL%%/Pod/POM/View/Restructured.pm
+%%PERL5_MAN1%%/pod2rst.1.gz
+%%PERL5_MAN3%%/Pod::POM::View::Restructured.3.gz


More information about the svn-ports-head mailing list