Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.56 05 Feb 2023 15:50:06 |
Po-Chuan Hsieh (sunpoet) |
graphics/p5-GD-Graph: Update to 1.56
Changes: https://metacpan.org/dist/GDGraph/changes |
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) |
1.54 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 ) |
1.54 20 Jul 2022 14:22:04 |
Tobias C. Berner (tcberner) |
graphics: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Abel Chow <ozsanh45vds001@sneakemail.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Ade Lovett <ade@lovett.com>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Hayward <xelah@xelah.com>
* Alex Ivasyuv <siegerstein@pochta.ru>
* Alex Samorukov <samm@os2.kiev.ua> (Only the first 15 lines of the commit message are shown above ) |
1.54 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.54 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) |
1.54 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 |
1.54 15 Sep 2017 08:58:50 |
mat |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
1.54 23 Nov 2016 20:05:46 |
sunpoet |
- Update to 1.54
Changes: http://search.cpan.org/dist/GD-Graph/CHANGES |
1.53 08 Oct 2016 22:53:18 |
adamw |
Update to 1.53.
Changes: https://metacpan.org/changes/distribution/GDGraph |
1.52 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
1.52 01 Feb 2016 19:49:15 |
sunpoet |
- Update to 1.52
Changes: http://search.cpan.org/dist/GD-Graph/CHANGES |
1.51 12 Jan 2016 21:40:06 |
sunpoet |
- Update to 1.51
- Add NO_ARCH
- Add TEST_DEPENDS
Changes: http://search.cpan.org/dist/GD-Graph/CHANGES |
1.49 12 Mar 2015 15:23:28 |
sunpoet |
- Update to 1.49
- Sort PLIST
Changes: http://search.cpan.org/dist/GD-Graph/CHANGES |
1.48_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 ) |
1.48 20 Oct 2014 17:04:21 |
bapt |
Cleanup plist |
1.48 01 Mar 2014 17:12:06 |
sunpoet |
- Add LICENSE
- Remove outdated PERL_LEVEL check |
1.48 05 Nov 2013 01:33:02 |
vanilla |
Support STAGEDIR. |
1.48 20 Sep 2013 18:35:46 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics) |
1.48 25 Aug 2013 09:05:36 |
az |
- Fix build with perl 5.12 relying on devel/p5-ExtUtils-MakeMaker
- Add WWW line in pkg-descr
GD::Graph required functional of ExtUtil::MakeMaker version >= 6.57_02.
Perl 5.12 have only ExtUtils::MakeMaker version 6.56 in core.
Reported by: tim@bishnet.net, milki@rescomp.berkeley.edu |
1.48 21 Aug 2013 14:16:58 |
mat |
Update to 1.48 |
1.44.01_5 02 Aug 2013 18:52:11 |
mat |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
1.44.01_5 12 Jun 2012 07:49:43 |
jadawin |
- Remove SITE_PERL from *_DEPENDS
Submitted by: az@ |
1.44.01_5 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
1.44.01_4 21 Jan 2012 17:40:15 |
eadler |
At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.
Explicit duplication > := > = and this just moves ports one step to the left
Approved by: portmgr |
1.44.01_4 08 Sep 2011 08:36:43 |
az |
- Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@ to perl@ for ports in this changeset.
With perl@ hat |
1.44.01_4 17 May 2011 11:08:18 |
jadawin |
- Cleaning MD5 in perl@'s ports.
Approved by: erwin@ (portmgr) |
1.44.01_4 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
1.44.01_3 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
1.44.01_2 16 Aug 2009 09:55:32 |
linimon |
Reset mat@FreeBSD.org due to maintainer-timeouts and no response to email.
Hat: portmgr |
1.44.01_2 31 Jul 2009 13:57:52 |
dinoex |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
1.44.01_1 20 Mar 2008 12:31:56 |
mat |
Update to 1.44.01 |
1.44_1 13 Mar 2008 14:59:51 |
miwi |
- Use CPAN macro
- Allow port build on old perl (5.6.2)
- Remove no-longer-use post-patch target
PR: 121447
Submitted by: leeym
Approved by: mat (implicit) |
1.44_1 08 Sep 2007 01:00:17 |
linimon |
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 |
1.44_1 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
1.44 02 May 2007 10:59:24 |
mat |
Update to 1.44 |
1.43.08 14 Jun 2006 11:24:32 |
mat |
Update to 1.43.08
Depend on perl 5.8 because p5-GD does
PR: 98719
Submitted by: Larry Rosenman <ler@lerctr.org> |
1.43.07 11 Apr 2006 15:00:00 |
mat |
Update to 1.43.07 |
1.43.05 22 Jan 2006 02:15:00 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
1.43.05 23 Dec 2005 10:37:56 |
mat |
Update to 1.43.05 |
1.43 14 Nov 2005 14:16:12 |
mat |
Be hipe and add SHA256 |
1.43 29 Jan 2004 13:37:55 |
mat |
Add SIZE field |
1.43 16 Aug 2003 09:13:44 |
mat |
Update my ports to use my @FreeBSD.org address
Approved by: demon (mentor) |
1.43 02 Jul 2003 08:59:32 |
daichi |
update graphics/p5-GD-Graph: 1.41 --> 1.43
PR: 53965
Submitted by: Mathieu Arnold <m@absolight.net> |
1.41 22 Jun 2003 13:24:15 |
foxfair |
Update to 1.41 |
1.35_1 20 Feb 2003 18:08:19 |
knu |
de-pkg-comment |
1.35_1 30 Aug 2002 20:33:36 |
ade |
Fix dependencies so the port actually builds correctly. |
1.35 24 Jun 2002 05:46:40 |
demon |
Update to 1.35
Submitted by: joerg |
01 Mar 2001 06:39:18 |
vanilla |
Remove do-configure section, use PERL_CONFIGURE now. |
13 Nov 2000 12:45:41 |
demon |
Change MAINTAINER field. I am now at FreeBSD dot org |
12 Nov 2000 02:38:20 |
vanilla |
Upgrade to 1.33. |
08 Oct 2000 02:35:34 |
asami |
Convert category graphics to new layout. |