Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
27 May 2018 20:15:20
0.12
 |
sunpoet  |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
26 May 2016 22:03:18
0.12
 |
woodsb02  |
graphics/p5-Image-Scale: Update to 0.12
- Add graphics/giflib as a dependency to build with GIF support
- Delete patches which aren't needed with the new version
PR: 209719
Approved by: atkin901@gmail.com (maintainer), adamw (mentor)
Differential Revision: https://reviews.freebsd.org/D6580 |
01 Apr 2016 14:00:57
0.08_6
 |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
08 Oct 2015 15:11:28
0.08_6
 |
olgeni  |
Remove trailing whitespace from Makefiles, A-L. |
22 Jun 2015 18:33:22
0.08_6
 |
antoine  |
Convert to USES=jpeg |
11 Mar 2015 19:13:58
0.08_6
 |
robak  |
graphics/p5-Image-Scale: fix BROKEN
- Remove broken code related to gif support (until
upstream fixes it)
PR: 197958
Submitted by: Mark Atkinson <atkin901@gmail.com> |
14 Jan 2015 18:19:33
0.08_5
 |
antoine  |
Update graphics/giflib to 5.0.5
Differential Revision: https://reviews.freebsd.org/D1361
Submitted by: bapt
Reviewed by: self
Exp-run by: self |
25 Dec 2014 20:54:43
0.08_5
 |
bapt  |
Bump portrevision after png update |
25 Dec 2014 19:04:27
0.08_4
 |
antoine  |
Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade |
08 Dec 2014 16:48:41
0.08_4
 |
tijl  |
Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
the 32 ports that still use it. Bump PORTREVISION on their dependent
ports except the ones that depend on these:
audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt
In these cases the same trick as in the recent gettext update is used. (Only the first 15 lines of the commit message are shown above ) |
26 Nov 2014 13:08:38
0.08_3
 |
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 ) |
20 Oct 2014 17:04:21
0.08_2
 |
bapt  |
Cleanup plist |
13 Jul 2014 23:23:25
0.08_2
 |
bapt  |
Modernize LIB_DEPENDS
With hat: portmgr |
10 Jun 2014 12:14:14
0.08_2
 |
mat  |
Remove all the bootstrap files (.bs) from the plists.
Starting with perl 5.20, they're not installed any more if empty,
and on FreeBSD, they're (always ?) empty.
PR: 190681
Submitted by: mat
Exp-Run by: antoine
Sponsored by: Absolight |
30 Jan 2014 08:45:51
0.08_2
 |
az  |
- add stage support
Approved by: portmgr (blanket infrastructure) |
20 Sep 2013 18:35:46
0.08_2
 |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics) |
11 Sep 2013 11:44:41
0.08_2
 |
az  |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket) |
16 Jun 2013 17:08:41
0.08_2
 |
az  |
- png_memcpy is now part of libpng private API,
replace it with memcpy.
- Pet portlint (trim Makefile header, remove ABI version on LIB_DEPENDS).
PR: ports/172377
Submitted by: Michael Curtis <michael@moltenmercury.org>
Approved by: Mark Atkinson <atkin901@gmail.com> (maintainer) |
01 Jun 2012 05:26:28
0.08_1
|
dinoex  |
- update png to 1.5.10 |
01 Mar 2012 12:57:11
0.08
|
swills  |
- Add TEST_DEPENDS to enable testing
Approved by: portmgr (blanket) |
13 Nov 2011 18:14:12
0.08
|
az  |
Fix WWW pointer to correct. I think Nobody will be against.
Approved by: maintainer (implicitly - cosmetic change)
Feature safe: yes |
13 Nov 2011 05:49:53
0.08
|
miwi  |
This module implements several resizing algorithms with a focus on low
overhead, speed and minimal features. Algorithms available are:
GD's copyResampled (floating-point)
GD's copyResampled fixed-point (useful on embedded devices/NAS devices)
GraphicsMagick's assortment of resize filters (floating-point)
GraphicsMagick's Triangle filter in fixed-point
Supported image formats include JPEG, GIF, PNG, and BMP for input, and
JPEG and PNG for output.
WWW: http://search.cpan.org/dist/Image-Size/
PR: ports/162484
Submitted by: Mark Atkinson <atkin901@gmail.com>
Feature safe: yes |