summaryrefslogtreecommitdiff
path: root/databases/p5-Rose-DBx-Garden-Catalyst
AgeCommit message (Collapse)AuthorFilesLines
2022-06-28*: recursive bump for perl 5.36wiz1-2/+2
2021-10-26databases: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes The following distfiles could not be fetched (some may be only fetched conditionally): ./databases/cstore/distinfo D6.data.ros.gz ./databases/cstore/distinfo cstore0.2.tar.gz ./databases/cstore/distinfo data4.tar.gz
2021-10-07databases: Remove SHA1 distfile hashesnia1-2/+1
2021-05-24*: recursive bump for perl 5.34wiz1-2/+2
2020-08-31*: bump PKGREVISION for perl-5.32.wiz1-2/+2
2019-11-02databases: align variable assignmentsrillig1-4/+4
pkglint -Wall -F --only aligned -r No manual corrections.
2019-08-11Bump PKGREVISIONs for perl 5.30.0wiz1-2/+2
2019-06-30Update packages using a search.cpan.org HOMEPAGE to metacpan.org.nia1-2/+2
The former now redirects to the latter. This covers the most simple cases where http://search.cpan.org/dist/name can be changed to https://metacpan.org/release/name. Reviewed by hand to hopefully make sure no unwanted changes sneak in.
2018-08-22Recursive bump for perl5-5.28.0wiz1-2/+2
2017-06-05Recursive revbump from lang/perl5 5.26.0ryoon1-2/+2
2016-06-08Bump PKGREVISION for perl-5.24.wiz1-2/+2
2015-11-03Add SHA512 digests for distfiles for databases categoryagc1-1/+2
Problems found with existing distfiles: distfiles/D6.data.ros.gz distfiles/cstore0.2.tar.gz distfiles/data4.tar.gz distfiles/sphinx-2.2.7-release.tar.gz No changes made to the cstore or mariadb55-client distinfo files. Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-07-12Comment out another one.wiz1-2/+2
2015-06-12Recursive PKGREVISION bump for all packages mentioning 'perl',wiz1-1/+2
having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
2014-12-120.180 2014-05-31mef2-7/+6
- update test app scripts with latest catalyst.pl - tweek .sql to make autoincrement PKs work for sqlite3 - change Plugin::Static::Simple to Plugin::Static::Simple::ByClass for test app (now matches SYNOPSIS) - switch to File::Slurp::Tiny 0.17 2013-10-11 - fix SYNOPSIS to add note about default_view 0.16 2012-10-31 - more pod patches from Adam Mackler - improve docs
2014-05-29Bump for perl-5.20.0.wiz1-2/+2
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
2013-05-31Bump all packages for perl-5.18, thatwiz1-2/+2
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-2/+2
are called p5-*. I hope that's all of them.
2012-10-02Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2011-08-14Revision bump after updating perl5 to 5.14.1.obache1-1/+2
2010-09-07Updating databases/p5-Rose-DBx-Garden-Catalyst from 0.14nb1 to 0.15sno2-19/+16
pkgsrc changes: - adjust dependency version numbers to match versions of packages in pkgsrc Upstream changes: 0.15 31 Aug 2010 * pod patches from movingtarget@mackler.org * remove .yml config file and plugin dependency
2010-08-21Bump the PKGREVISION for all packages which depend directly on perl,seb1-2/+2
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=..."), minus the packages updated after the perl package update. sno@ was right after all, obache@ kindly asked and he@ led the way. Thanks!
2009-09-24Bumping revision of packages which depend direct or indirect onsno1-1/+2
devel/p5-Class-MOP. A late detected incompible change forced it.
2009-07-07pkgsrc changes:sno3-106/+24
- Updating package for p5 module Rose::DBx::Garden::Catalyst from 0.13 to 0.14 - Setting LICENSE=${PERL5_LICENSE} - Adjusting dependencies Upstream changes: 0.14 7 June 2009 * drop tables conditionally in rdgc.sql * refactor C3 syntax
2009-04-24Modify dependencies to perl-modules which are deployed with the perl-core,sno1-3/+3
mainly Scalar::Util and List::Util
2009-03-28Fix broken DEPENDS.wiz1-3/+3
2008-12-20Updte from version 0.12 to 0.13.he4-21/+93
Pkgsrc changes: o Fix the problem with the sqlite3-using regression test properly; apparently sqlite3 thinks it's an error to drop a nonexistent table. This is a follow-up on CPAN ticket #41769. o Adapt substitution pattern for sqlite3 after upstream change. o Add dependency on p5-IPC-Cmd, as per upstream change. Upstream changes: 0.13 16 Dec 2008 * fixes for Perl 5.10 File::Copy * use IPC::Cmd::run to create db in t/lib/MyDB.pm
2008-12-17Update from version 0.08nb1 to 0.12.he3-10/+40
Pkgsrc changes: o Canonicalize HOMEPAGE o Adjust dependencies to match the new requirements o Add substitution so that sqlite3 can be picked up by the tests Upstream changes: 0.12 22 Nov 2008 * add missing req in Makefile.PL * add IPC::Cmd dep so we can test for sqlite3 in tests 0.11 18 Nov 2008 * base controller no longer sets current_view * copy all static/css/crud/*.css files for CX::CRUD::YUI 0.008 0.10 29 Sept 2008 * added missing req to Makefile.PL 0.09 11 Sept 2008 * add real tests with example schema supplied by laust from #catalyst 0.09_05 27 Aug 2008 * fix UTF-8 encoding bug where JSON:XS utf8() flag was incorrectly set to 'on'. * move bulk of the code into smaller packages: CatalystX::CRUD::YUI Rose::HTMLx::Form::Related Rose::DBx::Object::MoreHelpers This refactoring means that DBIC users can use all the YUI interface and RHTMLO goodness as well. * changed the default root/<dir> to 'crud' instead of 'rdgc' IF YOU ARE UPGRADING, you can symlink or rename rdgc => crud 0.09_04 11 Aug 2008 * update .tt and .pm files to support multi-column PKs 0.09_03 31 July 2008 * split up rdgc/footer.tt into yui_footer.tt * add default_sort_by() to Form::Metadata * toggle rowsPerPage via select popup * throw_error if !can_read in autocomplete() * support on* attributes for js in autocomplete * added RDGC::Excel for .xls output * refactor the takes_object_as_argument feature * link_panel now uses same YAHOO ResizePanel widget as addRowPanel * use double ;; in primary_key_uri_escaped() to match CatalystX::CRUD 0.28 0.09_02 30 June 2008 * several small bug fixes with .tt files * allow for related_field mapping at init time * fix autocomplete CSS 0.09_01 13 Jun 2008 * use column as label if not defined in form * add support for file upload fields in form.tt * add support for alternate relationship labels in base Form class * add support for alternate relationship labels in show_relationships.tt * tweek the base RDBO flatten() method * added pseudo_field_labels() method in Form base class * no 'remove' button if in view mode * fix bug in yui_datatable_count.tt where js was getting NaN values if there were no results. * add 'New' link for each related matrix in show_relationships.tt * complete refactor of all .tt code to move much of it into YUI and YUI::DataTable * complete refactor of all generated code to move much of it into real base classes and installed .tt
2008-10-19Bump the PKGREVISION for all packages which depend directly on perl,he1-1/+2
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=...").
2008-07-15Added databases/p5-Rose-DBx-Garden-Catalyst version 0.08abs3-0/+46
Rose::DBx::Garden::Catalyst extends Rose::DBx::Garden to create Catalyst components that use the RDBO and RHTMLO classes that the Garden class produces. By default this class creates stub Template Toolkit files for use with the RDBO and RHTMLO CRUD components. If you use a different templating system, just set the tt option to 0.