pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc/p5-Text-MultiMarkdown



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Sat Aug 31 19:55:58 UTC 2019

Added Files:
        pkgsrc/textproc/p5-Text-MultiMarkdown: DESCR Makefile distinfo
        pkgsrc/textproc/p5-Text-MultiMarkdown/patches: patch-Makefile.PL

Log Message:
Markdown is a text-to-HTML filter; it translates an easy-to-read
/ easy-to-write structured text format into HTML. Markdown's text
format is most similar to that of plain text email, and supports
features such as headers, *emphasis*, code blocks, blockquotes,
and links.

This module implements the MultiMarkdown markdown syntax
extensions from <http://fletcherpenney.net/multimarkdown/>.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/textproc/p5-Text-MultiMarkdown/DESCR \
    pkgsrc/textproc/p5-Text-MultiMarkdown/Makefile \
    pkgsrc/textproc/p5-Text-MultiMarkdown/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/textproc/p5-Text-MultiMarkdown/patches/patch-Makefile.PL

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/textproc/p5-Text-MultiMarkdown/DESCR
diff -u /dev/null pkgsrc/textproc/p5-Text-MultiMarkdown/DESCR:1.1
--- /dev/null   Sat Aug 31 19:55:58 2019
+++ pkgsrc/textproc/p5-Text-MultiMarkdown/DESCR Sat Aug 31 19:55:58 2019
@@ -0,0 +1,8 @@
+Markdown is a text-to-HTML filter; it translates an easy-to-read
+/ easy-to-write structured text format into HTML. Markdown's text
+format is most similar to that of plain text email, and supports
+features such as headers, *emphasis*, code blocks, blockquotes,
+and links.
+
+This module implements the MultiMarkdown markdown syntax
+extensions from <http://fletcherpenney.net/multimarkdown/>.
Index: pkgsrc/textproc/p5-Text-MultiMarkdown/Makefile
diff -u /dev/null pkgsrc/textproc/p5-Text-MultiMarkdown/Makefile:1.1
--- /dev/null   Sat Aug 31 19:55:58 2019
+++ pkgsrc/textproc/p5-Text-MultiMarkdown/Makefile      Sat Aug 31 19:55:58 2019
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1 2019/08/31 19:55:58 schmonz Exp $
+
+DISTNAME=      Text-MultiMarkdown-1.000035
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    textproc perl5
+MASTER_SITES=  https://cpan.metacpan.org/authors/id/B/BO/BOBTFISH/
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://metacpan.org/release/Text-MultiMarkdown
+COMMENT=       Convert MultiMarkdown syntax to (X)HTML
+LICENSE=       modified-bsd
+
+DEPENDS+=      p5-Digest-MD5>=0:../../security/p5-Digest-MD5
+DEPENDS+=      p5-Text-Markdown>=1.0.26:../../textproc/p5-Text-Markdown
+
+PERL5_PACKLIST=        auto/Text/MultiMarkdown/.packlist
+USE_LANGUAGES= # none
+
+REPLACE_PERL+= script/MultiMarkdown.pl
+
+.include "../../textproc/p5-Encode/buildlink3.mk"
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/textproc/p5-Text-MultiMarkdown/distinfo
diff -u /dev/null pkgsrc/textproc/p5-Text-MultiMarkdown/distinfo:1.1
--- /dev/null   Sat Aug 31 19:55:58 2019
+++ pkgsrc/textproc/p5-Text-MultiMarkdown/distinfo      Sat Aug 31 19:55:58 2019
@@ -0,0 +1,7 @@
+$NetBSD: distinfo,v 1.1 2019/08/31 19:55:58 schmonz Exp $
+
+SHA1 (Text-MultiMarkdown-1.000035.tar.gz) = 85465ac76154eb2d19e8c4893e2ce92d2443422f
+RMD160 (Text-MultiMarkdown-1.000035.tar.gz) = 47e2b76cd262814798c1861bdb26e46eb7429d11
+SHA512 (Text-MultiMarkdown-1.000035.tar.gz) = adb7db3c2293e268761c537d9415c98c3a88808c772618813a21656facf5afab0cbe7d1fa9707f920416a34be1dab13700755594c79ed822ae44420e05da6ab7
+Size (Text-MultiMarkdown-1.000035.tar.gz) = 112893 bytes
+SHA1 (patch-Makefile.PL) = 4fdc0bcb3754eae8249da924141261058348f16b

Index: pkgsrc/textproc/p5-Text-MultiMarkdown/patches/patch-Makefile.PL
diff -u /dev/null pkgsrc/textproc/p5-Text-MultiMarkdown/patches/patch-Makefile.PL:1.1
--- /dev/null   Sat Aug 31 19:55:58 2019
+++ pkgsrc/textproc/p5-Text-MultiMarkdown/patches/patch-Makefile.PL     Sat Aug 31 19:55:58 2019
@@ -0,0 +1,12 @@
+$NetBSD: patch-Makefile.PL,v 1.1 2019/08/31 19:55:58 schmonz Exp $
+
+Find the bundled Module::Install.
+
+--- Makefile.PL.orig   2014-07-19 16:58:56.000000000 +0000
++++ Makefile.PL
+@@ -1,4 +1,5 @@
+ # Load the Module::Install bundled in ./inc/
++use lib '.';
+ use inc::Module::Install;
+ 
+ # Define metadata



Home | Main Index | Thread Index | Old Index