diff options
author | he <he> | 2008-10-12 22:23:34 +0000 |
---|---|---|
committer | he <he> | 2008-10-12 22:23:34 +0000 |
commit | 4e49b88a78368358bd52f4622bc1f7963893c816 (patch) | |
tree | 69ae917a0c9536f409a4f0b8012955bcf9b90475 /www | |
parent | ddfe90af4f9b9d0f45cb6f506cce4a3aa22fb3c0 (diff) | |
download | pkgsrc-4e49b88a78368358bd52f4622bc1f7963893c816.tar.gz |
Import p5-Rose-HTMLx-Form-Field-Serial version 0.002.
Rose::HTMLx::Form::Field::Serial is a subclass of
Rose::HTML::Form::Field::Hidden. It exists simply to isolate a
particular kind of form field that should not be updated via form
but may need to be passed as a param or viewed in a (x)html serialized
format. The namespace is reserved in the event that future
functionality may be added, but mostly to uniquely identify this
field type for use with Rose::DBx::Garden.
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-Rose-HTMLx-Form-Field-Serial/DESCR | 7 | ||||
-rw-r--r-- | www/p5-Rose-HTMLx-Form-Field-Serial/Makefile | 20 | ||||
-rw-r--r-- | www/p5-Rose-HTMLx-Form-Field-Serial/distinfo | 5 |
3 files changed, 32 insertions, 0 deletions
diff --git a/www/p5-Rose-HTMLx-Form-Field-Serial/DESCR b/www/p5-Rose-HTMLx-Form-Field-Serial/DESCR new file mode 100644 index 00000000000..213aeae55bd --- /dev/null +++ b/www/p5-Rose-HTMLx-Form-Field-Serial/DESCR @@ -0,0 +1,7 @@ +Rose::HTMLx::Form::Field::Serial is a subclass of +Rose::HTML::Form::Field::Hidden. It exists simply to isolate a +particular kind of form field that should not be updated via form +but may need to be passed as a param or viewed in a (x)html serialized +format. The namespace is reserved in the event that future +functionality may be added, but mostly to uniquely identify this +field type for use with Rose::DBx::Garden. diff --git a/www/p5-Rose-HTMLx-Form-Field-Serial/Makefile b/www/p5-Rose-HTMLx-Form-Field-Serial/Makefile new file mode 100644 index 00000000000..da70bc74e94 --- /dev/null +++ b/www/p5-Rose-HTMLx-Form-Field-Serial/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/10/12 22:23:34 he Exp $ + +DISTNAME= Rose-HTMLx-Form-Field-Serial-0.002 +PKGNAME= p5-${DISTNAME} +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Rose/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Rose-HTMLx-Form-Field-Serial/ +COMMENT= Represent auto-increment columns in a form + +DEPENDS+= p5-Rose-HTML-Objects>=0:../../www/p5-Rose-HTML-Objects + +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/Rose/HTMLx/Form/Field/Serial/.packlist + +PKG_DESTDIR_SUPPORT= user-destdir + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/www/p5-Rose-HTMLx-Form-Field-Serial/distinfo b/www/p5-Rose-HTMLx-Form-Field-Serial/distinfo new file mode 100644 index 00000000000..9f5e9a47f24 --- /dev/null +++ b/www/p5-Rose-HTMLx-Form-Field-Serial/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2008/10/12 22:23:34 he Exp $ + +SHA1 (Rose-HTMLx-Form-Field-Serial-0.002.tar.gz) = 21d1727ec3c3e6ef7a0ee37f249ea54bbacd33d8 +RMD160 (Rose-HTMLx-Form-Field-Serial-0.002.tar.gz) = 6aa008940b347bf85a3d213425bd2714ff4e54d0 +Size (Rose-HTMLx-Form-Field-Serial-0.002.tar.gz) = 2230 bytes |