174bd FreshPorts -- devel/p5-Mouse
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
p5-Mouse 1.11,1 devel on this many watch lists=3 search for ports that depend on this port
Moose minus the antlers
Maintained by: perl@FreeBSD.org search for ports maintained by this maintainer
Port Added: 23 Jul 2008 08:07:15
Also Listed In: perl5
License: ART10 GPLv1


Moose is wonderful.  Use Moose instead of Mouse!

Unfortunately, Moose has a compile-time penalty. Though significant progress has
been made over the years, the compile time penalty is a non-starter for some
applications.

Mouse aims to alleviate this by providing a subset of Moose's functionality,
faster.

Compatibility with Moose has been the utmost concern. Fewer than 1% of the
tests fail when run against Moose instead of Mouse. Mouse code coverage is also
over 97%. Even the error messages are taken from Moose. The Mouse code just
runs the test suite 3x-4x faster.

The idea is that, if you need the extra power, you should be able to run
s/Mouse/Moose/g on your codebase and have nothing break. To that end,
we have written Any::Moose which will act as Mouse unless Moose is loaded,
in which case it will act as Moose.
 
Mouse also has the blessings of Moose's author, stevan.

WWW: http://search.cpan.org/dist/Mouse/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. lang/perl5.14
Required To Run:
  1. lang/perl5.14

This port is required by:

for Build for Run

To install the port: cd /usr/ports/devel/p5-Mouse/ && make install clean
To add the package: pkg_add -r p5-Mouse


Configuration Options
     No options to configure

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. ftp://ftp.auckland.ac.nz/pub/perl/CPAN/authors/id/G/GF/GFUJI/
  3. ftp://ftp.cpan.org/pub/CPAN/authors/id/G/GF/GFUJI/
  4. ftp://ftp.cpan.org/pub/CPAN/modules/by-module/
  5. ftp://ftp.dti.ad.jp/pub/lang/CPAN/authors/id/G/GF/GFUJI/
  6. ftp://ftp.funet.fi/pub/languages/perl/CPAN/authors/id/G/GF/GFUJI/
  7. ftp://ftp.kddlabs.co.jp/lang/perl/CPAN/authors/id/G/GF/GFUJI/
  8. ftp://ftp.mirrorservice.org/sites/cpan.perl.org/CPAN/authors/id/G/GF/GFUJI/
  9. ftp://ftp.sunet.se/pub/lang/perl/CPAN/authors/id/G/GF/GFUJI/
  10. ftp://mirror.hiwaay.net/CPAN/authors/id/G/GF/GFUJI/
  11. http://at.cpan.org/authors/id/G/GF/GFUJI/
  12. http://backpan.perl.org/authors/id/G/GF/GFUJI/
  13. http://cpan.nctu.edu.tw/authors/id/G/GF/GFUJI/
  14. http://ftp.jaist.ac.jp/pub/CPAN/authors/id/G/GF/GFUJI/
  15. http://ftp.twaren.net/Unix/Lang/CPAN/authors/id/G/GF/GFUJI/
  16. http://www.cpan.dk/authors/id/G/GF/GFUJI/
  17. http://www.cpan.dk/modules/by-module/

Number of commits found: 72

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
29 Apr 2013 08:41:45
Original commit files touched by this commit  1.11,1
tobez search for other commits by this committer
Update to 1.11.

Changes:	http://search.cpan.org/dist/Mouse/Changes
25 Apr 2013 11:04:04
Original commit files touched by this commit  1.09,1
tobez search for other commits by this committer
Update to 1.09.

Changes:	http://search.cpan.org/dist/Mouse/Changes
24 Apr 2013 10:15:28
Original commit files touched by this commit  1.08,1
tobez search for other commits by this committer
Update to 1.08.

Changes:	http://search.cpan.org/dist/Mouse/Changes
09 Feb 2013 08:46:09
Original commit files touched by this commit  1.05,1
tobez search for other commits by this committer
Update to 1.05.

Changes:	http://search.cpan.org/dist/Mouse/Changes
12 Jan 2013 16:24:00
Original commit files touched by this commit  1.04,1
tobez search for other commits by this committer
Update to 1.04.

Changes:	http://search.cpan.org/dist/Mouse/Changes
17 Dec 2012 14:37:27
Original commit files touched by this commit  1.02,1
az search for other commits by this committer
Cleanup supporting perl version 5.8 and 5.10,
lang/perl5.8 and lang/5.10 will be removed from ports tree soon.
30 Oct 2012 03:18:18
Original commit files touched by this commit  1.02,1
wen search for other commits by this committer
- Update to 1.02
Changes: http://cpansearch.perl.org/src/GFUJI/Mouse-1.02/Changes
- Trim Makefile headers

Feature safe:	yes
30 Jun 2012 09:34:53
Original commit files touched by this commit  0.99,1
sunpoet search for other commits by this committer
- Update to 0.99
- Remove outdated post-extract:

Changes:        http://search.cpan.org/dist/Mouse/Changes
13 Mar 2012 16:15:36
Original commit files touched by this commit  0.97,1
pgollucci search for other commits by this committer
- 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)
08 Mar 2012 18:45:38
Original commit files touched by this commit  0.97
pgollucci search for other commits by this committer
- 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
10 Oct 2011 03:38:04
Original commit files touched by this commit  0.97,1
sunpoet search for other commits by this committer
- Update to 0.97

Changes:        http://search.cpan.org/dist/Mouse/Changes
08 Oct 2011 18:58:37
Original commit files touched by this commit  0.95,1
sunpoet search for other commits by this committer
- Update to 0.95

Changes:        http://search.cpan.org/dist/Mouse/Changes
07 Oct 2011 11:22:46
Original commit files touched by this commit  0.94,1
culot search for other commits by this committer
- Fix LICENSE (Artistic 1 instead of Artistic 2)
- Pet portlint(1)

PR:             ports/161336
Submitted by:   Simon Olofsson <simon@olofsson.de>
04 Oct 2011 16:30:58
Original commit files touched by this commit  0.94,1
sunpoet search for other commits by this committer
- Update to 0.94
- Update *_DEPENDS
- Pet portlint

Changes:        http://search.cpan.org/dist/Mouse/Changes
17 Sep 2011 07:06:45
Original commit files touched by this commit  0.93,1
sunpoet search for other commits by this committer
- Change PERL_CONFIGURE to "yes" for all values between 5.8.1+ and 5.8.9+

Suggested by:   az
With hat:       perl
31 May 2011 20:00:04
Original commit files touched by this commit  0.93,1
bapt search for other commits by this committer
- update to 0.93
- changes: http://cpansearch.perl.org/src/GFUJI/Mouse-0.93/Changes
- add licenses
15 Apr 2011 17:58:46
Original commit files touched by this commit  0.92,1
bapt search for other commits by this committer
- upgrade to 0.92
- changes: http://cpansearch.perl.org/src/GFUJI/Mouse-0.92/Changes
14 Mar 2011 06:35:53
Original commit files touched by this commit  0.91,1
wen search for other commits by this committer
- Update to 0.91
ChangeLog: http://cpansearch.perl.org/src/GFUJI/Mouse-0.91/Changes
21 Feb 2011 08:21:29
Original commit files touched by this commit  0.90,1
clsung search for other commits by this committer
- Update to 0.90
28 Jan 2011 23:55:09
Original commit files touched by this commit  0.89,1
bapt search for other commits by this committer
- update to 0.89
- changes: http://cpansearch.perl.org/src/GFUJI/Mouse-0.89/Changes

Feature safe:   yes
17 Dec 2010 20:15:30
Original commit files touched by this commit  0.88,1
pgollucci search for other commits by this committer
- Update to 0.88

With Hat:       perl@
Changes:        http://search.cpan.org/dist/Mouse/Changes
17 Nov 2010 01:51:26
Original commit files touched by this commit  0.87,1
wen search for other commits by this committer
- Update to 0.87
Changelog: http://cpansearch.perl.org/src/GFUJI/Mouse-0.87/Changes
12 Nov 2010 00:19:42
Original commit files touched by this commit  0.85,1
wen search for other commits by this committer
- Update to 0.85
Changelog: http://search.cpan.org/src/GFUJI/Mouse-0.85/Changes
08 Nov 2010 10:57:08
Original commit files touched by this commit  0.83,1
wen search for other commits by this committer
- Update to 0.83
Changelog: http://search.cpan.org/src/GFUJI/Mouse-0.83/Changes
02 Nov 2010 20:46:23
Original commit files touched by this commit  0.81,1
bapt search for other commits by this committer
- bump portepoch because 0.81 < 0.6200
Reported by: Pav
30 Oct 2010 22:36:11
Original commit files touched by this commit  0.81
bapt search for other commits by this committer
- update to 0.81
- changes: http://cpansearch.perl.org/src/GFUJI/Mouse-0.81/Changes
09 Jul 2010 11:00:47
Original commit files touched by this commit  0.6200
tobez search for other commits by this committer
Update to 0.62(00).

Changes:        http://search.cpan.org/dist/Mouse/Changes
01 Jul 2010 11:18:18
Original commit files touched by this commit  0.6100
tobez search for other commits by this committer
Update to 0.61(00).

Changes:        http://search.cpan.org/dist/Mouse/Changes
Feature safe:   yes
09 Jun 2010 12:27:24
Original commit files touched by this commit  0.6000
tobez search for other commits by this committer
Update to 0.60(00).

Changes:        http://search.cpan.org/dist/Mouse/Changes
17 Apr 2010 15:40:48
Original commit files touched by this commit  0.5400
tobez search for other commits by this committer
Update to 0.54(00).  Add TEST_DEPENDS (primarily as a documentation, but
hopefully we'll have support for this in bsd.{perl,port}.mk in the
future).

Changes:        http://search.cpan.org/dist/Mouse/Changes
27 Mar 2010 08:17:09
Original commit files touched by this commit  0.5200
tobez search for other commits by this committer
Update to 0.52(00).

Changes:        http://search.cpan.org/dist/Mouse/Changes
15 Mar 2010 08:46:26
Original commit files touched by this commit  0.5100
tobez search for other commits by this committer
Update to 0.51(00).

Changes:        http://search.cpan.org/dist/Mouse/Changes
10 Feb 2010 20:39:53
Original commit files touched by this commit  0.5000
pgollucci search for other commits by this committer
- Mark MAKE_JOBS_UNSAFE
- sort the pkg-plist while here
08 Feb 2010 09:22:06
Original commit files touched by this commit  0.5000
tobez search for other commits by this committer
Update to 0.50(00).

Changes:        http://search.cpan.org/dist/Mouse/Changes
02 Feb 2010 10:03:21
Original commit files touched by this commit  0.4900
tobez search for other commits by this committer
Update to 0.49(00).

Changes:        http://search.cpan.org/dist/Mouse/Changes
31 Jan 2010 11:01:51
Original commit files touched by this commit  0.4800
tobez search for other commits by this committer
Update to 0.48.

Changes:        http://search.cpan.org/dist/Mouse/Changes
25 Jan 2010 14:00:22
Original commit files touched by this commit  0.4700
tobez search for other commits by this committer
Update to 0.47.

Changes:        http://search.cpan.org/dist/Mouse/Changes
15 Jan 2010 02:08:29
Original commit files touched by this commit  0.4600_1
kuriyama search for other commits by this committer
- Recent version of Mouse requires Devel::PPPort>=3.19, and included
  Module::Install::XSUtil requires ExtUtils::ParseXS>=2.21.
- This fixes 'ld-elf.so.1: Mouse.so: Undefined symbol "HvNAMELEN_get"'
  problems when building dependent ports.
14 Jan 2010 23:06:15
Original commit files touched by this commit  0.4600
kuriyama search for other commits by this committer
- Set $PORTNAME to 0.4600 and $DISTNAME to $PORTNAME-0.46 because
  previous version 0.4501 is larger than 0.46 by pkg_version -t.
10 Jan 2010 05:29:55
Original commit files touched by this commit  0.46
wen search for other commits by this committer
- Update to 0.46
23 Dec 2009 03:14:28
Original commit files touched by this commit  0.4501
wen search for other commits by this committer
- Update to 0.4501
11 Dec 2009 12:23:13
Original commit files touched by this commit  0.44
clsung search for other commits by this committer
- Update to 0.44

Changes:        http://search.cpan.org/dist/Mouse/Changes
19 Nov 2009 02:50:18
Original commit files touched by this commit  0.40
clsung search for other commits by this committer
- Update to 0.40

Changes:        http://search.cpan.org/dist/Mouse/Changes
19 Oct 2009 08:37:54
Original commit files touched by this commit  0.39
tobez search for other commits by this committer
Update to 0.39.

Changes:        http://search.cpan.org/dist/Mouse/Changes
28 Sep 2009 09:43:57
Original commit files touched by this commit  0.37
tobez search for other commits by this committer
Update to 0.37.

Changes:        http://search.cpan.org/dist/Mouse/Changes
Feature safe:   yes
27 Sep 2009 10:43:54
Original commit files touched by this commit  0.36
tobez search for other commits by this committer
Update to 0.36.

Changes:        http://search.cpan.org/dist/Mouse/Changes
Feature safe:   yes
26 Sep 2009 08:58:55
Original commit files touched by this commit  0.35
tobez search for other commits by this committer
Update to 0.35.

Changes:        http://search.cpan.org/dist/Mouse/Changes
Feature safe:   yes
25 Sep 2009 13:30:27
Original commit files touched by this commit  0.34
tobez search for other commits by this committer
Update to 0.34.

Changes:        http://search.cpan.org/dist/Mouse/Changes
Feature safe:   yes
23 Sep 2009 10:35:50
Original commit files touched by this commit  0.33
tobez search for other commits by this committer
Update to 0.33.

Changes:        http://search.cpan.org/dist/Mouse/Changes
Feature safe:   yes
21 Sep 2009 10:45:31
Original commit files touched by this commit  0.30
tobez search for other commits by this committer
Update to 0.30.

Changes:        http://search.cpan.org/dist/Mouse/Changes
Feature safe:   yes
17 Sep 2009 13:24:39
Original commit files touched by this commit  0.29
tobez search for other commits by this committer
Update to 0.29.

Changes:        http://search.cpan.org/dist/Mouse/Changes
Feature safe:   yes
09 Sep 2009 08:58:37
Original commit files touched by this commit  0.28
tobez search for other commits by this committer
Update to 0.28.

Changes:        http://search.cpan.org/dist/Mouse/Changes
16 Aug 2009 09:22:05
Original commit files touched by this commit  0.27
linimon search for other commits by this committer
Reset lbr@FreeBSD.org due to maintainer-timeouts and no response to email.

Hat:            portmgr
23 Jul 2009 17:25:26
Original commit files touched by this commit  0.27
pgollucci search for other commits by this committer
- Update to 0.27

PR:             ports/136517
Approved by:    maintainer timeout (lbr; 14 days)
Submitted by:   myself (pgollucci@)
19 Jun 2009 16:25:08
Original commit files touched by this commit  0.24
pgollucci search for other commits by this committer
- Update to 0.24

PR:             ports/135760
Approved by:    maintainer (lbr)
Submitted by:   myself (pgollucci@)
23 Apr 2009 07:08:59
Original commit files touched by this commit  0.22
lbr search for other commits by this committer
Update to 0.22
12 Apr 2009 07:04:08
Original commit files touched by this commit  0.21
lbr search for other commits by this committer
Update to 0.21
10 Apr 2009 08:43:11
Original commit files touched by this commit  0.20
lbr search for other commits by this committer
Update to 0.20
21 Mar 2009 23:58:24
Original commit files touched by this commit  0.19
lbr search for other commits by this committer
Update to 0.19
19 Feb 2009 10:34:46
Original commit files touched by this commit  0.17
lbr search for other commits by this committer
Update to 0.17
14 Feb 2009 20:03:01
Original commit files touched by this commit  0.16
lbr search for other commits by this committer
Update to 0.16
07 Feb 2009 02:38:58
Original commit files touched by this commit  0.15
lbr search for other commits by this committer
Update to 0.15
21 Dec 2008 16:24:50
Original commit files touched by this commit  0.14
lbr search for other commits by this committer
Update to 0.14
16 Dec 2008 11:16:42
Original commit files touched by this commit  0.13
lbr search for other commits by this committer
Update to 0.13
06 Dec 2008 00:07:30
Original commit files touched by this commit  0.12
lbr search for other commits by this committer
Update to 0.12
04 Nov 2008 16:25:28
Original commit files touched by this commit  0.11
lbr search for other commits by this committer
Fix installation problem for people who have changed WRKDIRPREFIX.

Reported by:    "Ivan B. Serezhkin" <ivan@serezhkin.com>
02 Nov 2008 20:56:06
Original commit files touched by this commit  0.11
lbr search for other commits by this committer
Update to 0.11
29 Oct 2008 18:05:09
Original commit files touched by this commit  0.10
lbr search for other commits by this committer
Update to 0.10
30 Sep 2008 11:38:59
Original commit files touched by this commit  0.09
lbr search for other commits by this committer
Update to 0.09
28 Sep 2008 20:30:29
Original commit files touched by this commit  0.07
lbr search for other commits by this committer
Update to 0.07.

No longer any runtime dependencies, but install p5-MRO-Compat for increased
performance.
25 Jul 2008 13:32:16
Original commit files touched by this commit  0.06
lbr search for other commits by this committer
Update to 0.06
23 Jul 2008 08:06:03
Original commit files touched by this commit  0.05
lbr search for other commits by this committer
New port: devel/p5-Mouse, Moose minus the antlers

Number of commits found: 72

285f
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
otrsMay 23
otrsMay 23
otrsMay 23
otrsMay 23
chromiumMay 22
chromiumMay 22
firefox*May 21
firefox-devel*May 21
firefox-esr*May 21
firefox10*May 21
firefox15*May 21
firefox3*May 21
firefox3-devel*May 21
firefox35*May 21
firefox36*May 21

8 vulnerabilities affecting 24 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24541
Broken 216
Deprecated 478
Ignore 634
Forbidden 2
Restricted 292
No CDROM 109
Vulnerable 25
Expired 132
Set to expire 516
Interactive 33
new 24 hours 2
new 48 hours7
new 7 days29
new fortnight59
new month216

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0