pkgsrc changes:
- Updating package for p5 module Locale::Maketext::Simple from 0.18nb1 to 0.20 - Adding license (mit) according to META.yml - Setting Module::Install as module type Upstream changes: [Changes for 0.20 - 2009-07-08] * MANIFEST fixes (no code changes) - Tomas Doran [Changes for 0.19 - 2009-07-07] * Bumped the version dependency to 5.005 * Ton Voon, from Opsera Limited contributed the ability to have the IANA defined i-default language, for use as a fallback when arbitrary message keys, rather than English phrases are being used.
This commit is contained in:
parent
ee3ff2b020
commit
fb31196b17
2 changed files with 8 additions and 7 deletions
|
@ -1,20 +1,21 @@
|
|||
# $NetBSD: Makefile,v 1.9 2008/10/19 19:18:30 he Exp $
|
||||
# $NetBSD: Makefile,v 1.10 2009/07/19 10:26:23 sno Exp $
|
||||
|
||||
DISTNAME= Locale-Maketext-Simple-0.18
|
||||
DISTNAME= Locale-Maketext-Simple-0.20
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= misc perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Locale/}
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://search.cpan.org/~audreyt/Locale-Maketext-Simple/
|
||||
COMMENT= Simple interface to Locale::Maketext::Lexicon
|
||||
LICENSE= mit
|
||||
|
||||
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
USE_LANGUAGES= # empty
|
||||
PERL5_PACKLIST= auto/Locale/Maketext/Simple/.packlist
|
||||
PERL5_MODULE_TYPE= Module::Install
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.3 2006/11/04 11:54:39 obache Exp $
|
||||
$NetBSD: distinfo,v 1.4 2009/07/19 10:26:23 sno Exp $
|
||||
|
||||
SHA1 (Locale-Maketext-Simple-0.18.tar.gz) = 30584035d66d6041b2187278ef9ebaa3707158a7
|
||||
RMD160 (Locale-Maketext-Simple-0.18.tar.gz) = b21761497edd27b453a348c6225b57a9728a3f44
|
||||
Size (Locale-Maketext-Simple-0.18.tar.gz) = 16865 bytes
|
||||
SHA1 (Locale-Maketext-Simple-0.20.tar.gz) = 431567c8cb01101e1fb31d670191cbdea6ba08d3
|
||||
RMD160 (Locale-Maketext-Simple-0.20.tar.gz) = 365300cfa71f612110e56e9c055adfb62665b782
|
||||
Size (Locale-Maketext-Simple-0.20.tar.gz) = 22026 bytes
|
||||
|
|
Loading…
Reference in a new issue