summaryrefslogtreecommitdiff
path: root/www/p5-CatalystX-CRUD-YUI
diff options
context:
space:
mode:
authorsno <sno>2009-05-01 20:35:04 +0000
committersno <sno>2009-05-01 20:35:04 +0000
commit7c181d1b6b5dbc74eb90dd06cf34ab173f7efa6a (patch)
tree70fe4ac54c061e714eb55a9d066450748006b2df /www/p5-CatalystX-CRUD-YUI
parent24ba6b1ccb50ee810042232d9175bb8c8358e80c (diff)
downloadpkgsrc-7c181d1b6b5dbc74eb90dd06cf34ab173f7efa6a.tar.gz
PkgSrc changes:
- Updating package for p5 module of CatalystX::CRUD::YUI from 0.015 to 0.017 - Setting license to gnu-gpl-v2 - Adjusting dependencies Note: - There're some failing tests reported for this module from update of Rose::HTMLx::Form::Related Upstream changes: 0.017 16 April 2009 * fix bug with missing 'Export as Excel' link when in View mode * change to extjs grey style css * add support for sort_prefix() in RHxFR::Metadata. This allows for setting explicit sort prefix strings on column names and (in theory) allows for sorting on JOINed tables as with m2m and o2m and FK "virtual" columns. * fix bug when related FK is undef in Serializer * enable Create and Reassign links without having to go to edit mode * fix Excel view and list.xls.tt to work (finally!) with LiveGrid+Serializer * hide parent record action buttons when viewing related records in Edit mode (reduce confusion particularly for Delete button) * fix Export as Excel link to not escape & since it is in script tag 0.016 11 March 2009 * add c.config.cxcy.search_uri config option for rendering search box * slight optimization in filter_relationships.tt for clarity * add id attributes to crud buttons * add support for arbitrary code to run on form submit with YAHOO.crud.onFormSubmit array * add YAHOO.crud.wysiwygify() to crud.js for optional Rich Text Editor on textarea fields.
Diffstat (limited to 'www/p5-CatalystX-CRUD-YUI')
-rw-r--r--www/p5-CatalystX-CRUD-YUI/Makefile10
-rw-r--r--www/p5-CatalystX-CRUD-YUI/distinfo8
2 files changed, 11 insertions, 7 deletions
diff --git a/www/p5-CatalystX-CRUD-YUI/Makefile b/www/p5-CatalystX-CRUD-YUI/Makefile
index 6ab67534367..703db5c7429 100644
--- a/www/p5-CatalystX-CRUD-YUI/Makefile
+++ b/www/p5-CatalystX-CRUD-YUI/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2009/02/22 18:15:33 he Exp $
+# $NetBSD: Makefile,v 1.3 2009/05/01 20:35:04 sno Exp $
-DISTNAME= CatalystX-CRUD-YUI-0.015
+DISTNAME= CatalystX-CRUD-YUI-0.017
PKGNAME= p5-${DISTNAME}
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=CatalystX/}
@@ -8,11 +8,15 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=CatalystX/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/CatalystX-CRUD-YUI/
COMMENT= YUI for your CatalystX::CRUD view
+LICENSE= gnu-gpl-v2 # OR artistic
+# Recommended dependencies
DEPENDS+= p5-CatalystX-CRUD-Model-RDBO>=0.14:../../databases/p5-CatalystX-CRUD-Model-RDBO
DEPENDS+= p5-CatalystX-CRUD-ModelAdapter-DBIC>=0.06:../../databases/p5-CatalystX-CRUD-ModelAdapter-DBIC
DEPENDS+= p5-DBIx-Class-RDBOHelpers>=0.05:../../databases/p5-DBIx-Class-RDBOHelpers
DEPENDS+= p5-Rose-DBx-Object-MoreHelpers>=0.02:../../databases/p5-Rose-DBx-Object-MoreHelpers
+
+# Required dependencies
DEPENDS+= p5-Catalyst-View-TT>=0:../../www/p5-Catalyst-View-TT
DEPENDS+= p5-CatalystX-CRUD>=0.3:../../databases/p5-CatalystX-CRUD
DEPENDS+= p5-CatalystX-CRUD-Controller-RHTMLO>=0.17:../../www/p5-CatalystX-CRUD-Controller-RHTMLO
@@ -20,7 +24,7 @@ DEPENDS+= p5-CatalystX-CRUD-View-Excel>=0.05:../../www/p5-CatalystX-CRUD-View-Ex
DEPENDS+= p5-Class-C3>=0:../../devel/p5-Class-C3
DEPENDS+= p5-JSON-XS>=2:../../converters/p5-JSON-XS
DEPENDS+= p5-Path-Class>=0:../../devel/p5-Path-Class
-DEPENDS+= p5-Rose-HTMLx-Form-Related>=0.07:../../www/p5-Rose-HTMLx-Form-Related
+DEPENDS+= p5-Rose-HTMLx-Form-Related>=0.17:../../www/p5-Rose-HTMLx-Form-Related
DEPENDS+= p5-Template-Toolkit>=0:../../www/p5-Template-Toolkit
DEPENDS+= p5-Text-Autoformat>=0:../../textproc/p5-Text-Autoformat/
diff --git a/www/p5-CatalystX-CRUD-YUI/distinfo b/www/p5-CatalystX-CRUD-YUI/distinfo
index 33cc37bc8ea..129326dcb31 100644
--- a/www/p5-CatalystX-CRUD-YUI/distinfo
+++ b/www/p5-CatalystX-CRUD-YUI/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2009/02/22 18:15:33 he Exp $
+$NetBSD: distinfo,v 1.3 2009/05/01 20:35:04 sno Exp $
-SHA1 (CatalystX-CRUD-YUI-0.015.tar.gz) = 411b9611d287b431269789e60d7d3cc1fa031923
-RMD160 (CatalystX-CRUD-YUI-0.015.tar.gz) = e724f8293cbd7affb2c109d1ac5e70c5d0b5cd9d
-Size (CatalystX-CRUD-YUI-0.015.tar.gz) = 79158 bytes
+SHA1 (CatalystX-CRUD-YUI-0.017.tar.gz) = 7036f1e544e326075a5dc508f1f57b9432537e29
+RMD160 (CatalystX-CRUD-YUI-0.017.tar.gz) = bb74f33b46ae4abe47c7eac397ac2f07d0ab412b
+Size (CatalystX-CRUD-YUI-0.017.tar.gz) = 81299 bytes