summaryrefslogtreecommitdiff
path: root/devel/p5-Devel-Symdump
AgeCommit message (Collapse)AuthorFilesLines
2007-12-09- updated to 2.08rhaen2-7/+8
- new maintainer - PKG_DESTDIR_SUPPORT - ok by joerg Changelog: 2007-10-11 Andreas J. Koenig <andreas.koenig.7os6VVqR@franz.ak.mind.de> * release 2.08 * skip the recurse test on 5.005
2007-10-25Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mkjlam1-1/+0
can handle packages having no PLIST files.
2007-08-07Update to version 2.0700 (upstream version 2.07).seb2-7/+7
Changes since last packaged version (2.0604): 2007-01-05 Andreas J. Koenig <andreas.koenig.7os6VVqR@franz.ak.mind.de> * release 2.07 * rewrite symdump.t using Test::More * adjust test suite to accept main::- also introduced for named captures
2006-10-21Update p5-Devel-Symdump to 2.0604.obache2-6/+6
ndreas J. Koenig <andreas.koenig.gmwojprw@franz.ak.mind.de> * release 2.0604 * adjust test suite to accept main::+ introduced by named captures 2006-09-20 Andreas J. Koenig <andreas.koenig.gmwojprw@franz.ak.mind.de> * relase 2.0603 * add LICENSE field to Makefile.PL to also have it in the META.yml 2006-07-19 Andreas J. Koenig <andreas.koenig.gmwojprw@franz.ak.mind.de> * release 2.0602 * adjust test suite to accept new variable in bleadperl, the hash $main::^H 2006-05-03 Andreas J. Koenig <andreas.koenig.gmwojprw@franz.ak.mind.de> * release 2.0601 * add copyright and license
2006-03-10Updated to 2.06.hiramatsu2-7/+6
Changelog doesn't have entry for 2.06. 2006-01-02 Andreas J. Koenig <andreas.koenig.gmwojprw@franz.ak.mind.de> * release 2.05 * fix the testcase for recursion so that it compiles and works also after patch 26370 to perl after which stashes are not autovivified anymore. 2005-12-25 Andreas J. Koenig <andreas.koenig.gmwojprw@franz.ak.mind.de> * release 2.04 * Export.pm now strict clean * Makefile.PL up to date * added ChangeLog.svn * added tests for recursion, pod, podcover * Fixed rt.cpan.org #8766--recursion
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2005-08-06Bump the PKGREVISIONs of all (638) packages that hardcode the locationsjlam1-2/+2
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
2005-07-13Turn PERL5_PACKLIST into a relative path instead of an absolute path.jlam1-2/+2
These paths are now relative to PERL5_PACKLIST_DIR, which currently defaults to ${PERL5_SITEARCH}. There is no change to the binary packages.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-23Add RMD160 digests.agc1-1/+2
2005-02-19Update HOMEPAGE.wiz1-2/+2
2004-12-20since perl is now built with threads on most platforms, the perl archlibgrant1-1/+2
module directory has changed (eg. "darwin-2level" vs. "darwin-thread-multi-2level"). binary packages of perl modules need to be distinguishable between being built against threaded perl and unthreaded perl, so bump the PKGREVISION of all perl module packages and introduce BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct dependencies are registered and the binary packages are distinct. addresses PR pkg/28619 from H. Todd Fujinaka.
2004-11-30Add HOMEPAGE.wiz1-1/+2
2004-04-25Bl3ify and enable pkgviews installation.minskim1-2/+4
2004-04-09Updated p5-Devel-Symdump to 2.03.grant2-5/+5
changes since 2.01: 2002-03-01 Andreas J. Koenig <andreas.koenig@anima.de> * lib/Devel/Symdump.pm: perl 5.6.1 introduced a package name of "<none>" to work around a bug if somebody uses the deprecated C<package> without an argument. I believe we need to ignore that symbol completely so that at least we follow the lead of the B:: extensions. Thanks to Sreeji K Das /sreeji_k at yahoo.com/ for the report. 2000-10-31 Andreas J. Koenig <andreas.koenig@anima.de> * Typo fix: hashs --> hashes. Thanks to Sebastien Blondeel <Sebastien.Blondeel@idealx.com> for the report.
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2002-10-13Use buildlink2. Use perl5/module.mk.seb1-6/+3
2001-11-26Buildlinkify, in the sense that only the perl headers are found injlam1-3/+4
${PREFIX} -- everything else is pickup up from ${BUILDLINK_DIR}.
2001-11-01Move pkg/ files into package's toplevel directoryzuntum3-1/+1
2001-10-18SVR4 packages have a limit of 9 chars for a package name.veego1-1/+2
The automatic truncation in gensolpkg doesn't work for packages which have the same package name for the first 5-6 chars. e.g. amanda-server and amanda-client would be named amanda and amanda. Now, we add a SVR4_PKGNAME and use amacl for amanda-client and amase for amanda-server. All svr4 packages also have a vendor tag, so we have to reserve some chars for this tag, which is normaly 3 or 4 chars. Thats why we can only use 6 or 5 chars for SVR4_PKGNAME. I used 5 for all the packages, to give the vendor tag enough room. All p5-* packages and a few other packages have now a SVR4_PKGNAME.
2001-09-29Update p5-Devel-Symdump to 2.01. Changes from version 2.00 are onlyjlam2-5/+5
fixes to the documentation.
2001-04-21Move to sha1 digests, and/or add distfile sizes.wiz1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc1-1/+1
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-08-27Convert packages to use PERL5_PACKLIST (part 1). These were the easyjlam2-11/+6
ones to do, and each compiled and installed/de-installed apparently correctly. As a side effect of the dynamic PLIST, we no longer need to have separate -static and -shared PLISTs. It's now easier than ever to make a perl5 package for NetBSD :)
1999-12-06Import of p5-Devel-Symdump-2.00, a perl5 module for inspecting perlrh5-0/+29
symtable and class hiers, provided by Havard Eidnes in PR 8958 (with some modifications). Thanks!