Bug 47558 - New port: Attribute::Handlers - Simpler definition of attribute handlers
Summary: New port: Attribute::Handlers - Simpler definition of attribute handlers
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-27 17:20 UTC by Erwin Lansing
Modified: 2003-01-27 21:10 UTC (History)
0 users

See Also:


Attachments
p5-Attribute-Handlers.sh (3.04 KB, text/plain)
2003-01-27 17:20 UTC, Erwin Lansing
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Erwin Lansing 2003-01-27 17:20:05 UTC
This module, when inherited by a package, allows that package's
class to define attribute handler subroutines for specific
attributes. Variables and subroutines subsequently defined in
that package, or in packages derived from that package may be
given attributes with the same names as the attribute handler
subroutines, which will then be called in one of the
compilation phases (i.e. in a BEGIN, CHECK, INIT, or END block).
Comment 1 Anton Berezin freebsd_committer freebsd_triage 2003-01-27 21:10:10 UTC
State Changed
From-To: open->closed

New port added, thanks!