Commit graph

22 commits

Author SHA1 Message Date
wiz
2e65d464e8 Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
2015-06-12 10:50:58 +00:00
mef
1b0f021b3c Update 0.620 to 0.621
0.621 (02.14.2014) - John Siracusa <siracusa@gmail.com>

    * Fixed a bug that caused Rose::HTML::Form::Field::Time fields to fail
      validation when empty.
2015-01-12 12:59:55 +00:00
wiz
7eeb51b534 Bump for perl-5.20.0.
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.
2014-05-29 23:35:13 +00:00
abs
071370c37f Updated www/p5-Rose-HTML-Objects to 0.620
0.620 (12.18.2013) - John Siracusa <siracusa@gmail.com>

    * Eliminate a perl 5.19 "precedence issue with control flow operator"
      warning.

0.619 (07.24.2013) - John Siracusa <siracusa@gmail.com>

    * Fixed incorrect return statements (RT 87253) (Patch by Reini Urban)
2014-02-06 13:02:42 +00:00
wen
3d846c317a Update to 0.618
Upstream changes:
0.618 (03.29.2013) - John Siracusa <siracusa@gmail.com>

    * Made compatible with perl 5.17.10 (RT 84279)

0.617 (12.30.2012) - John Siracusa <siracusa@gmail.com>

    * Added base 2.18 as a prerequisite to avoid a load-order bug that
      occurs with some older versions.
    * Preserve custom class attributes on label objects (RT 82333)
      (Patch by Tom Heady)

0.616 (05.09.2012) - John Siracusa <siracusa@gmail.com>

    * Added add_class(es) and delete_class(es) methods.
    * Added was_submitted() method to the submit button class.
    * Calling clear() on a hidden field now clears it.

0.615 (05.01.2012) - John Siracusa <siracusa@gmail.com>

    * Minor efficiency improvements in HTML generation.

0.614 (04.02.2012) - John Siracusa <siracusa@gmail.com>

    * Deprecated and undocumented the form_rank_counter() method.  It will
      be removed in a future release.
    * Fixed a bug that could cause a repeated form to get the wrong rank.

0.613 (04.02.2012) - John Siracusa <siracusa@gmail.com>

    * Added make_next_form() method to repeatable forms.
    * Documented the empty_is_ok() attribute of repeatable forms.

0.612 (03.26.2012) - John Siracusa <siracusa@gmail.com>

    * Worked around fatal error triggered by loading Rose::HTML::Form
      in the perl debugger in some older versions of perl. (e.g.,
      perl -I lib -d lib/Rose/HTML/Form.pm)
2013-07-21 07:19:03 +00:00
wiz
d2ca14a3f1 Bump all packages for perl-5.18, that
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.
2013-05-31 12:39:57 +00:00
asau
5eae6a18a3 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
wiz
8b5d49eb78 Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
2012-10-03 21:53:53 +00:00
hiramatsu
265b25786f Update p5-Rose-HTML-Objects to 0.611.
Changes from previous:
0.611 (11.16.2010) - John Siracusa <siracusa@gmail.com>

    * Added default HTML serialization for compound fields.
    * Removed documentation for nonexistent field_names() method.

0.610 (10.02.2010) - John Siracusa <siracusa@gmail.com>

    * Fixed a bad probe in form-nested.t that was causing spurious test
      failures.
    * Attempted to fix mro-c3.t test failures that I've thus far been
      unable to reproduce locally.

0.608 (10.01.2010) - John Siracusa <siracusa@gmail.com>

    * Silenced a warning in t/form-field.t
    * Clarified the precedence of object_from_form() initialization in cases
      where a parent form and sub-form have fields with the same local_name()
      (Reported by Christopher Masto)
2011-10-28 01:12:22 +00:00
obache
84fa8bcd7c Revision bump after updating perl5 to 5.14.1. 2011-08-14 16:05:39 +00:00
sno
2d102c5c70 Updating www/p5-Rose-HTML-Objects from 0.606.1nb1 to 0.607
pkgsrc changes:
- adjust notation for dependencies without minimum version

Upstream changes:
0.607 (04.28.2010) - John Siracusa <siracusa@gmail.com>
    * Moved version number back to three places after the decimal in order
      to placate Unix package management systems.
2010-09-10 06:01:58 +00:00
seb
c3f1e700ad Bump the PKGREVISION for all packages which depend directly on perl,
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!
2010-08-21 16:32:42 +00:00
sno
9594728327 Updating www/p5-Rose-HTML-Objects from 0.604 to 0.606.1
pkgsrc changes:
- Adjusting dependencies

Upstream changes:
0.6061 (11.19.2009) - John Siracusa <siracusa@gmail.com>
    * Altered tests to work around strange UTF-8 errors in some installations
      of perl.  (Thanks to Michael Lackhoff for help debugging.)

0.606 (11.16.2009) - John Siracusa <siracusa@gmail.com>
    * Overhauled inheritance to fix "Inconsistent hierarchy" mro c3 errors
      (RT 51168)
    * Added "use utf8" statements to ensure proper treatment of UTF-8 text
      stored in the __DATA__ sections of various modules (RT 29131)

0.605 (10.16.2009) - John Siracusa <siracusa@gmail.com>
    * Updated eval blocks to avoid stomping on $@ from an outer scope.
2010-02-02 11:58:15 +00:00
sno
b4dc1322d8 Updating www/p5-Rose-HTML-Objects from 0.603 to 0.064
pkgsrc changes:
  - Adjusting license definition

Upstream changes:
0.604 (09.14.2009) - John Siracusa <siracusa@gmail.com>
    * Fixed a bug that caused html() to fail when called on a form that
      contained a compound field.  (Reported by Will Hawes)
    * Make sure custom validator is called from DateTime fields.
2009-09-16 17:55:03 +00:00
sno
dbc6c0ffb8 PkgSrc changes:
- Updating package for p5 module Rose::HTML::Objects from 0.602 to
    0.603
  - Adjusting dependency

Upstream changes:
0.603 (05.06.2009) - John Siracusa <siracusa@gmail.com>
    * Fixed a bug that cause the class attribite on label tags not to
      be cleared correctly.  (Reported by Denis Moskowitz)
2009-05-17 18:48:22 +00:00
sno
b131b032e9 PkgSrc changes:
- Updating package for p5 module of Rose::HTML::Objects from 0.601 to 0.602
  - Setting license to gnu-gpl-v2
  - Reordering dependencies in META.yml order

Upstream changes:
0.602 (02.22.2009) - John Siracusa <siracusa@gmail.com>

    * Fixed an HTML escaping bug caused by overload's interaction with
      Rose::Object's Class::XSAccessor support.
    * Made Rose::HTML::Form's inherited html() and xhtml() methods do
      something vaguely sensible.  (Inspired by Christof Krueger)
2009-05-01 19:51:39 +00:00
sno
14f7cda278 Modify dependencies to perl-modules which are deployed with the perl-core,
mainly Scalar::Util and List::Util
2009-04-24 17:15:21 +00:00
he
1c4b9a909b Update from version 0.600nb1 to 0.601.
Pkgsrc changes:
 o Add a BUILD_DEPENDS for the tests

Upstream changes:

0.601 (01.09.2009) - John Siracusa <siracusa@gmail.com>

    * Fixed an uninitialized value warning in Rose::HTML::Text.
2009-01-13 00:02:22 +00:00
joerg
9396ebbf20 Fix dependency. 2009-01-07 23:22:26 +00:00
he
67f61f7338 Update from version 0.554nb1 to 0.600.
Pkgsrc changes:
 o Canonicalize HOMEPAGE
 o Adjust dependencies according to new requirements

Upstream changes:

0.600 (12.13.2008) - John Siracusa <siracusa@gmail.com>

    * Added localization support.
    * Added private library support.
    * Rose::HTML::Form::Field::PopUpMenu's internal_value() is now
      unconditionally singular, and undef when no items are selected.
    * Fixed a bug in Rose::HTML::Image that made detection of image
      sizes dependent on method call order.  (Reported by Sean Allen)
    * Added mod_perl 2.x support to Rose::HTML::Image.  (Reported by
      Sean Allen)

0.555 (10.22.2008) - John Siracusa <siracusa@gmail.com>

    * Fixed a memory leak in group fields (RT #38837)
    * Corrected documentation and implementation of init_with_objects().
2008-12-16 21:35:40 +00:00
he
b021813da0 Bump the PKGREVISION for all packages which depend directly on perl,
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-10-19 19:17:40 +00:00
abs
c9a9b10f67 Added www/p5-Rose-HTML-Objects version 0.554
The Rose::HTML::Object::* family of classes represent HTML tags,
or groups of tags. These objects allow HTML to be arbitrarily
manipulated, then serialized to actual HTML (or XHTML). Currently,
the process only works in one direction. Objects cannot be constructed
from their serialized representations. In practice, given the
purpose of these modules, this is not an important limitation.

Any HTML tag can theoretically be represented by a
Rose::HTML::Object-derived class, but this family of modules was
originally motivated by a desire to simplify the use of HTML forms.

The form/field object interfaces have been heavily abstracted to
allow for input and output filtering, inflation/deflation of values,
and compound fields (fields that contain other fields). The classes
are also designed to be subclassed. The creation of custom form
and field subclasses is really the "big win" for these modules.

There is also a simple image tag class which is useful for
auto-populating the width and height attributes of img tags. Future
releases may include object representations of other HTML tags.
Contributions are welcome.
2008-07-15 08:43:35 +00:00