[Midnightbsd-cvs] mports: mports/textproc: millions of dependancies...

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Mar 21 16:07:33 EDT 2008


Log Message:
-----------
millions of dependancies...

Modified Files:
--------------
    mports/textproc:
        Makefile (r1.85 -> r1.86)

Added Files:
-----------
    mports/textproc/p5-Pod-Parser:
        Makefile (r1.1)
        distinfo (r1.1)
        pkg-descr (r1.1)
        pkg-plist (r1.1)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/textproc/Makefile,v
retrieving revision 1.85
retrieving revision 1.86
diff -L textproc/Makefile -L textproc/Makefile -u -r1.85 -r1.86
--- textproc/Makefile
+++ textproc/Makefile
@@ -59,6 +59,7 @@
     SUBDIR += p5-Parse-Syslog
     SUBDIR += p5-Perl-Critic
     SUBDIR += p5-Pod-POM
+    SUBDIR += p5-Pod-Parser
     SUBDIR += p5-SGMLSpm
     SUBDIR += p5-Text-Autoformat
     SUBDIR += p5-Text-Diff
--- /dev/null
+++ textproc/p5-Pod-Parser/pkg-descr
@@ -0,0 +1,12 @@
+Set of modules:
+
+* Pod::Parser - base class for creating POD filters and translators
+* Pod::Select - extract selected sections of POD from input
+* Pod::Usage - print a usage message from embedded pod documentation
+* Pod::PlainText - convert POD data to formatted ASCII text
+* Pod::InputObjects - objects representing POD input paragraphs, commands, etc.
+* Pod::Checker - check pod documents for syntax errors
+* Pod::ParseUtils - helpers for POD parsing and conversion
+* Pod::Find - find POD documents in directory trees
+
+WWW: http://search.cpan.org/dist/Pod-Parser/
--- /dev/null
+++ textproc/p5-Pod-Parser/pkg-plist
@@ -0,0 +1,12 @@
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Pod/Parser/.packlist
+%%SITE_PERL%%/Pod/Checker.pm
+%%SITE_PERL%%/Pod/Find.pm
+%%SITE_PERL%%/Pod/InputObjects.pm
+%%SITE_PERL%%/Pod/ParseUtils.pm
+%%SITE_PERL%%/Pod/Parser.pm
+%%SITE_PERL%%/Pod/PlainText.pm
+%%SITE_PERL%%/Pod/Select.pm
+%%SITE_PERL%%/Pod/Usage.pm
+ at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Pod/Parser
+ at dirrmtry %%SITE_PERL%%/Pod
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Pod
--- /dev/null
+++ textproc/p5-Pod-Parser/Makefile
@@ -0,0 +1,32 @@
+# New ports collection makefile for:	Pod::Parser
+# Date created:		18 Dec 2001
+# Whom:			Sergey Skvortsov <skv at FreeBSD.org>
+#
+# $MidnightBSD: mports/textproc/p5-Pod-Parser/Makefile,v 1.1 2008/03/21 20:07:30 laffer1 Exp $
+# $FreeBSD: ports/textproc/p5-Pod-Parser/Makefile,v 1.20 2007/09/08 16:52:42 linimon Exp $
+#
+
+PORTNAME=	Pod-Parser
+PORTVERSION=	1.35
+CATEGORIES=	textproc perl5
+MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR=	Pod
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Modules to work with POD (Plain Old Documentation)
+
+BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools
+RUN_DEPENDS=	${BUILD_DEPENDS}
+
+PERL_CONFIGURE=	yes
+
+MAN3=		Pod::Checker.3 Pod::Find.3 Pod::InputObjects.3 \
+		Pod::ParseUtils.3 Pod::Parser.3 Pod::PlainText.3 Pod::Select.3 \
+		Pod::Usage.3
+
+post-patch:
+	@${REINPLACE_CMD} -e '/EXE_FILES/d' ${WRKSRC}/Makefile.PL
+	@${FIND} ${WRKSRC} -name \*.orig -exec ${RM} {} \;
+
+.include <bsd.port.mk>
--- /dev/null
+++ textproc/p5-Pod-Parser/distinfo
@@ -0,0 +1,3 @@
+MD5 (Pod-Parser-1.35.tar.gz) = a64632f0b782bea8c0055e34c19d49dc
+SHA256 (Pod-Parser-1.35.tar.gz) = 45c60cad49fad26fa3171eff436e81f1baa54991fd1732f67a559f800da0f777
+SIZE (Pod-Parser-1.35.tar.gz) = 97659


More information about the Midnightbsd-cvs mailing list