Commit graph

3 commits

Author SHA1 Message Date
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
grant
908e765695 since perl is now built with threads on most platforms, the perl archlib
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-12-20 11:30:55 +00:00
minskim
9928bd560a Import p5-OOTools from pkgsrc-wip. Packaged by Hiramatsu Yoshifumi.
OOTools is a collection of pragmas to easily create constructors methods and
lvalue accessor methods at compile time.  OOTools distribution includes:

Class::constr   Pragma to implement constructor methods
Class::props    Pragma to implement lvalue accessors with options
Class::group    Pragma to implement group of properties accessors with options
Object::props   Pragma to implement lvalue accessors with options
Object::group   Pragma to implement group of properties accessors with options
2004-10-23 17:19:21 +00:00