PkgSrc changes:
- Importing a package for p5 module of Rose::HTMLx::Form::Field::PopUpMenuNumeric as a dependency of upcoming update of www/p5-Rose-HTMLx-Form-Related to 0.17 Description: Rose::HTMLx::Form::Field::PopUpMenuNumeric is like a normal RHTMLO PopUpMenu but it returns an internal_value() like Rose::HTML::Form::Field::Numeric does. This module exists mostly to ensure that popup menus representing numeric values properly return undef instead of an empty string -- an important distinction when you *really* want a numeric value and not a string.
This commit is contained in:
parent
379e1e2ae8
commit
83b9a18f10
3 changed files with 32 additions and 0 deletions
6
www/p5-Rose-HTMLx-Form-Field-PopUpMenuNumeric/DESCR
Normal file
6
www/p5-Rose-HTMLx-Form-Field-PopUpMenuNumeric/DESCR
Normal file
|
@ -0,0 +1,6 @@
|
|||
Rose::HTMLx::Form::Field::PopUpMenuNumeric is like a normal RHTMLO PopUpMenu
|
||||
but it returns an internal_value() like Rose::HTML::Form::Field::Numeric does.
|
||||
|
||||
This module exists mostly to ensure that popup menus representing numeric
|
||||
values properly return undef instead of an empty string -- an important
|
||||
distinction when you *really* want a numeric value and not a string.
|
21
www/p5-Rose-HTMLx-Form-Field-PopUpMenuNumeric/Makefile
Normal file
21
www/p5-Rose-HTMLx-Form-Field-PopUpMenuNumeric/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2009/05/01 19:28:51 sno Exp $
|
||||
|
||||
DISTNAME= Rose-HTMLx-Form-Field-PopUpMenuNumeric-0.001
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Rose/}
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://search.cpan.org/perldoc?Rose::HTMLx::Form::Field::PopUpMenuNumeric
|
||||
COMMENT= Extend Rose::HTML::Objects with popup menu for numeric values
|
||||
LICENSE= gnu-gpl-v2 # OR artistic
|
||||
|
||||
DEPENDS+= p5-Rose-HTML-Objects-[0-9]*:../../www/p5-Rose-HTML-Objects
|
||||
|
||||
USE_LANGUAGES= # empty
|
||||
PERL5_PACKLIST= auto/Rose/HTMLx/Form/Field/PopUpMenuNumeric/.packlist
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
5
www/p5-Rose-HTMLx-Form-Field-PopUpMenuNumeric/distinfo
Normal file
5
www/p5-Rose-HTMLx-Form-Field-PopUpMenuNumeric/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2009/05/01 19:28:51 sno Exp $
|
||||
|
||||
SHA1 (Rose-HTMLx-Form-Field-PopUpMenuNumeric-0.001.tar.gz) = 44b640c83f7b41c1b11ba07bd813f5acd388ae6c
|
||||
RMD160 (Rose-HTMLx-Form-Field-PopUpMenuNumeric-0.001.tar.gz) = 988913410165943a232178bfb3cbc397956455ec
|
||||
Size (Rose-HTMLx-Form-Field-PopUpMenuNumeric-0.001.tar.gz) = 2619 bytes
|
Loading…
Reference in a new issue