FreshPorts -- The Place For Ports notbug Thu, 9 Feb 2012 10:52 PM GMT
Port details
p5-Tree-Simple 1.18 devel on this many watch lists=11 search for ports that depend on this port
A simple tree object
Maintained by: demon@FreeBSD.org search for ports maintained by this maintainer
Port Added: 07 Jul 2004 13:20:52
Also Listed In: perl5
License: not specified in port


This module in an fully object-oriented implementation of a simple n-
ary tree. It is built upon the concept of parent-child relationships,
so therefore every Tree::Simple object has both a parent and a set of
children (who themselves may have children, and so on). Every
Tree::Simple object also has siblings, as they are just the children of
their immediate parent.

WWW: http://search.cpan.org/dist/Tree-Simple/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required To Build: lang/perl5.8
Required To Run: lang/perl5.8
There are no ports dependent upon this port

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


Configuration Options
     No options to configure

Master Sites:
ftp://ftp.cpan.org/pub/CPAN/modules/by-module/Tree/
http://www.cpan.dk/modules/by-module/Tree/
ftp://ftp.kddlabs.co.jp/lang/perl/CPAN/modules/by-module/Tree/
http://ftp.jaist.ac.jp/pub/CPAN/modules/by-module/Tree/
ftp://ftp.dti.ad.jp/pub/lang/CPAN/modules/by-module/Tree/
ftp://ftp.sunet.se/pub/lang/perl/CPAN/modules/by-module/Tree/
http://ring.nict.go.jp/archives/CPAN/modules/by-module/Tree/
ftp://mirror.hiwaay.net/CPAN/modules/by-module/Tree/
ftp://ftp.mirrorservice.org/sites/ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/Tree/
http://at.cpan.org/modules/by-module/Tree/
http://ring.riken.jp/archives/CPAN/modules/by-module/Tree/
ftp://ftp.auckland.ac.nz/pub/perl/CPAN/modules/by-module/Tree/
http://backpan.perl.org/modules/by-module/Tree/
ftp://ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/Tree/
http://cpan.nctu.edu.tw/modules/by-module/Tree/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 17

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
03 Jul 2011 14:59:23
Original commit files touched by this commit  1.18
ohauer search for other commits by this committer
-remove MD5
22 Jul 2009 16:27:08
Original commit files touched by this commit  1.18
pgollucci search for other commits by this committer
- 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)
17 Apr 2008 14:30:31
Original commit files touched by this commit  1.18
araujo search for other commits by this committer
- 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)
08 Feb 2008 15:28:48
Original commit files touched by this commit  1.18
demon search for other commits by this committer
Update to 1.18.

PR:             120385
Submitted by:   Felippe de Meirelles Motta <lippemail@gmail.com>
08 Sep 2007 00:59:21
Original commit files touched by this commit  1.17
linimon search for other commits by this committer
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
02 Dec 2006 14:12:13
Original commit files touched by this commit  1.17
demon search for other commits by this committer
Update to 1.17.

PR:             106180
Submitted by:   Christopher Boumenot <boumenot@gmail.com>
17 Jul 2006 08:35:32
Original commit files touched by this commit  1.16
demon search for other commits by this committer
Update to 1.16.

Based on PRs:   98868, 99577, 99817
22 Jan 2006 08:30:12
Original commit files touched by this commit  1.15
edwin search for other commits by this committer
SHA256ify

Approved by:    krion@
22 Jan 2006 01:48:34
Original commit files touched by this commit  1.15
edwin search for other commits by this committer
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry

Approved by:    krion@
PR:             ports/88711 (related)
10 Oct 2005 12:07:18
Original commit files touched by this commit  1.15
demon search for other commits by this committer
Upgrade to version 1.15.

PR:             86731
Submitted by:   Emanuel Haupt <ehaupt@critical.ch>
28 Apr 2005 08:42:26
Original commit files touched by this commit  1.14
demon search for other commits by this committer
Update to version 1.14.
13 Oct 2004 06:45:51
Original commit files touched by this commit  1.12
demon search for other commits by this committer
Update to version 1.12.

PR:             72596
Submitted by:   Aaron Dalton <aaron@daltons.ca>
01 Sep 2004 09:05:56
Original commit files touched by this commit  1.10
demon search for other commits by this committer
Update to version 1.10.
Remove unneeded dependency.
Take maintainership.
17 Aug 2004 16:01:59
Original commit files touched by this commit  1.07
vanilla search for other commits by this committer
- this port does not build under perl 5.00503
- add new DEPENDS
- add WWW in pkg-descr
- add files in pkg-plist

PR:             ports/70538
Submitted by:   Cheng-Lung Sung <clsung_at_tw.freebsd.org>
02 Aug 2004 10:14:35
Original commit files touched by this commit  1.07
demon search for other commits by this committer
Update to version 1.07.
12 Jul 2004 09:14:49
Original commit files touched by this commit  1.06
demon search for other commits by this committer
Add dependency on Test::More for ancient versions of perl

Spotted by:     kris
07 Jul 2004 13:20:11
Original commit files touched by this commit  1.06
demon search for other commits by this committer
New port: Tree::Simple.

This module in an fully object-oriented implementation of a simple n-
ary tree. It is built upon the concept of parent-child relationships,
so therefore every Tree::Simple object has both a parent and a set of
children (who themselves may have children, and so on). Every
Tree::Simple object also has siblings, as they are just the children of
their immediate parent.

Number of commits found: 17

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
chromiumFeb 09
chromiumFeb 09
drupal6Feb 07
drupal7Feb 07
bugzillaFeb 06
bugzilla2Feb 06
bugzilla3Feb 06
php5*Feb 06
mathopdFeb 03
firefoxFeb 01
linux-firefoxFeb 01
linux-seamonkeyFeb 01
linux-thunderbirdFeb 01
seamonkeyFeb 01
seamonkey2Feb 01

14 vulnerabilities affecting 33 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 23142
Broken 190
Deprecated 96
Ignore 726
Forbidden 2
Restricted 329
No CDROM 109
Vulnerable 0
Expired 7
Set to expire 93
Interactive 62
new 24 hours 1
new 48 hours9
new 7 days48
new fortnight72
new month138

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

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.13 seconds.