Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
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 |
Stefan Eßer (se) |
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 ) |
2.07 20 Jul 2022 14:23:26 |
Tobias C. Berner (tcberner) |
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 ) |
2.07 20 Jun 2021 11:39:39 |
Po-Chuan Hsieh (sunpoet) |
www/p5-HTML-FormFu: Cosmetic change |
2.07 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.07 24 Dec 2018 08:32:56 |
wen |
- Update to 2.07
Chnages: https://metacpan.org/changes/distribution/HTML-FormFu |
2.06 06 Oct 2018 13:06:45 |
des |
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 |
sunpoet |
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 |
sunpoet |
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 |
mat |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
2.05 10 Oct 2016 20:56:16 |
adamw |
Update to 2.05.
Changes: https://metacpan.org/changes/distribution/HTML-FormFu |
2.03 25 Jun 2016 14:05:05 |
adamw |
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 |
mat |
Update to 2.02.
Sponsored by: Absolight |
2.01_1 19 May 2016 10:53:06 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [p-x]*
Approved by: portmgr blanket |
2.01_1 01 Apr 2016 14:33:58 |
mat |
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 |
sunpoet |
- Add NO_ARCH |
2.01_1 14 Sep 2015 12:19:50 |
mat |
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 |
mat |
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 ) |
2.01 21 May 2014 07:55:05 |
az |
- Update to 2.01
PR: ports/189969
Submitted by: Oleg A. Mamontov <oleg@mamontov.net> |
1.00 31 Dec 2013 05:14:29 |
sunpoet |
- 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 |
bapt |
Fix staging (all the manpages are compressed when staged) |
0.09010 04 Nov 2013 09:57:55 |
az |
- support STAGEDIR
- add LICENSE |
0.09010 20 Sep 2013 23:36:54 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
0.09010 29 Aug 2013 04:08:54 |
sunpoet |
- Use single space after WWW: |
0.09010 02 Aug 2013 18:52:11 |
mat |
- 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 |
culot |
- 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 |
sunpoet |
- 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 |
culot |
- 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 |
sunpoet |
- 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 |
sunpoet |
- 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 |
az |
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 |
jadawin |
- 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 |
culot |
- 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 |
miwi |
- Get Rid MD5 support |
0.08002 26 Sep 2010 00:19:32 |
leeym |
- update to 0.08002 |
0.07002 24 Sep 2010 09:49:56 |
az |
Drop maintainership |
0.07002 24 Sep 2010 02:03:44 |
pgollucci |
- 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 |
az |
Update to 0.07002
Changelog: http://search.cpan.org/dist/HTML-FormFu/Changes |
0.07001 20 May 2010 07:17:59 |
az |
Update to 0.07001
Changelog: http://search.cpan.org/dist/HTML-FormFu/Changes |
0.06001_2 25 Jan 2010 22:42:58 |
kuriyama |
- 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 |
kuriyama |
- 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 |
az |
- 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 |
az |
- Update to version 0.06000
PR: ports/142014
Submitted by: Alex Deiter <alex.deiter@gmail.com> |
0.05002 26 Nov 2009 07:26:55 |
az |
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 |
az |
Update to 0.05001
Changelog: http://cpansearch.perl.org/src/CFRANKS/HTML-FormFu-0.05001/Changes |
0.04001 23 Apr 2009 08:22:19 |
az |
- Update to 0.04001 |
0.04000 30 Mar 2009 07:17:10 |
az |
update to 0.04000
Changelog: http://cpansearch.perl.org/src/CFRANKS/HTML-FormFu-0.04000/Changes |
0.03007 02 Feb 2009 05:47:48 |
az |
Remove unused part for CPAN macro |
0.03007 08 Dec 2008 13:45:29 |
az |
Update to 0.03007
Changes: http://search.cpan.org/src/CFRANKS/HTML-FormFu-0.03007/Changes |
0.03006 08 Dec 2008 06:24:58 |
az |
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 |
az |
- add missing depend
- bump portrevision |
0.03005 01 Oct 2008 14:42:30 |
az |
- Update to 0.03005
Changes: http://search.cpan.org/dist/HTML-FormFu/Changes |
0.03004 05 Sep 2008 05:48:49 |
az |
- Update to 0.03004 |
0.03003 26 Aug 2008 06:04:49 |
az |
- 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 |
az |
- Update to 0.03001 |
0.02004 17 Apr 2008 14:30:31 |
araujo |
- 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 |
az |
- Update to 0.02004
Changes: http://search.cpan.org/dist/HTML-FormFu/Changes |
0.02003 25 Dec 2007 09:06:02 |
az |
- 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@ |