Port details |
- p5-DBIx-Tree Perl module for generating a tree from a self-referential table
- 1.98 databases =3 1.98Version of this port present on the latest quarterly branch.
- Maintainer: perl@FreeBSD.org
- Port Added: 2003-02-06 19:57:34
- Last Update: 2022-09-08 15:46:38
- Commit Hash: ade2a04
- People watching this port, also watch:: pure-ftpd, autoconf, p5-CGI-Untaint, cops, p5-DateTime-Format-Excel
- Also Listed In: perl5
- License: ART20
- WWW:
- https://metacpan.org/release/DBIx-Tree
- Description:
- When you've got one of those nasty self-referential tables that you
want to bust out into a tree, this is the module to check out. Assum-
ing there are no horribly broken nodes in your tree and (heaven forbid)
any circular references
Philip M. Gollucci <philip@p6m7g8.com>
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-DBIx-Tree>0:databases/p5-DBIx-Tree
- To install the port:
- cd /usr/ports/databases/p5-DBIx-Tree/ && make install clean
- To add the package, run one of these commands:
- pkg install databases/p5-DBIx-Tree
- pkg install p5-DBIx-Tree
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-DBIx-Tree
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1613291174
SHA256 (DBIx-Tree-1.98.tgz) = 3cfffbd960cd73599c25013b0e23935ed9014503454bb1a6343fbafba766e29c
SIZE (DBIx-Tree-1.98.tgz) = 24502
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- p5-DBI>=1.622 : databases/p5-DBI
- perl5>=5.32.r0<5.33 : lang/perl5.32
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- p5-DBI>=1.622 : databases/p5-DBI
- perl5>=5.32.r0<5.33 : lang/perl5.32
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- databases_p5-DBIx-Tree
- USES:
- perl5 tar:tgz
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.98 08 Sep 2022 15:46:38 |
Stefan Eßer (se) |
Remove WWW lines that have been moved into Makefiles
Approved by: portmgr (implicit) |
1.98 08 Sep 2022 15:43:21 |
Stefan Eßer (se) |
Move more WWW entries from pkg-descr files into Makefiles
The WWW: lines in the pkg-descr files of these ports where not at the
end of those files and have been missed in prior conversion runs.
Approved by: portmgr (implicit) |
1.98 20 Jul 2022 14:21:07 |
Tobias C. Berner (tcberner) |
databases: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* "Mahdi Mokhtari <mokhi64@gmail.com>"
* "Meikel Brandmeyer" <ocaml-sqlite3-port@kotka.de>
* <hvo.pm@xs4all.nl>
* <jsmith@resonatingmedia.com>
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Snelson <Alan@Wave2.org> (Only the first 15 lines of the commit message are shown above ) |
1.98 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.98 14 Feb 2021 08:31:47 |
wen |
- Update to 1.98 |
1.97 06 Oct 2018 13:06:45 |
des |
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) |
1.97 27 May 2018 20:15:20 |
sunpoet |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
1.97 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
1.97 12 Mar 2015 23:00:03 |
adamw |
Some OCD cleanups on some of the perl@ ports.
- Remove dependencies in core
- Put testing depends in TEST_DEPENDS
- Remove unnecessary bsd.port.options.mk inclusions
- Remove checks for Perl versions that no longer exist in the ports tree
- Sort plists, some of which were so jumbled that I have to assume
the plist was randomized before committing
A lot of the plist changes in this commit are moving PERL5_MAN3 after
SITE_PERL. It's repo churn now, but it makes updating the ports later
far easier. |
1.97 01 Jan 2015 16:21:31 |
sunpoet |
- Update to 1.97
- Add LICENSE
Changes: http://search.cpan.org/dist/DBIx-Tree/Changes |
1.96_2 26 Nov 2014 13:08:38 |
mat |
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 ) |
1.96_1 20 Oct 2014 10:41:13 |
bapt |
Cleanup plist |
1.96_1 29 Jul 2014 19:11:53 |
adamw |
Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by: portmgr (not really, but touches unstaged ports) |
1.96_1 03 Nov 2013 06:53:55 |
vanilla |
Support STAGEDIR. |
1.96_1 20 Sep 2013 16:13:49 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases) |
1.96_1 02 Aug 2013 18:52:11 |
mat |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
1.96_1 16 May 2013 09:44:15 |
miwi |
- Fix plist
- Trim header
Reported by: poudriere exp-run |
1.96 10 Dec 2012 09:46:50 |
tobez |
Update to 1.96.
Changes: http://cpansearch.perl.org/src/RSAVAGE/DBIx-Tree-1.96/CHANGES |
1.94 03 Jun 2012 17:02:24 |
az |
- Remove SITE_PERL from *_DEPENDS |
1.94 25 Jan 2012 16:55:58 |
swills |
- Update to 1.94 |
1.9 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
1.9 04 Feb 2010 15:39:23 |
pgollucci |
- donate some more of my p5- ports to perl@
[included is my 1st port ever databases/p5-DBIx-Tree Date created: January
29th 2003] |
1.9 16 May 2009 06:27:56 |
pgollucci |
- Mark most of my ports MAKE_JOBS_SAFE=yes
Tested by: several builds in P6 TB |
1.9 23 Jul 2008 02:43:55 |
pgollucci |
Update my ports to my freebsd address
Approved by: araujo (mentor) |
1.9 17 Apr 2008 14:30:31 |
araujo |
- 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) |
1.9 30 Jun 2007 10:07:59 |
erwin |
Remove 4.x workaround
PR: 113734
Submitted by: erwin
Approved by: maintainer timeout |
1.9 22 Jan 2006 08:23:41 |
edwin |
SHA256ify
Approved by: krion@ |
1.9 22 Jan 2006 01:29:10 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
1.9 11 Apr 2005 20:34:36 |
flz |
- Change maintainer's email address. |
1.9 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
1.9 16 Sep 2003 05:43:52 |
erwin |
Conditionalise dependencies on databases/p5-DBI: for perl
5.005_03 use databases/p5-DBI-137 as newer versions do not
support the old perl.
Note that for some port, I merely removed the explicit
dependency as they already have implicit dependencies
via other ports.
Approved by: portmgr (marcus) |
1.9 05 Jul 2003 13:59:03 |
kuriyama |
Update to 1.9.
Remove IS_INTERACTIVE which is used only in "make test".
Submitted by: Mathieu Arnold <m@absolight.net>
PR: ports/51787 |
0.91 21 Feb 2003 11:15:05 |
knu |
De-pkg-comment. |
0.91 05 Feb 2003 02:24:52 |
edwin |
New Port: databases/p5-DBIx-Tree v0.91
When you've got one of those nasty self-referential tables
that you want to bust out into a tree, this is the module
to check out. Assuming there are no horribly broken nodes
in your tree and (heaven forbid) any circular references
PR: ports/47660
Submitted by: Philip M. Gollucci <philip@p6m7g8.com> |