Sun Jan 4 20:13:19 2015 UTC ()
Update to 0.1.35. From the changelog:

- Allow spaces and arguments in one line block-func
- Fix to allow single char bold and italic phrases
- Refactor into OO classes
- Swim.pm is a converter class
- Swim::Command has all the bin/swim guts
- Add block-func support


(schmonz)
diff -r1.1 -r1.2 pkgsrc/textproc/p5-Swim/Makefile
diff -r1.1 -r1.2 pkgsrc/textproc/p5-Swim/distinfo

cvs diff -r1.1 -r1.2 pkgsrc/textproc/p5-Swim/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/p5-Swim/Makefile 2014/11/08 16:21:15 1.1
+++ pkgsrc/textproc/p5-Swim/Makefile 2015/01/04 20:13:19 1.2
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.1 2014/11/08 16:21:15 schmonz Exp $ 1# $NetBSD: Makefile,v 1.2 2015/01/04 20:13:19 schmonz Exp $
2 2
3DISTNAME= Swim-0.1.31 3DISTNAME= Swim-0.1.35
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5CATEGORIES= textproc perl5 5CATEGORIES= textproc perl5
6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/I/IN/INGY/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/I/IN/INGY/}
7 7
8MAINTAINER= schmonz@NetBSD.org 8MAINTAINER= schmonz@NetBSD.org
9HOMEPAGE= http://search.cpan.org/dist/Swim/ 9HOMEPAGE= http://search.cpan.org/dist/Swim/
10COMMENT= Plain text markup language that converts to many formats 10COMMENT= Plain text markup language that converts to many formats
11LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
12 12
13DEPENDS+= p5-HTML-Escape-[0-9]*:../../www/p5-HTML-Escape 13DEPENDS+= p5-HTML-Escape-[0-9]*:../../www/p5-HTML-Escape
14DEPENDS+= p5-Hash-Merge-[0-9]*:../../devel/p5-Hash-Merge 14DEPENDS+= p5-Hash-Merge-[0-9]*:../../devel/p5-Hash-Merge
15DEPENDS+= p5-Pegex>=0.41:../../devel/p5-Pegex 15DEPENDS+= p5-Pegex>=0.41:../../devel/p5-Pegex
16DEPENDS+= p5-Text-Autoformat-[0-9]*:../../textproc/p5-Text-Autoformat 16DEPENDS+= p5-Text-Autoformat-[0-9]*:../../textproc/p5-Text-Autoformat

cvs diff -r1.1 -r1.2 pkgsrc/textproc/p5-Swim/distinfo (expand / switch to unified diff)

--- pkgsrc/textproc/p5-Swim/distinfo 2014/11/08 16:21:15 1.1
+++ pkgsrc/textproc/p5-Swim/distinfo 2015/01/04 20:13:19 1.2
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.1 2014/11/08 16:21:15 schmonz Exp $ 1$NetBSD: distinfo,v 1.2 2015/01/04 20:13:19 schmonz Exp $
2 2
3SHA1 (Swim-0.1.31.tar.gz) = c367c1ef2eacedfd11fa4537b57ed5cdaeeaf3c0 3SHA1 (Swim-0.1.35.tar.gz) = 39523d279b995db6773dab6001ea25550f48285a
4RMD160 (Swim-0.1.31.tar.gz) = 78feac8a8585daabbfc4d061d3607508cc9aa446 4RMD160 (Swim-0.1.35.tar.gz) = 164a3644aacb61ecc638b6ce3b74f266a6fe79dd
5Size (Swim-0.1.31.tar.gz) = 55966 bytes 5Size (Swim-0.1.35.tar.gz) = 51375 bytes