pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/p5-Rose-HTMLx-Form-Field-Serial Import p5-Rose-HTM...
details: https://anonhg.NetBSD.org/pkgsrc/rev/4cf1fd67a24f
branches: trunk
changeset: 548286:4cf1fd67a24f
user: he <he%pkgsrc.org@localhost>
date: Sun Oct 12 22:23:34 2008 +0000
description:
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:
www/p5-Rose-HTMLx-Form-Field-Serial/DESCR | 7 +++++++
www/p5-Rose-HTMLx-Form-Field-Serial/Makefile | 20 ++++++++++++++++++++
www/p5-Rose-HTMLx-Form-Field-Serial/distinfo | 5 +++++
3 files changed, 32 insertions(+), 0 deletions(-)
diffs (44 lines):
diff -r db0ee17d308f -r 4cf1fd67a24f www/p5-Rose-HTMLx-Form-Field-Serial/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-Rose-HTMLx-Form-Field-Serial/DESCR Sun Oct 12 22:23:34 2008 +0000
@@ -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 -r db0ee17d308f -r 4cf1fd67a24f www/p5-Rose-HTMLx-Form-Field-Serial/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-Rose-HTMLx-Form-Field-Serial/Makefile Sun Oct 12 22:23:34 2008 +0000
@@ -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@localhost
+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 -r db0ee17d308f -r 4cf1fd67a24f www/p5-Rose-HTMLx-Form-Field-Serial/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-Rose-HTMLx-Form-Field-Serial/distinfo Sun Oct 12 22:23:34 2008 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index