notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
p5-Class-Method-Modifiers Provides Moose-like method modifiers
2.15 devel on this many watch lists=12 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 2.15Version of this port present on the latest quarterly branch.
Maintainer: perl@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2008-07-23 08:05:47
Last Update: 2023-03-18 09:50:44
Commit Hash: 9a6661c
People watching this port, also watch:: curl, expat, libidn, rsync, p5-Digest-HMAC
Also Listed In: perl5
License: ART10 GPLv1+
WWW:
https://metacpan.org/release/Class-Method-Modifiers
Description:
Method modifiers are a powerful feature from the CLOS (Common Lisp Object System) world. In its most basic form, a method modifier is just a method that calls $self->SUPER::foo(@_). I for one have trouble remembering that exact invocation, so my classes seldom re-dispatch to their base classes. Very bad! Class::Method::Modifiers provides three modifiers: before, around, and after. before and after are run just before and after the method they modify, but can not really affect that original method. around is run in place of the original method, with a hook to easily call that original method. One clear benefit of using Class::Method::Modifiers is that you can define multiple modifiers in a single namespace. These separate modifiers don't need to know about each other. This makes top-down design easy. Have a base class that provides the skeleton methods of each operation, and have plugins modify those methods to flesh out the specifics. In short, Class::Method::Modifiers solves the problem of making sure you call $self->SUPER::foo(@_), and provides a cleaner interface for it.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (9 items)
Collapse this list.
  1. /usr/local/share/licenses/p5-Class-Method-Modifiers-2.15/catalog.mk
  2. /usr/local/share/licenses/p5-Class-Method-Modifiers-2.15/LICENSE
  3. /usr/local/share/licenses/p5-Class-Method-Modifiers-2.15/ART10
  4. /usr/local/share/licenses/p5-Class-Method-Modifiers-2.15/GPLv1+
  5. lib/perl5/site_perl/Class/Method/Modifiers.pm
  6. lib/perl5/site_perl/man/man3/Class::Method::Modifiers.3.gz
  7. @owner
  8. @group
  9. @mode
Collapse this list.
Dependency lines:
  • p5-Class-Method-Modifiers>0:devel/p5-Class-Method-Modifiers
To install the port:
cd /usr/ports/devel/p5-Class-Method-Modifiers/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/p5-Class-Method-Modifiers
  • pkg install p5-Class-Method-Modifiers
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: p5-Class-Method-Modifiers
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1679132706 SHA256 (Class-Method-Modifiers-2.15.tar.gz) = 65cd85bfe475d066e9186f7a8cc636070985b30b0ebb1cde8681cf062c2e15fc SIZE (Class-Method-Modifiers-2.15.tar.gz) = 41167

Packages (timestamps in pop-ups are UTC):
p5-Class-Method-Modifiers
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest2.152.152.132.152.15-2.13-
FreeBSD:13:quarterly2.152.152.152.152.152.152.152.15
FreeBSD:14:latest2.152.152.132.152.152.15-2.15
FreeBSD:14:quarterly2.152.15-2.152.152.152.152.15
FreeBSD:15:latest2.152.15n/a2.15n/a2.152.152.15
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. perl5>=5.32.r0<5.33 : lang/perl5.32
Test dependencies:
  1. p5-Moose>=0 : devel/p5-Moose
Runtime dependencies:
  1. perl5>=5.32.r0<5.33 : lang/perl5.32
This port is required by:
for Build
  1. databases/p5-DBIx-Class
  2. devel/p5-BorderStyles-Standard
  3. devel/p5-Dancer-Debug
  4. devel/p5-Data-Perl
  5. devel/p5-List-Objects-WithUtils
  6. devel/p5-Module-Build-Pluggable
  7. devel/p5-Moo
Expand this list (16 items / 9 hidden - sorry, this count includes any deleted ports)
  1. Collapse this list).
  2. devel/p5-MooX-Aliases
  3. devel/p5-MooX-StrictConstructor
  4. devel/p5-Role-Hooks
  5. devel/p5-Role-Tiny
  6. devel/p5-Sub-HandlesVia
  7. devel/p5-Test-Mock-Redis
  8. textproc/p5-Pod-Readme
  9. www/p5-HTTP-Thin
  10. www/p5-Plack-Middleware-Debug
  11. Collapse this list.
for Run
  1. databases/p5-DBIx-Class
  2. devel/p5-BorderStyles-Standard
  3. devel/p5-Dancer-Debug
  4. devel/p5-Data-Perl
  5. devel/p5-List-Objects-WithUtils
  6. devel/p5-Module-Build-Pluggable
  7. devel/p5-Moo
Expand this list (17 items / 10 hidden - sorry, this count includes any deleted ports)
  1. Collapse this list).
  2. devel/p5-MooX-Aliases
  3. devel/p5-MooX-StrictConstructor
  4. devel/p5-Role-Hooks
  5. devel/p5-Role-Tiny
  6. devel/p5-Sub-HandlesVia
  7. devel/p5-Test-Mock-Redis
  8. textproc/p5-Pod-Readme
  9. www/p5-HTTP-Thin
  10. www/p5-HTTP-Tiny-Paranoid
  11. www/p5-Plack-Middleware-Debug
  12. Collapse this list.

Configuration Options:
No options to configure
Options name:
devel_p5-Class-Method-Modifiers
USES:
perl5
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (12 items)
Collapse this list.
  1. ftp://ftp.auckland.ac.nz/pub/perl/CPAN/modules/by-module/Class/
  2. ftp://ftp.cpan.org/pub/CPAN/modules/by-module/
  3. ftp://ftp.cpan.org/pub/CPAN/modules/by-module/Class/
  4. ftp://ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/Class/
  5. ftp://ftp.kddlabs.co.jp/lang/perl/CPAN/modules/by-module/Class/
  6. ftp://ftp.mirrorservice.org/sites/cpan.perl.org/CPAN/modules/by-module/Class/
  7. http://backpan.perl.org/modules/by-module/Class/
  8. http://ftp.jaist.ac.jp/pub/CPAN/modules/by-module/Class/
  9. http://ftp.twaren.net/Unix/Lang/CPAN/modules/by-module/Class/
  10. https://cpan.metacpan.org/modules/by-module/
  11. https://cpan.metacpan.org/modules/by-module/Class/
  12. https://www.cpan.org/modules/by-module/Class/
Collapse this list.

Number of commits found: 39

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2.15
18 Mar 2023 09:50:44
commit hash: 9a6661c6c0be41ae2ca635ef2828d17f375ca84dcommit hash: 9a6661c6c0be41ae2ca635ef2828d17f375ca84dcommit hash: 9a6661c6c0be41ae2ca635ef2828d17f375ca84dcommit hash: 9a6661c6c0be41ae2ca635ef2828d17f375ca84d files touched by this commit
Wen Heping (wen) search for other commits by this committer
devel/p5-Class-Method-Modifiers: Update to 2.15
2.14
30 Jan 2023 13:01:56
commit hash: 9462116daee0c83845094151e07e5bcd8bf8e285commit hash: 9462116daee0c83845094151e07e5bcd8bf8e285commit hash: 9462116daee0c83845094151e07e5bcd8bf8e285commit hash: 9462116daee0c83845094151e07e5bcd8bf8e285 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/p5-Class-Method-Modifiers: Update to 2.14

Changes:	https://metacpan.org/dist/Class-Method-Modifiers/changes
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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)
2.13
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
2.13
20 Jul 2022 14:21:35
commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
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 View all of this commit message)
2.13
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
2.13
10 Aug 2019 22:52:41
Revision:508557Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.13

- Add LICENSE_FILE

Changes:	https://metacpan.org/changes/distribution/Class-Method-Modifiers
2.12
27 May 2018 20:15:20
Revision:470993Original commit files touched by this commit
sunpoet search for other commits by this committer
Update WWW

search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.

With hat:	perl
2.12
15 Sep 2017 08:58:50
Revision:449893Original commit files touched by this commit
mat search for other commits by this committer
Fix license information for portgs that use "the same license as Perl".

Sponsored by:	Absolight
2.12
01 Apr 2016 14:00:57
Revision:412346Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
2.12
05 Mar 2016 01:58:56
Revision:410157Original commit files touched by this commit
adamw search for other commits by this committer
Update to 2.12. Add NO_ARCH.

Changes: https://metacpan.org/changes/distribution/Class-Method-Modifiers
2.11_1
26 Nov 2014 13:08:38
Revision:373448Original commit files touched by this commit
mat search for other commits by this committer
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 View all of this commit message)
2.11
27 Oct 2014 10:55:59
Revision:371547Original commit files touched by this commit
bapt search for other commits by this committer
Cleanup plist
2.11
04 Sep 2014 09:15:03
Revision:367252Original commit files touched by this commit
culot search for other commits by this committer
- Update to 2.11

Changes:	http://search.cpan.org/dist/Class-Method-Modifiers/Changes
2.10
25 Mar 2014 19:34:22
Revision:349180Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 2.10

Changes:	http://search.cpan.org/dist/Class-Method-Modifiers/Changes
2.09
31 Dec 2013 00:59:30
Revision:338205Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 2.09
- Support STAGEDIR

Changes:	http://search.cpan.org/dist/Class-Method-Modifiers/Changes
2.08
11 Oct 2013 16:25:47
Revision:330087Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 2.08

Changes:	http://search.cpan.org/dist/Class-Method-Modifiers/Changes
2.07
07 Oct 2013 17:51:26
Revision:329715Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 2.07
- Add NO_STAGE as USE_PERL5=modbuildtiny is unsupported yet

Changes:	http://search.cpan.org/dist/Class-Method-Modifiers/Changes
2.06
27 Sep 2013 20:57:48
Revision:328521Original commit files touched by this commit
sunpoet search for other commits by this committer
- Support STAGEDIR
2.06
20 Sep 2013 17:13:47
Revision:327724Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3)
2.06
18 Sep 2013 15:22:09
Revision:327556Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 2.06

Changes:	http://search.cpan.org/dist/Class-Method-Modifiers/Changes
2.05
11 Sep 2013 07:23:55
Revision:326947Original commit files touched by this commit
tobez search for other commits by this committer
Update to 2.05.

Changes:        http://search.cpan.org/dist/Class-Method-Modifiers/Changes
2.04
02 Aug 2013 18:52:11
Revision:324174Original commit files touched by this commit
mat search for other commits by this committer
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default.
2.04
30 Apr 2013 04:43:26
Revision:316875Original commit files touched by this commit
culot search for other commits by this committer
- Update to 2.04

Changes:	http://search.cpan.org/dist/Class-Method-Modifiers/Changes
2.03
03 Feb 2013 10:46:22
Revision:311454Original commit files touched by this commit
tobez search for other commits by this committer
Update to 2.03.

Changes:	http://search.cpan.org/dist/Class-Method-Modifiers/Changes
2.01
29 Jan 2013 00:36:33
Revision:311142Original commit files touched by this commit
leeym search for other commits by this committer
- update to 2.01
2.00
11 Jan 2013 14:03:44
Revision:310234Original commit files touched by this commit
culot search for other commits by this committer
- Update to 2.00
- Add LICENSE (Artistic 1 & GPL 1)

Changes:	http://search.cpan.org/dist/Class-Method-Modifiers/Changes
1.12
30 Oct 2012 02:23:20
Revision:306657Original commit files touched by this commit
wen search for other commits by this committer
- Update to 1.12
Changes:
http://cpansearch.perl.org/src/ETHER/Class-Method-Modifiers-1.12/Changes
- Trim Makefile headers

Feature safe:	yes
1.09
03 Apr 2012 08:38:22
Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 1.09

Changes:        http://search.cpan.org/dist/Class-Method-Modifiers/Changes
Feature safe:   yes
1.08
31 Mar 2012 01:18:17
Original commit files touched by this commit
sunpoet search for other commits by this committer
- Use TEST_DEPENDS for test-only dependency

Feature safe:   yes
1.08
19 Oct 2011 00:41:15
Original commit files touched by this commit
clsung search for other commits by this committer
- Update to 1.08
1.07
17 Sep 2011 06:49:29
Original commit files touched by this commit
sunpoet search for other commits by this committer
- Change PERL_CONFIGURE to "yes" for all values less than or equal to 5.8.0+

With hat:       perl
1.07
12 Mar 2011 17:05:38
Original commit files touched by this commit
culot search for other commits by this committer
- Update to 1.07

Changes:        http://search.cpan.org/dist/Class-Method-Modifiers/Changes
1.06
29 Nov 2010 03:14:55
Original commit files touched by this commit
wen search for other commits by this committer
- Update to 1.06
Changelog: http://search.cpan.org/src/SARTAK/Class-Method-Modifiers-1.06/Changes
1.05
03 Nov 2009 21:49:51
Original commit files touched by this commit
leeym search for other commits by this committer
- update to 1.05
1.04
16 Aug 2009 09:22:05
Original commit files touched by this commit
linimon search for other commits by this committer
Reset lbr@FreeBSD.org due to maintainer-timeouts and no response to email.

Hat:            portmgr
1.04
19 Jun 2009 18:19:17
Original commit files touched by this commit
pgollucci search for other commits by this committer
- Update to 1.04 to Fix Fetch

Apparently 1.02 isn't on CPAN anymore
**** BEWARE 1.07 is from 2007 and 1.04 was released in 2009 *****

Approved by:    maintainer(lbr; implicit)
Reported by:    QAT
1.02
19 Jun 2009 16:21:57
Original commit files touched by this commit
pgollucci search for other commits by this committer
- Update to 1.02

PR:             ports/135738
Approved by:    maintainer (lbr)
Submitted by:   myself (pgollucci@)
1.01
23 Jul 2008 08:05:22
Original commit files touched by this commit
lbr search for other commits by this committer
New port: devel/p5-Class-Method-Modifiers, Provides Moose-like method modifiers

Number of commits found: 39