non port: devel/p5-Class-Load/Makefile |
SVNWeb
|
Number of commits found: 29 |
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Wed, 7 Apr 2021
|
[ 08:09 Mathieu Arnold (mat) ] cf118cc (Only the first 10 of 8873 ports in this commit are shown above. )
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Sat, 6 Oct 2018
|
[ 13:06 des ] (Only the first 10 of 2492 ports in this commit are shown above. )
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)
|
Wed, 20 Jun 2018
|
[ 19:37 sunpoet ]
Fix TEST_DEPENDS
|
Sat, 16 Jun 2018
|
[ 12:16 wen ]
- Update to 0.25
Changes: https://metacpan.org/changes/distribution/Class-Load
|
Sat, 5 May 2018
|
[ 16:18 az ]
- reassign maintainership to perl@ (these ports are long time stable)
|
Fri, 15 Sep 2017
|
[ 08:58 mat ] (Only the first 10 of 2495 ports in this commit are shown above. )
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight
|
Wed, 19 Jul 2017
|
[ 21:14 az ]
- update to version 0.24
|
Wed, 5 Apr 2017
|
[ 13:35 sunpoet ]
Update to 0.23
- Add LICENSE_FILE
- Add NO_ARCH
Changes: http://search.cpan.org/dist/Class-Load/Changes
PR: 218353
Submitted by: sunpoet (myself)
Approved by: az (maintainer)
|
Fri, 1 Apr 2016
|
[ 14:00 mat ] (Only the first 10 of 5103 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
Tue, 17 Feb 2015
|
[ 14:36 adamw ]
Update to 0.22, and sort plist.
New dependency on p5-namespace-clean in this version.
Changes: https://metacpan.org/changes/distribution/Class-Load
PR: 197725
Approved by: az (maintainer)
|
Wed, 26 Nov 2014
|
[ 13:08 mat ] (Only the first 10 of 10077 ports in this commit are shown above. )
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 )
|
Sat, 22 Mar 2014
|
[ 08:49 az ]
- update to 0.21
|
Sun, 15 Dec 2013
|
[ 08:55 az ] (Only the first 10 of 17 ports in this commit are shown above. )
- add stage support
- pet portlint
|
Fri, 20 Sep 2013
|
[ 17:13 bapt ] (Only the first 10 of 2998 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3)
|
Sun, 4 Aug 2013
|
[ 12:39 az ]
- Convert to new perl framework
- Trim Makefile header
|
Sun, 23 Sep 2012
|
[ 17:47 az ]
- Update to 0.20
|
Sat, 14 Apr 2012
|
[ 16:13 az ]
Update to version 0.19
Changes: No changes
|
Mon, 20 Feb 2012
|
[ 11:11 az ]
Update to 0.18
PR: ports/165081 (based on)
Submitted by: sunpoet
Feature safe: yes
|
Thu, 9 Feb 2012
|
[ 02:34 sunpoet ]
- Update to 0.15
- Sort *_DEPENDS
Changes: http://search.cpan.org/dist/Class-Load/Changes
PR: ports/164897
Submitted by: sunpoet (myself)
Approved by: az (maintainer, via mail)
|
Fri, 6 Jan 2012
|
[ 18:48 az ]
- Update to 0.13
|
Sun, 30 Oct 2011
|
[ 18:16 az ]
- Update to 0.12
PR: ports/162032
Submitted by: sunpoet@FreeBSD.org
|
Sun, 9 Oct 2011
|
[ 17:58 az ]
Update to 0.11
|
Thu, 8 Sep 2011
|
[ 06:30 az ]
Update to 0.10
|
Sun, 21 Aug 2011
|
[ 10:21 az ]
- Update to 0.08
- Add missed dep (reported by Matthew Seaman)
|
Wed, 17 Aug 2011
|
[ 05:28 az ]
Update to 0.07
|
Sun, 19 Dec 2010
|
[ 13:31 az ]
Update to 0.06
|
Fri, 16 Oct 2009
|
[ 07:28 az ]
require EXPR only accepts Class/Name.pm style module names, not Class::Name.
How frustrating! For that, we provide load_class 'Class::Name'.
It's often useful to test whether a module can be loaded, instead of throwing
an error when it's not available. For that, we provide try_load_class
'Class::Name'.
Finally, sometimes we need to know whether a particular class has been loaded.
Asking %INC is an option, but that will miss inner packages and any class for
which the filename does not correspond to the package name. For that,
we provide is_class_loaded 'Class::Name'.
|
Number of commits found: 29 |