pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/p5-Swim Add p5-Swim, a markup language. How i...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2b7639d2ef37
branches:  trunk
changeset: 641452:2b7639d2ef37
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Sat Nov 08 16:21:15 2014 +0000

description:
Add p5-Swim, a markup language. How is Swim different?

* Very rich capabilities
* Simple, consistent markup
* Extensible
* Multiple Implementations
* Comments and blank lines

diffstat:

 textproc/p5-Swim/DESCR    |   8 ++++++++
 textproc/p5-Swim/Makefile |  23 +++++++++++++++++++++++
 textproc/p5-Swim/distinfo |   5 +++++
 3 files changed, 36 insertions(+), 0 deletions(-)

diffs (48 lines):

diff -r bebfcff1c1b0 -r 2b7639d2ef37 textproc/p5-Swim/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-Swim/DESCR    Sat Nov 08 16:21:15 2014 +0000
@@ -0,0 +1,8 @@
+There are already a lot of text-to-html languages in the world. How
+is Swim different?
+
+* Very rich capabilities
+* Simple, consistent markup
+* Extensible
+* Multiple Implementations
+* Comments and blank lines
diff -r bebfcff1c1b0 -r 2b7639d2ef37 textproc/p5-Swim/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-Swim/Makefile Sat Nov 08 16:21:15 2014 +0000
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1 2014/11/08 16:21:15 schmonz Exp $
+
+DISTNAME=              Swim-0.1.31
+PKGNAME=               p5-${DISTNAME}
+CATEGORIES=            textproc perl5
+MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=../../authors/id/I/IN/INGY/}
+
+MAINTAINER=            schmonz%NetBSD.org@localhost
+HOMEPAGE=              http://search.cpan.org/dist/Swim/
+COMMENT=               Plain text markup language that converts to many formats
+LICENSE=               ${PERL5_LICENSE}
+
+DEPENDS+=              p5-HTML-Escape-[0-9]*:../../www/p5-HTML-Escape
+DEPENDS+=              p5-Hash-Merge-[0-9]*:../../devel/p5-Hash-Merge
+DEPENDS+=              p5-Pegex>=0.41:../../devel/p5-Pegex
+DEPENDS+=              p5-Text-Autoformat-[0-9]*:../../textproc/p5-Text-Autoformat
+DEPENDS+=              p5-YAML-LibYAML-[0-9]*:../../textproc/p5-YAML-LibYAML
+
+PERL5_PACKLIST=                auto/Swim/.packlist
+REPLACE_PERL+=         bin/swim
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r bebfcff1c1b0 -r 2b7639d2ef37 textproc/p5-Swim/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-Swim/distinfo Sat Nov 08 16:21:15 2014 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2014/11/08 16:21:15 schmonz Exp $
+
+SHA1 (Swim-0.1.31.tar.gz) = c367c1ef2eacedfd11fa4537b57ed5cdaeeaf3c0
+RMD160 (Swim-0.1.31.tar.gz) = 78feac8a8585daabbfc4d061d3607508cc9aa446
+Size (Swim-0.1.31.tar.gz) = 55966 bytes



Home | Main Index | Thread Index | Old Index