9942 FreshPorts -- devel/p5-namespace-clean
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-namespace-clean 0.24 devel on this many watch lists=4 search for ports that depend on this port
Keep imports and functions out of your namespace
Maintained by: perl@FreeBSD.org search for ports maintained by this maintainer
Port Added: 23 Jul 2008 08:05:06
Also Listed In: perl5
License: ART10 GPLv1


When you define a function, or import one, into a Perl package, it will
naturally also be available as a method. This does not per se cause
problems, but it can complicate subclassing and, for example, plugin
classes that are included via multiple inheritance by loading them as
base classes.

The "namespace::clean" pragma will remove all previously declared or
imported symbols at the end of the current package's compile cycle.
Functions called in the package itself will still be bound by their
name, but they won't show up as methods on your class or instances.

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

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

Required To Build:
  1. devel/p5-B-Hooks-EndOfScope
  2. devel/p5-Package-Stash
  3. devel/p5-Sub-Identify
  4. devel/p5-Sub-Name
  5. lang/perl5.12
Required To Run:
  1. devel/p5-B-Hooks-EndOfScope
  2. devel/p5-Package-Stash
  3. devel/p5-Sub-Identify
  4. devel/p5-Sub-Name
  5. lang/perl5.12

This port is required by:

for Build for Run

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


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/modules/by-module/namespace/
  3. ftp://ftp.cpan.org/pub/CPAN/modules/by-module/namespace/
  4. ftp://ftp.cpan.org/pub/CPAN/modules/by-module/namespace/
  5. ftp://ftp.dti.ad.jp/pub/lang/CPAN/modules/by-module/namespace/
  6. ftp://ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/namespace/
  7. ftp://ftp.kddlabs.co.jp/lang/perl/CPAN/modules/by-module/namespace/
  8. ftp://ftp.mirrorservice.org/sites/ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/namespace/
  9. ftp://ftp.sunet.se/pub/lang/perl/CPAN/modules/by-module/namespace/
  10. ftp://mirror.hiwaay.net/CPAN/modules/by-module/namespace/
  11. http://at.cpan.org/modules/by-module/namespace/
  12. http://backpan.perl.org/modules/by-module/namespace/
  13. http://cpan.nctu.edu.tw/modules/by-module/namespace/
  14. http://ftp.jaist.ac.jp/pub/CPAN/modules/by-module/namespace/
  15. http://ftp.twaren.net/Unix/Lang/CPAN/modules/by-module/namespace/
  16. http://www.cpan.dk/modules/by-module/namespace/
  17. http://www.cpan.dk/modules/by-module/namespace/

Number of commits found: 18

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
17 Dec 2012 13:36:43
Original commit files touched by this commit  0.24
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.
05 Dec 2012 19:05:02
Original commit files touched by this commit  0.24
sunpoet search for other commits by this committer
- Update to 0.24
- Add LICENSE
- Cleanup Makefile header

Changes:	http://search.cpan.org/dist/namespace-clean/Changes
Feature safe:	yes
13 Mar 2012 16:15:36
Original commit files touched by this commit  0.23
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)
12 Mar 2012 19:18:21
Original commit files touched by this commit  0.23
sunpoet search for other commits by this committer
- Update to 0.23

Changes:        http://search.cpan.org/dist/namespace-clean/Changes
Feature safe:   yes
08 Mar 2012 18:45:38
Original commit files touched by this commit  0.22
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
28 Dec 2011 14:39:44
Original commit files touched by this commit  0.22
sunpoet search for other commits by this committer
- Update to 0.22
- Pet portlint

Changes:        http://search.cpan.org/dist/namespace-clean/Changes
09 Sep 2011 10:24:36
Original commit files touched by this commit  0.21
tobez search for other commits by this committer
Update to 0.21.

Changes:        http:/search.cpan.org/dist/namespace-clean/Changes
08 Sep 2011 08:36:43
Original commit files touched by this commit  0.20
az search for other commits by this committer
- Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
  See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@ to perl@ for ports in this changeset.

With perl@ hat
12 Feb 2011 06:18:07
Original commit files touched by this commit  0.20
miwi search for other commits by this committer
- Update to 0.20

PR:             154620
Submitted by:   Jonathan Chu <milki@rescomp.berkeley.edu>
14 Jun 2010 11:56:39
Original commit files touched by this commit  0.18
tobez search for other commits by this committer
Update to 0.18.

Changes:        http:/search.cpan.org/dist/namespace-clean/Changes
10 Jun 2010 01:34:06
Original commit files touched by this commit  0.17
pgollucci search for other commits by this committer
- Update to 0.17

With Hat:       perl@
Changes:        http:/search.cpan.org/dist/namespace-clean/Changes
18 Mar 2010 13:05:26
Original commit files touched by this commit  0.14
tobez search for other commits by this committer
Update to 0.14.

Changes:        http://search.cpan.org/dist/namespace-clean/Changes
25 Jan 2010 13:57:25
Original commit files touched by this commit  0.13
tobez search for other commits by this committer
Update to 0.13.

Changes:        http://search.cpan.org/dist/namespace-clean/Changes
14 Jan 2010 08:43:05
Original commit files touched by this commit  0.12
jadawin search for other commits by this committer
- Update to 0.12
- Changelog: <http://cpansearch.perl.org/src/FLORA/namespace-clean-0.12/Changes>
16 Aug 2009 09:22:05
Original commit files touched by this commit  0.11
linimon search for other commits by this committer
Reset lbr@FreeBSD.org due to maintainer-timeouts and no response to email.

Hat:            portmgr
21 Mar 2009 22:57:48
Original commit files touched by this commit  0.11
lbr search for other commits by this committer
Update to 0.11
26 Oct 2008 11:31:51
Original commit files touched by this commit  0.09
lbr search for other commits by this committer
Update to 0.09
23 Jul 2008 08:04:34
Original commit files touched by this commit  0.08
lbr search for other commits by this committer
New port: devel/p5-namespace-clean, Keep imports and functions out of your
namespace

Number of commits found: 18

282b
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
plibMay 19
plibMay 19
linux-f10-flashplugin10May 16
linux-f10-flashplugin11May 16
nginx*May 16
nginx-devel*May 16
firefoxMay 15
firefox-develMay 15
firefox-esrMay 15

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 24533
Broken 215
Deprecated 474
Ignore 630
Forbidden 2
Restricted 292
No CDROM 109
Vulnerable 27
Expired 132
Set to expire 511
Interactive 33
new 24 hours 4
new 48 hours8
new 7 days29
new fortnight63
new month218

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