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) |
0.28 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 ) |
0.28 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 ) |
0.28 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.28 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 |
0.28 27 Feb 2018 13:25:37 |
sunpoet |
Update to 0.28
- Add LICENSE
- Add NO_ARCH
- Update pkg-descr
- Take maintainership
Changes: http://search.cpan.org/dist/FCGI-ProcManager/ChangeLog |
0.25 27 Feb 2018 04:55:52 |
yuri |
Maintainer reset for e-mails in domains without MX records
15 ports are affected.
$ dig absoludicrous.com MX | grep MX
; <<>> DiG 9.12.0 <<>> absoludicrous.com MX
;absoludicrous.com. IN MX
$ dig bsdforfe.com MX | grep MX
; <<>> DiG 9.12.0 <<>> bsdforfe.com MX
;bsdforfe.com. IN MX
$ dig vmailbox.org MX | grep MX
; <<>> DiG 9.12.0 <<>> vmailbox.org MX
;vmailbox.org. IN MX (Only the first 15 lines of the commit message are shown above ) |
0.25 23 May 2016 18:36:52 |
amdmi3 |
Convert tab after WWW: in pkg-descrs to single space as per PHB
Approved by: portmgr blanket |
0.25 01 Mar 2015 16:00:35 |
adamw |
Update to 0.25.
Changes: https://metacpan.org/changes/distribution/FCGI-ProcManager
PR: 197729
Approved by: maintainer timeout (2 weeks) |
0.24_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 ) |
0.24 05 Jan 2014 13:05:57 |
az |
- stage support
Approved by: portmgr (blanket infrastructure) |
0.24 20 Sep 2013 23:36:54 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
0.24 02 Sep 2013 09:44:14 |
az |
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket) |
0.24 13 Jan 2012 04:16:18 |
sunpoet |
- Update to 0.24
Changes: http://search.cpan.org/dist/FCGI-ProcManager/ChangeLog |
0.19 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
0.19 14 Aug 2009 19:46:14 |
araujo |
- Update to 0.19.
PR: ports/137704
Submitted by: Sylvio Cesar <scjamorim@bsd.com.br>
Approved by: Peter Vereshagin <peter@vereshagin.org> (maintainer) |
0.18 07 Apr 2008 16:12:50 |
rafan |
- Update to 0.18
PR: ports/122464
Submitted by: Yarodin <yarodin at gmail.com>
Approved by: Peter Vereshagin <peter at vereshagin.org> (maintainer) |
0.17 31 Dec 2007 00:28:05 |
miwi |
FCGI::ProcManager is used to serve as a FastCGI process manager. By
re-implementing it in perl, developers can more finely tune performance in
their web applications, and can take advantage of copy-on-write semantics
prevalent in UNIX kernel process management. The process manager should
be invoked before the caller''s request loop
WWW: http://search.cpan.org/dist/FCGI-ProcManager/
PR: ports/119009
Submitted by: Peter <peter at vereshagin.org> |