Add new package for Text::Aligner. Package from David Gutteridge in
PR pkg/50053. From DESCR: Text::Aligner provides nicely formatted alignment of text strings.
This commit is contained in:
parent
fc79be8bb5
commit
d4c76d6958
4 changed files with 26 additions and 1 deletions
|
@ -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
|
||||
|
|
1
textproc/p5-Text-Aligner/DESCR
Normal file
1
textproc/p5-Text-Aligner/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
Text::Aligner provides nicely formatted alignment of text strings.
|
18
textproc/p5-Text-Aligner/Makefile
Normal file
18
textproc/p5-Text-Aligner/Makefile
Normal file
|
@ -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"
|
5
textproc/p5-Text-Aligner/distinfo
Normal file
5
textproc/p5-Text-Aligner/distinfo
Normal file
|
@ -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
|
Loading…
Reference in a new issue