pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/p5-Text-MultiMarkdown Markdown is a text-to-H...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/996243187371
branches:  trunk
changeset: 400645:996243187371
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Sat Aug 31 19:55:58 2019 +0000

description:
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/>.

diffstat:

 textproc/p5-Text-MultiMarkdown/DESCR                     |   8 +++++
 textproc/p5-Text-MultiMarkdown/Makefile                  |  23 ++++++++++++++++
 textproc/p5-Text-MultiMarkdown/distinfo                  |   7 ++++
 textproc/p5-Text-MultiMarkdown/patches/patch-Makefile.PL |  12 ++++++++
 4 files changed, 50 insertions(+), 0 deletions(-)

diffs (66 lines):

diff -r c4ff15562e2e -r 996243187371 textproc/p5-Text-MultiMarkdown/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-Text-MultiMarkdown/DESCR      Sat Aug 31 19:55:58 2019 +0000
@@ -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/>.
diff -r c4ff15562e2e -r 996243187371 textproc/p5-Text-MultiMarkdown/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-Text-MultiMarkdown/Makefile   Sat Aug 31 19:55:58 2019 +0000
@@ -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"
diff -r c4ff15562e2e -r 996243187371 textproc/p5-Text-MultiMarkdown/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-Text-MultiMarkdown/distinfo   Sat Aug 31 19:55:58 2019 +0000
@@ -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
diff -r c4ff15562e2e -r 996243187371 textproc/p5-Text-MultiMarkdown/patches/patch-Makefile.PL
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-Text-MultiMarkdown/patches/patch-Makefile.PL  Sat Aug 31 19:55:58 2019 +0000
@@ -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