non port: www/p5-POE-Component-Client-HTTP/Makefile |
SVNWeb
|
Number of commits found: 39 |
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Wed, 20 Jul 2022
|
[ 14:23 Tobias C. Berner (tcberner) ] e915e75 (Only the first 10 of 1623 ports in this commit are shown above. )
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 )
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Sat, 6 Oct 2018
|
[ 13:06 des ] (Only the first 10 of 2492 ports in this commit are shown above. )
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)
|
Fri, 15 Sep 2017
|
[ 08:58 mat ] (Only the first 10 of 2495 ports in this commit are shown above. )
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight
|
Wed, 22 Feb 2017
|
[ 17:14 sunpoet ]
Update to 0.949
- Add LICENSE_FILE
- Sort *_DEPENDS
- Sort PLIST
Changes: http://search.cpan.org/dist/POE-Component-Client-HTTP/CHANGES
|
Fri, 1 Apr 2016
|
[ 14:33 mat ] (Only the first 10 of 2136 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight
|
Fri, 13 Mar 2015
|
[ 17:29 adamw ] (Only the first 10 of 87 ports in this commit are shown above. )
Clean up the rest of the perl@ Makefiles a bit.
- Remove dependencies on modules distributed as part of perl core
- Remove references to FreeBSD < 8 and perl < 5.16
- Ensure that DOCS and EXAMPLES options exist for ports installing
PORTDOCS or PORTEXAMPLES
- Reduce unnecessary inclusions of bsd.port.options.mk by using
OPTIONS helpers and the like
- Fix some cases where dependencies were only assigned to BUILD_DEPENDS
- Fix a few of the cases where dependencies were only assigned to RUN_DEPENDS.
This one happens in many, many ports. I only applied it in cases where
it interfered with 'make test' but it should maybe be done more generally.
- Mute ${MKDIR} in installation
- Parethesize compound commands
- In www/p5-URI-Fetch, remove the ZLIB option that wasn't used
|
Wed, 26 Nov 2014
|
[ 13:08 mat ] (Only the first 10 of 10077 ports in this commit are shown above. )
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 )
|
Thu, 6 Mar 2014
|
[ 18:51 sunpoet ] (Only the first 10 of 63 ports in this commit are shown above. )
- Remove outdated PERL_LEVEL check
With hat: perl
|
Thu, 7 Nov 2013
|
[ 15:22 vanilla ] (Only the first 10 of 18 ports in this commit are shown above. )
support STAGEDIR.
|
Fri, 20 Sep 2013
|
[ 23:36 bapt ] (Only the first 10 of 2206 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
www)
|
Fri, 2 Aug 2013
|
[ 18:52 mat ] (Only the first 10 of 1871 ports in this commit are shown above. )
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default.
|
Tue, 7 May 2013
|
[ 08:35 tobez ]
Update to 0.948(0).
Changes: http://search.cpan.org/dist/POE-Component-Client-HTTP/CHANGES
|
Mon, 4 Jun 2012
|
[ 18:06 sunpoet ]
- Update to 0.947
Changes: http://search.cpan.org/dist/POE-Component-Client-HTTP/CHANGES
|
Wed, 16 May 2012
|
[ 11:52 culot ]
- Update to 0.9460
Changes: http://search.cpan.org/dist/POE-Component-Client-HTTP/CHANGES
PR: ports/167931
Submitted by: Jase Thew <freebsd@beardz.net>
|
Mon, 12 Mar 2012
|
[ 10:15 culot ]
- Update to 0.9450 [1]
- Move test-related dependencies to TEST_DEPENDS
Changes: http://search.cpan.org/dist/POE-Component-Client-HTTP/CHANGES
PR: ports/165940 [1]
Submitted by: Jase Thew <freebsd@beardz.net>
Feature safe: yes
|
Thu, 11 Aug 2011
|
[ 06:45 culot ]
- Update to 0.9440
- Pet portlint(1) by moving LICENSE section earlier
- Make use of CPAN:USER macro
Changes: http://search.cpan.org/dist/POE-Component-Client-HTTP/CHANGES
PR: ports/159321
Submitted by: Jase Thew <freebsd@beardz.net>
|
Thu, 5 May 2011
|
[ 01:41 wen ]
- Update to 0.9430
PR: ports/156806
Submitted by: Jase Thew <freebsd@beardz.net>
|
Sat, 26 Feb 2011
|
[ 16:13 skv ]
- Update to 0.9420 [1]
- Set LICENSE
- Pass maintainership to perl@
Changes:
http://cpansearch.perl.org/src/RCAPUTO/POE-Component-Client-HTTP-0.942/CHANGES
PR: ports/154941
Submitted by: Jase Thew <freebsd@beardz.net>
|
Tue, 31 Aug 2010
|
[ 12:53 lth ]
Update to 0.8950
PR: ports/149176
Submitted by: lth
Approved by: (maintainer timeout)
|
Mon, 25 Jan 2010
|
[ 14:00 kuriyama ] (Only the first 10 of 20 ports in this commit are shown above. )
- Remove unneeded dependencies which is in perl-5.8.9 dist
(part 5).
Approved by: portmgr (itetcu)
|
Thu, 17 Apr 2008
|
[ 14:30 araujo ] (Only the first 10 of 2168 ports in this commit are shown above. )
- 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)
|
Sat, 3 Mar 2007
|
[ 13:43 skv ]
Update to 0.82
Changes:
http://search.cpan.org/src/RCAPUTO/POE-Component-Client-HTTP-0.82/CHANGES
|
Sun, 11 Feb 2007
|
[ 16:56 skv ]
Update to 0.81
Changes:
http://search.cpan.org/src/RCAPUTO/POE-Component-Client-HTTP-0.81/CHANGES
|
Tue, 6 Feb 2007
|
[ 17:32 skv ]
Update to 0.80
Changes:
http://search.cpan.org/src/RCAPUTO/POE-Component-Client-HTTP-0.80/CHANGES
PR: ports/107397
Submitted by: Gea-Suan Lin <gslin xx gslin.org>
|
Thu, 23 Nov 2006
|
[ 15:02 skv ]
Fix MAN3
Pointed by: pointyhat (kris)
|
Fri, 10 Nov 2006
|
[ 20:23 skv ]
Update to 0.79
Changes:
http://search.cpan.org/src/RCAPUTO/POE-Component-Client-HTTP-0.79/CHANGES
|
Wed, 4 Oct 2006
|
[ 13:52 skv ]
Update to 0.78
Changes:
http://search.cpan.org/src/RCAPUTO/POE-Component-Client-HTTP-0.78/CHANGES
|
Fri, 11 Aug 2006
|
[ 10:17 skv ]
Update to 0.77
Changes:
http://search.cpan.org/src/RCAPUTO/POE-Component-Client-HTTP-0.77/CHANGES
|
Sun, 28 May 2006
|
[ 16:27 skv ]
Update to 0.75
Changes:
http://search.cpan.org/src/RCAPUTO/POE-Component-Client-HTTP-0.75/CHANGES
|
Fri, 7 Apr 2006
|
[ 07:28 skv ]
Update to 0.74
Changes:
http://search.cpan.org/src/RCAPUTO/POE-Component-Client-HTTP-0.74/CHANGES
|
Wed, 18 Jan 2006
|
[ 13:31 skv ]
Update to 0.73
Changes:
http://search.cpan.org/src/RCAPUTO/POE-Component-Client-HTTP-0.73/CHANGES
|
Thu, 29 Sep 2005
|
[ 15:59 skv ]
Update to 0.72
Changes:
http://search.cpan.org/src/RCAPUTO/POE-Component-Client-HTTP-0.72/CHANGES
|
Fri, 9 Sep 2005
|
[ 09:15 skv ]
Update to 0.71
Changes:
http://search.cpan.org/src/RCAPUTO/POE-Component-Client-HTTP-0.71/CHANGES
|
Mon, 1 Aug 2005
|
[ 09:15 skv ]
Update to 0.7002.
Changes:
http://search.cpan.org/src/RCAPUTO/POE-Component-Client-HTTP-0.7002/CHANGES
|
Fri, 22 Jul 2005
|
[ 10:00 skv ]
Update to 0.7001
|
Fri, 24 Jun 2005
|
[ 13:51 skv ]
Update to 0.70
|
Tue, 9 Nov 2004
|
[ 13:43 skv ] (Only the first 10 of 46 ports in this commit are shown above. )
Massive ports move to better categories.
|
Number of commits found: 39 |