Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.111017 04 Sep 2023 21:30:32 |
Po-Chuan Hsieh (sunpoet) |
devel/p5-CPAN-Mini: Update to 1.111017
- Update LICENSE_FILE
- Add NO_ARCH
Changes: https://metacpan.org/dist/CPAN-Mini/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.111016 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.111016 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
1.111016 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.111016 28 May 2020 13:13:25 |
danfe |
Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 7). |
1.111016 13 Sep 2018 21:54:13 |
sunpoet |
Update to 1.111016
- Remove MASTER_SITE_SUBDIR
- Add LICENSE
- Sort PLIST
Changes: https://metacpan.org/changes/distribution/CPAN-Mini |
1.111013_1 10 Sep 2018 11:17:00 |
des |
Reassign all of tobez@'s p5 ports to perl@.
Approved by: tobez |
1.111013_1 09 Jul 2018 08:40:18 |
mat |
Remove all := from BUILD_DEPENDS, here are never needed.
While there, cleanup, and sort depends.
When build and run dependencies are the same, there are three ways to
avoid duplicating the list while not adding the framework added
BUILD_DEPENDS to the RUN_DEPENDS. In order of preference, they are:
1) use RUN_DEPENDS to set BUILD_DEPENDS:
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= foo:bar/baz
2) create another variable and use it:
MY_DEPENDS= foo:bar/baz
BUILD_DEPENDS= ${MY_DEPENDS}
RUN_DEPENDS= ${MY_DEPENDS}
3) use BUILD_DEPENDS to set RUN_DEPENDS and force evaluation:
BUILD_DEPENDS= foo:bar/baz
RUN_DEPENDS:= ${BUILD_DEPENDS}
Sponsored by: Absolight |
1.111013_1 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.111013_1 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
1.111013_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 |
1.111013_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.111013 27 Oct 2014 10:55:59 |
bapt |
Cleanup plist |
1.111013 05 Feb 2014 14:37:25 |
ehaupt |
Support staging. |
1.111013 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
1.111013 08 Sep 2013 14:54:41 |
tobez |
Update to 1.111013.
Changes: http://search.cpan.org/dist/CPAN-Mini/Changes |
1.111011 05 Aug 2013 15:05:30 |
az |
- Convert to new perl framework
- Trim Makefile header
Approved by: tobez@ (maintainer) |
1.111011 11 Feb 2013 09:44:12 |
tobez |
Update to 1.111011.
Changes: http://search.cpan.org/dist/CPAN-Mini/Changes |
1.111010_1 18 Dec 2012 12:01:20 |
tobez |
Remove support for perl 5.8.
Nudged by: az |
1.111010 06 Nov 2012 11:12:24 |
tobez |
Update to 1.111010.
Changes: http://cpansearch.perl.org/src/RJBS/CPAN-Mini-1.111010/Changes
Feature safe: yes |
1.111008 10 Jun 2012 18:42:48 |
swills |
- Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
about for a while.
PR: ports/168208
Approved by: portmgr (miwi) |
1.111008 21 May 2012 10:31:25 |
tobez |
Update to 1.111008.
PR: 167894
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
Changes: http://search.cpan.org/dist/CPAN-Mini/Changes |
1.111007 13 Mar 2012 16:15:36 |
pgollucci |
- Revert ports/165605 as requested by portmgr@
Note: devel/p5-B-Size and devel/p5-Devel-Arena
where intentionally not restored.
PR: ports/165605
Approved by: portmgr (bapt)
Feature safe: yes (I sure hope so) |
1.111007 08 Mar 2012 18:45:38 |
pgollucci |
- Remove ports that only work with < perl 5.12 (devel/p5-B-Size,
devel/p5-Devel-Arena)
- Remove conditionals for PERL_LEVEL < 501200
- Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk
- Other minor cleanups
RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS}
PR: ports/165605
Submitted by: pgollucci (myself)
Approved by: portmgr (linimon)
Exp Run by: linimon
Tested by: make index |
1.111007 26 Aug 2011 13:28:32 |
tobez |
Update to 1.111007.
Changes: http://search.cpan.org/dist/CPAN-Mini/Changes |
1.111001 12 Mar 2011 18:54:28 |
swills |
- Update to 1.111001 - Changelog:
http://cpansearch.perl.org/dist/CPAN-Mini/Changes
- Remove DISTNAME replacement
- Use MASTER_SITE_SUBDIR=CPAN:PAUSEID |
1.110000 29 Jan 2011 19:25:40 |
tobez |
Update to 1.110(000).
Changes: http://search.cpan.org/dist/CPAN-Mini/Changes
PR: 154378
Submitted by: Steve Wills <steve@mouf.net>
Feature safe: yes |
1.100630_1 21 Sep 2010 07:56:43 |
mm |
Change dependency on old p5-Compress-Zlib, p5-IO-Compress-Base,
p5-IO-Compress-Zlib and p5-IO-Compress-Bzip2 modules to p5-IO-Compress.
Explicitly depend on p5-IO-Compress only if PERL_LEVEL < 500903
Bump PORTREVISION |
1.100630 04 Mar 2010 20:24:40 |
tobez |
Update to 1.100630.
Changes: http://search.cpan.org/dist/CPAN-Mini/Changes
Feature safe: yes |
1.100593 01 Mar 2010 10:41:24 |
tobez |
Update to 1.100593.
Changes: http://search.cpan.org/dist/CPAN-Mini/Changes
Feature safe: yes |
0.576_1 29 Jan 2010 03:01:29 |
kuriyama |
- Remove unneeded dependencies which is in perl-5.8.9 dist
(part 16).
Approved by: portmgr (itetcu) |
0.576 22 Jul 2009 16:27:08 |
pgollucci |
- lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checks
PR: ports/135398
Tested by: 2 -exp runs by pav
Approved by: portmgr (pav) |
0.576 10 Feb 2009 11:43:46 |
tobez |
Update to 0.576.
Changes: http://search.cpan.org/dist/CPAN-Mini/Changes |
0.574 27 Nov 2008 09:00:07 |
tobez |
Update to 0.574.
Changes: http://search.cpan.org/dist/CPAN-Mini/Changes |
0.573 26 Nov 2008 10:55:01 |
tobez |
Update to 0.573.
Changes: http://search.cpan.org/dist/CPAN-Mini/Changes |
0.571 02 Jul 2008 08:46:32 |
tobez |
Update to 0.571.
Changes: http://search.cpan.org/dist/CPAN-Mini/Changes |
0.570 08 May 2008 08:29:57 |
tobez |
Update to 0.570.
Changes: http://search.cpan.org/dist/CPAN-Mini/Changes |
0.566 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.566 07 Feb 2008 12:38:33 |
tobez |
Update to 0.566.
Changes: http://search.cpan.org/dist/CPAN-Mini/Changes |
0.565 12 Dec 2007 11:42:34 |
tobez |
Update to 0.565.
Changes: http://search.cpan.org/src/RJBS/CPAN-Mini-0.565/Changes |
0.563 23 Oct 2007 18:02:10 |
tobez |
Update to 0.563.
Changes: http://search.cpan.org/src/RJBS/CPAN-Mini-0.563/Changes |
0.562 08 Sep 2007 00:56:04 |
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 |
0.562 21 Aug 2007 08:18:08 |
tobez |
Upgrade to 0.562.
Changes: http://search.cpan.org/src/RJBS/CPAN-Mini-0.562/Changes |
0.552 03 Dec 2006 12:45:59 |
demon |
Correct path to Compress::Zlib.pm after recent p5-Compress-Zlib update. |
0.552 02 Dec 2006 14:49:05 |
tobez |
Update to 0.552. |
0.551 28 Nov 2006 12:05:24 |
tobez |
Update to 0.551. |
0.550 22 Sep 2006 10:01:11 |
tobez |
Update to 0.550.
PR: 101692
Submitted by: Gea-Suan Lin <gslin@gslin.org> |
0.500 27 Jul 2006 09:56:56 |
tobez |
Update to 0.500.
PR: 100144
Submitted by: tjs <tjs@cdpa.nsysu.edu.tw> |
0.40 22 Jan 2006 08:30:12 |
edwin |
SHA256ify
Approved by: krion@ |
0.40 22 Jan 2006 01:48:34 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
0.40 06 Nov 2005 09:08:44 |
tobez |
Update to 0.40. |
0.38 31 Oct 2005 18:24:21 |
erwin |
Let the IGNORE message make a bit more sense and change it from:
===> p5-Some-Module-0.7 Port requires perl 5.6.x or later. Install
lang/perl5 then try again.
to:
===> p5-Some-Module-0.7 requires perl 5.6.x or later. Install
lang/perl5 then try again.
Approved by: silence on -ports |
0.38 14 Oct 2005 10:54:14 |
tobez |
Update to 0.38. |
0.36 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.36 16 Feb 2005 09:52:05 |
tobez |
Add p5-CPAN-Mini, a module to create and maintain a minimal mirror of
CPAN. |