summaryrefslogtreecommitdiff
path: root/devel/p5-B-Hooks-Parser
AgeCommit message (Collapse)AuthorFilesLines
2009-10-19Remove:abs1-3/+1
BUILDLINK_DEPMETHOD.${foo}?= build As these need to be included in the runtime dependencies. Now p5-signatures works
2009-07-07pkgsrc changes:sno3-21/+21
- Updating package for p5 module B::Hooks::Parser from 0.08 to 0.09 - Adjusting dependencies according to META.yml - Setting license according to META.yml Upstream changes: 0.09 Wed, 03 Jun 2009 13:20:21 +0200 * Don't redefine various macros if they already exist. * Add B::Hooks::Toke::skipspace function (Liu Kang-min).
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2009-01-19Added devel/p5-B-Hooks-Parser version 0.08abs6-0/+76
This module provides an API for parts of the perl parser. It can be used to modify code while it's being parsed.