summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--textproc/Makefile3
-rw-r--r--textproc/p5-Text-Aligner/DESCR1
-rw-r--r--textproc/p5-Text-Aligner/Makefile18
-rw-r--r--textproc/p5-Text-Aligner/distinfo5
4 files changed, 26 insertions, 1 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index 1cc40521b35..c73bdc9b9dc 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.836 2015/07/13 16:14:53 kleink Exp $
+# $NetBSD: Makefile,v 1.837 2015/07/21 20:15:00 bsiegert Exp $
#
COMMENT= Text processing utilities (does not include desktop publishing)
@@ -478,6 +478,7 @@ SUBDIR+= p5-Template-Plugin-YAML
SUBDIR+= p5-Template-Tiny
SUBDIR+= p5-Test-YAML
SUBDIR+= p5-Text-Affixes
+SUBDIR+= p5-Text-Aligner
SUBDIR+= p5-Text-Aspell
SUBDIR+= p5-Text-Autoformat
SUBDIR+= p5-Text-Balanced
diff --git a/textproc/p5-Text-Aligner/DESCR b/textproc/p5-Text-Aligner/DESCR
new file mode 100644
index 00000000000..1f9de66f88a
--- /dev/null
+++ b/textproc/p5-Text-Aligner/DESCR
@@ -0,0 +1 @@
+Text::Aligner provides nicely formatted alignment of text strings.
diff --git a/textproc/p5-Text-Aligner/Makefile b/textproc/p5-Text-Aligner/Makefile
new file mode 100644
index 00000000000..1f4afe78d0e
--- /dev/null
+++ b/textproc/p5-Text-Aligner/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2015/07/21 20:15:00 bsiegert Exp $
+
+DISTNAME= Text-Aligner-0.12
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= textproc perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://search.cpan.org/dist/Text-Aligner
+COMMENT= Perl module to align text
+LICENSE= mit
+
+BUILD_DEPENDS+= p5-Module-Build-[0-9]*:../../devel/p5-Module-Build
+
+PERL5_PACKLIST= auto/Text/Aligner/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/textproc/p5-Text-Aligner/distinfo b/textproc/p5-Text-Aligner/distinfo
new file mode 100644
index 00000000000..fe7ed80fd3b
--- /dev/null
+++ b/textproc/p5-Text-Aligner/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2015/07/21 20:15:00 bsiegert Exp $
+
+SHA1 (Text-Aligner-0.12.tar.gz) = c2bc19424e9b86c26cc4ccb1ae544f8c0fec227a
+RMD160 (Text-Aligner-0.12.tar.gz) = eaa749b02dcbc423ea2bedb20c29c9ac96f71c1e
+Size (Text-Aligner-0.12.tar.gz) = 12545 bytes