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.814 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.814 20 Jul 2022 14:22:19
    |
Tobias C. Berner (tcberner)  |
mail: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ashish@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam David <adam@FreeBSD.org>
* Adam McDougall <mcdouga9@egr.msu.edu>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alex Deiter <tiamat@komi.mts.ru>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com>
* Alex Perel <veers@disturbed.net> (Only the first 15 lines of the commit message are shown above ) |
0.814 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.814 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) |
0.814 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.814 07 Jan 2018 12:12:54
  |
sunpoet  |
Use real PORTVERSION and update dependent ports |
0.8.14 15 Sep 2017 08:58:50
  |
mat  |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
0.8.14 17 May 2017 18:04:34
  |
sunpoet  |
Add LICENSE_FILE
- Do not hardcode DISTNAME |
0.8.14 07 Apr 2017 18:50:22
  |
lth  |
Moving maintainership burden onto broader shoulders |
0.8.14 31 Dec 2016 19:51:34
  |
adamw  |
Purge checks for perl < 5.20. For p5-Net, remove the IPV6 knob which only
affected 5.18 and lower. |
0.8.14 01 Apr 2016 14:16:20
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
0.8.14 07 Jun 2015 15:46:36
  |
lth  |
- Update to 0.8.14
- Add LICENSE
- Add NO_ARCH
- Add TEST_DEPENDS
- Depends on Module::Pluggable for perl >= 5.20 [1]
PR: 197929 [1]
Submitted by: Frederic Perrin <fred@fperrin.net> |
0.8.13_2 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.8.13_1 05 Jan 2014 16:20:41
  |
az  |
- stage support
Approved by: portmgr (blanket infrastructure) |
0.8.13_1 20 Sep 2013 19:59:14
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail) |
0.8.13_1 07 Aug 2013 13:20:32
  |
az  |
- Convert to new perl framework
per port extra changes:
devel/p5-Perl-Version remove outage PERL_LEVEL check
devel/p5-Devel-LeakTrace-Fast remove perl version requiment 5.12.0- (no need in
current version)
Approved by: lth@ (maintainer) |
0.8.13_1 02 May 2012 19:06:30
 |
lth  |
- Fix *_DEPENDS: p5-Module-Pluggable is already in all supported Perl releases
- Bump PORTREVISION for dependency change
PR: ports/167149
Submitted by: sunpoet |
0.8.13 03 Jul 2011 13:53:52
 |
ohauer  |
- remove MD5 |
0.8.13 26 Mar 2007 10:26:59
 |
lth  |
Update to 0.8.13 (distversion 0.813). Remove 4.x cruft. |
0.8.12 06 Sep 2006 12:51:08
 |
lth  |
Update to 0.8.12
PR: ports/102634
Submitted by: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw> |
0.8.10 05 Aug 2006 11:21:09
 |
lth  |
- Update to 0.8.10 (version number mangled to prevent PORTEPOCH bump) [1]
- Use magic MASTER_SITES
- Use BUILD_DEPENDS=${RUN_DEPENDS} to avoid extra dependencies
- Use versioned package dependency
- Build.PL is gone, so use PERL_CONFIGURE=yes [1]
PR: ports/101289 [1]
Submitted by: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw> |
0.8 22 Jan 2006 12:50:54
 |
edwin  |
SHA256ify
Approved by: krion@ |
0.8 22 Jan 2006 02:20:05
 |
edwin  |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
0.8 21 Sep 2005 19:31:43
 |
fenner  |
search.cpan.org redirect reduction canonicalization project, pass 1:
URLs automatically rewritten from /search?dist=Foo or /dist/Foo
to /dist/Foo/ (note trailing slash). After a 2002(!) reorganization,
this is the preferred way to refer to modules on search.cpan.org.
This pass brought to you by http://people.freebsd.org/~fenner/fix-search |
0.8 08 Jan 2005 17:51:34
 |
lth  |
Update to 0.8 |
0.7 01 Jun 2004 12:32:33
 |
lth  |
Change of email address.
Approved by: erwin (mentor) |
0.7 18 May 2004 13:27:43
 |
erwin  |
Update to 0.7
PR: 66806
Submitted by: maintainer |
0.6 19 Mar 2004 01:51:15
 |
trevor  |
Add size data, approved by maintainers. |
0.6 31 Aug 2003 13:03:04
 |
krion  |
- New port mail/p5-Email-FolderType: Determine the type of a
mail folder.
Provides a utility subroutine for detecting the type of a given
mail folder.
PR: 56232
Submitted by: Lars Thegler <lars@thegler.dk> |