non port: www/p5-HTML-Parser/Makefile |
SVNWeb
|
Number of commits found: 78 |
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 )
|
Sun, 17 Apr 2022
|
[ 23:59 Po-Chuan Hsieh (sunpoet) ] ee73c694
www/p5-HTML-Parser: Update to 3.78
Changes: https://metacpan.org/dist/HTML-Parser/changes
|
Fri, 25 Mar 2022
|
[ 08:57 Wen Heping (wen) ] 5526e7d
www/p5-HTML-Parser: Update to 3.77
|
Sun, 19 Sep 2021
|
[ 06:00 Po-Chuan Hsieh (sunpoet) ] a9cd3f8
www/p5-HTML-Parser: Strip shared library
- Bump PORTREVISION for package change
|
Sun, 30 May 2021
|
[ 19:58 Po-Chuan Hsieh (sunpoet) ] d997512
www/p5-HTML-Parser: Update to 3.76
Changes: https://metacpan.org/changes/distribution/HTML-Parser
|
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, 10 Oct 2020
|
[ 07:47 sunpoet ]
Update to 3.75
Changes: https://metacpan.org/changes/distribution/HTML-Parser
|
Mon, 5 Oct 2020
|
[ 17:45 rene ] (Only the first 10 of 31 ports in this commit are shown above. )
Return jadawin@'s ports to the pool after taking in his commit bit.
With hat: portmgr-secretary
|
Mon, 9 Jul 2018
|
[ 08:40 mat ] (Only the first 10 of 429 ports in this commit are shown above. )
Remove all := from BUILD_DEPENDS, here are never needed.
While there, cleanup, and sort depends.
When build and run dependencies are the same, there are three ways to
avoid duplicating the list while not adding the framework added
BUILD_DEPENDS to the RUN_DEPENDS. In order of preference, they are:
1) use RUN_DEPENDS to set BUILD_DEPENDS:
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= foo:bar/baz
2) create another variable and use it:
MY_DEPENDS= foo:bar/baz
BUILD_DEPENDS= ${MY_DEPENDS}
RUN_DEPENDS= ${MY_DEPENDS}
3) use BUILD_DEPENDS to set RUN_DEPENDS and force evaluation:
BUILD_DEPENDS= foo:bar/baz
RUN_DEPENDS:= ${BUILD_DEPENDS}
Sponsored by: Absolight
|
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, 31 May 2017
|
[ 17:30 sunpoet ]
Add LICENSE
Approved by: portmgr (blanket)
|
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
|
Wed, 20 Jan 2016
|
[ 10:39 jadawin ]
- Update to 3.72
|
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, 7 Nov 2013
|
[ 15:56 jadawin ]
- Support STAGE
Sponsored by: OBS
|
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)
|
Mon, 2 Sep 2013
|
[ 09:44 az ] (Only the first 10 of 24 ports in this commit are shown above. )
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket)
|
Fri, 17 May 2013
|
[ 08:09 jadawin ]
- Update to 3.71
- Changelog: http://cpansearch.perl.org/src/GAAS/HTML-Parser-3.71/Changes
|
Tue, 30 Apr 2013
|
[ 09:12 jadawin ]
- Update to 3.70
- Changelog: http://cpansearch.perl.org/src/GAAS/HTML-Parser-3.70/Changes
|
Sun, 10 Jun 2012
|
[ 18:42 swills ] (Only the first 10 of 639 ports in this commit are shown above. )
- Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
about for a while.
PR: ports/168208
Approved by: portmgr (miwi)
|
Tue, 18 Oct 2011
|
[ 08:19 jadawin ]
- Update to 3.69
- Changelog: http://cpansearch.perl.org/src/GAAS/HTML-Parser-3.69/Changes
|
Thu, 2 Sep 2010
|
[ 12:34 jadawin ]
- Update to 3.68
- Changelog: http://cpansearch.perl.org/src/GAAS/HTML-Parser-3.68/Changes
|
Mon, 23 Aug 2010
|
[ 19:45 jadawin ]
- Update to 3.67
- Changelog: <http://cpansearch.perl.org/src/GAAS/HTML-Parser-3.67/Changes>
|
Thu, 15 Jul 2010
|
[ 11:49 jadawin ]
- Update to 3.66
- Changelog: <http://search.cpan.org/src/GAAS/HTML-Parser-3.66/Changes>
|
Wed, 5 May 2010
|
[ 15:12 jadawin ]
- Update to 3.65
- Changelog: http://cpansearch.perl.org/src/GAAS/HTML-Parser-3.65/Changes
|
Mon, 26 Oct 2009
|
[ 09:29 jadawin ]
- Update to 3.64
- Changelog <http://cpansearch.perl.org/src/GAAS/HTML-Parser-3.64/Changes>
|
Fri, 23 Oct 2009
|
[ 08:31 jadawin ]
- Update to 3.63
PR: ports/139860
Submitted by: leeym@
|
Sat, 15 Aug 2009
|
[ 07:35 jadawin ]
- Update to 3.62
|
Mon, 22 Jun 2009
|
[ 07:50 jadawin ]
- Update 3.61
|
Tue, 10 Feb 2009
|
[ 12:26 jadawin ]
- Update to 3.60
- Take maintainership
|
Wed, 26 Nov 2008
|
[ 19:32 jadawin ]
- Update to 3.59
|
Wed, 19 Nov 2008
|
[ 19:27 jadawin ]
- Update to 3.58
|
Fri, 29 Feb 2008
|
[ 07:49 leeym ]
- use CPAN macro
- simplify dependency
- bump PORTREVISION
|
Sat, 8 Sep 2007
|
[ 01:11 linimon ] (Only the first 10 of 117 ports in this commit are shown above. )
Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.
Work done by: gabor
Sponsored by: Google Summer of Code 2007
Hat: portmgr
|
Mon, 15 Jan 2007
|
[ 02:54 clsung ]
- Update to 3.56
|
Thu, 13 Jul 2006
|
[ 13:11 mat ]
Update to 3.55
|
Sat, 29 Apr 2006
|
[ 05:49 leeym ]
- update to 3.54
|
Fri, 28 Apr 2006
|
[ 08:16 tobez ]
Update to 3.53.
|
Thu, 27 Apr 2006
|
[ 08:58 leeym ]
- update to 3.52
|
Thu, 23 Mar 2006
|
[ 00:44 leeym ]
- update to 3.51
|
Thu, 16 Feb 2006
|
[ 12:29 lth ]
Update to 3.50. Patch now included in distribution.
|
Fri, 10 Feb 2006
|
[ 08:35 tobez ]
Make it build with older gcc (4.X).
|
Thu, 9 Feb 2006
|
[ 09:41 tobez ]
It does not build with old Perl, so require Perl from ports.
|
[ 09:38 tobez ]
Update to 3.49; assign maintainer to perl@.
|
Fri, 6 Jan 2006
|
[ 10:28 demon ]
Release to ports@
|
[ 02:17 leeym ]
- add missing optional dependency URI in BUILD_DEPENDS
|
[ 02:04 leeym ]
- remove IGNORE on old perl
PR: 90747
Submitted by: leeym
Approved by: maintainer timeout
|
Thu, 8 Dec 2005
|
[ 11:12 demon ]
Update to 3.48.
PR: 90083
Submitted by: leeym
|
Wed, 30 Nov 2005
|
[ 13:14 demon ]
Update to 3.47.
|
Thu, 17 Nov 2005
|
[ 07:28 demon ]
Require perl version 5.6 or above.
|
Mon, 14 Nov 2005
|
[ 10:54 demon ]
Update to 3.46.
|
Fri, 11 Feb 2005
|
[ 07:38 demon ]
Upgrade to version 3.45.
Submitted by: Vyacheslav I. Ivanchenko <ivi@dhs.net.ru>
|
Sun, 14 Nov 2004
|
[ 10:41 demon ]
Update to version 3.38;
Correct COMMENT.
Submitted by: Alex Kapranoff <kappa@rambler-co.ru>
|
Fri, 28 May 2004
|
[ 07:59 foxfair ]
Approved by: maintainer (demon@)
Upgrade p5-HTML-Parser to 3.36
|
Tue, 24 Feb 2004
|
[ 11:08 mat ]
Update to 3.35
Approved by: maintainer
|
Wed, 29 Oct 2003
|
[ 08:59 demon ]
Update to version 3.34.
PR: 58641
Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
|
Sat, 11 Oct 2003
|
[ 11:19 demon ]
Update to version 3.32.
PR: 57848
Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
|
Wed, 27 Aug 2003
|
[ 13:41 mat ]
Update to 3.31
Add WWW
Use SITE_PERL
|
Wed, 25 Jun 2003
|
[ 13:58 demon ]
Update to version 3.28.
PR: 53716
Submitted by: Rob Evers <rob@debank.tv>
|
Fri, 7 Mar 2003
|
[ 06:12 ade ] (Only the first 10 of 296 ports in this commit are shown above. )
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
|
Sun, 23 Feb 2003
|
[ 19:32 sobomax ]
Update to 3.27.
|
Sun, 19 May 2002
|
[ 16:21 demon ]
Upgrade to version 3.26.
PR: 38192
Submitted by: David Lay <dave@staff.netc.net.au>
|
Thu, 21 Jun 2001
|
[ 08:32 demon ]
Update to 3.25.
|
Thu, 10 May 2001
|
[ 10:34 vanilla ] (Only the first 10 of 31 ports in this commit are shown above. )
Upgrade to latest version: p5-Apache-MP3 => 2.16
p5-Convert-UUlib => 0.111 p5-Email-Find => 0.03 p5-GD => 1.33
p5-HTML-Parser => 3.24 p5-I18N-Charset => 1.08 p5-I18N-LangTags => 0.20
p5-MIME-Lite => 2.111 p5-Set-Scalar => 1.09 p5-Sort-ArbBiLex => 3.4
p5-URI => 1.12 p5-Unix-Syslog => 0.95
|
Mon, 7 May 2001
|
[ 08:37 demon ]
Upgrade to 3.23.
|
Thu, 19 Apr 2001
|
[ 06:21 vanilla ]
Upgrade to 3.22.
|
Thu, 5 Apr 2001
|
[ 03:19 vanilla ]
Upgrade to 3.20, Add RUN_DEPENDS to HTML::Tagset now.
|
Tue, 13 Mar 2001
|
[ 10:46 demon ]
Update to version 3.19.
|
Thu, 1 Mar 2001
|
[ 09:32 vanilla ]
Upgrade p5-Compress-Zlib => 1.11 p5-HTML-Parser => 3.18
p5-MIME-Base64 => 2.12 p5-URI => 1.11
|
[ 06:39 vanilla ] (Only the first 10 of 329 ports in this commit are shown above. )
Remove do-configure section, use PERL_CONFIGURE now.
|
Mon, 5 Feb 2001
|
[ 15:33 olgeni ] (Only the first 10 of 118 ports in this commit are shown above. )
Some spaces -> tabs for ports/www.
|
Mon, 8 Jan 2001
|
[ 22:23 vanilla ]
Upgrade p5-HTML-Parser => 3.15 p5-Net-Daemon => 0.34 p5-Storable =>
1.0.7
|
Fri, 15 Dec 2000
|
[ 03:05 vanilla ]
Upgrade to 3.14.
|
Mon, 13 Nov 2000
|
[ 12:45 demon ] (Only the first 10 of 65 ports in this commit are shown above. )
Change MAINTAINER field. I am now at FreeBSD dot org
|
Fri, 13 Oct 2000
|
[ 03:38 vanilla ]
Upgrade to 3.13, and add DEPENDS to p5-HTML-Tagset.
|
Wed, 2 Aug 2000
|
[ 01:15 jedgar ]
- Update port to 3.10 - Change maintainer (ports@FreeBSD.org -> dima@Chg.RU)
|
Sat, 17 Jun 2000
|
[ 03:37 will ] (Only the first 10 of 99 ports in this commit are shown above. )
Lots and lots of cleanups. Teach p5-* in general about PKGNAMEPREFIX. Add
some missing/wrong dependencies. Show how to respect CC/CFLAGS. Many
miscellaneous modifications. I used more excessive hacks to force p5-Jcode
and p5-WWW-Search to respect CC/CFLAGS.
|
Fri, 9 Jun 2000
|
[ 23:52 will ]
Update to 3.08.
|
Number of commits found: 78 |