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.22 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.22 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.22 13 Oct 2021 05:39:09 |
Po-Chuan Hsieh (sunpoet) |
www/p5-HTML-FillInForm: Update to 2.22
- Add NO_ARCH
Changes: https://metacpan.org/dist/HTML-FillInForm/changes |
2.21 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.21 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.21 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.21 15 Sep 2017 08:58:50 |
mat |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
2.21 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.21 25 Apr 2015 16:22:12 |
adamw |
Switch TEST_DEPEND from p5-CGI.pm to p5-CGI. |
2.21 12 Jan 2015 18:36:15 |
sunpoet |
- Update to 2.21
- Add TEST_DEPENDS
- Sort PLIST
Changes: http://search.cpan.org/dist/HTML-FillInForm/Changes |
2.20_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.20 07 Nov 2013 13:55:25 |
vanilla |
support STAGEDIR. |
2.20 20 Sep 2013 23:36:54 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
2.20 19 Aug 2013 12:50:17 |
culot |
- Update to 2.20
Changes: http://search.cpan.org/dist/HTML-FillInForm/Changes |
2.11 02 Aug 2013 18:52:11 |
mat |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
2.11 04 Jun 2013 09:46:18 |
tobez |
Update to 2.11. Add license information.
Changes: http://search.cpan.org/dist/HTML-FillInForm/Changes |
2.1 24 Oct 2011 09:11:38 |
dougb |
The vast majority of pkg-descr files had the following format when they
had both lines:
Author: ...
WWW: ....
So standardize on that, and move them to the end of the file when necessary.
Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.
s/AUTHOR/Author/
A few other various formatting issues |
2.1 11 Sep 2011 00:20:25 |
sunpoet |
- Update to 2.1
Changes: http://search.cpan.org/dist/HTML-FillInForm/Changes |
2.00 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
2.00 29 Jan 2009 17:41:17 |
erwin |
Reassign my p5-* ports to perl@ so more than one person
can look at them. |
2.00 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) |
2.00 17 Sep 2007 17:52:55 |
erwin |
Update to 2.00 |
1.07 13 Aug 2007 21:07:27 |
erwin |
Update to 1.07 |
1.06 22 Jan 2006 06:28:59 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
1.06 22 Jan 2006 02:58:25 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
1.06 26 Nov 2005 17:00:48 |
pav |
- Add SHA256
Approved by: maintainer |
1.06 18 Oct 2005 11:20:09 |
erwin |
Update to 1.06
Tested with: tinderbox |
1.05 21 Sep 2005 19:31:43 |
fenner |
search.cpan.org redirect reduction canonicalization project, pass 1:
URLs automatically rewritten from /search?dist=Foo or /dist/Foo
to /dist/Foo/ (note trailing slash). After a 2002(!) reorganization,
this is the preferred way to refer to modules on search.cpan.org.
This pass brought to you by http://people.freebsd.org/~fenner/fix-search |
1.05 22 Dec 2004 11:37:52 |
erwin |
Update to 1.05 |
1.04 08 Mar 2004 21:47:33 |
erwin |
Update to 1.04 |
1.03 20 Oct 2003 13:18:18 |
erwin |
- Update to 1.03
- Use SITE_PERL |
1.02 12 Jun 2003 16:41:16 |
erwin |
Change to my FreeBSD.org address |
1.02 11 Jun 2003 07:46:37 |
erwin |
Update to 1.02 |
1.01 21 Feb 2003 14:01:38 |
knu |
De-pkg-comment. |
1.01 05 Jan 2003 18:46:19 |
petef |
Update to 1.01.
PR: 46681
Submitted by: maintainer |
1.00 30 Aug 2002 21:21:57 |
naddy |
Update to 1.00.
PR: 42202
Submitted by: Erwin Lansing <erwin@lansing.dk> |
0.29 28 May 2002 14:33:17 |
tobez |
Update to 0.29, assign the submitter to be the maintainer.
PR: 38509
Submitted by: Erwin Lansing <erwin@lansing.dk> |
0.25 17 Apr 2002 13:36:21 |
kevlo |
Update to version 0.25
PR: 37183
Submitted by: Alex Kapranoff <kappa@agava.com> |
0.24 25 Mar 2002 16:28:32 |
roam |
Update to 0.24 and set MAINTAINER to ports@FreeBSD.org.
PR: 36305
Submitted by: the former maintainer |
15 Aug 2001 11:38:52 |
tobez |
Upgrade www/p5-HTML-FillInForm to 0.18. |
03 Apr 2001 10:19:03 |
mharo |
Update plist |
31 Mar 2001 01:23:20 |
will |
Add p5-HTML-FillInForm 0.11, a perl5 module for auto-filling HTML form fields
from previous values. |