Port details |
- p5-Devel-Symdump Perl5 module that dumps symbol names or the symbol table
- 2.1800 devel =28 2.1800Version of this port present on the latest quarterly branch.
- Maintainer: perl@FreeBSD.org
- Port Added: unknown
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: libiconv, p5-HTML-Parser, gettext, unzip, gmake
- Also Listed In: perl5
- License: ART10 GPLv1+
- WWW:
- https://metacpan.org/release/Devel-Symdump
- Description:
- This little package serves to access the symbol table of perl.
Devel::Symdump->rnew(@packages)
returns a symbol table object for all subtrees below @packages.
Nested Modules are analyzed recursively. If no package is given as
argument, it defaults to main. That means to get the whole symbol
table, just do a rnew without arguments.
Devel::Symdump->new(@packages)
does not go into recursion and only analyzes the packages that are
given as arguments.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Devel-Symdump>0:devel/p5-Devel-Symdump
- To install the port:
- cd /usr/ports/devel/p5-Devel-Symdump/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/p5-Devel-Symdump
- pkg install p5-Devel-Symdump
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-Devel-Symdump
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1492963344
SHA256 (Devel-Symdump-2.18.tar.gz) = 826f81a107f5592a2516766ed43beb47e10cc83edc9ea48090b02a36040776c0
SIZE (Devel-Symdump-2.18.tar.gz) = 18439
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:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- This port is required by:
- for Build
-
- deskutils/p5-Goo
- devel/p5-Class-Tom
- devel/p5-Pod-Coverage
- devel/p5-Term-Menus
- devel/p5-Test-Unit
- devel/p5-capitalization
- devel/p5-forks
- for Run
-
- deskutils/p5-Goo
- devel/p5-Class-Tom
- devel/p5-Pod-Coverage
- devel/p5-Term-Menus
- devel/p5-Test-Unit
- devel/p5-capitalization
- devel/p5-forks
Configuration Options:
- No options to configure
- Options name:
- devel_p5-Devel-Symdump
- USES:
- perl5
- 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 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
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.1800 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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 ) |
2.1800 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
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 ) |
2.1800 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.1800 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 |
2.1800 15 Sep 2017 08:58:50 |
mat |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
2.1800 24 Apr 2017 15:18:00 |
sunpoet |
Update to 2.18
- Update DISTNAME
- Add LICENSE
- Add NO_ARCH
- Sort PLIST
Changes: http://search.cpan.org/dist/Devel-Symdump/Changes |
2.1000_1 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 ) |
2.1000 27 Oct 2014 10:55:59 |
bapt |
Cleanup plist |
2.1000 29 Oct 2013 07:56:02 |
vanilla |
Support STAGEDIR. |
2.1000 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
2.1000 29 Aug 2013 04:08:54 |
sunpoet |
- Use single space after WWW: |
2.1000 02 Aug 2013 18:52:11 |
mat |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
2.1000 29 Mar 2013 00:44:54 |
eadler |
For perl@ owned ports:
- Fix COMMENT
- Trim header |
2.1000 27 Mar 2013 09:46:35 |
tobez |
Update to 2.10(00).
Changes: http://search.cpan.org/dist/Devel-Symdump/Changes |
2.0800 17 May 2011 11:05:02 |
jadawin |
- Cleaning MD5 in perl@'s ports.
Approved by: erwin@ (portmgr) |
2.0800 24 Sep 2010 02:03:44 |
pgollucci |
- only 13% of the p5- ports embed @comment $FreeBSD$:
so standarize and remove it
With Hat: perl@ |
2.0800 29 Jan 2009 17:41:17 |
erwin |
Reassign my p5-* ports to perl@ so more than one person
can look at them. |
2.0800 20 Feb 2008 19:10:02 |
erwin |
Update to 2.08
PR: 120900
Submitted by: Felippe de Meirelles Motta <lippemail@gmail.com> |
2.0700 05 Jan 2007 22:43:02 |
erwin |
Update to 2.0700
PR: 107591
Submitted by: Gea-Suan Lin <gslin@gslin.org> |
2.0604 31 Oct 2006 09:08:03 |
erwin |
Update to 2.0604 |
2.0603 06 Oct 2006 21:50:48 |
erwin |
Update to 2.0603 |
2.0602 19 Jul 2006 14:48:34 |
erwin |
Update to 2.0602
PR: 100540
Submitted by: Gea-Suan Lin <gslin@gslin.org> |
2.0601 07 May 2006 19:08:36 |
erwin |
Update to 2.0601 |
2.06 26 Jan 2006 14:51:10 |
erwin |
Update to 2.06 |
2.05 22 Jan 2006 01:48:34 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
2.05 06 Jan 2006 09:31:48 |
erwin |
Update to 2.05 |
2.04 28 Dec 2005 12:11:52 |
erwin |
Update to 2.04 |
2.03 26 Nov 2005 17:00:48 |
pav |
- Add SHA256
Approved by: maintainer |
2.03 18 Mar 2004 18:01:13 |
trevor |
Add size data, approved by maintainers. |
2.03 24 Oct 2003 12:05:09 |
ijliao |
utilize SITE_PERL
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net> |
2.03 12 Jun 2003 16:41:16 |
erwin |
Change to my FreeBSD.org address |
2.03 21 Feb 2003 11:23:04 |
knu |
De-pkg-comment. |
2.03 28 May 2002 14:49:56 |
tobez |
Update to 2.03. Assign the submitter to be the maintainer.
PR: 38503
Submitted by: Erwin Lansing <erwin@lansing.dk> |
01 Mar 2001 06:39:18 |
vanilla |
Remove do-configure section, use PERL_CONFIGURE now. |
31 Oct 2000 08:07:33 |
kuriyama |
Add 2 @unexec rmdir's. |
23 Oct 2000 22:03:12 |
will |
Remove jfitz@ as MAINTAINER - mail is bouncing / mailservers don't answer. |
08 Oct 2000 02:10:04 |
asami |
Convert category devel to new layout. |
22 Jul 2000 11:44:53 |
vanilla |
Update |