Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
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) |
0.13 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 ) |
0.13 20 Jul 2022 14:23:05 |
Tobias C. Berner (tcberner) |
sysutils: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <jsmith@resonatingmedia.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Landwehr <aaron@snaphat.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Adrian Chadd
* Adrian Chadd <adrian@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Eldridge <alane@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Deiter <alex.deiter@gmail.com> (Only the first 15 lines of the commit message are shown above ) |
0.13 06 Sep 2021 21:13:27 |
Rene Ladan (rene) |
*: Return culot@'s ports to the pool (and perl@) after safekeeping his bit. |
0.13 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.13 05 Sep 2019 13:08:57 |
culot |
sysutils/p5-Filesys-DiskUsage: update to 0.13
Changes: https://metacpan.org/changes/distribution/Filesys-DiskUsage |
0.12 09 Dec 2018 17:46:15 |
culot |
sysutils/p5-Filesys-DiskUsage: update to 0.12
Changes: https://metacpan.org/changes/distribution/Filesys-DiskUsage |
0.11 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 |
0.11 21 Feb 2018 12:29:13 |
culot |
- Update to 0.11
Changes: http://search.cpan.org/dist/Filesys-DiskUsage/Changes |
0.10 15 Sep 2017 08:58:50 |
mat |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
0.10 23 Aug 2017 11:03:06 |
culot |
- Update to 0.10
Changes: http://search.cpan.org/dist/Filesys-DiskUsage/Changes |
0.08_1 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
0.08_1 14 Sep 2015 12:19:50 |
mat |
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.08_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 ) |
0.08 16 Oct 2014 07:43:27 |
culot |
- Update to 0.08
Changes: http://search.cpan.org/dist/Filesys-DiskUsage/Changes |
0.07 10 Sep 2014 07:26:19 |
culot |
- Update to 0.07
- Add LICENSE (Artistic 1 & GPL 1)
- Add TEST_DEPENDS
Changes: http://search.cpan.org/dist/Filesys-DiskUsage/Changes |
0.05 06 Jan 2014 09:44:20 |
az |
- add stage support
Approved by: portmgr (blanket infrastructure) |
0.05 20 Sep 2013 23:06:00 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils) |
0.05 07 Sep 2013 07:44:27 |
az |
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket) |
0.05 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
0.05 20 Oct 2010 05:53:20 |
culot |
Update my MAINTAINER address to culot@FreeBSD.org.
Approved by: sahil@ (mentor) |
0.05 18 Aug 2010 07:52:12 |
miwi |
- Update to 0.05
- Pass maintainership to submitter
PR: 149731
Submitted by: Frederic Culot <frederic@culot.org> |
0.04 17 Apr 2008 14:30:31 |
araujo |
- 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) |
0.04 06 Apr 2007 06:48:45 |
gabor |
- Remove old Perl support from unmaintained ports in categories starting
with letter o-z |
0.04 27 Feb 2007 00:27:28 |
linimon |
Reset tiamat@komi.mts.ru due to maintainer timeouts and no response to
earlier email.
Hat: portmgr |
0.04 15 Nov 2005 08:28:01 |
tobez |
Update to 0.04.
Changelog:
- added sector-size and symlink-size patch, thanks to Darin McBride
- fixed a couple of things on fdu
While at it, add SHA256.
PR: 89047
Submitted by: maintainer |
0.03 01 Nov 2005 14:50:17 |
arved |
Update to 0.03
PR: 88330
Submitted by: Alex Deiter <tiamat@komi.mts.ru> |
0.02 22 Sep 2005 13:32:49 |
tobez |
Add p5-Filesys-DiskUsage 0.02, perl equivalent of du(1).
PR: 86378
Submitted by: Alex Deiter <tiamat@komi.mts.ru> |