[Midnightbsd-cvs] mports [21935] trunk/textproc: pod readme

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Wed Sep 28 23:12:28 EDT 2016


Revision: 21935
          http://svnweb.midnightbsd.org/mports/?rev=21935
Author:   laffer1
Date:     2016-09-28 23:12:28 -0400 (Wed, 28 Sep 2016)
Log Message:
-----------
pod readme

Modified Paths:
--------------
    trunk/textproc/Makefile

Added Paths:
-----------
    trunk/textproc/p5-Pod-Readme/
    trunk/textproc/p5-Pod-Readme/Makefile
    trunk/textproc/p5-Pod-Readme/distinfo
    trunk/textproc/p5-Pod-Readme/pkg-descr
    trunk/textproc/p5-Pod-Readme/pkg-plist

Modified: trunk/textproc/Makefile
===================================================================
--- trunk/textproc/Makefile	2016-09-29 03:10:18 UTC (rev 21934)
+++ trunk/textproc/Makefile	2016-09-29 03:12:28 UTC (rev 21935)
@@ -89,6 +89,7 @@
 SUBDIR += p5-Pod-Markdown
 SUBDIR += p5-Pod-POM
 SUBDIR += p5-Pod-Parser
+SUBDIR += p5-Pod-Readme
 SUBDIR += p5-Pod-Simple
 SUBDIR += p5-SGML-Parser-OpenSP
 SUBDIR += p5-SGMLSpm

Added: trunk/textproc/p5-Pod-Readme/Makefile
===================================================================
--- trunk/textproc/p5-Pod-Readme/Makefile	                        (rev 0)
+++ trunk/textproc/p5-Pod-Readme/Makefile	2016-09-29 03:12:28 UTC (rev 21935)
@@ -0,0 +1,24 @@
+# $MidnightBSD$
+# $FreeBSD: head/textproc/p5-Pod-Readme/Makefile 412349 2016-04-01 14:25:16Z mat $
+
+PORTNAME=	Pod-Readme
+PORTVERSION=	0.11
+PORTREVISION=	2
+CATEGORIES=	textproc perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Convert POD to README file
+
+LICENSE=	artistic gpl
+LICENSE_COMB=	dual
+
+BUILD_DEPENDS=	p5-Regexp-Common>=0:${PORTSDIR}/textproc/p5-Regexp-Common
+RUN_DEPENDS:=	${BUILD_DEPENDS}
+
+USES=		perl5 shebangfix dos2unix
+USE_PERL5=	configure
+SHEBANG_FILES=	bin/pod2readme t/*
+
+.include <bsd.port.mk>


Property changes on: trunk/textproc/p5-Pod-Readme/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/textproc/p5-Pod-Readme/distinfo
===================================================================
--- trunk/textproc/p5-Pod-Readme/distinfo	                        (rev 0)
+++ trunk/textproc/p5-Pod-Readme/distinfo	2016-09-29 03:12:28 UTC (rev 21935)
@@ -0,0 +1,2 @@
+SHA256 (Pod-Readme-0.11.tar.gz) = 0d747b6ec2fda18c58ca8855f9923f8aad035e0ca7712153e1765f78dbb41ae9
+SIZE (Pod-Readme-0.11.tar.gz) = 8022


Property changes on: trunk/textproc/p5-Pod-Readme/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/textproc/p5-Pod-Readme/pkg-descr
===================================================================
--- trunk/textproc/p5-Pod-Readme/pkg-descr	                        (rev 0)
+++ trunk/textproc/p5-Pod-Readme/pkg-descr	2016-09-29 03:12:28 UTC (rev 21935)
@@ -0,0 +1,4 @@
+This module is a subclass of Pod::PlainText which provides additional
+POD markup for generating README files.
+
+WWW: http://search.cpan.org/dist/Pod-Readme/


Property changes on: trunk/textproc/p5-Pod-Readme/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/textproc/p5-Pod-Readme/pkg-plist
===================================================================
--- trunk/textproc/p5-Pod-Readme/pkg-plist	                        (rev 0)
+++ trunk/textproc/p5-Pod-Readme/pkg-plist	2016-09-29 03:12:28 UTC (rev 21935)
@@ -0,0 +1,4 @@
+bin/pod2readme
+%%PERL5_MAN3%%/Pod::Readme.3.gz
+%%SITE_PERL%%/Pod/Readme.pm
+%%PERL5_MAN1%%/pod2readme.1.gz


Property changes on: trunk/textproc/p5-Pod-Readme/pkg-plist
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list