Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.06_8 24 Jun 2022 19:11:03
![commit hash: ce89b314009d0c3de56c0e3c7f7cb7e35d77b5fc commit hash: ce89b314009d0c3de56c0e3c7f7cb7e35d77b5fc](/images/git.png) ![commit hash: ce89b314009d0c3de56c0e3c7f7cb7e35d77b5fc commit hash: ce89b314009d0c3de56c0e3c7f7cb7e35d77b5fc](/images/codeberg.svg) ![commit hash: ce89b314009d0c3de56c0e3c7f7cb7e35d77b5fc commit hash: ce89b314009d0c3de56c0e3c7f7cb7e35d77b5fc](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Baptiste Daroussin (bapt) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
goocanvas: remove obsolete libraires not depend on |
0.06_8 06 Apr 2021 14:31:07
![commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb](/images/git.png) ![commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb](/images/codeberg.svg) ![commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Mathieu Arnold (mat) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Remove # $FreeBSD$ from Makefiles. |
0.06_8 06 Apr 2020 17:31:36
![Revision:530897 Revision:530897](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
sunpoet ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Move devel/p5-Glib2 to devel/p5-Glib
- Bump PORTREVISION of dependent ports for dependency change |
0.06_7 04 Nov 2019 22:20:31
![Revision:516748 Revision:516748](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
zeising ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Add USES=xorg USES=gl, ports categories d
Add USES=xorg, USES=gl and in a few cases USES=gnome to ports in categories
starting with 'd'. |
0.06_7 27 May 2018 20:15:20
![Revision:470993 Revision:470993](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
sunpoet ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
0.06_7 01 Apr 2016 14:00:57
![Revision:412346 Revision:412346](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
mat ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
0.06_7 14 Sep 2015 12:19:50
![Revision:396892 Revision:396892](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
mat ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Make it so that the default Perl is always called perl5.
- Move Perl's man1 files along with its man3 files.
- Move where Perl installs its modules man1 pages.
- Convert the ports installing man1 pages.
- Make different Perl versions installable at the same time.
Though you should note that only the default version can be used to
install Perl modules, and the non default Perl versions cannot use the
modules installed via ports if they contain .so as they are installed
in a version specific directory.
Reviewed by: bapt (the Mk bits)
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3542 |
0.06_7 29 Jun 2015 15:47:45
![Revision:390918 Revision:390918](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
adamw ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
After r390893, chmod u+w/u-w for stripping perl XS modules is unnecessary,
and in fact now leads to incorrect permissions.
Remove all instances of it from perl@ ports. |
0.06_7 11 May 2015 12:04:19
![Revision:386075 Revision:386075](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
mat ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Move p5- ports from ports@ to perl@.
With hat: perl@
Sponsored by: Absolight |
0.06_7 13 Mar 2015 13:21:32
![Revision:381182 Revision:381182](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
amdmi3 ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Strip library |
0.06_6 26 Nov 2014 13:08:38
![Revision:373448 Revision:373448](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
mat ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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.06_5 19 Nov 2014 15:18:19
![Revision:372792 Revision:372792](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
bapt ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Remove the false dependency on gdkpixpuf (gnome1) components |
0.06_4 27 Oct 2014 10:55:59
![Revision:371547 Revision:371547](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
bapt ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Cleanup plist |
0.06_4 05 Jul 2014 19:07:47
![Revision:360801 Revision:360801](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
az ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
configure is already include build+run |
0.06_4 05 Jul 2014 17:37:58
![Revision:360782 Revision:360782](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
marino ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
devel/p5-Goo-Canvas: Add dependencies needed for explicit linking (dports) |
0.06_3 05 Jul 2014 09:09:20
![Revision:360732 Revision:360732](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
robak ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
devel/p5-Goo-Canvas: convert to new LIB_DEPENDS format
Approved by: marino (mentor), portmgr (blanket) |
0.06_3 11 Jun 2014 18:55:30
![Revision:357526 Revision:357526](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
marino ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Reset the 99 ports still listed under sylvio@
Sylvio's last commit was 17 months ago, a full 5 months after all of his
ports could have been reset per policy. Given the push to complete
staging (48 ports are still unstaged, something like 70+ have already
been staged by other committers) and given that PRs are automatically
assigned but never addressed, it's better just to reset all the ports and
PRs so that it's clear to others that these ports are free to maintain.
Approved by: portmgr (implicit) |
0.06_3 10 Jun 2014 12:14:14
![Revision:357300 Revision:357300](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
mat ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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 |
0.06_3 05 Feb 2014 15:55:23
![Revision:342739 Revision:342739](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
ehaupt ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Support staging. |
0.06_3 20 Sep 2013 17:13:47
![Revision:327724 Revision:327724](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
bapt ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
0.06_3 21 Aug 2013 23:21:46
![Revision:325171 Revision:325171](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
wg ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
devel/p5-Goo-Canvas: fix build
- Fix build
- Add LICENSE (GPLv2)
- Trim Makefile header
- Use new perl5 framework
- Use only one space for WWW:
PR: ports/179278
Submitted by: nemysis <nemysis gmx.ch>
Approved by: maintainer (timeout) |
0.06_2 10 May 2013 13:21:33
![Revision:317794 Revision:317794](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
miwi ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- BROKEN fails to build |
0.06_2 29 Jun 2012 16:36:01
![files touched by this commit files touched by this commit](/images/logs.gif) |
az ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@) |
0.06_2 01 Jun 2012 05:26:28
![files touched by this commit files touched by this commit](/images/logs.gif) |
dinoex ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- update png to 1.5.10 |
0.06_1 12 May 2011 19:09:51
![files touched by this commit files touched by this commit](/images/logs.gif) |
sylvio ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Removed MD5 of distinfo |
0.06_1 23 Sep 2010 23:40:55
![files touched by this commit files touched by this commit](/images/logs.gif) |
pgollucci ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Mark MAKE_JOBS_UNSAFE=yes
Reported by: P6 TB |
0.06_1 28 Mar 2010 06:47:48
![files touched by this commit files touched by this commit](/images/logs.gif) |
dinoex ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
0.06 19 Mar 2010 23:37:39
![files touched by this commit files touched by this commit](/images/logs.gif) |
sylvio ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Perl interface to the GooCanvas
www: http://search.cpan.org/dist/Goo-Canvas/
Approved by: miwi (mentor) |