Update p5-MouseX-Types from version 0.02 to version 0.04.
Pkgsrc changes: - Adjust dependencies - Set LICENSE - Adjust MASTER_SITES Upstream changes: 0.04 Sun Jan 3 10:23:47 2010 - Add copyright information (RT #53013) - Support type predicates (e.g. "use MouseX::Types::Mouse qw(is_Int)") 0.03 Sun Dec 20 15:13:39 2009 - Shipped as a stable version 0.02_03 Thu Dec 17 14:16:53 2009 - Fix segmentation fault issue on older perls (gfx) 0.02_02 Tue Dec 15 12:05:34 2009 - Fix parametarization issue (gfx) 0.02_01 Sun Dec 13 16:39:09 2009 - Refactoring for new Mouse (gfx) - Fix import to warn about undefined types (gfx) - Support type parametarization (gfx) - Support Mouse::Exporter (gfx)
This commit is contained in:
parent
2597a837ba
commit
27c69290cc
2 changed files with 9 additions and 8 deletions
|
@ -1,21 +1,22 @@
|
|||
# $NetBSD: Makefile,v 1.3 2009/11/08 16:53:43 seb Exp $
|
||||
# $NetBSD: Makefile,v 1.4 2010/01/17 11:13:27 seb Exp $
|
||||
|
||||
DISTNAME= MouseX-Types-0.02
|
||||
DISTNAME= MouseX-Types-0.04
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
#PKGREVISION= 1
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/Y/YA/YAPPO/}
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/G/GF/GFUJI/}
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://search.cpan.org/dist/MouseX-Types/
|
||||
COMMENT= Perl 5 module to organize Mouse types in libraries
|
||||
LICENSE= ${PERL5_LICENSE}
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
USE_LANGUAGES= # empty
|
||||
PERL5_PACKLIST= auto/MouseX/Types/.packlist
|
||||
|
||||
DEPENDS+= p5-Mouse>=0.15:../../devel/p5-Mouse
|
||||
DEPENDS+= p5-Mouse>=0.41:../../devel/p5-Mouse
|
||||
|
||||
BUILD_DEPENDS+= p5-Test-Exception>=0:../../devel/p5-Test-Exception
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.2 2009/11/08 16:53:43 seb Exp $
|
||||
$NetBSD: distinfo,v 1.3 2010/01/17 11:13:27 seb Exp $
|
||||
|
||||
SHA1 (MouseX-Types-0.02.tar.gz) = b9325e0f0ed8e91856900078b3825e31da1d92c1
|
||||
RMD160 (MouseX-Types-0.02.tar.gz) = 544a6e144d099289a62b8c996d892ab4b4362b5b
|
||||
Size (MouseX-Types-0.02.tar.gz) = 25003 bytes
|
||||
SHA1 (MouseX-Types-0.04.tar.gz) = da2033c709bf78113d5d9bc12e34e0c1a6f82c1e
|
||||
RMD160 (MouseX-Types-0.04.tar.gz) = 3813068cb164af9298b2619913b97214d25bd605
|
||||
Size (MouseX-Types-0.04.tar.gz) = 19875 bytes
|
||||
|
|
Loading…
Reference in a new issue