notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
p5-HTML-FormFu HTML Form Creation, Rendering and Validation Framework
2.07 www on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 2.07Version of this port present on the latest quarterly branch.
Maintainer: perl@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2007-12-25 09:06:40
Last Update: 2022-09-07 21:58:51
Commit Hash: fb16dfe
Also Listed In: perl5
License: ART10 GPLv1+
WWW:
https://metacpan.org/release/HTML-FormFu
Description:
HTML::FormFu is a HTML form framework which aims to be as easy as possible to use for basic web forms, but with the power and flexibility to do anything else you might want to do (as long as it involves forms). You can configure almost any part of formfu's behaviour and output. By default formfu renders "XHTML 1.0 Strict" compliant markup, with as little extra markup as possible, but with sufficient CSS class names to allow for a wide-range of output styles to be generated by changing only the CSS.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (376 items)
Collapse this list.
  1. /usr/local/share/licenses/p5-HTML-FormFu-2.07/catalog.mk
  2. /usr/local/share/licenses/p5-HTML-FormFu-2.07/LICENSE
  3. /usr/local/share/licenses/p5-HTML-FormFu-2.07/ART10
  4. /usr/local/share/licenses/p5-HTML-FormFu-2.07/GPLv1+
  5. bin/html_formfu_deploy.pl
  6. bin/html_formfu_dumpconf.pl
  7. lib/perl5/site_perl/HTML/FormFu.pm
  8. lib/perl5/site_perl/HTML/FormFu/Attribute.pm
  9. lib/perl5/site_perl/HTML/FormFu/Constants.pm
  10. lib/perl5/site_perl/HTML/FormFu/Constraint.pm
  11. lib/perl5/site_perl/HTML/FormFu/Constraint/ASCII.pm
  12. lib/perl5/site_perl/HTML/FormFu/Constraint/AllOrNone.pm
  13. lib/perl5/site_perl/HTML/FormFu/Constraint/AutoSet.pm
  14. lib/perl5/site_perl/HTML/FormFu/Constraint/Bool.pm
  15. lib/perl5/site_perl/HTML/FormFu/Constraint/Callback.pm
  16. lib/perl5/site_perl/HTML/FormFu/Constraint/CallbackOnce.pm
  17. lib/perl5/site_perl/HTML/FormFu/Constraint/DateTime.pm
  18. lib/perl5/site_perl/HTML/FormFu/Constraint/DependOn.pm
  19. lib/perl5/site_perl/HTML/FormFu/Constraint/Email.pm
  20. lib/perl5/site_perl/HTML/FormFu/Constraint/Equal.pm
  21. lib/perl5/site_perl/HTML/FormFu/Constraint/File.pm
  22. lib/perl5/site_perl/HTML/FormFu/Constraint/File/MIME.pm
  23. lib/perl5/site_perl/HTML/FormFu/Constraint/File/MaxSize.pm
  24. lib/perl5/site_perl/HTML/FormFu/Constraint/File/MinSize.pm
  25. lib/perl5/site_perl/HTML/FormFu/Constraint/File/Size.pm
  26. lib/perl5/site_perl/HTML/FormFu/Constraint/Integer.pm
  27. lib/perl5/site_perl/HTML/FormFu/Constraint/JSON.pm
  28. lib/perl5/site_perl/HTML/FormFu/Constraint/Length.pm
  29. lib/perl5/site_perl/HTML/FormFu/Constraint/MaxLength.pm
  30. lib/perl5/site_perl/HTML/FormFu/Constraint/MaxRange.pm
  31. lib/perl5/site_perl/HTML/FormFu/Constraint/MinLength.pm
  32. lib/perl5/site_perl/HTML/FormFu/Constraint/MinMaxFields.pm
  33. lib/perl5/site_perl/HTML/FormFu/Constraint/MinRange.pm
  34. lib/perl5/site_perl/HTML/FormFu/Constraint/Number.pm
  35. lib/perl5/site_perl/HTML/FormFu/Constraint/Printable.pm
  36. lib/perl5/site_perl/HTML/FormFu/Constraint/Range.pm
  37. lib/perl5/site_perl/HTML/FormFu/Constraint/Regex.pm
  38. lib/perl5/site_perl/HTML/FormFu/Constraint/Repeatable/Any.pm
  39. lib/perl5/site_perl/HTML/FormFu/Constraint/Required.pm
  40. lib/perl5/site_perl/HTML/FormFu/Constraint/Set.pm
  41. lib/perl5/site_perl/HTML/FormFu/Constraint/SingleValue.pm
  42. lib/perl5/site_perl/HTML/FormFu/Constraint/Word.pm
  43. lib/perl5/site_perl/HTML/FormFu/Deflator.pm
  44. lib/perl5/site_perl/HTML/FormFu/Deflator/Callback.pm
  45. lib/perl5/site_perl/HTML/FormFu/Deflator/CompoundDateTime.pm
  46. lib/perl5/site_perl/HTML/FormFu/Deflator/CompoundSplit.pm
  47. lib/perl5/site_perl/HTML/FormFu/Deflator/FormatNumber.pm
  48. lib/perl5/site_perl/HTML/FormFu/Deflator/PathClassFile.pm
  49. lib/perl5/site_perl/HTML/FormFu/Deflator/Strftime.pm
  50. lib/perl5/site_perl/HTML/FormFu/Deploy.pm
  51. lib/perl5/site_perl/HTML/FormFu/Element.pm
  52. lib/perl5/site_perl/HTML/FormFu/Element/Blank.pm
  53. lib/perl5/site_perl/HTML/FormFu/Element/Block.pm
  54. lib/perl5/site_perl/HTML/FormFu/Element/Button.pm
  55. lib/perl5/site_perl/HTML/FormFu/Element/Checkbox.pm
  56. lib/perl5/site_perl/HTML/FormFu/Element/Checkboxgroup.pm
  57. lib/perl5/site_perl/HTML/FormFu/Element/ComboBox.pm
  58. lib/perl5/site_perl/HTML/FormFu/Element/ContentButton.pm
  59. lib/perl5/site_perl/HTML/FormFu/Element/Date.pm
  60. lib/perl5/site_perl/HTML/FormFu/Element/DateTime.pm
  61. lib/perl5/site_perl/HTML/FormFu/Element/Email.pm
  62. lib/perl5/site_perl/HTML/FormFu/Element/Fieldset.pm
  63. lib/perl5/site_perl/HTML/FormFu/Element/File.pm
  64. lib/perl5/site_perl/HTML/FormFu/Element/Hidden.pm
  65. lib/perl5/site_perl/HTML/FormFu/Element/Hr.pm
  66. lib/perl5/site_perl/HTML/FormFu/Element/Image.pm
  67. lib/perl5/site_perl/HTML/FormFu/Element/Label.pm
  68. lib/perl5/site_perl/HTML/FormFu/Element/Multi.pm
  69. lib/perl5/site_perl/HTML/FormFu/Element/Number.pm
  70. lib/perl5/site_perl/HTML/FormFu/Element/Password.pm
  71. lib/perl5/site_perl/HTML/FormFu/Element/Radio.pm
  72. lib/perl5/site_perl/HTML/FormFu/Element/Radiogroup.pm
  73. lib/perl5/site_perl/HTML/FormFu/Element/Repeatable.pm
  74. lib/perl5/site_perl/HTML/FormFu/Element/Reset.pm
  75. lib/perl5/site_perl/HTML/FormFu/Element/Select.pm
  76. lib/perl5/site_perl/HTML/FormFu/Element/SimpleTable.pm
  77. lib/perl5/site_perl/HTML/FormFu/Element/Src.pm
  78. lib/perl5/site_perl/HTML/FormFu/Element/Submit.pm
  79. lib/perl5/site_perl/HTML/FormFu/Element/Text.pm
  80. lib/perl5/site_perl/HTML/FormFu/Element/Textarea.pm
  81. lib/perl5/site_perl/HTML/FormFu/Element/URL.pm
  82. lib/perl5/site_perl/HTML/FormFu/Exception.pm
  83. lib/perl5/site_perl/HTML/FormFu/Exception/Constraint.pm
  84. lib/perl5/site_perl/HTML/FormFu/Exception/Inflator.pm
  85. lib/perl5/site_perl/HTML/FormFu/Exception/Input.pm
  86. lib/perl5/site_perl/HTML/FormFu/Exception/Transformer.pm
  87. lib/perl5/site_perl/HTML/FormFu/Exception/Validator.pm
  88. lib/perl5/site_perl/HTML/FormFu/FakeQuery.pm
  89. lib/perl5/site_perl/HTML/FormFu/Filter.pm
  90. lib/perl5/site_perl/HTML/FormFu/Filter/Callback.pm
  91. lib/perl5/site_perl/HTML/FormFu/Filter/CompoundJoin.pm
  92. lib/perl5/site_perl/HTML/FormFu/Filter/CompoundSprintf.pm
  93. lib/perl5/site_perl/HTML/FormFu/Filter/CopyValue.pm
  94. lib/perl5/site_perl/HTML/FormFu/Filter/Encode.pm
  95. lib/perl5/site_perl/HTML/FormFu/Filter/ForceListValue.pm
  96. lib/perl5/site_perl/HTML/FormFu/Filter/FormatNumber.pm
  97. lib/perl5/site_perl/HTML/FormFu/Filter/HTMLEscape.pm
  98. lib/perl5/site_perl/HTML/FormFu/Filter/HTMLScrubber.pm
  99. lib/perl5/site_perl/HTML/FormFu/Filter/LowerCase.pm
  100. lib/perl5/site_perl/HTML/FormFu/Filter/NonNumeric.pm
  101. lib/perl5/site_perl/HTML/FormFu/Filter/Regex.pm
  102. lib/perl5/site_perl/HTML/FormFu/Filter/Split.pm
  103. lib/perl5/site_perl/HTML/FormFu/Filter/TrimEdges.pm
  104. lib/perl5/site_perl/HTML/FormFu/Filter/UpperCase.pm
  105. lib/perl5/site_perl/HTML/FormFu/Filter/Whitespace.pm
  106. lib/perl5/site_perl/HTML/FormFu/I18N.pm
  107. lib/perl5/site_perl/HTML/FormFu/I18N/bg.pm
  108. lib/perl5/site_perl/HTML/FormFu/I18N/cs.pm
  109. lib/perl5/site_perl/HTML/FormFu/I18N/da.pm
  110. lib/perl5/site_perl/HTML/FormFu/I18N/de.pm
  111. lib/perl5/site_perl/HTML/FormFu/I18N/en.pm
  112. lib/perl5/site_perl/HTML/FormFu/I18N/es.pm
  113. lib/perl5/site_perl/HTML/FormFu/I18N/fr.pm
  114. lib/perl5/site_perl/HTML/FormFu/I18N/hu.pm
  115. lib/perl5/site_perl/HTML/FormFu/I18N/it.pm
  116. lib/perl5/site_perl/HTML/FormFu/I18N/ja.pm
  117. lib/perl5/site_perl/HTML/FormFu/I18N/no.pm
  118. lib/perl5/site_perl/HTML/FormFu/I18N/pt_br.pm
  119. lib/perl5/site_perl/HTML/FormFu/I18N/pt_pt.pm
  120. lib/perl5/site_perl/HTML/FormFu/I18N/ro.pm
  121. lib/perl5/site_perl/HTML/FormFu/I18N/ru.pm
  122. lib/perl5/site_perl/HTML/FormFu/I18N/tr.pm
  123. lib/perl5/site_perl/HTML/FormFu/I18N/ua.pm
  124. lib/perl5/site_perl/HTML/FormFu/I18N/zh_cn.pm
  125. lib/perl5/site_perl/HTML/FormFu/Inflator.pm
  126. lib/perl5/site_perl/HTML/FormFu/Inflator/Callback.pm
  127. lib/perl5/site_perl/HTML/FormFu/Inflator/CompoundDateTime.pm
  128. lib/perl5/site_perl/HTML/FormFu/Inflator/DateTime.pm
  129. lib/perl5/site_perl/HTML/FormFu/Literal.pm
  130. lib/perl5/site_perl/HTML/FormFu/Localize.pm
  131. lib/perl5/site_perl/HTML/FormFu/Manual/Cookbook.pod
  132. lib/perl5/site_perl/HTML/FormFu/Manual/Unicode.pod
  133. lib/perl5/site_perl/HTML/FormFu/Model.pm
  134. lib/perl5/site_perl/HTML/FormFu/Model/HashRef.pm
  135. lib/perl5/site_perl/HTML/FormFu/ObjectUtil.pm
  136. lib/perl5/site_perl/HTML/FormFu/OutputProcessor.pm
  137. lib/perl5/site_perl/HTML/FormFu/OutputProcessor/Indent.pm
  138. lib/perl5/site_perl/HTML/FormFu/OutputProcessor/StripWhitespace.pm
  139. lib/perl5/site_perl/HTML/FormFu/Plugin.pm
  140. lib/perl5/site_perl/HTML/FormFu/Plugin/StashValid.pm
  141. lib/perl5/site_perl/HTML/FormFu/Preload.pm
  142. lib/perl5/site_perl/HTML/FormFu/Processor.pm
  143. lib/perl5/site_perl/HTML/FormFu/QueryType/CGI.pm
  144. lib/perl5/site_perl/HTML/FormFu/QueryType/CGI/Simple.pm
  145. lib/perl5/site_perl/HTML/FormFu/QueryType/Catalyst.pm
  146. lib/perl5/site_perl/HTML/FormFu/Role/Constraint/Others.pm
  147. lib/perl5/site_perl/HTML/FormFu/Role/ContainsElements.pm
  148. lib/perl5/site_perl/HTML/FormFu/Role/ContainsElementsSharedWithField.pm
  149. lib/perl5/site_perl/HTML/FormFu/Role/CreateChildren.pm
  150. lib/perl5/site_perl/HTML/FormFu/Role/CustomRoles.pm
  151. lib/perl5/site_perl/HTML/FormFu/Role/Element/Coercible.pm
  152. lib/perl5/site_perl/HTML/FormFu/Role/Element/Field.pm
  153. lib/perl5/site_perl/HTML/FormFu/Role/Element/FieldMethods.pm
  154. lib/perl5/site_perl/HTML/FormFu/Role/Element/Group.pm
  155. lib/perl5/site_perl/HTML/FormFu/Role/Element/Input.pm
  156. lib/perl5/site_perl/HTML/FormFu/Role/Element/Layout.pm
  157. lib/perl5/site_perl/HTML/FormFu/Role/Element/MultiElement.pm
  158. lib/perl5/site_perl/HTML/FormFu/Role/Element/NonBlock.pm
  159. lib/perl5/site_perl/HTML/FormFu/Role/Element/ProcessOptionsFromModel.pm
  160. lib/perl5/site_perl/HTML/FormFu/Role/Element/SingleValueField.pm
  161. lib/perl5/site_perl/HTML/FormFu/Role/Filter/Compound.pm
  162. lib/perl5/site_perl/HTML/FormFu/Role/FormAndBlockMethods.pm
  163. lib/perl5/site_perl/HTML/FormFu/Role/FormAndElementMethods.pm
  164. lib/perl5/site_perl/HTML/FormFu/Role/FormBlockAndFieldMethods.pm
  165. lib/perl5/site_perl/HTML/FormFu/Role/GetProcessors.pm
  166. lib/perl5/site_perl/HTML/FormFu/Role/HasParent.pm
  167. lib/perl5/site_perl/HTML/FormFu/Role/NestedHashUtils.pm
  168. lib/perl5/site_perl/HTML/FormFu/Role/Populate.pm
  169. lib/perl5/site_perl/HTML/FormFu/Role/Render.pm
  170. lib/perl5/site_perl/HTML/FormFu/Transformer.pm
  171. lib/perl5/site_perl/HTML/FormFu/Transformer/Callback.pm
  172. lib/perl5/site_perl/HTML/FormFu/Upload.pm
  173. lib/perl5/site_perl/HTML/FormFu/UploadParam.pm
  174. lib/perl5/site_perl/HTML/FormFu/Util.pm
  175. lib/perl5/site_perl/HTML/FormFu/Validator.pm
  176. lib/perl5/site_perl/HTML/FormFu/Validator/Callback.pm
  177. lib/perl5/site_perl/auto/share/dist/HTML-FormFu/templates/tt/xhtml/block
  178. lib/perl5/site_perl/auto/share/dist/HTML-FormFu/templates/tt/xhtml/end_block
  179. lib/perl5/site_perl/auto/share/dist/HTML-FormFu/templates/tt/xhtml/end_form
  180. lib/perl5/site_perl/auto/share/dist/HTML-FormFu/templates/tt/xhtml/field
  181. lib/perl5/site_perl/auto/share/dist/HTML-FormFu/templates/tt/xhtml/field_layout
  182. lib/perl5/site_perl/auto/share/dist/HTML-FormFu/templates/tt/xhtml/field_layout_block
  183. lib/perl5/site_perl/auto/share/dist/HTML-FormFu/templates/tt/xhtml/field_layout_checkboxgroup_field
  184. lib/perl5/site_perl/auto/share/dist/HTML-FormFu/templates/tt/xhtml/field_layout_comment
  185. lib/perl5/site_perl/auto/share/dist/HTML-FormFu/templates/tt/xhtml/field_layout_contentbutton_field
  186. lib/perl5/site_perl/auto/share/dist/HTML-FormFu/templates/tt/xhtml/field_layout_errors
  187. lib/perl5/site_perl/auto/share/dist/HTML-FormFu/templates/tt/xhtml/field_layout_field
  188. lib/perl5/site_perl/auto/share/dist/HTML-FormFu/templates/tt/xhtml/field_layout_javascript
  189. lib/perl5/site_perl/auto/share/dist/HTML-FormFu/templates/tt/xhtml/field_layout_label
  190. lib/perl5/site_perl/auto/share/dist/HTML-FormFu/templates/tt/xhtml/field_layout_label_field
  191. lib/perl5/site_perl/auto/share/dist/HTML-FormFu/templates/tt/xhtml/field_layout_label_text
  192. lib/perl5/site_perl/auto/share/dist/HTML-FormFu/templates/tt/xhtml/field_layout_multi_field
  193. lib/perl5/site_perl/auto/share/dist/HTML-FormFu/templates/tt/xhtml/field_layout_parser
  194. lib/perl5/site_perl/auto/share/dist/HTML-FormFu/templates/tt/xhtml/field_layout_select_field
  195. lib/perl5/site_perl/auto/share/dist/HTML-FormFu/templates/tt/xhtml/field_layout_textarea_field
  196. lib/perl5/site_perl/auto/share/dist/HTML-FormFu/templates/tt/xhtml/form
  197. lib/perl5/site_perl/auto/share/dist/HTML-FormFu/templates/tt/xhtml/non_block
  198. lib/perl5/site_perl/auto/share/dist/HTML-FormFu/templates/tt/xhtml/recaptcha
  199. lib/perl5/site_perl/auto/share/dist/HTML-FormFu/templates/tt/xhtml/repeatable
  200. lib/perl5/site_perl/auto/share/dist/HTML-FormFu/templates/tt/xhtml/start_block
  201. lib/perl5/site_perl/auto/share/dist/HTML-FormFu/templates/tt/xhtml/start_form
  202. lib/perl5/site_perl/man/man1/html_formfu_deploy.pl.1.gz
  203. lib/perl5/site_perl/man/man1/html_formfu_dumpconf.pl.1.gz
  204. lib/perl5/site_perl/man/man3/HTML::FormFu.3.gz
  205. lib/perl5/site_perl/man/man3/HTML::FormFu::Attribute.3.gz
  206. lib/perl5/site_perl/man/man3/HTML::FormFu::Constants.3.gz
  207. lib/perl5/site_perl/man/man3/HTML::FormFu::Constraint.3.gz
  208. lib/perl5/site_perl/man/man3/HTML::FormFu::Constraint::ASCII.3.gz
  209. lib/perl5/site_perl/man/man3/HTML::FormFu::Constraint::AllOrNone.3.gz
  210. lib/perl5/site_perl/man/man3/HTML::FormFu::Constraint::AutoSet.3.gz
  211. lib/perl5/site_perl/man/man3/HTML::FormFu::Constraint::Bool.3.gz
  212. lib/perl5/site_perl/man/man3/HTML::FormFu::Constraint::Callback.3.gz
  213. lib/perl5/site_perl/man/man3/HTML::FormFu::Constraint::CallbackOnce.3.gz
  214. lib/perl5/site_perl/man/man3/HTML::FormFu::Constraint::DateTime.3.gz
  215. lib/perl5/site_perl/man/man3/HTML::FormFu::Constraint::DependOn.3.gz
  216. lib/perl5/site_perl/man/man3/HTML::FormFu::Constraint::Email.3.gz
  217. lib/perl5/site_perl/man/man3/HTML::FormFu::Constraint::Equal.3.gz
  218. lib/perl5/site_perl/man/man3/HTML::FormFu::Constraint::File.3.gz
  219. lib/perl5/site_perl/man/man3/HTML::FormFu::Constraint::File::MIME.3.gz
  220. lib/perl5/site_perl/man/man3/HTML::FormFu::Constraint::File::MaxSize.3.gz
  221. lib/perl5/site_perl/man/man3/HTML::FormFu::Constraint::File::MinSize.3.gz
  222. lib/perl5/site_perl/man/man3/HTML::FormFu::Constraint::File::Size.3.gz
  223. lib/perl5/site_perl/man/man3/HTML::FormFu::Constraint::Integer.3.gz
  224. lib/perl5/site_perl/man/man3/HTML::FormFu::Constraint::JSON.3.gz
  225. lib/perl5/site_perl/man/man3/HTML::FormFu::Constraint::Length.3.gz
  226. lib/perl5/site_perl/man/man3/HTML::FormFu::Constraint::MaxLength.3.gz
  227. lib/perl5/site_perl/man/man3/HTML::FormFu::Constraint::MaxRange.3.gz
  228. lib/perl5/site_perl/man/man3/HTML::FormFu::Constraint::MinLength.3.gz
  229. lib/perl5/site_perl/man/man3/HTML::FormFu::Constraint::MinMaxFields.3.gz
  230. lib/perl5/site_perl/man/man3/HTML::FormFu::Constraint::MinRange.3.gz
  231. lib/perl5/site_perl/man/man3/HTML::FormFu::Constraint::Number.3.gz
  232. lib/perl5/site_perl/man/man3/HTML::FormFu::Constraint::Printable.3.gz
  233. lib/perl5/site_perl/man/man3/HTML::FormFu::Constraint::Range.3.gz
  234. lib/perl5/site_perl/man/man3/HTML::FormFu::Constraint::Regex.3.gz
  235. lib/perl5/site_perl/man/man3/HTML::FormFu::Constraint::Repeatable::Any.3.gz
  236. lib/perl5/site_perl/man/man3/HTML::FormFu::Constraint::Required.3.gz
  237. lib/perl5/site_perl/man/man3/HTML::FormFu::Constraint::Set.3.gz
  238. lib/perl5/site_perl/man/man3/HTML::FormFu::Constraint::SingleValue.3.gz
  239. lib/perl5/site_perl/man/man3/HTML::FormFu::Constraint::Word.3.gz
  240. lib/perl5/site_perl/man/man3/HTML::FormFu::Deflator.3.gz
  241. lib/perl5/site_perl/man/man3/HTML::FormFu::Deflator::Callback.3.gz
  242. lib/perl5/site_perl/man/man3/HTML::FormFu::Deflator::CompoundDateTime.3.gz
  243. lib/perl5/site_perl/man/man3/HTML::FormFu::Deflator::CompoundSplit.3.gz
  244. lib/perl5/site_perl/man/man3/HTML::FormFu::Deflator::FormatNumber.3.gz
  245. lib/perl5/site_perl/man/man3/HTML::FormFu::Deflator::PathClassFile.3.gz
  246. lib/perl5/site_perl/man/man3/HTML::FormFu::Deflator::Strftime.3.gz
  247. lib/perl5/site_perl/man/man3/HTML::FormFu::Deploy.3.gz
  248. lib/perl5/site_perl/man/man3/HTML::FormFu::Element.3.gz
  249. lib/perl5/site_perl/man/man3/HTML::FormFu::Element::Blank.3.gz
  250. lib/perl5/site_perl/man/man3/HTML::FormFu::Element::Block.3.gz
  251. lib/perl5/site_perl/man/man3/HTML::FormFu::Element::Button.3.gz
  252. lib/perl5/site_perl/man/man3/HTML::FormFu::Element::Checkbox.3.gz
  253. lib/perl5/site_perl/man/man3/HTML::FormFu::Element::Checkboxgroup.3.gz
  254. lib/perl5/site_perl/man/man3/HTML::FormFu::Element::ComboBox.3.gz
  255. lib/perl5/site_perl/man/man3/HTML::FormFu::Element::ContentButton.3.gz
  256. lib/perl5/site_perl/man/man3/HTML::FormFu::Element::Date.3.gz
  257. lib/perl5/site_perl/man/man3/HTML::FormFu::Element::DateTime.3.gz
  258. lib/perl5/site_perl/man/man3/HTML::FormFu::Element::Email.3.gz
  259. lib/perl5/site_perl/man/man3/HTML::FormFu::Element::Fieldset.3.gz
  260. lib/perl5/site_perl/man/man3/HTML::FormFu::Element::File.3.gz
  261. lib/perl5/site_perl/man/man3/HTML::FormFu::Element::Hidden.3.gz
  262. lib/perl5/site_perl/man/man3/HTML::FormFu::Element::Hr.3.gz
  263. lib/perl5/site_perl/man/man3/HTML::FormFu::Element::Image.3.gz
  264. lib/perl5/site_perl/man/man3/HTML::FormFu::Element::Label.3.gz
  265. lib/perl5/site_perl/man/man3/HTML::FormFu::Element::Multi.3.gz
  266. lib/perl5/site_perl/man/man3/HTML::FormFu::Element::Number.3.gz
  267. lib/perl5/site_perl/man/man3/HTML::FormFu::Element::Password.3.gz
  268. lib/perl5/site_perl/man/man3/HTML::FormFu::Element::Radio.3.gz
  269. lib/perl5/site_perl/man/man3/HTML::FormFu::Element::Radiogroup.3.gz
  270. lib/perl5/site_perl/man/man3/HTML::FormFu::Element::Repeatable.3.gz
  271. lib/perl5/site_perl/man/man3/HTML::FormFu::Element::Reset.3.gz
  272. lib/perl5/site_perl/man/man3/HTML::FormFu::Element::Select.3.gz
  273. lib/perl5/site_perl/man/man3/HTML::FormFu::Element::SimpleTable.3.gz
  274. lib/perl5/site_perl/man/man3/HTML::FormFu::Element::Src.3.gz
  275. lib/perl5/site_perl/man/man3/HTML::FormFu::Element::Submit.3.gz
  276. lib/perl5/site_perl/man/man3/HTML::FormFu::Element::Text.3.gz
  277. lib/perl5/site_perl/man/man3/HTML::FormFu::Element::Textarea.3.gz
  278. lib/perl5/site_perl/man/man3/HTML::FormFu::Element::URL.3.gz
  279. lib/perl5/site_perl/man/man3/HTML::FormFu::Exception.3.gz
  280. lib/perl5/site_perl/man/man3/HTML::FormFu::Exception::Constraint.3.gz
  281. lib/perl5/site_perl/man/man3/HTML::FormFu::Exception::Inflator.3.gz
  282. lib/perl5/site_perl/man/man3/HTML::FormFu::Exception::Input.3.gz
  283. lib/perl5/site_perl/man/man3/HTML::FormFu::Exception::Transformer.3.gz
  284. lib/perl5/site_perl/man/man3/HTML::FormFu::Exception::Validator.3.gz
  285. lib/perl5/site_perl/man/man3/HTML::FormFu::FakeQuery.3.gz
  286. lib/perl5/site_perl/man/man3/HTML::FormFu::Filter.3.gz
  287. lib/perl5/site_perl/man/man3/HTML::FormFu::Filter::Callback.3.gz
  288. lib/perl5/site_perl/man/man3/HTML::FormFu::Filter::CompoundJoin.3.gz
  289. lib/perl5/site_perl/man/man3/HTML::FormFu::Filter::CompoundSprintf.3.gz
  290. lib/perl5/site_perl/man/man3/HTML::FormFu::Filter::CopyValue.3.gz
  291. lib/perl5/site_perl/man/man3/HTML::FormFu::Filter::Encode.3.gz
  292. lib/perl5/site_perl/man/man3/HTML::FormFu::Filter::ForceListValue.3.gz
  293. lib/perl5/site_perl/man/man3/HTML::FormFu::Filter::FormatNumber.3.gz
  294. lib/perl5/site_perl/man/man3/HTML::FormFu::Filter::HTMLEscape.3.gz
  295. lib/perl5/site_perl/man/man3/HTML::FormFu::Filter::HTMLScrubber.3.gz
  296. lib/perl5/site_perl/man/man3/HTML::FormFu::Filter::LowerCase.3.gz
  297. lib/perl5/site_perl/man/man3/HTML::FormFu::Filter::NonNumeric.3.gz
  298. lib/perl5/site_perl/man/man3/HTML::FormFu::Filter::Regex.3.gz
  299. lib/perl5/site_perl/man/man3/HTML::FormFu::Filter::Split.3.gz
  300. lib/perl5/site_perl/man/man3/HTML::FormFu::Filter::TrimEdges.3.gz
  301. lib/perl5/site_perl/man/man3/HTML::FormFu::Filter::UpperCase.3.gz
  302. lib/perl5/site_perl/man/man3/HTML::FormFu::Filter::Whitespace.3.gz
  303. lib/perl5/site_perl/man/man3/HTML::FormFu::I18N.3.gz
  304. lib/perl5/site_perl/man/man3/HTML::FormFu::I18N::bg.3.gz
  305. lib/perl5/site_perl/man/man3/HTML::FormFu::I18N::cs.3.gz
  306. lib/perl5/site_perl/man/man3/HTML::FormFu::I18N::da.3.gz
  307. lib/perl5/site_perl/man/man3/HTML::FormFu::I18N::de.3.gz
  308. lib/perl5/site_perl/man/man3/HTML::FormFu::I18N::en.3.gz
  309. lib/perl5/site_perl/man/man3/HTML::FormFu::I18N::es.3.gz
  310. lib/perl5/site_perl/man/man3/HTML::FormFu::I18N::fr.3.gz
  311. lib/perl5/site_perl/man/man3/HTML::FormFu::I18N::hu.3.gz
  312. lib/perl5/site_perl/man/man3/HTML::FormFu::I18N::it.3.gz
  313. lib/perl5/site_perl/man/man3/HTML::FormFu::I18N::ja.3.gz
  314. lib/perl5/site_perl/man/man3/HTML::FormFu::I18N::no.3.gz
  315. lib/perl5/site_perl/man/man3/HTML::FormFu::I18N::pt_br.3.gz
  316. lib/perl5/site_perl/man/man3/HTML::FormFu::I18N::pt_pt.3.gz
  317. lib/perl5/site_perl/man/man3/HTML::FormFu::I18N::ro.3.gz
  318. lib/perl5/site_perl/man/man3/HTML::FormFu::I18N::ru.3.gz
  319. lib/perl5/site_perl/man/man3/HTML::FormFu::I18N::tr.3.gz
  320. lib/perl5/site_perl/man/man3/HTML::FormFu::I18N::ua.3.gz
  321. lib/perl5/site_perl/man/man3/HTML::FormFu::I18N::zh_cn.3.gz
  322. lib/perl5/site_perl/man/man3/HTML::FormFu::Inflator.3.gz
  323. lib/perl5/site_perl/man/man3/HTML::FormFu::Inflator::Callback.3.gz
  324. lib/perl5/site_perl/man/man3/HTML::FormFu::Inflator::CompoundDateTime.3.gz
  325. lib/perl5/site_perl/man/man3/HTML::FormFu::Inflator::DateTime.3.gz
  326. lib/perl5/site_perl/man/man3/HTML::FormFu::Literal.3.gz
  327. lib/perl5/site_perl/man/man3/HTML::FormFu::Localize.3.gz
  328. lib/perl5/site_perl/man/man3/HTML::FormFu::Manual::Cookbook.3.gz
  329. lib/perl5/site_perl/man/man3/HTML::FormFu::Manual::Unicode.3.gz
  330. lib/perl5/site_perl/man/man3/HTML::FormFu::Model.3.gz
  331. lib/perl5/site_perl/man/man3/HTML::FormFu::Model::HashRef.3.gz
  332. lib/perl5/site_perl/man/man3/HTML::FormFu::ObjectUtil.3.gz
  333. lib/perl5/site_perl/man/man3/HTML::FormFu::OutputProcessor.3.gz
  334. lib/perl5/site_perl/man/man3/HTML::FormFu::OutputProcessor::Indent.3.gz
  335. lib/perl5/site_perl/man/man3/HTML::FormFu::OutputProcessor::StripWhitespace.3.gz
  336. lib/perl5/site_perl/man/man3/HTML::FormFu::Plugin.3.gz
  337. lib/perl5/site_perl/man/man3/HTML::FormFu::Plugin::StashValid.3.gz
  338. lib/perl5/site_perl/man/man3/HTML::FormFu::Preload.3.gz
  339. lib/perl5/site_perl/man/man3/HTML::FormFu::Processor.3.gz
  340. lib/perl5/site_perl/man/man3/HTML::FormFu::QueryType::CGI.3.gz
  341. lib/perl5/site_perl/man/man3/HTML::FormFu::QueryType::CGI::Simple.3.gz
  342. lib/perl5/site_perl/man/man3/HTML::FormFu::QueryType::Catalyst.3.gz
  343. lib/perl5/site_perl/man/man3/HTML::FormFu::Role::Constraint::Others.3.gz
  344. lib/perl5/site_perl/man/man3/HTML::FormFu::Role::ContainsElements.3.gz
  345. lib/perl5/site_perl/man/man3/HTML::FormFu::Role::ContainsElementsSharedWithField.3.gz
  346. lib/perl5/site_perl/man/man3/HTML::FormFu::Role::CreateChildren.3.gz
  347. lib/perl5/site_perl/man/man3/HTML::FormFu::Role::CustomRoles.3.gz
  348. lib/perl5/site_perl/man/man3/HTML::FormFu::Role::Element::Coercible.3.gz
  349. lib/perl5/site_perl/man/man3/HTML::FormFu::Role::Element::Field.3.gz
  350. lib/perl5/site_perl/man/man3/HTML::FormFu::Role::Element::FieldMethods.3.gz
  351. lib/perl5/site_perl/man/man3/HTML::FormFu::Role::Element::Group.3.gz
  352. lib/perl5/site_perl/man/man3/HTML::FormFu::Role::Element::Input.3.gz
  353. lib/perl5/site_perl/man/man3/HTML::FormFu::Role::Element::Layout.3.gz
  354. lib/perl5/site_perl/man/man3/HTML::FormFu::Role::Element::MultiElement.3.gz
  355. lib/perl5/site_perl/man/man3/HTML::FormFu::Role::Element::NonBlock.3.gz
  356. lib/perl5/site_perl/man/man3/HTML::FormFu::Role::Element::ProcessOptionsFromModel.3.gz
  357. lib/perl5/site_perl/man/man3/HTML::FormFu::Role::Element::SingleValueField.3.gz
  358. lib/perl5/site_perl/man/man3/HTML::FormFu::Role::Filter::Compound.3.gz
  359. lib/perl5/site_perl/man/man3/HTML::FormFu::Role::FormAndBlockMethods.3.gz
  360. lib/perl5/site_perl/man/man3/HTML::FormFu::Role::FormAndElementMethods.3.gz
  361. lib/perl5/site_perl/man/man3/HTML::FormFu::Role::FormBlockAndFieldMethods.3.gz
  362. lib/perl5/site_perl/man/man3/HTML::FormFu::Role::GetProcessors.3.gz
  363. lib/perl5/site_perl/man/man3/HTML::FormFu::Role::HasParent.3.gz
  364. lib/perl5/site_perl/man/man3/HTML::FormFu::Role::NestedHashUtils.3.gz
  365. lib/perl5/site_perl/man/man3/HTML::FormFu::Role::Populate.3.gz
  366. lib/perl5/site_perl/man/man3/HTML::FormFu::Role::Render.3.gz
  367. lib/perl5/site_perl/man/man3/HTML::FormFu::Transformer.3.gz
  368. lib/perl5/site_perl/man/man3/HTML::FormFu::Transformer::Callback.3.gz
  369. lib/perl5/site_perl/man/man3/HTML::FormFu::Upload.3.gz
  370. lib/perl5/site_perl/man/man3/HTML::FormFu::UploadParam.3.gz
  371. lib/perl5/site_perl/man/man3/HTML::FormFu::Util.3.gz
  372. lib/perl5/site_perl/man/man3/HTML::FormFu::Validator.3.gz
  373. lib/perl5/site_perl/man/man3/HTML::FormFu::Validator::Callback.3.gz
  374. @owner
  375. @group
  376. @mode
Collapse this list.
Dependency lines:
  • p5-HTML-FormFu>0:www/p5-HTML-FormFu
To install the port:
cd /usr/ports/www/p5-HTML-FormFu/ && make install clean
To add the package, run one of these commands:
  • pkg install www/p5-HTML-FormFu
  • pkg install p5-HTML-FormFu
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: p5-HTML-FormFu
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1545638414 SHA256 (HTML-FormFu-2.07.tar.gz) = 4f2f017f7a8754fbb6e91206c88ed13c756a14e3bea178188c3b97746366eb32 SIZE (HTML-FormFu-2.07.tar.gz) = 342125

Packages (timestamps in pop-ups are UTC):
p5-HTML-FormFu
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest2.072.072.072.072.07-2.07-
FreeBSD:13:quarterly2.072.072.072.072.072.072.072.07
FreeBSD:14:latest2.072.072.072.072.072.07-2.07
FreeBSD:14:quarterly2.072.07-2.072.072.072.072.07
FreeBSD:15:latest2.072.07n/a2.07n/a2.072.072.07
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. p5-File-ShareDir-Install>=0.03 : devel/p5-File-ShareDir-Install
  2. p5-Clone>=0.31 : devel/p5-Clone
  3. p5-Config-Any>=0.18 : devel/p5-Config-Any
  4. p5-Data-Visitor>=0.26 : devel/p5-Data-Visitor
  5. p5-DateTime>=0.54 : devel/p5-DateTime
  6. p5-DateTime-Format-Builder>=0.79.01 : devel/p5-DateTime-Format-Builder
  7. p5-DateTime-Format-Natural>=0 : devel/p5-DateTime-Format-Natural
  8. p5-DateTime-Format-Strptime>=1.20 : devel/p5-DateTime-Format-Strptime
  9. p5-DateTime-Locale>=0.45 : devel/p5-DateTime-Locale
  10. p5-Email-Valid>=0 : mail/p5-Email-Valid
  11. p5-File-ShareDir>=0 : devel/p5-File-ShareDir
  12. p5-HTML-Scrubber>=0 : www/p5-HTML-Scrubber
  13. p5-HTML-TokeParser-Simple>=3.14 : www/p5-HTML-TokeParser-Simple
  14. p5-HTTP-Message>=1.64 : www/p5-HTTP-Message
  15. p5-Hash-Flatten>=0 : devel/p5-Hash-Flatten
  16. p5-JSON-MaybeXS>=0 : converters/p5-JSON-MaybeXS
  17. p5-List-MoreUtils>=0 : lang/p5-List-MoreUtils
  18. p5-Moose>=2 : devel/p5-Moose
  19. p5-MooseX-Aliases>=0 : devel/p5-MooseX-Aliases
  20. p5-MooseX-Attribute-Chained>=1.0.2 : devel/p5-MooseX-Attribute-Chained
  21. p5-Number-Format>=0 : textproc/p5-Number-Format
  22. p5-Path-Class>=0 : devel/p5-Path-Class
  23. p5-Readonly>=0 : devel/p5-Readonly
  24. p5-Regexp-Common>=0 : textproc/p5-Regexp-Common
  25. p5-Task-Weaken>=0 : devel/p5-Task-Weaken
  26. p5-YAML-LibYAML>=0.32 : textproc/p5-YAML-LibYAML
  27. perl5>=5.32.r0<5.33 : lang/perl5.32
  28. perl5>=5.32.r0<5.33 : lang/perl5.32
Runtime dependencies:
  1. p5-Clone>=0.31 : devel/p5-Clone
  2. p5-Config-Any>=0.18 : devel/p5-Config-Any
  3. p5-Data-Visitor>=0.26 : devel/p5-Data-Visitor
  4. p5-DateTime>=0.54 : devel/p5-DateTime
  5. p5-DateTime-Format-Builder>=0.79.01 : devel/p5-DateTime-Format-Builder
  6. p5-DateTime-Format-Natural>=0 : devel/p5-DateTime-Format-Natural
  7. p5-DateTime-Format-Strptime>=1.20 : devel/p5-DateTime-Format-Strptime
  8. p5-DateTime-Locale>=0.45 : devel/p5-DateTime-Locale
  9. p5-Email-Valid>=0 : mail/p5-Email-Valid
  10. p5-File-ShareDir>=0 : devel/p5-File-ShareDir
  11. p5-HTML-Scrubber>=0 : www/p5-HTML-Scrubber
  12. p5-HTML-TokeParser-Simple>=3.14 : www/p5-HTML-TokeParser-Simple
  13. p5-HTTP-Message>=1.64 : www/p5-HTTP-Message
  14. p5-Hash-Flatten>=0 : devel/p5-Hash-Flatten
  15. p5-JSON-MaybeXS>=0 : converters/p5-JSON-MaybeXS
  16. p5-List-MoreUtils>=0 : lang/p5-List-MoreUtils
  17. p5-Moose>=2 : devel/p5-Moose
  18. p5-MooseX-Aliases>=0 : devel/p5-MooseX-Aliases
  19. p5-MooseX-Attribute-Chained>=1.0.2 : devel/p5-MooseX-Attribute-Chained
  20. p5-Number-Format>=0 : textproc/p5-Number-Format
  21. p5-Path-Class>=0 : devel/p5-Path-Class
  22. p5-Readonly>=0 : devel/p5-Readonly
  23. p5-Regexp-Common>=0 : textproc/p5-Regexp-Common
  24. p5-Task-Weaken>=0 : devel/p5-Task-Weaken
  25. p5-YAML-LibYAML>=0.32 : textproc/p5-YAML-LibYAML
  26. perl5>=5.32.r0<5.33 : lang/perl5.32
This port is required by:
for Build
  1. www/p5-Catalyst-Controller-HTML-FormFu
  2. www/p5-HTML-FormFu-Imager
  3. www/p5-HTML-FormFu-Model-DBIC
  4. www/p5-HTML-FormFu-MultiForm
  5. www/p5-MojoMojo
for Run
  1. www/p5-Catalyst-Controller-HTML-FormFu
  2. www/p5-HTML-FormFu-Imager
  3. www/p5-HTML-FormFu-Model-DBIC
  4. www/p5-HTML-FormFu-MultiForm
  5. www/p5-MojoMojo

Configuration Options:
No options to configure
Options name:
www_p5-HTML-FormFu
USES:
perl5
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (12 items)
Collapse this list.
  1. ftp://ftp.auckland.ac.nz/pub/perl/CPAN/modules/by-module/HTML/
  2. ftp://ftp.cpan.org/pub/CPAN/modules/by-module/
  3. ftp://ftp.cpan.org/pub/CPAN/modules/by-module/HTML/
  4. ftp://ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/HTML/
  5. ftp://ftp.kddlabs.co.jp/lang/perl/CPAN/modules/by-module/HTML/
  6. ftp://ftp.mirrorservice.org/sites/cpan.perl.org/CPAN/modules/by-module/HTML/
  7. http://backpan.perl.org/modules/by-module/HTML/
  8. http://ftp.jaist.ac.jp/pub/CPAN/modules/by-module/HTML/
  9. http://ftp.twaren.net/Unix/Lang/CPAN/modules/by-module/HTML/
  10. https://cpan.metacpan.org/modules/by-module/
  11. https://cpan.metacpan.org/modules/by-module/HTML/
  12. https://www.cpan.org/modules/by-module/HTML/
Collapse this list.

Number of commits found: 58

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2.07
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
2.07
20 Jul 2022 14:23:26
commit hash: e915e756715f12e5e0e46993b1265f44690b4a90commit hash: e915e756715f12e5e0e46993b1265f44690b4a90commit hash: e915e756715f12e5e0e46993b1265f44690b4a90commit hash: e915e756715f12e5e0e46993b1265f44690b4a90 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
www: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *
  *  <hvo.pm@xs4all.nl>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Aaron LI <aly@aaronly.me>
  *  Aaron Zauner <az_mail@gmx.at>
  *  Abel Chow <achow@transoft.net>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
  *  Adrian Steinmann <ast@marabu.ch>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
2.07
20 Jun 2021 11:39:39
commit hash: 96f0d70cf857aa08a7a0894f0fbb9b569448fdf4commit hash: 96f0d70cf857aa08a7a0894f0fbb9b569448fdf4commit hash: 96f0d70cf857aa08a7a0894f0fbb9b569448fdf4commit hash: 96f0d70cf857aa08a7a0894f0fbb9b569448fdf4 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/p5-HTML-FormFu: Cosmetic change
2.07
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
2.07
24 Dec 2018 08:32:56
Revision:488262Original commit files touched by this commit
wen search for other commits by this committer
- Update to 2.07
Chnages: https://metacpan.org/changes/distribution/HTML-FormFu
2.06
06 Oct 2018 13:06:45
Revision:481365Original commit files touched by this commit
des search for other commits by this committer
Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
for where it resulted in a change in output from build-depends-list or
run-depends-list.

Approved by:	portmgr (adamw)
2.06
27 May 2018 20:15:20
Revision:470993Original commit files touched by this commit
sunpoet search for other commits by this committer
Update WWW

search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.

With hat:	perl
2.06
10 Apr 2018 17:38:55
Revision:466972Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.06

- Add LICENSE_FILE
- Sort PLIST

Changes:	http://search.cpan.org/dist/HTML-FormFu/Changes
2.05
15 Sep 2017 08:58:50
Revision:449893Original commit files touched by this commit
mat search for other commits by this committer
Fix license information for portgs that use "the same license as Perl".

Sponsored by:	Absolight
2.05
10 Oct 2016 20:56:16
Revision:423718Original commit files touched by this commit
adamw search for other commits by this committer
Update to 2.05.

Changes: https://metacpan.org/changes/distribution/HTML-FormFu
2.03
25 Jun 2016 14:05:05
Revision:417469Original commit files touched by this commit
adamw search for other commits by this committer
Update to 2.03. Add p5-CGI to TEST_DEPENDS.

Changes: https://metacpan.org/changes/distribution/HTML-FormFu
2.02
21 Jun 2016 15:10:00
Revision:417270Original commit files touched by this commit
mat search for other commits by this committer
Update to 2.02.

Sponsored by:	Absolight
2.01_1
19 May 2016 10:53:06
Revision:415500Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Fix trailing whitespace in pkg-descrs, categories [p-x]*

Approved by:	portmgr blanket
2.01_1
01 Apr 2016 14:33:58
Revision:412351Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.

With hat:	portmgr
Sponsored by:	Absolight
2.01_1
01 Oct 2015 15:59:04
Revision:398340Original commit files touched by this commit
sunpoet search for other commits by this committer
- Add NO_ARCH
2.01_1
14 Sep 2015 12:19:50
Revision:396892Original commit files touched by this commit
mat search for other commits by this committer
Make it so that the default Perl is always called perl5.

- Move Perl's man1 files along with its man3 files.
- Move where Perl installs its modules man1 pages.
- Convert the ports installing man1 pages.
- Make different Perl versions installable at the same time.
  Though you should note that only the default version can be used to
  install Perl modules, and the non default Perl versions cannot use the
  modules installed via ports if they contain .so as they are installed
  in a version specific directory.

Reviewed by:	bapt (the Mk bits)
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3542
2.01_1
26 Nov 2014 13:08:38
Revision:373448Original commit files touched by this commit
mat search for other commits by this committer
Change the way Perl modules are installed, update the default Perl to 5.18.

Before, we had:

  site_perl :           lib/perl5/site_perl/5.18
  site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
  perl_man3 :           lib/perl5/5.18/man/man3

Now we have:

  site_perl : lib/perl5/site_perl
  site_arch : lib/perl5/site_perl/mach/5.18
  perl_man3 : lib/perl5/site_perl/man/man3

Modules without any .so will be installed at the same place regardless of the
(Only the first 15 lines of the commit message are shown above View all of this commit message)
2.01
21 May 2014 07:55:05
Revision:354722Original commit files touched by this commit
az search for other commits by this committer
- Update to 2.01

PR:		ports/189969
Submitted by:	Oleg A. Mamontov <oleg@mamontov.net>
1.00
31 Dec 2013 05:14:29
Revision:338233Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 1.00
- Fix *_DEPENDS
- Sort PLIST

Changes:	http://search.cpan.org/dist/HTML-FormFu/Changes
0.09010
07 Nov 2013 17:56:47
Revision:333145Original commit files touched by this commit
bapt search for other commits by this committer
Fix staging (all the manpages are compressed when staged)
0.09010
04 Nov 2013 09:57:55
Revision:332678Original commit files touched by this commit
az search for other commits by this committer
- support STAGEDIR
- add LICENSE
0.09010
20 Sep 2013 23:36:54
Revision:327776Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
www)
0.09010
29 Aug 2013 04:08:54
Revision:325559Original commit files touched by this commit
sunpoet search for other commits by this committer
- Use single space after WWW:
0.09010
02 Aug 2013 18:52:11
Revision:324174Original commit files touched by this commit
mat search for other commits by this committer
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default.
0.09010
26 Oct 2012 06:55:57
Revision:306423Original commit files touched by this commit
culot search for other commits by this committer
- Update to 0.09010
- Pet portlint(1) by moving TEST_DEPENDS up

Changes:	http://search.cpan.org/dist/HTML-FormFu/Changes
Feature safe:	yes
0.09007
24 Jan 2012 09:36:45
Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 0.09007
- Add TEST_DEPENDS
- Sort MAN3

Changes:        http://search.cpan.org/dist/HTML-FormFu/Changes
0.09005
07 Oct 2011 11:22:46
Original commit files touched by this commit
culot search for other commits by this committer
- Fix LICENSE (Artistic 1 instead of Artistic 2)
- Pet portlint(1)

PR:             ports/161336
Submitted by:   Simon Olofsson <simon@olofsson.de>
0.09005
17 Sep 2011 07:06:45
Original commit files touched by this commit
sunpoet search for other commits by this committer
- Change PERL_CONFIGURE to "yes" for all values between 5.8.1+ and 5.8.9+

Suggested by:   az
With hat:       perl
0.09005
11 Sep 2011 00:27:58
Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 0.09005
- Promote Moose requirement to 2.0+ which includes Class::MOP
- Pet portlint

Changes:        http://search.cpan.org/dist/HTML-FormFu/Changes
0.09003_1
07 Jun 2011 09:13:15
Original commit files touched by this commit
az search for other commits by this committer
Update devel/p5-Moose to version 2.0007

Changelog: http://cpansearch.perl.org/dist/Moose/Changes

See also UPDATING entry 20110607 about this.
0.09003
20 May 2011 07:29:29
Original commit files touched by this commit
jadawin search for other commits by this committer
- Update to 0.09003
- Add LICENSE info
- Changelog:
http://cpansearch.perl.org/src/PERLER/HTML-FormFu-0.09003_01/Changes
0.09002
03 Apr 2011 18:11:18
Original commit files touched by this commit
culot search for other commits by this committer
- Update to 0.09002
- Remove obsolete test on PERL_LEVEL < 500809

Changes:        http://search.cpan.org/dist/HTML-FormFu/Changes
0.08002
19 Mar 2011 12:38:54
Original commit files touched by this commit
miwi search for other commits by this committer
- Get Rid MD5 support
0.08002
26 Sep 2010 00:19:32
Original commit files touched by this commit
leeym search for other commits by this committer
- update to 0.08002
0.07002
24 Sep 2010 09:49:56
Original commit files touched by this commit
az search for other commits by this committer
Drop maintainership
0.07002
24 Sep 2010 02:03:44
Original commit files touched by this commit
pgollucci search for other commits by this committer
- only 13% of the p5- ports embed @comment $FreeBSD$:
  so standarize and remove it

With Hat:   perl@
0.07002
27 Aug 2010 05:43:03
Original commit files touched by this commit
az search for other commits by this committer
Update to 0.07002

Changelog: http://search.cpan.org/dist/HTML-FormFu/Changes
0.07001
20 May 2010 07:17:59
Original commit files touched by this commit
az search for other commits by this committer
Update to 0.07001

Changelog:      http://search.cpan.org/dist/HTML-FormFu/Changes
0.06001_2
25 Jan 2010 22:42:58
Original commit files touched by this commit
kuriyama search for other commits by this committer
- Remove unneeded dependencies which is in perl-5.8.9 dist
  (part 6).

Approved by:    portmgr (itetcu)
0.06001_1
22 Jan 2010 14:24:39
Original commit files touched by this commit
kuriyama search for other commits by this committer
- Remove unneeded dependencies which is in perl-5.8.9 dist
  (part 2).

Approved by:    portmgr (itetcu)
0.06001
11 Jan 2010 08:33:32
Original commit files touched by this commit
az search for other commits by this committer
- Update to 0.06001

Changelog: http://cpansearch.perl.org/src/CFRANKS/HTML-FormFu-0.06001/Changes

PR:             ports/142694
Submitted by:   pgollucci@
0.06000
08 Jan 2010 08:06:48
Original commit files touched by this commit
az search for other commits by this committer
- Update to version 0.06000

PR:             ports/142014
Submitted by:   Alex Deiter <alex.deiter@gmail.com>
0.05002
26 Nov 2009 07:26:55
Original commit files touched by this commit
az search for other commits by this committer
Update to version 0.05002

Changelog: http://cpansearch.perl.org/src/CFRANKS/HTML-FormFu-0.05002/Changes
0.05001
07 Jul 2009 05:30:07
Original commit files touched by this commit
az search for other commits by this committer
Update to 0.05001

Changelog: http://cpansearch.perl.org/src/CFRANKS/HTML-FormFu-0.05001/Changes
0.04001
23 Apr 2009 08:22:19
Original commit files touched by this commit
az search for other commits by this committer
- Update to 0.04001
0.04000
30 Mar 2009 07:17:10
Original commit files touched by this commit
az search for other commits by this committer
update to 0.04000

Changelog: http://cpansearch.perl.org/src/CFRANKS/HTML-FormFu-0.04000/Changes
0.03007
02 Feb 2009 05:47:48
Original commit files touched by this commit
az search for other commits by this committer
Remove unused part for CPAN macro
0.03007
08 Dec 2008 13:45:29
Original commit files touched by this commit
az search for other commits by this committer
Update to 0.03007

Changes: http://search.cpan.org/src/CFRANKS/HTML-FormFu-0.03007/Changes
0.03006
08 Dec 2008 06:24:58
Original commit files touched by this commit
az search for other commits by this committer
Update to 0.03006

Changes: http://search.cpan.org/src/CFRANKS/HTML-FormFu-0.03006/Changes
0.03005_1
04 Oct 2008 13:39:14
Original commit files touched by this commit
az search for other commits by this committer
- add missing depend
- bump portrevision
0.03005
01 Oct 2008 14:42:30
Original commit files touched by this commit
az search for other commits by this committer
- Update to 0.03005

Changes: http://search.cpan.org/dist/HTML-FormFu/Changes
0.03004
05 Sep 2008 05:48:49
Original commit files touched by this commit
az search for other commits by this committer
- Update to 0.03004
0.03003
26 Aug 2008 06:04:49
Original commit files touched by this commit
az search for other commits by this committer
- Update to version 0.03003

note that HTML::FormFu with DBIx::Class is now part of another
dist.
0.03001
23 Jul 2008 10:54:40
Original commit files touched by this commit
az search for other commits by this committer
- Update to 0.03001
0.02004
17 Apr 2008 14:30:31
Original commit files touched by this commit
araujo search for other commits by this committer
- Take advantage of CPAN macro from bsd.sites.mk, change
${MASTER_SITE_PERL_CPAN} to CPAN.

PR:             ports/122674
Submitted by:   Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by:    araujo (myself)
Approved by:    portmgr (pav)
0.02004
01 Apr 2008 12:24:08
Original commit files touched by this commit
az search for other commits by this committer
- Update to 0.02004

Changes: http://search.cpan.org/dist/HTML-FormFu/Changes
0.02003
25 Dec 2007 09:06:02
Original commit files touched by this commit
az search for other commits by this committer
- Take maintainership

HTML::FormFu is a HTML form framework which aims to be as easy as possible to
use for basic
web forms, but with the power and flexibility to do anything else you might want
to do
(as long as it involves forms).

You can configure almost any part of formfu's behaviour and output. By default
formfu renders
"XHTML 1.0 Strict" compliant markup, with as little extra markup as possible,
but with
sufficient CSS class names to allow for a wide-range of output styles to be
generated by
changing only the CSS.

PR:             ports/118994
Submitted by:   az@

Number of commits found: 58